.d-none {
    display: none !important;
}

.main_logo img {
    width: 300px;
}

.btn_help {
    text-decoration: none;
}

.footer_second .copyright_licence_warning_item {
    flex-direction: column;
    align-items: flex-start;
}

.footer_second .p_copyright {
    margin: 12px 0 0;
    text-align: left;
    width: 80%;
}

@media(max-width:668px) {

  .footer_second .copyright_licence_warning_item {
        width: 100%;
        flex-direction: row;
        align-items: center;
        gap: 12px;
    }

    .footer_second .copyright_licence_warning_item img {

      width: 80px;
    }
}

.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%;
}

.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 {
		display: none;
	}

	.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;
    }
}

.two-factor_quarcode svg {
  height: 150px;
  width: 150px;
}

.footer_second .license_wrapper {
    min-width: 80px;
}

/* Contact page */
.contact_page {
    /*background-color: #020816;*/
}

.contact_page h1 {
    line-height: 1.1;
    margin-bottom: 0px;
}

.contact_page .subtitle {
      margin-top: 0.65rem;
      font-size: clamp(1rem, 2.2vw, 1.2rem);
      font-weight: 400;
      color: rgba(242, 246, 251, 0.72);
      letter-spacing: 0.01em;
    }

.blocks-row {
    margin-top: 0.65rem;
    list-style: none;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

.block-col-4 {
    /*background-color: #0C1326;
    border: 1px solid rgba(255, 255, 255, 0.12);
    */
    background: url(../img/noise.png) repeat, linear-gradient(#1c2240, #1c2240) padding-box, linear-gradient(180deg, #4d5a85, #46527900) border-box;
  border: 1px solid #0000;
    border-radius: 1rem;
    padding: clamp(1.25rem, 3vw, 1.75rem);
    min-height: 8rem;
}

.block-head {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
}

.icon-circle {
      flex-shrink: 0;
      width: 3rem;
      height: 3rem;
      border-radius: 50%;
      display: grid;
      place-items: center;
    }

.icon-circle--support {
      /*background: #0F215A;*/
      color: #227CDE;
    }

    .icon-circle--commercial {
      /*background: #28165F;*/
      color: #813AD4;
    }

    .icon-circle--legal {
      /*background: #0A3924;*/
      color: #3FC169;
    }

    .block-icon {
      width: 2.4rem;
    height: 2.4rem;
      display: block;
    }

    .block-head-text {
      min-width: 0;
    }

    .block-col-4 h2 {
      font-size: 1.05rem;
      font-weight: 600;
      margin-bottom: 0.3rem;
      line-height: 1.3;
    }

    .block-desc {
      font-size: 0.875rem;
      line-height: 1.45;
      color: rgba(242, 246, 251, 0.72);
    }

    .block-divider {
      border: none;
      border-top: 1px solid rgba(255, 255, 255, 0.12);
      margin: 1rem 0;
    }

    .block-fields {
      display: flex;
      flex-direction: column;
      gap: 0.75rem;
    }

    .field {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      gap: 0.35rem 0.5rem;
      color: rgba(242, 246, 251, 0.72);
      font-size: 0.95rem;
      line-height: 1.4;
    }

    .field-icon {
      flex-shrink: 0;
      width: 1.15rem;
      height: 1.15rem;
      color: #f2f6fb;
      margin-right: 0.15rem;
    }

    .field-label {
      color: rgba(242, 246, 251, 0.72);
    }

    .field-value {
      color: #36B6FF;
      text-decoration: none;
      border-bottom: 1px solid transparent;
    }

    .field-value:hover {
      color: #3C8CC2;
    }

    .block-wide {
      width: 100%;
      /*background-color: #0C1326;
    border: 1px solid rgba(255, 255, 255, 0.12);
    */
    background: url(../img/noise.png) repeat, linear-gradient(#1c2240, #1c2240) padding-box, linear-gradient(180deg, #4d5a85, #46527900) border-box;
  border: 1px solid #0000;
      border-radius: 1rem;
      padding: 1rem 0;
      display: flex;
      flex-direction: column;
      gap: 1rem;
      overflow: hidden;
      margin: 15px 0 0 0;
    }

    .block-wide-top {
      display: grid;
      grid-template-columns: 30% 1fr;
      gap: clamp(1.25rem, 3vw, 2rem);
      align-items: start;
    }

    .block-wide-media {
      width: 100%;
      max-width: 720px;
      aspect-ratio: 720 / 480;
      border-radius: 0.75rem;
      overflow: hidden;
    }

    .block-wide-media img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    .block-wide-content {
        padding: 0 1rem;
    }

    .block-wide-content h2 {
      font-size: 1.2rem;
      font-weight: 600;
      margin-bottom: 0.65rem;
      color: #CBA55C;
    }

    .block-wide-content .bc {
        color: #fff;
        font-weight: 700;
        font-size: 1.7rem;
        margin-bottom: 0.65rem;
    }

    .bc-green {
        color: #01BC4C;
    }

    .bc-red {
        color: #CC0725;
    }

    .bc-gold {
        color: #E1A922;
    }

    .block-wide-content p {
      font-size: 0.95rem;
      line-height: 1.55;
      color: rgba(242, 246, 251, 0.72);
    }

    .block-wide-content p + p {
        margin-top: 16px;
    }

    .block-wide-features {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      width: 100%;
      padding-top: 0;
    }

    .feature {
      padding: 0.25rem 1rem;
      display: flex;
      align-items: flex-start;
      gap: 0.75rem;
      text-align: left;
    }

    .feature:not(:first-child) {
      border-left: 1px solid rgba(255, 255, 255, 0.12);
    }

    .feature-icon {
      flex-shrink: 0;
      width: 1.5rem;
      height: 1.5rem;
      color: #CBA55C;
      margin-top: 0.1rem;
    }

    .feature-text {
      min-width: 0;
    }

    .feature strong {
      display: block;
      font-size: 1rem;
      font-weight: 700;
      margin-bottom: 0.2rem;
      line-height: 1.3;
    }

    .feature span {
      display: block;
      font-size: 0.8rem;
      color: rgba(242, 246, 251, 0.72);
      line-height: 1.4;
    }

@media (max-width: 768px) {
      .blocks-row {
        grid-template-columns: 1fr;
      }

      .block-wide-top {
        grid-template-columns: 1fr;
      }

      .block-wide-media {
        aspect-ratio: 720 / 480;
        max-width: none;
      }

      .block-wide-features {
        grid-template-columns: 1fr 1fr;
      }

      .feature:nth-child(odd) {
        border-left: none;
      }

      .feature:nth-child(n + 3) {
        border-top: 1px solid rgba(255, 255, 255, 0.12);
        padding-top: 1rem;
        margin-top: 0.75rem;
      }
    }

    @keyframes fade-up {
      from {
        opacity: 0;
        transform: translateY(12px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }


.security_pages.page-login  {
  padding-bottom: 370px;
}

@media (max-width: 668px) {

  .footer_second .age_18 {
    margin: 0 15px 0 15px;
  }

  header .link_enter.x_login-btn {
    display: flex;
  }
  .page-login .button_login {
    font-size: 18px;
    height: 50px;
    padding: 0 30px;
  }

  .page-login .block_security {
    padding: 20px 5px 0;
  }

  .page-login .block_security .page-login_form {
    padding: 20px 10px;
  }

  .page-login .block_security > li:last-child {
    padding: 20px 5px;
  }


.security_pages.page-login  {
  padding-bottom: 30px;
}

}

.choose_lang_list {
    width: 189px;
}

.game_menu_non_authorized {
    margin: 30px 0 0 0;
}

.game_play_body .notifications {
    display: none;
}

.game_play_body .notification_wrapper {
    background: radial-gradient(92.16% 55.56% at 50% 0, rgba(255, 187, 124, .08) .79%, rgba(255, 147, 47, 0) 100%), radial-gradient(96.52% 101.7% at 51.51% 100%, rgba(255, 187, 124, .06) 0, rgba(255, 147, 47, 0) 100%), linear-gradient(90.24deg, #7b5432 .21%, #26232e 47.58%, #7b5432 99.79%) border-box;
    border: 1px solid rgba(0, 0, 0, 0);
    border-left: 0;
    border-right: 0;
    padding: 8px 0px;
    position: absolute;
    width: 100%;
}

.game_play_body .notification_wrapper::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;

    background:
        linear-gradient(
    90deg,
    #F9C07D 0%,
    #D9A874 20%,
    #615757 50%,
    #D9A874 80%,
    #F9C07D 100%
) top / 100% 1px no-repeat,
        linear-gradient(
    90deg,
    #F9C07D 0%,
    #D9A874 20%,
    #615757 50%,
    #D9A874 80%,
    #F9C07D 100%
) bottom / 100% 1px no-repeat;
}

.game_play_body .notification_text {
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    background: linear-gradient(180deg, #ffb800, #fff500);
    -webkit-background-clip: text;
    background-clip: text;
    display: block;
    margin: 0 auto;
    text-align: center;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    text-shadow: 0 1px 2px 0 rgba(0,0,0,.3019607843);
}

            .game_play_body .notification_btn {
                display: flex;
                flex-direction: column;
                width: 100%;
                align-items: center;
            }

            .game_play_body .notification_btn a {
                
            }

            .game_play_body .notification_close_button {
                align-items: center;
    background: rgba(0, 0, 0, 0);
    border: 0;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    height: 24px;
    justify-content: center;
    padding: 0;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    transition: color .25s ease-in-out;
    width: 24px;
            }

@media (max-width: 1024px) {

    .game_out {
    display: none;
  }

    .game_play_body .notifications {
        display: block;
        width: 100%;
        position: relative;
        min-height: 38px;
        transition: height .25s ease;
    }
}

@media(min-width: 600px) {
    .game_play_body .notification_text {
        font-size:14px
    }
}