:root{
    --font-family: Inter;
    --border-box: 40px 50px;
    --color-text: white;
}

html, body {
    background: #111;
    color: var(--color-text);
}

* {
    font-family: var(--font-family);
    font-weight: 400;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.group-info-top-a.info-donate-a {
    margin-bottom: 15px;
}

p.info_top_text_b {
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    margin-top: 8px;
    margin-bottom: 8px;
}

li.info-donate-li {
    display: flex;
}

cb {
    display: contents;
    color: white;
}

.hamburger-menu {
    display: none;
}

.right-info-donate.info-donate-b {
    height: 100%;
    display: flex;
    justify-content: space-around;
}

.left-info-donate.info-donate-b {
    width: 93.513px;
    height: 55.459px;
}

img.donate-image.modal-image.info-donate-b {
    width: 38px;
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0px);
    }
}

a.link-header-a {
    transition: 0.3s;
    color: #C0BACE;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    user-select: none;
    text-decoration-line: none;
    display: flex;
    align-items: center;
    gap: 4px;
    justify-content: center;
}

a.link-header-a:hover {
    color: #FFF;
}

.border {
    width: 1440px;
}

li.link-header.shop_a > a {
    color: #BF0AFF;
}

.user-menu.mob-el {
    top: auto;
    bottom: 41px;
}

.owl-dots {
    display: none;
}

.info-text-p.allert-red {
    font-size: 14px;
    color: #fe4d9d;
}

img.active-ico-absolute.alert-red {
    filter: invert(1);
}

li.link-header {
    display: flex;
    align-items: center;
}

.object-last-buy-main:hover {
    position: relative;
    z-index: 10;
}

.owl-item:hover {
    position: relative;
    z-index: 10;
}

.header {
    background-image: url(/img/main/background.png);
    display: flex;
    background-color: #010110;
    flex-direction: column;
    min-height: 1080px;
    align-items: center;
    height: 100vh;
    background-size: cover;
    justify-content: space-between;
}

a.logotype {
    display: flex;
    align-items: center;
    transition: 0.3s;
    cursor: pointer;
    position: relative;
}

a.logotype:after {
    background-image: url(/img/main/background-logotype.png);
    width: 869px;
    position: absolute;
    content: "";
    height: 348px;
    top: -31px;
    left: -343px;
    pointer-events: none;
    user-select: none;
}

img.logotype-img {
    width: 194px;
    position: relative;
    transition: 0.3s;
    z-index: 1;
}

img.logotype-img:hover {
    transform: scale(1.05);
}

.header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 32px;
    position: relative;
    z-index: 2;
}

ul.links-header-ul {
    display: flex;
    gap: 32px;
}

.right-header-content {
    display: flex;
}

.group-right-content {
    display: flex;
    gap: 50px;
}

.user-menu {
    position: absolute;
    padding: 6px;
    border-radius: 12px;
    border: 0.5px solid #323539;
    background: #141414;
    backdrop-filter: blur(4px);
    right: 33px;
    top: 40px;
    z-index: 2;
    transform: translateY(-20px);
    pointer-events: none;
    opacity: 0;
    transition: 0.3s;
}

ul.socials-header-ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
}

button.custom-button-2.copy {
    width: 212px;
}

button.custom-button-2.copy:hover {
    outline: 6px solid #bf0aff3d;
}

.custom-button-1:active {
    transform: scale(0.9);
}

.custom-button-2:active {
    transform: scale(0.9);
}

.main-block-user {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 17px;
    cursor: pointer;
    user-select: none;
}

.balance-block {
    display: flex;
    gap: 5px;
}

p.login-user {
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
}

p.balance-user {
    color: #C0BACE;
    font-size: 14px;
    font-weight: 500;
}

span.color-white {
    color: white;
}

.avatar {
    border-radius: 24px;
    border: 1px solid rgba(191, 175, 175, 0.10);
    background: rgba(58, 58, 58, 0.20);
    width: 57px;
    height: 57px;
    display: flex;
    align-items: center;
    justify-content: center;
}

svg.dots-ico {
    color: #858C95;
}

.monitoring-chart {
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.04);
    background: rgba(0, 0, 0, 0.40);
    backdrop-filter: blur(1px);
    position: absolute;
    z-index: 1;
    right: 58px;
    bottom: 16px;
}

@keyframes fadeUp {
    0% {
      transform: translateY(50px);
      opacity: 0;
    }
    100% {
      transform: translateY(0);
      opacity: 1;
    }
  }
  
.monitoring-chart {
    opacity: 0;
    transform: translateY(50px);
    animation: fadeUp 1s ease-out forwards;
    animation-delay: 0.5s; /* опционально — задержка появления */
}

.apexcharts-tooltip.apexcharts-theme-light {
    background: none!important;
    border: none!important;
    color: #FFF!important;
    outline: none;
}

span.apexcharts-tooltip-text-y-value {
    color: #FFF;
    font-size: 16px;
    
    font-weight: 600;
    
    text-transform: uppercase;
}

.apexcharts-xaxistooltip {
    display: none;
}

span.apexcharts-tooltip-marker {
    display: none;
}

.apexcharts-tooltip {
    box-shadow: none!important;
}

li.socials-header-li {
    display: flex;
}

a.socials-header-a {
    border-radius: 6px;
    border: 0.5px solid #323539;
    background: #141414;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #C0BACE;
    cursor: pointer;
    transition: 0.3s;
}

a.socials-header-a.vk:hover {
    background: #07F;
    border-color: #07F;
    color: white;
}

a.socials-header-a.discord:hover {
    color: white;
    background: #5662f6;
    border-color: #5662f6;
}

img.image-right-absolute {
    position: absolute;
    right: 116px;
    z-index: 1;
    bottom: -15px;
    pointer-events: none;
    user-select: none;
}

img.key-absolute {
    position: absolute;
    right: -92px;
    bottom: 33px;
    pointer-events: none;
    user-select: none;
    animation: float 2s ease-in-out infinite;
}

.object-online.block-a:after {
    background: #9E01FF;
    width: 1px;
    height: 43px;
    content: "";
    position: absolute;
    bottom: -43px;
    left: 74px;
}

img.crystal-absolute {
    position: absolute;
    top: 315px;
    margin-left: 94px;
    pointer-events: none;
    user-select: none;
    animation: float 2.4s ease-in-out infinite;
}

.info-user {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

img.cloud-absolute {
    position: absolute;
    top: 112px;
    margin-left: 124px;
    pointer-events: none;
    user-select: none;
    animation: float 3s ease-in-out infinite;
}

.object-online {
    border-radius: 24px;
    border: 2px solid #bf0aff;
    background: rgba(204, 0, 255, 0.18);
    height: 136px;
    width: 206px;
    padding: 17px 21px;
    margin-left: 311px;
    bottom: 260px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

a.custom-link-1:hover {
    color: #c217ff;
}

a.custom-link-1:hover > svg {
    transform: translateX(3px);
}

svg.ico-right-a {
    transition: transform 0.3s;
}

p.title-block-a {
    color: #C0BACE;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.10);
    font-size: 14px;
    font-weight: 500;
}

p.bottom-info-p {
    color: #FFF;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.10);
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
}

.info-online {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.top-info-block {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

h1.h1-header {
    font-size: 72px;
    font-weight: 700;
    line-height: 78px; /* 108.333% */
    letter-spacing: -2.88px;
    background: linear-gradient(180deg, #FFF 54.17%, #B372CF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.left-content-header {
    max-width: 472px;
}

p.text-header-top {
    color: #C0BACE;
    font-size: 16px;
    font-weight: 600;
    line-height: 31px; /* 193.75% */
}

.custom-button-1 > p {
    position: relative;
    z-index: 1;
    white-space: pre;
}

.custom-button-1 > img {
    position: relative;
    z-index: 1;
}

.custom-button-1 > svg {
    position: relative;
    z-index: 1;
}

.custom-button-1 {
    color: white;
    display: flex;
    gap: 11px;
    align-items: center;
    justify-content: center;
    border-radius: 24px;
    user-select: none;
    overflow: hidden;
    padding: 20px 26px;
    position: relative;
    border: none;
    outline: 6px solid #bf0aff00;
    color: #FFF;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.10);
    font-size: 18px;
    background: none;
    cursor: pointer;
    transition: 0.3s;
    text-decoration: none;
    background: linear-gradient(to bottom, #BF0AFF 0%, #9E00FF 100%);
}

a.custom-link-1 {
    color: #D86BFF;
    font-size: 14px;
    font-weight: 700;
    transition: 0.3s;
    line-height: 18.2px;
    text-transform: uppercase;
    text-decoration: none;
    gap: 8px;
    display: flex;
    align-items: center;
    user-select: none;
}

.news {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    gap: 20px;
}

img.donate-image-a {
    max-width: 124px;
}

.message-no-products {
    color: #858C95;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.right-group {
    display: flex;
    justify-content: flex-end;
}

.news-object {
    cursor: pointer;
    user-select: none;
    transition: 0.3s;
    padding-top: 10px;
    display: flex;
    flex-direction: column;
    text-decoration-line: none;
}

.news-object:hover {
    transform: translateY(-10px);
}

.content {
    display: flex;
    justify-content: center;
    padding-top: 30px;
    flex-direction: column;
    gap: 35px;
    align-items: center;
    background-image: url(/img/main/background-content.png);
    background-position-y: top;
    background-repeat: repeat-x;
}

.right-group {
    display: flex;
    justify-content: flex-end;
}

.news-list {
    width: 100%;
}

.news-image {
    height: 182.98px;
    background-repeat: no-repeat;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    background-size: cover;
}

h3.news-title {
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
}

p.date-news {
    color: #B6BABF;
    font-size: 12px;
    font-weight: 700;
}

p.description-news {
    color: #858C95;
    font-size: 12px;
    
    font-weight: 500;
    line-height: 20px;
}

.news-info {
    display: flex;
    gap: 7px;
    flex-direction: column;
    padding: 24px;
    background: #1c1c1c;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
}

p.text-button {
    font-weight: 700;
}

.custom-button-1:hover {
    outline: 6px solid #bf0aff3d;
}

.custom-button-1:hover > .ico-button.arrow {
    transform: translateX(5px);
}

button.custom-button-1.auth-button.load:after {position: absolute;z-index: 2;width: 100%;height: 100%;content: "";background: linear-gradient(to bottom, #BF0AFF 0%, #9E00FF 100%);background-position: center;background-repeat: no-repeat;opacity: 0;transition: 0.3s;user-select: none;}

button.custom-button-1.auth-button.load {
    overflow: hidden;
}

button.custom-button-1.auth-button:before {
    background-image: url(/img/main/loading-white.svg);
    z-index: 3;
    width: 100%;
    height: 100%;
    content: "";
    background-position: center;
    background-repeat: no-repeat;
    left: 0;
    top: 0;
    position: absolute;
    background-size: 36px;
    opacity: 0;
    transition: 0.3s;
    user-select: none;
}

button.custom-button-1.auth-button.load:after {
    opacity: 1;
}

button.custom-button-1.auth-button.load{
    pointer-events: none;
}

button.custom-button-1.auth-button.load:before {
    opacity: 1;
}

.ico-button.arrow {
    transition: 0.3s;
}

.header-center {
    display: flex;
    align-items: center;
    height: calc(100vh - 391px);
    position: relative;
    min-height: 677px;
    z-index: 1;
}

.custom-button-2 {
    display: flex;
    position: relative;
    padding: 20px 26px;
    border-radius: 24px;
    background: none;
    border: none;
    font-size: 16px;
    
    text-decoration: none;
    color: white;
    gap: 12px;
    cursor: pointer;
    outline: 6px solid #bf0aff00;
    transition: 0.3s;
    user-select: none;
}

button.custom-button-2.copy:hover {
    outline: 6px solid #bf0aff3d;
}

.custom-button-2:after {
    border-radius: 24px;
    background: linear-gradient(to bottom, #bf0aff36 0%, #9e00ff33 100%);
    border: 1px solid #B008F5;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.custom-button-2 > img {
    position: relative;
    z-index: 1;
}
.custom-button-2 > svg {
    position: relative;
    z-index: 1;
}
.custom-button-2 > p {
    position: relative;
    z-index: 1;
}

.group-buttons {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-top: 12px;
}

.left-content-header {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

img.user-background-absolute {
    position: absolute;
    bottom: -106px;
    right: -42px;
    pointer-events: none;
    user-select: none;
}

.object-online.block-a {
    position: absolute;
    margin-left: 372px;
    top: unset;
    bottom: 438px;
}

img.avatar-user {
    width: 30px;
}

.object-online.block-b {
    position: absolute;
    border-radius: 24px;
    border: 1px solid #9E01FF;
    background: rgba(255, 255, 255, 0.02);
}

li.link-header.shop_a > a:hover {
    color: #d04cff;
}

a.socials-header-a:hover > svg {
    transform: scale(1.15);
}

a.socials-header-a > svg {
    transition: transform 0.3s;
}

.object-online.block-c {
    position: absolute;
    border-radius: 24px;
    border: 1px solid #9E01FF;
    background: rgba(255, 255, 255, 0.02);
    right: -65px;
    bottom: 269px;
    top: unset;
}

.header-bottom {
    background: linear-gradient(180deg, rgb(57 26 81) -0.96%, rgb(91 56 99) 80.15%);
    width: 100%;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
}

a.user-menu-a {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    padding: 12px 11px;
    display: flex;
    white-space: pre;
    border-radius: 6px;
    transition: 0.3s;
    user-select: none;
    color: #858C95;
    text-decoration: none;
    width: 100%;
    font-weight: 500;
}

li.user-menu-li {
    display: flex;
    width: 100%;
}

ul.user-menu-ul {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

a.user-menu-a:hover {
    color: white;
    background: rgb(29 29 29);
}

.menu-control {
    position: relative;
}

.user-menu.active {
    opacity: 1;
    transform: translateY(0px);
    pointer-events: all;
}

.absolute-info-block {
    z-index: 1;
    position: absolute;
    top: -16px;
    display: flex;
    align-items: center;
    gap: 1px;
    border-radius: 247px;
    border: 1px solid rgba(191, 10, 255, 0.20);
    background: rgba(191, 10, 255, 0.20);
    padding: 6px 14px;
}

.circle-a {
    width: 8px;
    height: 8px;
    background: #C0F;
    border-radius: 100%;
}

p.text-live {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
}

.last-buy-panel {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
    margin-top: -13px;
}

.last-buy-list-main {
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    width: 100%;
}

.last-buy-list {
    display: flex;
    gap: 43px;
    width: 100%;
    opacity: 0;
    transition: ease-in-out 0.3s;
}

.last-buy-list.active {
    opacity: 1;
}


.absolute-info-buy {
    position: absolute;
    opacity: 0;
}

.avatar-block {
    border-radius: 24px;
    background: rgba(0, 0, 0, 0.26);
    height: 125px;
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 13px;
    justify-content: center;
}

.avatar-block > img {
    width: 55px !important;
}

p.time-buy {
    color: #C0BACE;
    font-size: 14px;
    font-weight: 600;
    
}

.bottom-info-last-buy {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

/*Circle Animation*/
.container {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
  
.circle-container {
    position: absolute;
    transform: translateY(-10vh);
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    width: 100%;
}
  
.circle {
    width: 100%;
    height: 100%;
    background: #B206FF;
    box-shadow: 0px 4px 30.6px 0px #FFAA63;
    mix-blend-mode: screen;
    animation: fadein-frames 200ms infinite, scale-frames 2s infinite;
}
  
@keyframes fadein-frames {
    0% { opacity: 1; }
    50% { opacity: 0.7; }
    100% { opacity: 1; }
}
  
@keyframes scale-frames {
    0% { transform: scale3d(0.4, 0.4, 1); }
    50% { transform: scale3d(2.2, 2.2, 1); }
    100% { transform: scale3d(0.4, 0.4, 1); }
}
/*LastBuy*/

chg {
    color: #BABBBC;
    font-size: 11px;
    font-weight: 600;
    line-height: 173%;
}

p.top-text-info {
    color: #FFF;
    font-size: 11px;
    font-weight: 600;
    line-height: 173%;
}

img.last-buy-avatar {
    width: 35px;
    height: 35px;
    border-radius: 8px;
}

cgt {
    color: #82FF63;
    font-size: 11px;
    font-weight: 600;
    line-height: 173%;
}

p.info-get-text {
    color: #FFF;
    font-size: 11px;
    font-weight: 600;
    line-height: 173%;
}

img.donate-ico-small {
    width: 30px !important;
    height: 30px;
    border-radius: 8px;
    object-fit: cover;
}

.absolute-info-buy {
    display: flex;
    align-items: center;
    backdrop-filter: blur(15px);
    width: 240px;
    top: 13px;
    padding: 11px 18px;
    gap: 10px;
    user-select: none;
    position: absolute;
    opacity: 0;
    left: 31px;
    pointer-events: none;
    transform: translateY(20px);
    transition: 0.3s;
    border-radius: 12px;
    border: 0.5px solid #323539;
    background: rgba(20, 20, 20, 0.70);
}

.object-last-buy-main:hover > .absolute-info-buy {
    opacity: 1;
    transform: translateY(0px);
}

.object-last-buy {
    display: flex;
    align-items: center;
    gap: 17px;
}

p.info-buy {
    color: #858C95;
    font-size: 14px;
    font-weight: 500;
    
}

.last-buy-list {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.object-last-buy-main:after {
    position: absolute;
    width: 100%;
    height: 1px;
    background: #E5E5E7;
    content: "";
    bottom: -20px;
    pointer-events: none;
}

.object-last-buy-main {
    position: relative;
    padding-top: 42px;
}


/*Сменить пароль*/
.modal-form-options {
    border-radius: 17px;
    border: 1px solid #323539;
    background: #131313;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    width: 482px;
    padding: 40px;
    position: relative;
}

p.text-title.info-donate-b {
    font-size: 20px;
}

p.text-top.info-donate-b {
    font-size: 14px;
}

.left-info-donate {
    border-radius: 12px;
    background: rgba(72, 75, 78, 0.19);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 98px;
    height: 98px;
}



.custom-checkbox {
  display: flex;
  align-items: center; /* теперь чекбокс по центру текста */
  cursor: pointer;
  font-size: 12px;
  line-height: 1.4;
  gap: 6px;
}

.custom-checkbox input {
  display: none;
}

.custom-checkbox .checkmark {
  width: 16px;
  height: 16px;
  min-width: 16px;
  border: 2px solid #ccc;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.custom-checkbox input:checked + .checkmark {
  background: #4caf50;
  border-color: #4caf50;
}

.custom-checkbox input:checked + .checkmark::after {
  content: "✔";
  color: white;
  font-size: 10px;
  line-height: 1;
}

.checkbox-text-long {
  display: inline-block; /* чтобы переносы были корректны */
  vertical-align: center; /* выравнивание по центру чекбокса */
  line-height: 1.1;
}

.link-underline {
  color: #ffffff;
  text-decoration: underline;
  margin-left: 2px;
}

.link-underline:hover {
  color: #8a2be2;
}


img.donate-image.modal-image {
    width: 60px;
}

.info-donate-payment {
    display: flex;
    align-items: center;
    gap: 12px;
    position: relative;
}

.info-donate-payment.info-donate-b:after {
    display: none;
}

.info-donate-bottom {
    margin-top: 15px;
    color: #979AA0;
    font-size: 14px;
    font-weight: 500;
    line-height: 23.2px;
}

.group-info-top-a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
}

.right-info-donate {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

p.text-top {
    color: #858C95;
    font-size: 16px;
    font-weight: 600;
}

p.text-title {
    color: #FFF;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

h4.payment-h4 {
    color: #FFF;
    font-size: 22px;
    font-weight: 700;
}

p.text-info-payment-p4 {
    color: #979AA0;
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
}

p.text-info-block-payment {
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
}

p.text-left-object-text-info-a {
    color: #979AA0;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

p.text-right-object-text-info-a {
    color: #FFF;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}

span.color_green {
    color: #A7FF78;
    font-weight: 600;
}

span.color_dark_white {
    color: #979AA0;
    font-weight: 600;
}

button#payment_button {
    width: 100%;
    font-size: 15px;
    font-weight: 600;
}

newcost.old-cost-main {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    text-decoration-line: line-through;
    opacity: 0.65;
}

.object-text-info-a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

svg.promocode-ico {
    width: 25px;
    height: 19px;
    position: absolute;
    top: 16px;
    left: 16px;
}

.absolute-info-promocode {
    position: absolute;
    top: 12px;
    right: 14px;
    border-radius: 6px;
    background: rgba(167, 255, 120, 0.2);
    color: #A7FF78;
    padding: 4px 8px;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    transition: 0.3s;
    line-height: normal;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(12px);
    opacity: 0;
    pointer-events: none;
    user-select: none;
}

div#content_vault {
    display: none;
}

.object-payment {
    display: flex;
    height: 66px;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    border: 0.5px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.06);
    transition: 0.3s;
    cursor: pointer;
    user-select: none;
    flex-direction: column;
    gap: 2px;
    text-align: center;
}

p.text-payment-a {
    color: #979AA0;
    font-size: 8px;
    font-weight: 500;
    text-transform: uppercase;
}

p.text-payment-a {
    color: #979AA0;
    font-size: 8px;
    font-weight: 500;
    text-transform: uppercase;
}

p.text-info-right {
    color: #979AA0;
    font-family: Inter;
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: 19.6px;
}

.info-payment-a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

svg.info-payment-ico {
    min-width: 29px;
}

.group-info-payment-a {
    gap: 17px;
    margin-top: 25px;
    display: flex;
    flex-direction: column;
}

a.color_white {
    color: white;
    transition: 0.3s;
    cursor: pointer;
    user-select: none;
    text-decoration: none;
}

a.color_white:hover {
    color: #b507ff;
}

.object-payment.active {
    background: #b407ff4f;
    border-color: #b407ff;
    color: #d666ff;
}

img.payment-image {
    width: 69%;
}

.list-payment {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    gap: 16px;
    justify-content: space-between;
}

.payment-main {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.list-text-info-a {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
    position: relative;
}

.info-donate-payment:after {
    position: absolute;
    width: 100%;
    height: 1px;
    content: "";
    bottom: -22px;
    background: rgb(255 255 255 / 7%);
}

.count-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
    gap: 15px;
}

.count-object {
    width: 100%;
    position: relative;
    border-radius: 10px;
    border: none;
    text-decoration: none;
    gap: 12px;
    cursor: pointer;
    outline: 6px solid #bf0aff00;
    transition: 0.3s;
    user-select: none;
    display: flex;
    align-items: center;
    background: #262626;
    justify-content: center;
    padding: 15px 13px;
    border: solid 1px #323232;
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
}

.right-group-block-2 {
    display: none;
}

/*Range*/

.range-object {
    display: grid;
    gap: 26px;
}

p.range-text-right {
    display: none;
}

.range-info-block {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}
p.edit-range {
    font-weight: 400;
    color: #898989;
    font-size: 12px;
    text-decoration: underline;
    cursor: pointer;
}

a, button, .slider-object, li, .checkbox-main, .edit-range, .change-theme {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.range-slide {
    background-image: url(/img/payments/range.svg);
    width: 100%;
    height: 10px;
    margin-top: 13px;
    opacity: 0.4;
    background-size: 14.15px;
}

input[type="range"] {
    -webkit-appearance: none;
    margin-right: 15px;
    width: 100%;
    height: 7px;
    background: #141414;
    border-radius: 5px;
    background-image: linear-gradient(#BC39FF, #BC39FF);
    background-size: 70% 100%;
    background-repeat: no-repeat;
}

section.content-block-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 21px;
}

input#range {
    width: 100%;
}

.custom-button-2.select_payment {
    display: none;
}

.left-group-block-1 {
    border-radius: 12px;
    border: 0.5px solid rgba(255, 255, 255, 0.10);
    background: rgb(26 26 26);
    padding: 14px 21px;
}

h3.text-block-h3 {
    color: #FFF;
    font-size: 17px;
}

.range-right-info {
    display: flex;
    background: #383728;
    border: solid 1px #f3e953;
    border-radius: 9px;
    align-items: center;
    gap: 7px;
    padding: 5px 10px;
    justify-content: center;
}

img.ico-curse-image {
    width: 17px;
}

p#get_curse {
    color: #F3E959;
    font-size: 14px;
    font-weight: 600;
}

p#pay_curse {
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
}
  
input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    border: 4px solid #8222b3;
    background: #BC39FF;
    cursor: ew-resize;
    box-shadow: 0 0 2px 0 white;
    transition: background .3s ease-in-out;
}

input[type=range]::-webkit-slider-runnable-track  {
    -webkit-appearance: none;
    box-shadow: none;
    border: none;
    background: transparent;
}
/*Range*/


.count-object.active {
    background: #b407ff4f;
    border-color: #b407ff;
    color: #d666ff;
}

.list-text-info-a:after {
    position: absolute;
    width: 100%;
    height: 1px;
    content: "";
    bottom: -17px;
    background: rgb(255 255 255 / 7%);
}

.top-group-payment-info {
    margin-top: 37px;
    margin-bottom: 15px;
}

.absolute-info-promocode.active {
    opacity: 1;
    transform: translateY(0px);
}

input#payment_promocode {
    padding-left: 52px;
}

p.title-password-info {
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px; /* 125% */
    letter-spacing: -0.1px;
}

li.password-neet-text-li {
    color: #979AA0;
    font-size: 14px;
    font-weight: 500;
    line-height: 28px; /* 233.333% */
    letter-spacing: -0.1px;
    margin-left: 19px;
}

.password-info {
    display: flex;
    flex-direction: column;
    gap: 11px;
}

.option-block {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

button.custom-button-1.change-button {
    width: 100%;
    border-radius: 16px;
}

button.custom-button-1.cancle-button {
    width: 100%;
    border-radius: 16px;
    background: linear-gradient(0deg, #242424 0%, #242424 100%), #D9D9D9;
}

.group-buttons-b {
    display: grid;
    gap: 15px;
}

button.custom-button-1.cancle-button:hover {
    outline: 6px solid #24242454;
}

h2.option-h2 {
    color: #FFF;
    font-size: 21px;
    font-weight: 700;
}

/*Shop*/
h2.h2-title {
    color: #FFF;
    font-size: 26px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 12px;
}

p.description-text {
    color: #858C95;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px; /* 171.429% */
    max-width: 687px;
}

.top-title-block {
    display: flex;
    flex-direction: column;
    gap: 13px;
}

.object-category {
    border-radius: 15px;
    border: 1px solid #323232;
    background: #1C1C1C;
    position: relative;
    text-align: center;
    height: 63px;
    padding: 0px 44px;
    overflow: hidden;
    display: flex;
    align-items: center;
    user-select: none;
    justify-content: center;
    color: #858C95;
    font-size: 16px;
    font-weight: 500;
    transition: 0.3s;
    cursor: pointer;
}

.object-category:hover > img, .object-category.active > img {
    transform: scale(1.2);
}

img.category-donate {
    position: absolute;
    left: -1px;
    transition: 0.3s;
}

a.link-universal {
    display: flex;
    transition: 0.3s;
    cursor: pointer;
    user-select: none;
}

a.link-universal:hover {
    transform: scale(1.05);
}

.category-shop {
    display: flex;
    gap: 13px;
    align-items: center;
    margin-top: 31px;
    flex-wrap: wrap;
}

p.title-top {
    color: #858C95;
    font-size: 16px;
    font-weight: 600;
}

p.title-donate {
    color: #FFF;
    font-size: 24px;
    font-weight: 600;
}

p.descirption-donate {
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    line-height: 152%;
    opacity: 0.6;
    margin-bottom: 20px;
}

.discount-label {
    color: #A7FF78;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 4px;
    background: rgba(167, 255, 120, 0.09);
    display: flex;
    padding: 7.5px 10.75px 7.5px 10px;
    align-items: center;
    justify-content: center;
}

.blue-info-label {
    color: #0AADFF;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 4px;
    display: flex;
    padding: 7.5px 10.75px 7.5px 10px;
    align-items: center;
    justify-content: center;
    background: rgba(10, 173, 255, 0.09);
}

.info-donate-top {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 9px;
}

.image-donate {
    border-radius: 12px;
    background: rgba(72, 75, 78, 0.19);
    height: 149px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.shop-content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    align-items: start;
    margin-top: 44px;
}

svg.info_donate {
    position: absolute;
    user-select: none;
    cursor: pointer;
    transition: 0.3s;
    right: 19px;
    top: 19px;
    color: #858C95;
}

.object-donate {
    border-radius: 24px;
    border: 0.5px solid #323539;
    background: #1C1C1C;
    padding: 28px 35px;
    display: flex;
    flex-direction: column;
    position: relative;
}

button.custom-button-1.donate {
    width: 100%;
    border-radius: 12px;
    font-size: 18px;
    
    
    text-transform: uppercase;
}

button.custom-button-1.donate:after {
    border-radius: 12px;
}

span.dark-white {
    color: rgba(255, 255, 255, 0.80);
    font-weight: 700;
}

span.old-cost-text {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    
    font-weight: 600;
    
    text-decoration-line: line-through;
    opacity: 0.65;
}

.top-content-donate {
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    gap: 6px;
}

.object-category:hover, .object-category.active {
    border-color: #BF0AFF;
    background: #BF0AFF;
    color: white;
}

svg.info_donate:hover {
    color: #ffffff;
}

/*About*/
h5 {
    color: #FFF;
    font-size: 20px;
    font-weight: 600;
}

.block-info.social {
    background-image: url(/img/main/about-social/background.png);
}

p.text-info-a {
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
    line-height: 136%;
    opacity: 0.6;
}

span.gradient {
    background-clip: text;
    font-size: 50px;
    font-weight: 700;
    letter-spacing: -2px;
    background: linear-gradient(180deg, #FFF 38.17%, #B372CF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Inter;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -2px;
}

.object-social {
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.19);
    backdrop-filter: blur(8px);
    width: 378px;
    height: 313px;
    padding: 43px 31px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

.list-about-social {
    display: flex;
    gap: 21px;
    margin-top: 50px;
}

p.title-social {
    color: #FFF;
    font-size: 32px;
    font-weight: 700;
    line-height: normal;
}

a.custom-button-3 {
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.08);
    width: 100%;
    display: flex;
    height: 94.447px;
    align-items: center;
    justify-content: center;
    color: #FFF;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    text-decoration: none;
    user-select: none;
    cursor: pointer;
    transition: 0.3s;
}

a.custom-button-3:hover {
    background: rgba(255, 255, 255, 0.20);
}

a.custom-button-3:active {
    transform: scale(0.9);
}

h4.h4-text-info {
    color: #FFF;
    font-size: 50px;
    font-weight: 700;
    letter-spacing: -2px;
    background-clip: text;
    font-size: 50px;
    font-weight: 700;
    letter-spacing: -2px;
    max-width: 500px;
}

.block-info {
    width: 100%;
    background-image: url(/img/main/about/background.png);
    background-size: cover;
    padding: 76px 64px;
    margin-top: 44px;
    position: relative;
    border-radius: 30px;
    overflow: hidden;
}

img.cloud-about-1 {
    position: absolute;
    right: 39%;
    top: 90px;
    animation: floatCloud1 8s ease-in-out infinite alternate;
}

img.cloud-about-2 {
    position: absolute;
    right: -82px;
    top: 50px;
    animation: floatCloud2 10s ease-in-out infinite alternate;
}

@keyframes floatCloud1 {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }
    25% {
        transform: translate(-10px, -5px) rotate(-1deg);
    }
    50% {
        transform: translate(5px, 5px) rotate(1deg);
    }
    75% {
        transform: translate(10px, -3px) rotate(0deg);
    }
    100% {
        transform: translate(-5px, 3px) rotate(1deg);
    }
}

@keyframes floatCloud2 {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }
    25% {
        transform: translate(-15px, -3px) rotate(-2deg);
    }
    50% {
        transform: translate(10px, 7px) rotate(2deg);
    }
    75% {
        transform: translate(5px, -5px) rotate(-1deg);
    }
    100% {
        transform: translate(-10px, 5px) rotate(1deg);
    }
}

.object-info-about {
    border-radius: 20px;
    background: linear-gradient(180deg, rgb(101 20 134) 0%, rgb(115 16 176) 100%);
    width: 239px;
    height: 277px;
    padding: 28px 23px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: space-between;
    transition: 0.3s;
}

.object-info-about:hover {
    transform: translateY(-10px);
}

.object-info-about.light {
    border-radius: 20px;
    background: linear-gradient(180deg, #BF0AFF 0%, #9E00FF 100%);
}

.list-about-info {
    display: flex;
    gap: 48px;
    margin-top: 50px;
    position: relative;
    z-index: 1;
}

img.image-right-absolute-aboute {
    position: absolute;
    right: -9px;
    top: 22px;
    animation: float 4s ease-in-out infinite;
    user-select: none;
    pointer-events: none;
}

.bottom-info-about {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

/*Footer*/
.footer {
    width: 100%;
    padding: 30px 0px;
    display: flex;
    justify-content: space-between;
}

footer.footer-main {
    background: #1C1C1C;
    margin-top: 50px;
    display: flex;
    justify-content: center;
    position: relative;
}

a.link-universal {
    display: flex;
    transition: 0.3s;
    cursor: pointer;
    user-select: none;
}

a.link-universal:hover {
    transform: scale(1.05);
}

button.button-to-up {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 8px;
    border: none;
    background: #BF0AFF;
    position: absolute;
    right: 7%;
    outline: 6px solid #bf0aff00;
    top: -22px;
    cursor: pointer;
    transition: 0.3s;
    user-select: none;
}

button.button-to-up:hover {
    outline: 6px solid #bf0aff3d;
    transform: translateY(-4px);
}

img.logotype-footer {
    width: 194px;
    transition: 0.3s;
}

a.logotype-footer {
    display: flex;
    cursor: pointer;
    transition: 0.3s;
    user-select: none;
    margin-bottom: 12px;
}

img.logotype-footer:hover {
    transform: scale(1.05);
}

p.coop-text {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 17px;
}

p.info-text-b {
    color: #858C95;
    font-size: 16px;
    font-weight: 500;
    line-height: 17px;
}

.group-footer-a {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

li.footer-li {
    display: flex;
}

ul.footer-links {
    display: flex;
    gap: 36px;
}

a.footer-link-a {
    color: #858C95;
    font-size: 16px;
    font-weight: 500;
    line-height: 17px;
    opacity: 0.6;
    text-decoration: none;
    cursor: pointer;
    user-select: none;
    transition: 0.3s;
}

a.footer-link-a:hover {
    color: white;
    opacity: 1;
}

.footer-payment-object {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
}

.right-content-footer {
    display: flex;
    align-items: center;
    justify-content: center;
}

img.footer-ico-a.first {
    margin-top: 6px;
}

img.footer-ico-a {
    transition: 0.3s;
    user-select: none;
    cursor: pointer;
    filter: grayscale(1);
    opacity: 0.5;
}

img.footer-ico-a:hover {
    filter: grayscale(0);
    opacity: 1;
}

.left-content-footer:after {
    background-image: url(/img/main/payment-footer/logotype-net.png);
    background-position-y: bottom;
    background-repeat: no-repeat;
    background-position-x: -118px;
    content: "";
    position: absolute;
    width: 493px;
    height: 198px;
    bottom: -30px;
    left: -66px;
    pointer-events: none;
    user-select: none;
}

.left-content-footer {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

/*Humburger Style Open*/
.humburger-menu {
    width: 65%;
    height: 100%;
    position: fixed;
    z-index: 6;
    pointer-events: none;
    -webkit-backdrop-filter: blur(6px);
    left: 0;
    top: 0;
    transition: 0.3s;
    transform: translateX(-100%);
    backdrop-filter: blur(6px);
    opacity: 0;
    background: radial-gradient(54.83% 54.81% at 50% 50%, #252525d4 0%, #000000e6 100%);
}
body.hidden {
    overflow: hidden;
}
.humburger-menu.active {
    opacity: 1;
    transform: translateX(0px);
    pointer-events: all;
}
ul.hum-links {
    display: flex;
    gap: 30px;
    flex-direction: column;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.humburger-content {
    height: 100%;
    width: 100%;
    align-content: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
}
.buttons-content-hum {
    width: 100%;
    padding: 30px;
    gap: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.line-header.mob-el {
    display: none;
}
.right-humburger {
    display: none;
}
#menu__toggle {
    opacity: 0;
}
#menu__toggle:checked + .menu__btn > span {
    transform: rotate(45deg);
}
#menu__toggle:checked + .menu__btn > span::before {
    top: 0;
    transform: rotate(0deg);
}
#menu__toggle:checked + .menu__btn > span::after {
    top: 0;
    transform: rotate(90deg);
}
#menu__toggle:checked ~ .menu__box {
    left: 0 !important;
}
.menu__btn {
    position: absolute;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 1;
    right: 13px;
    top: 26px;
}
.menu__btn > span, .menu__btn > span::before, .menu__btn > span::after {
    display: block;
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #ffffff;
    transition-duration: .25s;
}
.menu__btn > span::before {
    content: '';
    top: -13px;
}
.menu__btn > span::after {
    content: '';
    top: 13px;
}
.links-header-ul.mob-el {
    display: grid;
    gap: 42px;
    justify-items: center;
    align-items: center;
}

/*Humburger Style CLOSE*/

@media (min-width: 1210px) and (max-width: 1400px) {
    body {
        zoom: 0.85;
    }
}

@media (min-width: 1175px) and (max-width: 1300px) {
    body {
        zoom: 0.8;
    }
    
}
@media (max-width: 1450px) {
    .border {
        width: calc(100% - 40px);
    }
}


@media (max-width: 1665px) {
    .right-header-content-center {
        position: relative;
        width: 100%;
        height: 100%;
        right: 104px;
    }
}
@media (min-width: 1181px) {
    .humburger-menu.active {
        display: none;
    }
}
@media (max-width: 1180px) {
    .right-header-content-center {
        display: none;
    }
    .header.container {
        overflow: hidden!important;
    }
    .header-center {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    ul.links-header-ul.head-pc {
        display: none;
    }
    .group-right-content {
        display: none;
    }
    .hamburger-menu {
        display: flex;
    }
    h1.h1-header {
        text-align: center;
    }
    h1.h1-header {
        text-align: center;
    }
    
    h1.h1-header {
        font-size: 40px;
        letter-spacing: unset;
        line-height: 44px;
    }
    p.text-header-top {
        font-size: 14px;
        text-align: center;
        line-height: 25px;
    }
    .shop-content {
        grid-template-columns: repeat(2, 1fr);
    }
    .category-shop {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    button.custom-button-1 {
        font-size: 14px;
    }
    button.custom-button-2.copy {
        font-size: 14px;
        justify-content: center;
    }
    .group-buttons {
        justify-content: center;
    }
    /*Footer*/
    .footer {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    
    .left-content-footer {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    
    .group-footer-a {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 24px;
    }
    
    .right-content-footer {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }
    
    .footer-payment-object {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 22px;
    }
    
    ul.footer-links {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        gap: 21px;
    }
    
    p.info-text-b {
        text-align: center;
    }
    .block-info {
        padding: 23px;
    }
    /*block*/
    .list-about-info {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        margin-top: 23px;
    }
    .list-about-social {
        margin-top: 23px;
    }
    
    .object-info-about {
        width: 100%;
    }
    
    img.image-right-absolute-aboute {
        top: unset;
        bottom: 0px;
    }
    
    img.cloud-about-1 {
        display: none;
    }
    /*Objects*/
    .object-social {
        width: 100%;
        padding: 25px;
        height: auto;
        gap: 20px;
    }
    
    h4.h4-text-info {
        font-size: 25px;
        letter-spacing: unset;
    }
    
    span.gradient {
        font-size: 25px;
        letter-spacing: unset;
    }
    
    p.title-social {
        font-size: 21px;
    }
    
    a.custom-button-3 {
        font-size: 18px;
        height: 66px;
    }
    .list-about-social {
        display: flex;
        gap: 21px;
        margin-top: 50px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}

@media (max-width: 725px) {
    img.image-right-absolute-aboute {
        display: none;
    }
    .list-about-info {
        grid-template-columns: repeat(1, 1fr);
    }
    .shop-content {
        grid-template-columns: repeat(1, 1fr);
    }
    .object-info-about {
        height: auto;
        gap: 28px;
    }
    .left-content-footer:after {
        display: none;
    }
    .header-center {
        min-height: auto;
    }
    .header.container {
        min-height: 100vmax;
    }
}