@import url("fonts/fonts.css");
@import url(animations.css);


/*-- RESET --*/

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: white !important;
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

textarea,
input,
button {
  font-family: inherit;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0 none;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  height: 100%;
}

body {
    font-family: "Lato";
    margin: 0;
    height: 100%;
    width: 100%;
    min-height: 100%;
    display: grid;
    grid-template-rows: auto 1fr auto;
}

a {
  color: #3a71b2;
}

a:hover {
  text-decoration: none;
}

ol,
ul {
  list-style: outside none none;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

strong,
b {
  font-weight: 600;
}

img {
  max-width: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

button input {
  display: none !important;
}


/* GENERAL */

html {
  scroll-behavior: smooth;
}

body {
    font-family: Neometric Regular !important;
    background-color: #131319 !important;
    background-position: top center !important;
    background-repeat: no-repeat !important;
    color: #ffffff !important;
    height: auto !important;
    position: relative !important;
    overflow-y: scroll !important;
    overflow-x: hidden !important;
}

h2 {
    font-family: Neometric Bold !important;
    font-size: 30px !important;
}

h1 {
    font-family: Neometric Bold !important;
    font-weight: 800 !important;
    font-size: 45px !important;
}

.resellerInfoBox {
    display: flex;
    width: 20rem;
    flex-direction: column;
    gap: 0.5rem;
    border-radius: 1rem;
    padding: 0.75rem;
    background-color: #232323;
    margin-bottom: 15px;
}

.resellersContainer {
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    gap: 40px;
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    max-width: 90vw;
    margin-bottom: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (min-width: 768px) 
{
    .resellersContainer {
        padding-left: 3rem;
        padding-right: 3rem;
    }
}

@media (min-width: 1220px) 
{
    .resellersContainer {
        flex-direction: row;
    }

    .resellerInfoBox {
        margin-bottom: 0;
        align-self: baseline;
    }

}

.container {
  display: block;
  margin: 0 auto;
  /* max-width: 1240px; */
  max-width: 1350px;
  padding: 0 20px;
  position: relative;
  width: 100%;
  color: #ffffff;
}

.skeleton-box {
    display: inline-block;
    height: 1em;
    position: relative;
    overflow: hidden;
    background-color: rgb(36, 36, 36);
}

.skeleton-box::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translateX(-100%);
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));
    animation: shimmer 2s infinite;
    content: '';
}

@keyframes shimmer {
    100% {
        transform: translateX(100%);
    }
}

.wrapper {
  overflow: hidden;
}

.swiper-images {
  margin-top: 50px;
  width: 600px;
  height: 300px;
}

video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.separator_line {
  border: 0;
  border-top: 3px solid #FFFFFF0A;
  margin: 0;
  padding: 0;
}

/* HEADER */

.header {
  position: relative;
  background: #131319;
}

.head_inside {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
}
.head-inside-mob{
  display: none;
}
.head_menu {
  text-align: center;
  font-size: 16px;
  font-family: Neometric Bold;
}

.head_my_account {
  text-align: right;
  position: relative;
  z-index: 4;
}

.head_account {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 11px 14px 11px 19px;
  background: #27272b;
  border-radius: 27px;
    min-width: 164px;
}

.account_name {
  font-size: 14px;
  margin-right: 14px;
}

.head_menu>ul>li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 30px;
  position: relative;
}

.head_menu>ul>li>a {
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #FFFFFF60;
  text-decoration: none;
  transition: 0.25s;
  position: relative;
}

.head_menu>ul>li.current>a,
.head_menu>ul>li>a:hover {
  color: #fff;
}

.head_menu>ul>li>a {
  padding-right: 20px;
}

.gradient {
  background: linear-gradient(90deg, #AD876B 0%, #5567EA 100%) !important;
}

.blue_gradient {
  background: linear-gradient(90deg, #02AAB0 0%, #00CDAC 100%);
}

.red_gradient {
  background: linear-gradient(90deg, #D31027 0%, #EA384D 100%);
}

/* FOOTER */

.footer {
  background: #FFFFFF0D;
    margin-top: 100px;
}

.footer_inside {
  padding-top: 36px;
  padding-bottom: 20px;
}

.footer_content {
  margin-bottom: 41px;
  display: flex;
  font-size: 13px;
}

.footer_logo {
  /* width: calc(100%/4); */
  display: flex;
  flex-direction: column;
}

.footer_logo h2 {
  font-size: 39px;
  font-weight: 700;
  text-align: left;
}

.footer_logo img {
  max-width: 108px;
  max-height: 108px;
  margin-bottom: 22px;
}

.footer_nav {
  width: calc(100%/3);
  display: flex;
  flex-direction: column;
}

.footer_nav p {
  margin-bottom: 16px;
  color: #848484;
}

.footer_nav ul li {
  margin-bottom: 21px;
  color: #444444;
}

.footer_profiles {
  width: calc(100%/3);
  display: flex;
  flex-direction: column;
}

.footer_profiles p {
  margin-bottom: 16px;
  color: #848484;
}

.footer_profiles ul li {
  margin-bottom: 21px;
  color: #444444;
}

.footer_social {
  width: calc(100%/3);
  display: flex;
  flex-direction: column;
}

.footer_social p {
  margin-bottom: 16px;
  color: #848484;
}

.footer_icons {
  display: flex;
}

.footer_icons img {
  margin-right: 30px;
}

.footer_line {
  padding: 8px 0;
  color: #FFFFFFAD;
  font-size: 13px;
  text-align: center;
  border-radius: 50px;
  border-width: 0;

}

/* MAIN */

.start {
  /* height: 100vh; */
  padding: 120px 0 100px;
  background: url("../img/main_bg.png") no-repeat;
  background-size: 100% 100%;
}

.start_content {
  width: 50%;
}

.version_info {
  width: fit-content;
  display: flex;
  flex-direction: row;
  align-items: center;
  background: #30A56220;
  color: #30A562;
  border-radius: 12px;
  padding: 20px;
  font-family: Neometric Bold;
  font-size: 14px;
}

.version_info p {
  margin-right: 21px;
}

.start_content h1 {
  width: 90%;
  margin: 34px 0 34px;
}

.start_block {
  display: flex;
}

.start_description {
  width: 70%;
  color: #ffffff80;
  text-align: left;
  font-size: 16px;
}

.start_buttons {
  margin-top: 52px;
}

.start_buttons button {
  font-size: 16px;
  color: #ffffff;
}

.start_img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  position: relative;
}

.btn_start {
  padding: 20px 56px;
  border-radius: 12px;
  margin-right: 19px;
}

.btn_notes {
  background: transparent;
  padding: 20px 26px;
  border-radius: 12px;
  border: 1px solid #FFFFFF0D
}

.rainbow_img {
  position: absolute;
  top: 260px;
  right: 0;
}
.rainbow_img > img:nth-child(2){
  display: none;
}
.game_card {
  position: absolute;
  width: 50%;
  height: 458px;
  border-radius: 47px;
  overflow: hidden;
}

#card1 {
  transition: 1s;
  z-index: 1;
  /* background: linear-gradient(to bottom, #02AAB0 0%, #00CDAC 100%); */
}

#card1 .card_content {
  transition: 1s;
  background: url('../img/gta5.png') no-repeat;
  background-position-y: 20px;
  background-position-x: 20px;
  background-size: 100% 100%;
}
/* .start_img:hover #card2 {
  transition: 1s;
  z-index: 99999;
  transform: rotate(0deg);
  right: 0;
  bottom: 0;
}

.start_img:hover #card2+#card1 {
  transition: 1s;
  transform: rotate(-30deg);
  z-index: 99998;
} */
#card2 {
  transition: 1s;
  z-index: 1;
  right: 0;
  transform: rotate(30deg);
  right: -100px;
  bottom: -100px;
}

.start_img #card2:hover {
  transition: 1s;
  z-index: 2;
  transform: rotate(0deg);
  right: 0;
  bottom: 0;
  transform: translateZ(0);
}

.start_img #card2:hover+#card1 {
  transition: 1s;
  transform: rotate(-30deg);
  z-index: 1;
}


#card2 .card_content {
  background: url('../img/rdr2.svg') no-repeat;
  background-position-y: 20px;
  background-position-x: 20px;
  background-size: 100% 100%;
}


.card_content {
  display: flex;
  align-items: end;
  padding: 26px 37px;
  width: 100%;
  height: 100%;
}

/* .card_title {
  width: 50%;
} */

.card_content p {
  font-family: Neometric Bold;
  font-size: 12px;
  color: #FFFFFF80;
}

.card_content span {
  color: #ffffff;
  font-size: 16px;
}

.card_btn {
  width: 100%;
  display: flex;
  justify-content: end;
  align-items: center;
}

.mouse_scroll {
  margin-top: 257px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.mouse_scroll img {
  width: 24px;
  height: 24px;
}

.mouse_scroll p {
  margin-top: 18px;
  font-size: 14px;
  color: #FFFFFF60;
}


.choose {
  padding-top: 100px;
  padding-bottom: 104px;
  background-color: #131319;
}

.choose hr,
.cheats hr {
  margin-top: 30px;
  margin-bottom: 100px;
}

.choose_title {
  display: flex;
  justify-content: space-between;
}

.choose_title p,
.cheats_title p {
  width: 10%;
}

.choose_title span,
.cheats_title span {
  color: #ffffff;
  font-family: Neometric Bold;
  font-size: 27px;
}

.choose_btn {
  padding: 18px 28px;
  background: rgba(255, 255, 255, 0.05);
  border: none;
  border-radius: 12px;
  font-size: 14px;
  color: #ffffff;
}

.choose_list {
  background: url('../img/lines.png') no-repeat;
  background-size: 75% auto;
  background-position-x: center;
  background-position-y: 60%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  column-gap: 32px;
}

.choose_list .choose_list_item:nth-child(1) {
  grid-column-start: 1;
  grid-row-start: 1;
  grid-row-end: 1;
}

.choose_list .choose_list_item:nth-child(2) {
  grid-column-start: 2;
  grid-row-start: 2;
  grid-row-end: 2;
}

.choose_list .choose_list_item:nth-child(3) {
  grid-column-start: 3;
  grid-row-start: 1;
  grid-row-end: 1;
}

.choose_list .choose_list_item:nth-child(4) {
  grid-column-start: 4;
  grid-row-start: 2;
  grid-row-end: 2;
}

.choose_list_item {
  background: url('../img/choose_bg.svg') 100% 100% no-repeat, rgba(255, 255, 255, 0.02);
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 55px;
  padding-bottom: 33px;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
}

.choose_list_item:hover {
  transition: 1.5s;
  background: linear-gradient(0deg, #30A562 0%, #5567EA 100%);
  padding-top: 17px;
  padding-bottom: 26px;
}

.choose_list_item:hover .choose_list_item_title {
  margin-bottom: 23px;
}

.choose_list_item:hover .choose_list_item_desc {
  transition: 1.5s;
  opacity: 0;
}

.choose_list_item:hover .choose_list_item_desc_full {
  transition: 1.5s;
  top: 65%;

}

.choose_list_item_title {
  margin: 37px 0;
  font-family: Neometric Bold;
  font-weight: 700;
  font-size: 23px;
}

.choose_list_item_desc {
  display: flex;
  color: #d1d1d2;
  font-weight: 500;
}

.choose_list_item_desc::after {
  content: url('../img/arrow.svg');
  margin-left: 7px;
}

.choose_list_item_desc_full {
  max-width: 70%;
  position: absolute;
  top: 100%;
  font-size: 14px;
  font-weight: 500;
}

.cheats {
  position: relative;
  background-color: #131319;
  padding-bottom: 84px;
}

.spiral {
  position: absolute;
}

#sp1 {
  top: 0;
  left: 0;
  bottom: 0;
}

#sp2 {
  top: 0;
  right: 0;
  bottom: 0;
}

.cheats_title {
  display: flex;
  justify-content: space-between;
}

.cheats_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  column-gap: 30px;
  margin-top: 82px;
}

.cheats_list_item {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  /* padding: 35px 28px; */
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 25px;
  padding-bottom: 30px;
  background: rgba(255, 255, 255, 0.02);
  backdrop-filter: blur(10px);
  max-height: 397px;
  max-width: 315px;
  height: 100vh;
  border-radius: 15px;
  z-index: 99999;
}

.cheats_list_item {
  background-image: url("../img/rdr_blur.png#");
  background-color: #1f1f25;
  opacity: 0.8;
}

.cheats_list .cheats_list_item:nth-child(1) {
  background-image: url("../img/gta5.png");
  background-repeat: no-repeat;
    background-size: 100% 100%;
}

.cheats_list .cheats_list_item:nth-child(2) {
  background: url("../img/rdr2.svg") no-repeat, #1f1f25;
    background-size: 100% 100%;
}

.cheats_list .cheats_list_item:nth-child(1):hover {
  transition: 1.5s;
  background-color: #00c8ad;
  opacity: 1;
  background-position-y: 0;
  background-repeat: no-repeat;
}

.cheats_list .cheats_list_item:nth-child(2):hover {
  transition: 1.5s;
  background-color: #d7182e;
  opacity: 1;
  background-position-y: 0;
  background-repeat: no-repeat;
}

.cheats_list .cheats_list_item:hover .cheats_will_be_soon {
  transition: 1.5s;
  opacity: 1;
}

.cheats_list_item {
  display: flex;
  justify-content: space-between;
}

.cheats_version {
  width: fit-content;
  padding: 6px 12px;
  background: #FFFFFF20;
  border: none;
  border-radius: 12px;
  font-size: 12px;
  color: #ffffff;
}

.cheats_info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cheats_info p {
  color: #ffffff;
  font-family: Neometric Bold;
  font-size: 27px;
}

.cheats_info_price {
  width: fit-content;
  padding: 14px 21px;
  background: #FFFFFF20;
  border: none;
  border-radius: 76px;
  font-size: 12px;
  color: #ffffff;
}

.cheats_will_be_soon {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
}

.cheats_will_be_soon p {
  margin-top: 15px;
}

.social {
  background-color: #131319;
  padding-bottom: 124px;
}

.social_block {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.social_title {
  text-align: center;
}

.social_rainbow {
  position: relative;
  display: flex;
  justify-content: center;
}

.social_rainbow p {
  position: absolute;
  text-align: center;
  bottom: 50px;
  left: 0;
  right: 0;

  font-size: 16px;
  color: #FFFFFFB2;
}

.social_rainbow span {
  color: #ffffff;
  font-family: Neometric Bold;
  font-size: 27px;
}

.social_list {
  display: grid;
  justify-content: center;
  grid-template-columns: auto auto;
}

.social_list_item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  width: 100vh;
  height: 100vh;
  max-width: 660px;
  max-height: 271px;
  background: #D9D9D90D;
}

.social_item_title {
  font-size: 24px;
  z-index: 2;
}

.social_item_desc {
  z-index: 2;
  width: 70%;
  text-align: center;
  margin: 32px 0;
  color: #FFFFFF99;
}

.social_btn {
  padding: 15px 47px;
  size: 16px;
  color: #ffffff;
  border-radius: 10px;
  border-width: 0;
}

.social_item_btn_container {
  z-index: 2;
}

.social_list .social_list_item:nth-child(1):hover .gradient_bg_hover {
  transition: 1.5s;
  opacity: 1;
}

.social_list .social_list_item:nth-child(2):hover {
  transition: 1s;
  background: #27272d;
}

.btn_report {
  background-color: #131319;
}

.btn_vk {
  background-color: #FFFFFF1A;
  margin-right: 13px;
}

.btn_discord {
  border: 1px solid transparent;
  background: linear-gradient(#131319 0 0) padding-box, linear-gradient(90deg, #AD876B, #5567EA) border-box;
}

/*  cheats.html   */


.block_banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 34px;
  text-align: center;
  border-radius: 12px;
  margin-top: 45px;
  margin-bottom: 84px;
}

.block_banner h3 {
  font-size: 31px;
  background: linear-gradient(90deg, #AD876B 0%, #5567EA 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-family: Neometric Bold;
  font-weight: 700;
  margin-bottom: 19px;
}

.block_banner p {
  width: 355px;
  opacity: 0.67;
  font-size: 14px;

}

.Information_and_payment h3 {
  margin-bottom: 30px;
}

.Information_and_payment_flex {
  display: flex;
  justify-content: space-between;
}

.iap-flex-info {
  display: flex;
  justify-content: space-between;
  padding-top: 64px;
  border-top: rgba(255, 255, 255, 0.04) solid 1px;
}

.iap-flex-item h4 {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 400;
  font-size: 13px;
  margin-bottom: 7px;
}

.iap-flex-item {
  margin-bottom: 19px;
}

.separator_vertival_line {
  width: 1px;
  height: 67px;
  background: rgba(255, 255, 255, 0.04);
}

.gradient-btn {
  background: linear-gradient(90deg, #AD876B 0%, #5567EA 100%);
  border-radius: 12px;
  display: block;
  padding: 22px;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  margin-top: 79px;
}

.iap-info {
  width: 60%;
}

.iap-tarif {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 25%;
}
.iap-tarif-mob{
  display: none;
}
.iap-tarif>input {
  display: none;
}

.iap-tarif>input:checked+.radiobutton-tarif {
  background: linear-gradient(90deg, rgba(173, 135, 107, 0.34) 0%, rgba(85, 103, 234, 0.34) 100%);
}

.iap-tarif>.radiobutton-tarif {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 32px 26px;
  padding-left: 59px;
  cursor: pointer;
  position: relative;

  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(11.5px);
  border-radius: 12px;
}

.iap-tarif>input:checked+.radiobutton-tarif:after {
  content: "";
  display: block;
  position: absolute;
  left: 28px;
  width: 11px;
  height: 11px;
  background-color: #D9D9D9;
  border-radius: 500px;
}

.iap-tarif>.radiobutton-tarif::before {
  content: "";
  display: block;
  position: absolute;
  left: 8px;
  width: 25px;
  height: 25px;
  border: 3px solid rgba(255, 255, 255, 0.54);
  border-radius: 500px;
}
.iap-tarif>input:checked+.radiobutton-tarif:after{
  left: 15px;
}
.radiobutton-tarif span {
  color: #30A562;
}

.mouse_scroll_cheats {
  margin-top: 134px;
}

.swipe_block {
  display: flex;
}

.swipe_block .swiper-wrapper>.swipe_block_item:nth-child(4n + 1) {
  background: rgba(255, 255, 255, 0.02);
}

.swipe_block .swiper-wrapper>.swipe_block_item:nth-child(4n + 2) {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.02) 80%, rgba(85, 103, 234, 0.4));
}

.swipe_block .swiper-wrapper>.swipe_block_item:nth-child(4n + 3) {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.02) 80%, rgba(48, 165, 98, 0.4));
}

.swipe_block .swiper-wrapper>.swipe_block_item:nth-child(4n + 4) {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.02) 80%, rgba(255, 178, 84, 0.4));
}

.swipe_block .swiper-wrapper>.swipe_block_item:nth-child(4n + 2):hover {
  animation: gradient 1.5s linear;
  animation-fill-mode: forwards;
}

.swipe_block .swiper-wrapper>.swipe_block_item:nth-child(4n + 3):hover {
  animation: gradient 1.5s linear;
  animation-fill-mode: forwards;

}

.swipe_block .swiper-wrapper>.swipe_block_item:nth-child(4n + 4):hover {
  animation: gradient 1.5s linear;
  animation-fill-mode: forwards;

}

.swipe_block_cheats p {
  margin-bottom: 10px;
}

.swipe_block_item .separator_line {
  margin-top: 17px;
  margin-bottom: 17px;
}

.swipe_block_item h4 {
  font-weight: 600;
  font-size: 24px;
  font-family: Neometric Bold;
}

.swipe_block_item {
  margin-right: 30px;
  background: rgba(255, 255, 255, 0.02);
  border-radius: 12px;
  padding: 37px 26px;
  min-width: 430px;
  width: 430px;
}


.media_and_screenshots .block_title,
.сheats_functional .block_title {
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
  margin-top: 70px;
  margin-bottom: 55px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.media_and_screenshots .block_title h3,
.сheats_functional .block_title h3 {
  font-weight: 600;
  font-size: 24px;
}

.media_and_screenshots .block_title>div,
.сheats_functional .block_title>div {
  display: flex;
  align-items: center;
  font-size: 14px;
}

.media_screen_slider {
  display: flex;
  translate: -495px;
}


.media_screen_slider img {
  border-radius: 12px;
  width: 465px;
  height: 261px;
  display: block;
  margin-right: 30px;
}

.media_and_screenshots h3 {
  font-weight: 600;
  font-size: 24px;
  text-align: center;
  margin-top: 61px;
  padding-bottom: 30px;
  border-bottom: rgba(255, 255, 255, 0.04) 1px solid;
}

.block_grid_media {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
  margin-top: 36px;
  padding-bottom: 60px;
}

.block_grid_media_item>div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.block_grid_media_item>div img {
  margin-right: 13px;
  width: 55px;
  height: 55px;
}

.block_grid_media_item>div p {
  font-weight: 600;
  font-size: 18px;

}

.block_grid_media_item {
  display: flex;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.02);
  backdrop-filter: blur(11.5px);
  border-radius: 12px;
  padding: 16px;
}

.block_grid_media .gradient-btn {
  margin-top: 0;
  border-radius: 500px;
}

.Information_and_payment h3 {
  font-size: 24px;
}

/* MODAL AUTH */

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: rgba(0, 0, 0, 0.5); */
  opacity: 0;
  pointer-events: none;
  transition: 0.5s all;
}

.popup.active {
  z-index: 5 !important;
  opacity: 1;
  background: rgba(19, 19, 25, 0.23);
  backdrop-filter: blur(31px);
  pointer-events: all;
  transition: 0.5s all;
}

.modal_block {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background: #1b1a26;
  border-radius: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: auto;
  height: auto;
  padding: 35px;
  transition: 0.5s all;
}

.modal_block.active {
  transform: translate(-50%, -50%) scale(1);
  transition: 0.5s all;
}

.modal_content_header {
  display: flex;
  align-items: center;
  margin-bottom: 28px;
}

.modal_content_header_title {
  margin-left: 13px;
  margin-right: 58px;
}

.modal_content_header_title p:nth-child(1) {
  font-family: Neometric Bold;
  font-weight: 600;
  font-size: 16px;
  color: #FFFFFF;
  margin-bottom: 7px;
}

.modal_content_header_title p:nth-child(2) {
  font-size: 12px;
  color: #bababd;
}

.modal_content_header_btn_back {
  padding: 15px 26px;
  background: #28272f;
  border-width: 0;
  border-radius: 61px;
  color: #FFFFFF;
}

.modal_content_form {
  display: flex;
  flex-direction: column;
  margin-bottom: 28px;
}

/*.modal_content_form div:nth-child(1) {
  margin-bottom: 23px;
}*/


/*.modal_content_form div:nth-child(2) {
    margin-bottom: 23px;
}

.modal_content_form div:nth-child(3) {
    margin-bottom: 23px;
}*/


.modal_content_form_block
{
    margin-top: 10px;
}

.modal_content_form_block p {
  font-size: 12px;
  color: #d2d2d4;
  margin-bottom: 11px;
  margin-top: 10px;
}

.modal_content_form_input {
  display: flex;
  padding: 24px 18px;
  background: #28272f;
  border-radius: 12px;
}



.modal_content_form_input hr {
  display: block;
  border: 0;
  border-left: 1px solid #414149;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 17px;
  margin-right: 12px;
}

.modal_content_form_input input {
  width: 100%;
  background: transparent;
  border: none;
  color: #ffffff;
  outline: none
}

.modal_content_form_input input::placeholder {
  color: #ffffff;
}

.modal_content_help_checkbox {
  display: flex;
}

.modal_content_help_checkbox .help-checkbox {
  display: flex;
  flex-direction: row-reverse;
  justify-content: start;
  align-items: center;
  color: #FFFFFF99;
  font-size: 12px;
  cursor: pointer;
}

.checkbox-button {
  overflow: hidden;
  position: relative;
}

.modal_content_help_checkbox input:checked+.help-checkbox .checkbox-button {
  justify-content: flex-end;
  filter: invert(54%) sepia(25%) saturate(1085%) hue-rotate(93deg) brightness(95%) contrast(88%);
}

.modal_content_help_checkbox input:checked+.help-checkbox .checkbox-button::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(48, 165, 98, 0.05);
}

.checkbox-button {
  width: 45px;
  height: 25px;
  padding: 5px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 3px;
  display: flex;
  align-items: center;
  margin-right: 10px;
}

.modal_content_help {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 22px;
}

.modal_content_button_container {
  display: flex;
}

.modal_content_help_forgot p {
  cursor: pointer;
  color: #30A562;
  font-size: 14px;
  text-decoration-line: underline;
}

.modal_content_button_login {
  width: 55%;
  padding: 20px 0;
  border-width: 0;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  letter-spacing: 0em;
  color: #FFFFFF;
  margin-right: 12px;
}

.modal_content_button_create {
  width: 45%;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  background: transparent;
  color: #cfcfd1;
}

/* ACCOUNT DROPDUWN */

.head_dropdown {
    display: none;
    position: absolute;
    background-color: #D9D9D90D;
    min-width: 164px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    z-index: -1;
    -webkit-backdrop-filter: blur(24px);
    backdrop-filter: blur(24px);
    border-bottom-left-radius: 27px;
    border-bottom-right-radius: 27px;
    text-align: center;
    top: 30px;
    padding-top: 36px;
}

.head_my_account:hover .head_dropdown {
  display: block;
}

.dropdown_item {
  display: flex;
  align-items: center;
  padding: 18px 32px;
}

.dropdown_item a {
  color: #FFFFFF;
  text-decoration: none;
  display: block;
  font-size: 14px;
  font-weight: 500;
}

.dropdown_item img {
  margin-right: 12px;
}

.dropdown_item a:hover {
  cursor: pointer;
}

.dropdown_separator {
  margin: 0 auto;
  display: block;
  width: 50%;
  border: 0;
  border-top: 2px solid #FFFFFF0A;
  padding: 0;
}

.btn_exit {
  display: flex;
  justify-content: center;
  align-items: end;
  background: linear-gradient(180deg, rgba(234, 56, 77, 0) 53.71%, rgba(234, 56, 77, 0.0136) 68.31%, rgba(234, 56, 77, 0.0816) 84.33%, rgba(234, 56, 77, 0.1496) 100%);
  border-bottom-left-radius: 27px;
  border-bottom-right-radius: 27px;
}

.btn_exit a {
  color: #EA384D;
  margin-right: 15px;
}

#exit {
  margin: 0;
}

/*  admin  */

.admin-navigate {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 32px;
}

.admin-navigate>a {
  display: block;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  font-size: 24px;
  padding: 32px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.admin-navigate>a.active-admin-link {
  border-image: linear-gradient(90deg, rgba(173, 135, 107, 0) 0%, #AD876B 38.54%, #5567EA 54.17%, rgba(85, 103, 234, 0) 98.44%);
  border-bottom: 1px solid transparent;
  border-image-slice: 1;
}

.container-grid-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
  margin-bottom: 200px;
}

.container-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 6%;
  margin-bottom: 200px;
}

.admin-block {
  padding: 30px;
  background: rgba(255, 255, 255, 0.02);
  backdrop-filter: blur(10px);
  border-radius: 12px;
  height: fit-content;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

.padding-25 {
  padding: 25px;
}

.block-sections>div {
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}

.grid-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 15px;
}

.admin-gradient-border {
  border: 1px solid transparent;
  background: linear-gradient(#131319 0 0) padding-box, linear-gradient(90deg, #AD876B, #5567EA) border-box;
  border-radius: 500px;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.admin-gradient-btn {
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, #AD876B 0%, #5567EA 100%);
  border-radius: 500px;
  cursor: pointer;
}

.round-btn {
  border-radius: 500px;
  padding: 14px 25px;
}

.admin-delete {
  background-color: rgba(234, 56, 77, 0.1);
  background-image: url(../img/trash.png);
  background-position: right 16px center;
  background-repeat: no-repeat;
  color: #EA384D;
  padding-right: 50px;
  cursor: pointer;
}

.admin-hidden {
  display: none;
}

.admin-button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 21px;
  border-radius: 12px;
  margin-top: 25px;
  cursor: pointer;
}

.admin-placeholder {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  border: 0 !important;
  padding: 25px 21px;
  width: 100%;
}

.flex-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* admin index.html */

.admin-list-blocks>div {
  padding: 28px 20px;
  margin-bottom: 24px;
  display: flex;
  backdrop-filter: blur(6px);
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
}

.admin-list-blocks>div>div {
  display: flex;
  align-items: center;
}

.admin-list-blocks>div img {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 13px;
  padding: 15px;
  margin-right: 10px;
}

.admin-block-header {
  display: flex;
  align-items: center;
  padding-bottom: 30px;
  margin-bottom: 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.admin-block-header>img {
  margin-right: 10px;
}

.admin-block-item {
  margin-top: 18px;
}

.admin-block-item>p {
  margin-bottom: 11px;
  font-weight: 400;
  font-size: 12px;
  opacity: 0.8;
}

.admin-block-item .admin-checkbox {
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 16px;
  cursor: pointer;
}

.checkbox-button {
  overflow: hidden;
  position: relative;
}

.admin-block-item input:checked+.admin-checkbox .checkbox-button {
  justify-content: flex-end;
  filter: invert(54%) sepia(25%) saturate(1085%) hue-rotate(93deg) brightness(95%) contrast(88%);
}

.checkbox-button {
  width: 45px;
  height: 25px;
  padding: 5px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 3px;

  display: flex;
  align-items: center;
}

.admin-block-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  padding: 15px;
}

.admin-managment-cost {
  background: rgba(48, 165, 98, 0.05);
  border: 1px solid rgba(48, 165, 98, 0.1);
  border-radius: 51px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
}

/*  admin search  */

.admin-button-search {
  border-radius: 12px;
  padding: 22px;
  cursor: pointer;
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.admin-user-date::before {
  content: "";
  background-image: url(../img/calendar.png);
  display: block;
  width: 24px;
  height: 24px;
}

.admin-user-code {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 44px;
  padding: 14px 25px;
  margin-right: 11px;
}

.admin-user-code::after {
  content: "";
  background-image: url(../img/user.png);
  display: block;
  width: 24px;
  height: 24px;
}

.admin-user-icon {
  position: relative;
  margin-right: 22px;
}


.admin-user-icon .user-icon {
  width: 90px;
  height: 90px;
}

.user-icon-download {
  position: absolute;
  right: 0;
  width: 34px;
  height: 34px;
  bottom: 0;
  background-color: #18181D;
  background-image: url(../img/download.png);
  background-repeat: no-repeat;
  background-position: center;
  border: 2px solid #18181D;
  backdrop-filter: blur(13.5px);
  border-radius: 500px;
}

.admin-datepicker {
  margin-top: 16px;
}

.admin-datepicker p {
  font-weight: 600;
  font-size: 14px;
}

.admin-datepicker label {
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 16px;
  cursor: pointer;
  margin-left: 45px;
  width: 68%;
}

.admin-datepicker label:after {
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  margin-left: 11px;
  background-image: url(../img/calendar.png);
}

/* admin resseler  */

.admin-transparent-block {
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.00585168) 14.58%, rgba(255, 255, 255, 0.02) 49.84%, rgba(255, 255, 255, 0.00277733) 93.03%, rgba(255, 255, 255, 0) 100%);
  backdrop-filter: blur(7px);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 34px;
  margin-bottom: 35px;
}

.admin-transparent-block h3 {
  margin-bottom: 25px;
}

.admin-button-filter {
  border-radius: 12px;
  padding: 22px;
  cursor: pointer;
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.rounded-btn {
  padding: 22px;
  border-radius: 12px;
  margin-top: 25px;
}

/* resseler.html  */

.block-search {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  border-radius: 56px;
  padding: 18px 26px;
  width: 25%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.resseler-game {
  background: rgba(255, 255, 255, 0.02);
  /* backdrop-filter: blur(10px); */
  border-radius: 56px;
  padding: 18px;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.resseler-game img {
  margin-left: 10px;
}

.resseler-keys {
  background: rgba(255, 255, 255, 0.02);
  backdrop-filter: blur(10px);
  border-radius: 12px;
  padding: 18px;
  font-size: 12px;
}

.golden_text {
  color: #FFB254;
}

.resseler-keys>p {
  margin-right: 11px;
}

.download_btn {
  margin: 0;
  cursor: pointer;
}

.resseler-page {
  margin-top: 30px;
}

.resseler-filters {
  margin-bottom: 16px;
  position: relative; 
  z-index: 1;
}

.rounded_btn {
  background: rgba(255, 255, 255, 0.02);
  backdrop-filter: blur(10px);
  border-radius: 47px;
  padding: 19px 48px;
  cursor: pointer;
}

.btn_remove {
  background-image: url(../img/trash.png);
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgba(234, 56, 77, 0.1);
}

.btn_info {
    background-image: url(../img/info.png);
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgba(128, 128, 128, 0.3);
    background-size: 24px;
}

.btn_check_on {
    background-image: url(../img/success.png);
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgba(0, 255, 0, 0.3);
    background-size: 24px;
}

.btn_check_off {
    background-image: url(../img/success.png);
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgba(128, 128, 128, 0.3);
    background-size: 24px;
}

.btn_load {
  background-image: url(../img/loading.png);
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid rgba(255, 178, 84, 0.05);
}

.btn_expired {
    background-image: url(../img/time_icon.png);
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid rgba(255, 178, 84, 0.05);
    background-size: 24px;
}

.btn_active {
    background-image: url(../img/active.png);
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid rgba(255, 255, 0, 0.05);
    background-size: 24px;
}

.small_btn {
  margin-left: 7px;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  cursor: pointer;
}

.Resseler-list {
  max-height: 828px;
  overflow-y: auto;
  margin-bottom: 120px;
}

.Resseler-list::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.04);
}

.Resseler-list::-webkit-scrollbar {
  width: 2px;
  padding-left: 10px;
}

.Resseler-list::-webkit-scrollbar-thumb {
  background: #FFFFFF;
  opacity: 0.4;
}

.Resseler-list-item {
  background: rgba(255, 255, 255, 0.02);
  backdrop-filter: blur(10px);
  border-radius: 12px;
  padding: 20px 30px;
  margin-bottom: 10px;
}

.Resseler-list-item:hover {
  transition: 1.5s;
  background: #1f1f24;
}

.person-code>img:hover {}

.date_create_resseler {
  display: none;
}

.person-code>img:hover+.date_create_resseler {
  display: block;
  background: #232328;
  border-radius: 13.5px;
  padding: 6px 14px;
  position: absolute;
  right: -65px;
  top: -50px;
  z-index: 999;
}

.person-code>img:hover+.date_create_resseler:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-color: #232328;
  position: absolute;
  right: 67px;
  top: 18px;
  z-index: 998;
}

.date_create_resseler:after {
  transform: rotate(45deg);
  border-radius: 50px 0 0 0;
}

.Resseler-list-item .person-icon {
  width: 90px;
  height: 90px;
  display: block;
  margin-right: 22px;
}

.person-code {
  margin-top: 8px;
  position: relative;
}

.person-code img {
  margin-left: 13px;
}

/* profile.html  */

.profile-page {
  display: grid;
  grid-template-columns: 60% 38%;
  grid-gap: 2%;
  margin-top: 52px;
  margin-bottom: 120px;
}

.profile_block,
.profile_subscriptions_block {
  background: rgba(255, 255, 255, 0.02);
  backdrop-filter: blur(10px);
  border-radius: 12px;
  height: fit-content;
}

.profile_block>div:not(:nth-last-child(1)) {
  border-bottom: rgba(255, 255, 255, 0.04) 1px solid;
}

.profile_activate_key>p,
.profile_change_password>p {
  margin-bottom: 19px;
}

.profile_activate_key,
.profile_change_password {
  padding: 30px;
}

.profile_subscriptions_block {
  padding: 35px;
}

.subscriptions_item {
  padding: 17px;
  border-radius: 12px;
  margin-top: 20px;
}

.subscriptions_item img {
  margin-right: 14px;
}

.subscriptions_frozen {
  background: rgba(48, 165, 98, 0.05);
  border: 1px solid rgba(48, 165, 98, 0.15);
}

.subscriptions_extend {
  background: rgba(211, 16, 39, 0.05);
  border: 1px solid rgba(211, 16, 39, 0.15);
}

.profile_chenge_btn {
  background: linear-gradient(90deg, #AD876B55 0%, #5567EA55 100%);
  border-radius: 51px;
  padding: 17px 33px;
  cursor: pointer;
}

.gradient-text {
  background: linear-gradient(90deg, #AD876B 0%, #5567EA 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.green_text {
  color: #30A562;
}

.profile_balance_get {
  margin: 0;
  padding: 18px 32px;
  border-radius: 51px;
  margin-left: 13px;
}

.border-gray {
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.profile_activate_btn {
  background: #FFB25455;
  border-radius: 51px;
  padding: 17px 33px;
  cursor: pointer;
}

.profile_block input {
  margin-right: 25px;
}

.profile_balance_now {
  padding: 18px 21px;
  border-radius: 51px;
}

.profile_balance_block .separator_vertival_line {
  margin-left: 17px;
  margin-right: 17px;
  height: 20px;
}

.profile_balance_block {
  margin-top: 30px;
}

.profile_balance_header {
  padding: 10px;
}

.profile_balance_block>.profile_balance_item:not(:nth-last-child(1)) {
  border-bottom: rgba(255, 255, 255, 0.04) 1px solid;
}

.profile_balance_item {
  padding: 24px;
}

.user-icon-60 {
  width: 60px;
  height: 60px;
  margin-right: 15px;
}

/* GAME DROPDOWN */

.game_dropdown {
  display: none;
  position: absolute;
  width: 100%;
  box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
  z-index: -1;
  backdrop-filter: blur(24px);
  border-bottom-left-radius: 27px;
  border-bottom-right-radius: 27px;
  text-align: center;
  top: 30px;
  left: 0;
  padding-top: 40px;
  padding-left: 18px;
  padding-right: 18px;
  padding-bottom: 12px;
}

.game_dropdown_item {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 23px;
  padding: 11px 18px;
  display: block;
  margin-top: 5px;
}

.game_dropdown .game_dropdown_item:hover {
  background-color: #ddd;
  cursor: pointer;
}

/* Show the dropdown menu on hover */
.resseler-game:hover .game_dropdown {
  display: block;
}


/* GRADIENT BG FOR HOVER */

.gradient_bg_hover {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, #AD876B 0%, #5567EA 100%) !important;
  border-radius: 15px;
}

.golden_outline {
    background-color: rgba(255, 178, 84, 0.05);
    border-style: solid;
    border-width: 1px;
    border-color: rgba(255, 178, 84, 1);
}

button {
    cursor: pointer;
    transition: all 0.5s;
}

button:hover {
    opacity: 0.7;
}

.blazored-toast {
    z-index: 999999;
}


.mb {

}

.profile-navigate {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 32px;
}

    .profile-navigate > a {
        display: block;
        color: #fff;
        text-align: center;
        text-decoration: none;
        font-weight: 500;
        font-size: 15px;
        padding: 32px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.04);
    }

        .profile-navigate > a.active-admin-link {
            border-image: linear-gradient(90deg, rgba(173, 135, 107, 0) 0%, #AD876B 38.54%, #5567EA 54.17%, rgba(85, 103, 234, 0) 98.44%);
            border-bottom: 1px solid transparent;
            border-image-slice: 1;
        }

.mud-paper {
    background-color: #181820 !important;
}

.logs_type_dropdown {
    margin-right: 50%;
}

@media (max-width: 450px) {
    body{
    background-color: #121217!important;
  }
    .logs_type_dropdown {
        margin-right: 0%;
    }

  h1{
    font-size: 33px!important;
  }
  .head_inside, .separator_line {
      display: none
  }

  .container {
      max-width: 90vw;
      padding: 0;
  }
  .head-inside-mob{
      position: relative;
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-top: 33px;
      flex-wrap: wrap;
  }
  .head_logo{
    width: 45%;
  }
  .head-inside-burger{
    position: relative;
    width: 50px;
    height: 50px;
    background-color: #FFFFFF1A;
    border-radius: 28px;
    padding: 0 17px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .head-inside-center{
    background-color: #fff;
    height: 2px;
    width: 100%;
    margin: 6px 0;
    border-radius: 25px;
    display: none;
  }
  .head-inside-top{
    background-color: #fff;
    height: 2px;
    width: 100%;
    border-radius: 25px;
    transform: rotate(45deg);
    margin-bottom: -2px;
  }
  .head-inside-bottom{
    transform: rotate(-45deg);
    margin-bottom: 3px;
    background-color: #fff;
    height: 2px;
    width: 100%;
    border-radius: 25px;
  }
  .head-inside-burger.active .head-inside-center{
    display: block;
  }
  .head-inside-burger.active .head-inside-top{
    transform: rotate(0deg);
    margin-bottom: 0px;

  }
  .head-inside-burger.active .head-inside-bottom{
    transform: rotate(0deg);
    margin-bottom: 0px;
  }
  .head-inside-mob-menu{
    display: flex;
    width: 100%;
  }
  .head-inside-mob-menu.active{
    display: none;
  }
  .head_menu-mob.active{
      display: flex;
      flex-direction: column;
      position: absolute
  }
  .head_menu-mob ul li{
    margin: 7px 0;
  }
  .head-menu-mob-menu{
    position: absolute;
    top: 80px;
    width: 100vw;
    left: -5vw;
    padding: 10px 20px;
    background-color: #131319;
    z-index: 2;
    display: none;
  }
  .head-menu-mob-menu.active{
    display: flex;
  }
  .head_menu-mob{
    width: 100%;
  }
  .start{
    padding: 40px 0 100px;
  }
  .start_block{
    flex-direction: column;
  }
  .start_content{
    width: 100%;
  }
  .start_content h1{
    width: 100%;
    margin: 24px 0 24px;
  }
  .start_description{
    color: #fff;
    font-size: 11px;
    width: 100%;
  }
  .start_buttons{
    display: flex;
    margin-top: 38px;
  }
  .start_buttons button{
    font-size: 11px;
    height: fit-content;
  }
  .btn_start{
    padding: 15px 41px;
    margin-right: 13px;
  }
  .btn_notes{
    padding: 15px 19px;
  }
  .start_img{
    width: 100%;
    margin-top: 200px;
    justify-content: flex-start;
  }
  .game_card{
    height: 263px;
    width: 55%;
    border-radius: 27px;
  }
  .version_info{
    padding: 15px 14px;
  }
  .version_info p{
    font-size: 10px;
    margin-right: 15px;
  }
  .mouse_scroll{
    display: none;
  }
  .rainbow_img {
    position: absolute;
    top: 0;
    right: -64px;
    width: 148vw;
    transform: rotate(0deg);
  }
  .rainbow_img img{
    width: 100%;
  }
  .rainbow_img img:nth-child(1){
    display: none;
  }
  .card_content{
    padding: 15px 21px;
  }
  #card2{
    transform: rotate(15deg);
    bottom: -190px;
    right: -41px;
    z-index: 1;
  }
  #card1 .card_content{
    background-size: cover;
  }
  .card_btn{
    width: 100%;
  }
  .choose_title p, .cheats_title p{
    width: 40%;
  }
  .choose{
    padding-top: 170px;
  }
  .separator_line-mob{
    display: block;
    border: none;
    background: linear-gradient(90deg, rgba(217, 217, 217, 0) 0%, rgba(217, 217, 217, 0.432292) 56.77%, rgba(217, 217, 217, 0) 100%);
    height: 2px;
  }
  .choose_list{
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr;
    column-gap: 16px;
    background: none;
  }
  .choose_list_item{
    padding: 20px 26px;
    position: relative;
    overflow: visible;
  }
  .choose_list_item:nth-child(1n):before{
    content: '';
    position: absolute;
    background-image: url('../img/Vector 146.png');
    background-size: cover;
    width: 92px;
    height: 131px;
    bottom: -130px;
    right: -17px;
  }
  .choose_list_item:nth-child(2n):before{
    content: '';
    position: absolute;
    background-image: url('../img/Vector 145.png');
    background-size: contain;
    width: 96px;
    height: 115px;
    bottom: -115px;
    left: -16px;
  }
  .choose_list_item:nth-last-child(1):before{
    content: '';
    display: none;
  }
  .choose hr, .cheats hr{
    margin: 30px 0;
  }
  .choose_list .choose_list_item:nth-child(3){
    grid-column-start: 1;
    grid-row-start: 3;
    grid-row-end: 3;
  }
  .choose_list .choose_list_item:nth-child(4){
    grid-column-start: 2;
    grid-row-start: 4;
    grid-row-end: 4;
  }
  .choose_list_item_image img{
    width: 45%;
  }
  .choose_list_item_title{
    font-size: 13px;
    margin: 19px 0;
  }
  .choose_list_item_desc{
    font-size: 8px;
  }
  .choose_list_item_desc_full{
    opacity: 0;
    font-size: 8px;
  }
  .choose_list_item:hover .choose_list_item_desc_full{
    opacity: 1;
  }
  .social{
    padding: 0;
  }
  .social_rainbow p{
    bottom: 25px;
    font-size: 13px;
  }
  .social_rainbow span{
    font-size: 22px;
  }
  .social_list{
    grid-template-columns: 1fr
  }
  .social_list_item{
    width: 100%;
    margin-top: -13px;
  }
  .social_item_title{
    font-size: 14px;
  }
  .social_item_desc{
    font-size: 9px;
    margin: 20px 0;
    width: 65%;
  }
  .social_list_item{
    height: 35vh;
  }
  .social_list_item:nth-child(2){
    margin-top: 25px;
  }
  .footer_logo{
    width: 50%;
    margin-bottom: 40px;
  }
  .footer_nav{
    width: 100%;
  }
  .footer_nav p, .footer_profiles p, .footer_social p{
    font-size: 17px;
  }
  .footer_nav ul li, .footer_profiles ul li{
    font-size: 19px;
  }
  .footer_social p{
    margin-bottom: 34px;
  }
  .footer_icons img{
    width: 10%;
  }
  .footer_content{
    flex-direction: column;
  }
  .footer_profiles{
    width: 100%;
  }
  .footer_social{
    width: 100%;
    margin-top: 40px;
  }
  #sp1{
    display: none;
  }
  #sp2{
    display: none;
  }
  .cheats_list{
    grid-template-columns: 1fr 1fr;
    margin-top: 0;
  }
  .cheats_list_item{
    height: 239.46px;
    background-size: cover;
  }
  .cheats_list .cheats_list_item:nth-child(1){
    background-position-y: 0;
    background-position-x: 0;
    padding: 15px 10px;
  }
  .cheats_info p{
    font-size: 16px;
  }
  .cheats_info_price{
    font-size: 9px;
    padding: 8px 12px;
  }
  .cheats_version{
    font-size: 7px;
  }
  .modal_content_header_btn_back{
    font-size: 9px;
    height: fit-content;
    line-height: initial;
  }
  .modal_content_header_title p:nth-child(1){
    font-size: 13px;
  }
  .modal_content_header_title p:nth-child(2){
    font-size: 9px;
  }
  .modal_content_form{
    margin-bottom: 21px;
  }
  #modal_bg_authorization.active{
    overflow-y: auto;
  }
  #modal_authorization{
    width: 94%!important;
  }
  .modal_content_form_block p{
    font-size: 9px;
  }
  .modal_content_form_input{
    padding: 19px 17px;
  }
  .modal_content_form_input input{
    font-size: 11px;
  }
  .modal_content_form_block:nth-child(2){
    margin-top: 21px;
  }
  .modal_content_form_block:nth-child(3){
    margin-top: 21px;
  }
  .modal_content_form_block:nth-child(4){
    margin-top: 21px;
  }
  .help-checkbox{
    font-size: 9px;
  }
  .modal_content_help_forgot p{
    font-size: 11px;
  }
  .modal_content_button_login{
    font-size: 11px;
    padding: 15px 0;
  }
  .modal_content_button_create{
    font-size: 11px;
  }
  .modal_content_header_title{
    margin-right: 27px;
  }
  .block_banner{
    margin: 30px 0;
  }
  .block_banner h3{
    font-size: 21px;
    margin-bottom: 12px;
  }
  .block_banner p{
    font-size: 9px;
  }
  .Information_and_payment h3{
    font-size: 12px;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 0;
  }
  .Information_and_payment h3:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(90deg, rgba(173, 135, 107, 0) 0.52%, #AD876B 35.42%, #5567EA 65.62%, rgba(85, 103, 234, 0) 99.48%);
    width: 37px;
    height: 1px;
  }
  .Information_and_payment h3:before{
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.04);
    width: 100%;
    height: 1px;
  }
  .Information_and_payment_flex{
    flex-direction: column;
  }
  .iap-info{
    width: 100%;
  }
  .iap-flex-info{
    border-top: none;
    padding-top: 30px;
  }
  .iap-flex-item h4{
    font-size: 9px;
  }
  .iap-flex-item p{
    font-size: 9px;
  }
  .iap-tarif-desctop{
    /* display: none; */
  }
  .iap-tarif{
    display: none;
    width: 100%;
  }
  .iap-tarif-mob{
    display: block;
    margin-top: 40px;
  }
  .iap-tarif>.radiobutton-tarif{
    margin-bottom: 12px;
    padding: 19px 36px;
  }
  .iap-tarif>.radiobutton-tarif::before{
    width: 15px;
    height: 15px;
    border: 1px solid rgba(255, 255, 255, 0.54)!important;
    left: 13px;
  }
  .tarif-days{
    font-size: 10px;
  }
  .tarif-cost{
    font-size: 10px;
  }
  .profile-page{
    display: flex;
    flex-direction: column;
  }

  .pa-5{
    display: none;
  }
  .profile_activate_key>p, .profile_change_password>p{
    font-size: 8px;
  }
  .profile_activate_key, .profile_change_password{
    padding: 18px;
  }
  .profile_block input{
    font-size: 10px;
    padding: 12px 8px;
    margin-right: 0;
    border-radius: 9px;
    margin-bottom: 23px;
    flex-basis: 48%;
  }
  .flex-line{
    flex-wrap: wrap;
    align-items: flex-start;    
  }
  
  .profile_activate_btn{
    font-size: 10px;
    padding: 9px 16px;
  }
  .profile_activate_btn{
    font-size: 11px;
  }
  .profile_subscriptions_block{
    padding: 25px;
  }
  .gradient-text{
    font-size: 10px;
  }
  .profile_chenge_btn{
    width: 100%;
    text-align: center;
    padding: 11px 0;
  }
  .mouse_swipe{
    display: none!important;
  }
  .social_btn{
    font-size: 9px;
    padding: 9px 28px;
    line-height: initial;
  }
  .gradient-btn{
    font-size: 8px;
    padding: 11px;
    margin-top: 30px;
  }
  .media_and_screenshots .block_title h3, .сheats_functional .block_title h3{
    font-size: 12px;
    margin: 0;
  }
  .media_and_screenshots .block_title, .сheats_functional .block_title{
    margin: 50px 0;
  }
  .profile-navigate, .admin-navigate{
    margin-top: 36px;
    overflow: auto;
    scrollbar-width: thin;
  }
  .admin-navigate::-webkit-scrollbar, .profile-navigate::-webkit-scrollbar{
    width: 2px;
    height: 2px;
  }
  .admin-navigate::-webkit-scrollbar-track, .profile-navigate::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.05);
  }  
  .admin-navigate::-webkit-scrollbar-thumb, .profile-navigate::-webkit-scrollbar-thumb {
    width: 10px;
  }
  .profile-navigate>a, .admin-navigate>a{
    font-size: 16px;
    padding: 15px;
    margin-bottom: 2px;
    height: fit-content;
    width: max-content;
  }
  .admin-list-blocks>div{
    padding: 26px 18px!important;
    align-items: center;
  }
  .container-grid-3{
    grid-template-columns: 1fr
  }
  .admin-list-blocks > div:nth-child(1) > div:nth-child(1) > p{
    font-size: 13px;
  }
  .admin-gradient-border{
    height: fit-content;
  }
  .admin-block-item .admin-checkbox{
    padding: 18px 14px;
  }
  .container-grid-2{
    grid-template-columns: 1fr
  }
  .admin-block{
    padding: 20px;
  }
  .admin-placeholder{
    padding: 23px 19px;
  }
  .admin-block-header h3{
    font-size: 10px;
  }
  .admin-block-item>p{
    font-size: 10px;
  }
  .admin-placeholder{
    padding: 16px 14px;
  }
  .admin-button-search{
    padding: 14px;
    font-size: 12px;
  }
  .start_img #card2:hover{
    bottom: -140px;
  }
    
  .head_my_accoun {
      z-index: 1;
  }

  .head_my_account:hover .head_dropdown{
    width: 100%;
  }
  .admin-placeholder-full{
    flex-basis: 100%!important;
  }
  .head_account{
    justify-content: center;
  }
  .block-search{
    padding: 10px 15px;
    font-size: 8px;
    width: 70%;
  }
  .resseler-game{
    font-size: 8px;
    padding: 10px 10px;
  }
  .resseler-game > img{
    width: 12px;
    margin-top: -2px;
  }
  .resseler-keys{
    width: 100%;
    justify-content: space-between;
    margin-top: 15px;
    padding: 15px 14px;
    font-size: 9px;
  }
  .resseler-game-settings{
    margin-top: 15px;
    width: 40%;
    padding: 15px 15px;
  }
  .resseler-game-settings img{
    width: 15px;
  }
  .rounded_btn{
    padding: 15px 0;
    width: 45%;
    text-align: center;
    justify-content: center;
    margin-top: 15px;
  }
  .admin-block-info{
    flex-wrap: wrap;
  }
  .admin-block-info > p {
    margin-bottom: 10px;
  }
  .admin-list-blocks>div img{
    padding: 10px;
  }
  .admin-gradient-btn{
    font-size: 11px;
  }
  .admin-placeholder{
    font-size: 13px;
  }
  .mud-button-label{
    font-size: 13px;
  }
  .admin-user-icon .user-icon{
    width: 73px;
    height: 73px;
  }
  .user-icon-download{
    width: 27px;
    height: 27px;
  }
  .admin-block > .flex-line > .flex-line > div:nth-child(2) > h3{
    font-size: 14px;
  }
  .admin-block > .flex-line > .flex-line > div:nth-child(2) > h3{
    font-size: 14px;
  }
  .admin-block > .flex-line > .flex-line > div:nth-child(2) > p{
    font-size: 11px;
  }
  .admin-resseler-mob{
    display: flex;
    flex-direction: column;
  }
  .admin-resseler-mob .admin-block {
    max-width: 100%;
  }
  .admin-resseler-mob > div {
    margin-bottom: 21px;
  }
  .resseler-search > div:nth-child(1) > div{
    display: flex;
    align-items: center;
  }
  .admin-user-date{
    display: flex;
    align-items: center;
  }
  .admin-user-date::before{
    margin-right: 5px;
  }
  .admin-button{
    font-size: 9px;
    padding: 14px 0;
  }
  .admin-block-item .admin-checkbox{
    font-size: 8px;
    padding: 12px 9px;
  }
  .resseler-search > div:nth-child(4) > .grid-3{
    display: flex;
    flex-direction: column;
    grid-gap: 0
  }
  .admin-datepicker p{
    font-size: 8px;
    margin-bottom: 10px;
  }
  .admin-datepicker label{
    font-size: 8px;
    padding: 12px 9px;
    width: 1005px;
    margin-left: 0;
  }
  .mud-input>input.mud-input-root.mud-input-root-filled, div.mud-input-slot.mud-input-root.mud-input-root-filled{
    font-size: 8px;
  }
  .mud-grid-spacing-xs-3>.mud-grid-item{
    width: 100%;
  }
  .mud-input-input-control:nth-child(3){
    margin-bottom: 20px!important;
  }
 .mud-grid.mud-grid-spacing-xs-3.justify-start .mud-grid.mud-grid-spacing-xs-3.justify-start{
  flex-wrap: nowrap;
 }
 .subscriptions_frozen{
  flex-wrap: nowrap;
  align-items: center;
  padding: 12px;
 }
 .subscriptions_frozen > div:nth-child(1) {
  align-items: center;
}
 .subscriptions_frozen > div:nth-child(1) > img {
    align-items: center;
    width: 40px;
 }
 .subscriptions_frozen > div:nth-child(1) > div > h3 {
    font-size: 11px;
 }
  .subscriptions_frozen > div:nth-child(1) > div > p {
    font-size: 10px;
  }
  .subscriptions_frozen > div:nth-child(2){
    align-items: center;
  }
  .subscriptions_frozen > div:nth-child(2) > p {
    font-size: 10px;
  }
  .subscriptions_frozen > div:nth-child(2) .small_btn  {
    width: 30px;
    height: 30px;
    background-size: 15px;
    margin-left: 5px;
  }
    
    .subscriptions_extend 
    {
        flex-wrap: nowrap;
        align-items: center;
        padding: 12px;
    }

   .subscriptions_extend > div:nth-child(1) 
   {
       align-items: center;
   }

   .subscriptions_extend > div:nth-child(1) > img 
   {
       align-items: center;
       width: 40px;
   }

   .subscriptions_extend > div:nth-child(1) > div > h3 
   {
       font-size: 11px;
   }

   .subscriptions_extend > div:nth-child(1) > div > p 
   {
       font-size: 10px;
   }

   .subscriptions_extend > div:nth-child(2) 
   {
       align-items: center;
   }

   .subscriptions_extend > div:nth-child(2) > p 
   {
       font-size: 10px;
   }

   .subscriptions_extend > div:nth-child(2) .small_btn 
   {
      width: 30px;
      height: 30px;
      background-size: 15px;
      margin-left: 5px;
   }

  .profile_balance_item{
    align-items: center;
  }
  .profile_balance_item > div:nth-child(1){
    align-items: center;
  }
  .profile_balance_item > div:nth-child(1) > img{
    width: 30px;
    height: auto;
    margin-right: 5px;
  }
  .profile_balance_item > div:nth-child(1) > div{
    font-size: 10px;
  }
  .profile_balance_block .separator_vertival_line{
    margin-left: 7px;
    margin-right: 7px;
  }
  .profile_balance_block .golden_text{
    font-size: 10px;
  }
  .game_dropdown 
  {
    display: none;
    width: 100%;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    text-align: center;
    z-index: 3;
    padding-top: 0; 
    padding-left: 0; 
    padding-right: 0;
    padding-bottom: 0;
  }
    
  .game_dropdown_item:hover 
  {
      background-color: rgba(255, 255, 255, 0.05) !important;
  }


  .block-search{
    margin-bottom: 10px;
  }
  .resseler-game:hover{
    border-radius: 22px;
  }
}
@media (max-width: 360px){
  .admin-list-blocks>div, .admin-block {
    padding: 18px 18px!important;
    align-items: center;
    max-width: 85%;
  }
  .admin-list-blocks>div, .admin-block .padding-25 {
    padding: 0!important;
  }
  
}

.captcha_widget_shell {
	width: 100%;
	min-height: 0;
	margin: 8px 0 18px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.turnstile_widget {
	width: 100%;
	min-height: 0;
	display: flex;
	justify-content: center;
	overflow: hidden;
}

.turnstile_widget:not(:empty) {
	min-height: 65px;
}

.turnstile_widget iframe {
	max-width: 100%;
}

.captcha_error {
  width: 100%;
  margin-top: 8px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 138, 138, 0.18);
  border-radius: 8px;
  background: rgba(255, 138, 138, 0.08);
  color: #ffb3b3;
  font-size: 12px;
  line-height: 1.35;
  text-align: center;
}
