body {
    font-family: Unbounded;
    font-weight: 600;
    font-style: normal;
    background-image: url(views/assets/images/background-head.png);
    background-position-y: top;
    background-position-x: center;
    position: relative;
    background-color: rgb(0, 0, 0);
    overflow-x: hidden;
    cursor: url(../images/cursor.cur), auto;
    color: white;
    background-repeat-y: no-repeat;
}

:root{
    
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}


img.effect-background-head-left {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
}

img.absolute-slider-right-hand-img {
    position: absolute;
    margin-top: 431px;
    z-index: 2;
    margin-left: 11px;
}

img.absolute-bow-img {
    position: absolute;
    margin-top: 171px;
    margin-left: -24px;
}

.border {
    position: relative;
    width: 1250px;
}

.header {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-top {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    position: relative;
}

ul.links-header-ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
}

ul.socials-list-ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

ul.auth-top-ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
}

li.auth-top-li {
    display: flex;
}

.custom-button-2:hover {
    background: #ffaf17;
    color: white;
    filter: drop-shadow(2px 4px 6px #ffaf17);
}

.custom-button-2 {
    border-radius: 6px;
    background: #EAA21A;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.04);
    display: flex;
    padding: 12px 20px;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    color: #7C2D12;
    cursor: url(../images/cursor-active.cur), auto;
    font-size: 14px;
    
    line-height: 22px;
    text-decoration: none;
}

a.logotype:hover {
    transform: scale(1.1);
}

a.logotype {
    transition: 0.3s;
}

a.social-link-a:hover {transform: scale(1.1);
    cursor: url(../images/cursor-active.cur), auto;
}

a.social-link-a {
    transition: 0.3s;
}

a.custom-button-1:hover {
    color: white;
    cursor: url(../images/cursor-active.cur), auto;
}

a.custom-button-1 {
    color: #EAA21A;
    font-size: 14px;
    
    
    transition: 0.3s;
    line-height: 22px;
    text-decoration: none;
}

li.social-obj-li {
    display: flex;
}

a.link-header-a:hover {
    color: white;
    cursor: url(../images/cursor-active.cur), auto;
}

a.link-header-a {
    color: #8E8E8E;
    font-size: 14px;
    cursor: url(../images/cursor-active.cur), auto;
    
    
    transition: 0.3s;
    text-decoration: none;
    line-height: 22px;
}

li.links-header-li {
    display: flex;
}
.copy-element.active {
    color: seashell;
}

.custom-button-2.howstart-b {
    width: 50%;
}
h2#swal2-title {
    font-family: 'Montserrat'!important;
}
.copy-element {
    display: flex;
    color: #EAA21A;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    cursor: url(../images/cursor-active.cur), auto;
    gap: 5px;
    border-radius: var(--Roundness-Full-Inside, 128px);
    background: #1F1F1F;
    padding: 2px 10px;
}

.header-content {
    display: flex;
}

.left-header-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 640px;
    margin-top: 90px;
}

h1.text-top-h1 {
    color: #FFF;
    
    font-size: 52px;
    
    max-width: 640px;
    font-weight: 500;
    line-height: 60px; /* 115.385% */
    letter-spacing: -1.04px;
}

p.text-p {
    color: #8E8E8E;
    font-family: Montserrat;
    font-size: 16px;
    
    
    line-height: 26px; /* 162.5% */
    letter-spacing: -0.1px;
}

.online-text {
    color: #FFF;
    
    font-size: 15px;
    
    
    line-height: 22px;
}

/*Humburger Style Open*/
.humburger-menu {
    width: 100%;
    height: calc(100vh - 95px);
    position: fixed;
    background: #010100;
    top: 95px;
    z-index: 2;
    pointer-events: none;
    transition: 0.3s;
    transform: translateX(-100%);
    opacity: 0;
}
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;
    margin-top: 20%;
}
.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;
}
.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: url(../images/cursor-active.cur), auto;

    z-index: 1;
    right: 0px;
    top: 21px;
}
.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;
}
/*Humburger Style CLOSE*/

.online {
    display: flex;
    align-items: center;
}

.group-header-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 6px;
}

section.header-content-left {
    gap: 21px;
    display: flex;
    margin-top: 38px;
    flex-direction: column;
}

p.range-text-right {
    color: #424242;
    text-align: center;
    
    font-size: 12px;
    
    
    line-height: 25.2px;
    text-align: right;
}

img.slider-right-img {
    width: 718px;
    position: absolute;
    margin-top: -78px;
    margin-left: -90px;
    pointer-events: none;
}

img.exp-absolute {
    position: absolute;
    right: -115px;
    animation: 4s animation1 infinite linear;
    top: 23px;
    pointer-events: none;
}

.content-block {
    width: 100%;
    height: auto;
    flex-shrink: 0;
    border-radius: 17px;
    background: rgb(23 23 25);
    backdrop-filter: blur(45px);
    padding: 40px 40px;
}

.content-blocks {
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.content {
    display: flex;
    justify-content: center;
    margin-top: 70px;
}

h3.text-block-h3 {
    color: #FFF;
    
    font-size: 28px;
    
    font-weight: 500;
    line-height: normal;
}

p.text-block-p {
    color: #8E8E8E;
    
    font-size: 14px;
    
    line-height: 21px;
    font-weight: 400;
}

p.text-range {
    color: #FFF;
    
    font-size: 24px;
    
    
    line-height: normal;
}

.range-info-block {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 40px;
}

.hover-element {
    border-radius: 5px;
    background: rgba(140, 104, 0, 0.13);
    backdrop-filter: blur(5.5px);
    padding: 5px 10px;
    position: absolute;
    top: -18px;
    transition: 0.3s;
    pointer-events: none;
    transform: scale(0);
    width: 185px;
    opacity: 0;
    text-align: center;
    left: 15px;
}

section.content-block-section {
    gap: 13px;
    display: flex;
    flex-direction: column;
}

h3.text-left-h3 {
    color: #FFF;
    
    font-size: 26px;
    
    
    line-height: 44px;
}

.servers-list {
    color: #8E8E8E;
    
    font-size: 16px;
    
    display: flex;
    font-weight: 500;
    line-height: 18px;
    align-items: center;
    justify-content: center;
}

.donate-top {
    display: flex;
    justify-content: space-between;
    gap: 17px;
    align-items: center;
    flex-wrap: wrap;
}

img.avatar-user {
    width: 55px!important;
}

.server-object {
    padding: 10px 23px;
    height: 69.86px;
    flex-shrink: 0;
    border: 1px solid #1C1C1E;
    display: flex;
    align-items: center;
}

.payment-object.active {
    background: #383838;
}

.custom-input-1.active {
    background: #1e422b;
    color: #57ef5d!important;
    opacity: 1!important;
}

.category-shop {
    display: flex;
    gap: 50px;
    margin-top: 50px;
}

.donate-object:hover > .border-object-donate > .custom-button-3 {
    color: #7C2D12;
    background: #EAA21A;
}

.donate-object:hover > .border-object-donate > .custom-button-3 > svg > path {
    fill: #7C2D12;
}

.categort-object {
    display: flex;
    align-items: center;
    color: #8E8E8E;
    
    position: relative;
    transition: 0.3s;
    font-size: 16px;
    
    font-weight: 500;
    line-height: normal;
    gap: 9px;
}

input.custom-range-1 {
    width: 100%;
}

.buttons-content-hum {
    margin-bottom: 5%;
}

.group-block {
    display: flex;
    align-items: center;
    gap: 31px;
    margin-top: 40px;
}

p.text-licence-1 {
    color: #8E8E8E;
    
    font-size: 12px;
    
    max-width: 348.649px;
    font-weight: 400;
    line-height: 140.74%;
}
img.loader-donate {
    pointer-events: none;
}
.server-object.active {
    color: white;
}

.server-object:hover {
    color: white;
}

.server-object {
    transition: 0.3s;
    cursor: url(../images/cursor-active.cur), auto;
}

a.link {
    color: white;
    transition: 0.3s;
}

a.link:hover {
    color: #eaa21a;
    cursor: url(../images/cursor-active.cur), auto;
}

.logo-coin {
    position: relative;
    cursor: url(../images/cursor-active.cur), auto;
}

img.coins-ico {
    cursor: url(../images/cursor-active.cur), auto;
}

.logo-coin:hover > .hover-element {
    transform: scale(1);
    opacity: 1;
}

.donate-object {
    width: 100%;
    height: 360px;
    flex-shrink: 0;
    display: flex;
    position: relative;
    cursor: url(../images/cursor-active.cur), auto;
    transition: 0.3s;
    border-radius: 17px;
    background: #1C1C1E;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

p.cost-main.active {
    color: #32C560;
    font-family: Unbounded;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}
input.custom-input-1:disabled {
    color: #9c9c9c;
    opacity: 0.7;
}
.switch {
    position: relative;
    display: inline-block;
    width: 28px;
    height: 16px;
}
  
  /* Hide default HTML checkbox */
  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  /* The slider */
  .slider {
    position: absolute;
    cursor: url(../images/cursor-active.cur), auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #797979;
    -webkit-transition: .4s;
    transition: .4s;
}
  
.slider:before {
    position: absolute;
    content: "";
    height: 12px;
    width: 12px;
    left: 3px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

    .group-payment-input {
        display: flex;
        gap: 14px;
        align-items: center;
    }
  
    input:checked + .slider {
        background-color: #EAA21A;
    }
  
  input:focus + .slider {
    box-shadow: 0 0 1px #EAA21A;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
}
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }

.donate-content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-top: 38px;
}

p.text-donate-p {
    color: #FFF;
    
    font-size: 14px;
    
    
    margin-top: 15px;
    line-height: 22px;
}

cg {
    color: #B0B0B0;
    
    font-size: 14px;
    
    
    line-height: 22px;
}

.left-section-text {
    display: flex;
    align-items: center;
}

.content-block-section-2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.server-object:first-child {
    border-radius: 17px 0px 0px 17px;
}

.server-object:last-child {
    border-radius: 0px 17px 17px 0px;
}

.object-last-buy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16.702px;
    border-radius: 16px;
    width: 100%;
    height: 218px;
    background: #1A1A1A;
}

button.owl-dot {
    display: none;
}

.list-last-buy {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

p.top-last-buy-text {
    color: #7B7B7B;
    font-family: Montserrat;
    font-size: 12px;
    line-height: normal;
}

p.username-buy {
    color: #909090;
    font-family: Montserrat;
    font-size: 12px;
    
    
    line-height: normal;
}

p.donate-name {
    color: #FFF;
    
    font-size: 12px;
    
    font-weight: 500;
    line-height: normal;
}
.custom-button-2.donate_buy.two {
    display: none;
}

p.text-block-p-2 {
    color: #909090;
    
    font-size: 14px;
    
    text-align: right;
    font-weight: 500;
    line-height: 150%;
}

.categort-object:hover {
    color: white;
    cursor: url(../images/cursor-active.cur), auto;
}

.categort-object:after {
    transition: 0.3s;
    width: 0px;
    height: 2.119px;
    flex-shrink: 0;
    border-radius: 41px;
    background: #EAA21A;
    bottom: -40px;
    content: "";
    position: absolute;
}

.bottom-text-buy {
    display: flex;
    gap: 18px;
}

.categort-object:hover:after {
    width: calc(100% + 16px);
}

.categort-object.active:hover:after {
    width: calc(100% + 16px);
}

.categort-object.active {
    color: white;
}
img.absolute-bow-img {
    animation: 3.5s animation1 infinite linear;
}
.payment-form {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000000d1;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
}
input.custom-input-1::placeholder {
    color: #B3B3B3;
}
input.custom-input-1 {
    width: 100%;
    height: 60px;
    align-items: center;
    flex-shrink: 0;
    border-radius: 10px;
    padding-left: 25px;
    padding-right: 25px;
    background: #1C1C1E;
    outline: none;
    border: none;
    color: white;
    
    font-size: 14px;
    
    font-weight: 400;
    line-height: 24.2px;
}

h3.payment-title {
    color: #FFF;
    
    font-size: 22px;
    
    margin-bottom: 40px;
    font-weight: 500;
    line-height: 36px;
}

p.input-name {
    color: #FFF;
    font-family: Montserrat;
    font-size: 16px;
    
    
    line-height: 36px;
}

p.message-error {
    color: #FE9A28;
    font-family: Montserrat;
    font-size: 12px;
    margin-top: 10px;
    
    transition: 0.3s;
    opacity: 0;
    
    line-height: 7.5px;
}

.payment-panel {
    display: flex;
    width: 1432px;
    height: 745px;
    border-radius: 15px;
    overflow: hidden;
    background: #101012;
}

img.close-absolute {
    position: absolute;
    right: 25px;
    top: 25px;
    opacity: 0.6;
    transition: 0.3s;
    cursor: url(../images/cursor-active.cur), auto;
}

.payment-right {
    position: relative;
}

img.close-absolute:hover {
    opacity: 1;
}

.payment-border {
    padding: 80px;
}

img.close-absolute.payment-left-a {
    display: none;
}

.payment-left {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.00) 100%);
    width: 40%;
    position: relative;
}

.donate-object-buy {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.left-object-donate-buy {
    display: flex;
    gap: 10px;
    align-items: center;
}

img.donate-img-buy {
    height: 50px;
}

.payment-input {
    position: relative;
}

p.top-text-buy {
    color: #FFF;
    
    font-size: 14px;
    
    
    line-height: 22px;
}

p.cost-buy-don {
    color: #32C560;
    
    font-size: 14px;
    
    font-weight: 400;
    line-height: 18px;
}

p.right-sell {
    color: #FFF;
    
    font-size: 14px;
    
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    display: inline-flex;
    padding: 7.5px 10.75px 7.5px var(--Main-System-10px, 10px);
    align-items: flex-start;
    border-radius: var(--Main-System-4px, 4px);
    border: 1px solid #32C560;
    background: rgba(50, 197, 96, 0.25);
}

.bottom-text-buy {
    display: flex;
}

p.cost-buy-don-b {
    color: rgba(255, 255, 255, 0.65);
    
    font-size: 14px;
    
    font-weight: 500;
    line-height: 18px; /* 128.571% */
    text-decoration: line-through;
    margin-left: 17px;
}

.avatar-user {
    width: 47px;
    height: 56px;
    background-size: 100% 100%;
    background-image: url(https://minotar.net/cube/utest/100.png);
    background-repeat: no-repeat;
}

.custom-button-2.donate_buy.select_payment {
    display: none;
}

.group-text-buy {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.custom-button-2.donate_buy {
    height: 70px;
}

@keyframes ldio-ldc51nnpif {
  0% { opacity: 1 }
  100% { opacity: 0 }
}
.ldio-ldc51nnpif div {
  left: 47px;
  top: 23px;
  position: absolute;
  animation: ldio-ldc51nnpif linear 0.9615384615384615s infinite;
  background: #eaa21a;
  width: 6px;
  height: 12px;
  border-radius: 3px / 6px;
  transform-origin: 3px 27px;
}.ldio-ldc51nnpif div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -0.8814102564102564s;
  background: #eaa21a;
}.ldio-ldc51nnpif div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -0.8012820512820512s;
  background: #eaa21a;
}.ldio-ldc51nnpif div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.7211538461538461s;
  background: #eaa21a;
}.ldio-ldc51nnpif div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.641025641025641s;
  background: #eaa21a;
}.ldio-ldc51nnpif div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.5608974358974359s;
  background: #eaa21a;
}.ldio-ldc51nnpif div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.4807692307692307s;
  background: #eaa21a;
}.ldio-ldc51nnpif div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.4006410256410256s;
  background: #eaa21a;
}.ldio-ldc51nnpif div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.3205128205128205s;
  background: #eaa21a;
}.ldio-ldc51nnpif div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.24038461538461536s;
  background: #eaa21a;
}.ldio-ldc51nnpif div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.16025641025641024s;
  background: #eaa21a;
}.ldio-ldc51nnpif div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.08012820512820512s;
  background: #eaa21a;
}.ldio-ldc51nnpif div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
  background: #eaa21a;
}

.loadingio-spinner-spinner-2872ce2s1yei {
  width: 38px;
  height: 38px;
  display: inline-block;
  overflow: hidden;
  background: none;
}
.ldio-ldc51nnpif {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(0.38);
  backface-visibility: hidden;
  transform-origin: 0 0; /* see note above */
}
.ldio-ldc51nnpif div { box-sizing: content-box; }

.payment-input {
    margin-bottom: 18px;
    position: relative;
}

img.input-avatar {
    height: 36px;
    width: 32px;
}

.image-avatar-a {
    position: absolute;
    top: 48px;
    left: 15px;
}

input#login {
    padding-left: 66px;
}

.methods-payment {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.payment-object:hover {
    transform: translateY(-10px);
}

.payment-object {
    height: 125.287px;
    width: 100%;
    display: grid;
    cursor: url(../images/cursor-active.cur), auto;
    position: relative;
    transition: 0.3s;
    border-radius: 8px;
    padding: 16px;
    background: rgb(28, 28, 30);
    align-items: end;
}

h5.payment-h5 {
    color: #FFF;
    text-align: left;
    
    margin-bottom: 3px;
    font-size: 12px;
    
    font-weight: 500;
}

p.payment-text {
    color: rgba(255, 255, 255, 0.50);
    
    font-size: 12px;
    
    font-weight: 400;
}

img.payment-image {
    margin-bottom: 10px;
}

.top-title-payment {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

p.enable-methods {
    color: #FFF;
    text-align: left;
    font-family: Montserrat;
    font-size: 16px;
    
    margin-bottom: 20px;
    
    line-height: 36px;
}

p.payment-right-text {
    margin-bottom: 40px;
    color: #8E8E8E;
    font-family: Montserrat;
    font-size: 14px;
    
    
    line-height: 18.2px;
}

.payment-text-a {
    border-radius: 8px;
    background: #1C1C1E;
    padding: 15px;
    display: flex;
    gap: 10px;
    margin-top: 100px;
    align-items: center;
    justify-content: center;
}

p.payment-text-title {
    color: #FFF;
    
    font-size: 16px;
    
    
    line-height: 25.2px;
}

img.payment-image.youmoney {
    width: 99px;
    scale: 1.5;
    margin-left: 8px;
}

p.payment-text-p {
    color: rgba(255, 255, 255, 0.80);
    font-family: Montserrat;
    font-size: 13px;
    
    
    line-height: 16px;
}

img.spinner-load {
    display: none;
}

cw {
    color: white;
}

a.footer-link-a:hover {
    cursor: url(../images/cursor-active.cur), auto;
    color: white;
}

.to-top:hover {
    opacity: 1;
}

a.footer-link-a {
    color: #8E8E8E;
    
    font-size: 12px;
    cursor: url(../images/cursor-active.cur), auto;
    
    
    transition: 0.3s;
    line-height: 18.2px;
    text-transform: uppercase;
    text-decoration: none;
}

footer.footer-main {
    display: flex;
    justify-content: center;
    margin-top: 80px;
}

.top-footer {
    display: flex;
    justify-content: space-between;
}

li.footer-links-li {
    display: flex;
}

ul.footer-links-ul {
    display: flex;
    align-items: center;
    gap: 40px;
}

p.left-text-footer {
    color: #8E8E8E;
    
    font-size: 14px;
    
    font-weight: 500;
    max-width: 734.349px;
    line-height: 18.2px;
}

.center-footer {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    margin-bottom: 40px;
}

p.text-footer-a {
    color: #8E8E8E;
    text-align: right;
    
    font-size: 12px;
    
    
    line-height: 18.2px;
}

p.left-text-footer-2 {
    color: #FFF;
    
    font-size: 12px;
    
    font-weight: 500;
    line-height: 19.6px;
}

.bottom-footer {
    display: flex;
    justify-content: space-between;
    margin-bottom: 70px;
}

.to-top {
    display: flex;
    align-items: center;
    opacity: 0.6;
    transition: 0.3s;
    cursor: url(../images/cursor-active.cur), auto;
}

p.to-top-text {
    color: #ffffff;
    text-align: right;
    
    font-size: 13px;
    
    
    line-height: 18.2px; /* 140% */
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

img.payment-image-a {
    transform: scale(0);
    transition: 0.6s;
    pointer-events: none;
    position: absolute;
    opacity: 0;
    top: 23px;
    left: 16px;
}

.custom-button-2.disabled {
    pointer-events: none;
    opacity: 0.7;
}

img.payment-image-a.mir {
    margin-top: 10px;
}

img.payment-image-a.visa {
    margin-top: 7px;
}

img.payment-image-a.active {
    transform: scale(1);
    opacity: 1;
}

img.ico-to-top {
    margin-top: -5px;
    margin-left: 10px;
}

.border-object-donate {
    width: 200px;
    display: flex;
    flex-direction: column;
}

img.donate-img {
    width: 200px;
    height: 150px;
    object-fit: contain;
}

p.cost-main {
    color: rgba(255, 255, 255, 0.65);
    font-size: 14px;
    font-weight: 400;
}

.discount-absolute {
    color: #FFF;
    font-family: Unbounded;
    font-size: 14px;
    top: 15px;
    right: 17px;
    font-style: normal;
    font-weight: 500;
    position: absolute;
    line-height: normal;
    text-transform: uppercase;
    display: inline-flex;
    padding: 10px 10px 9px 10px;
    align-items: flex-start;
    border-radius: var(--Main-System-4px, 4px);
    border: 1px solid #32C560;
    background: rgba(50, 197, 96, 0.25);
}

h3.not-found {
    color: #8E8E8E;
    font-size: 16px;
    transition: 0.3s;
    line-height: 18.2px;
    text-transform: uppercase;
    text-decoration: none;
}

.cost-product {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 5px;
    margin-bottom: 18px;
}
p.old-cost-main {
    color: rgba(255, 255, 255, 0.65);
    font-family: Unbounded;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    text-decoration: line-through;
}
.custom-button-3 {
    width: 203px;
    padding: 16px 32.056px;
    justify-content: center;
    align-items: center;
    cursor: url(../images/cursor-active.cur), auto;
    transition: 0.3s;
    gap: 6.947px;
    border-radius: var(--Main-System-8px, 8px);
    background: #EAA21A;
    display: flex;
    font-size: 13px;
}

.custom-button-4 {
    color: #EAA21A;
    
    font-size: 14px;
    
    height: 46px;
    cursor: pointer;
    transition: 0.3s;
    display: flex;
    font-weight: 400;
    line-height: 0%;
    text-decoration-line: underline;
    align-items: center;
}

.custom-button-4:hover {
    color: white;
}

svg.ico-cart {
    margin-top: -6px;
}

.online_monitoring-ico {
    margin-top: -5px;
    margin-right: 25px;
}

.range-slide {
    background-image: url(views/assets/images/range.svg);
    width: 100%;
    height: 10px;
    margin-top: 15px;
}

.donate-object:hover {
    transform: translateY(-10px);
    box-shadow: 0px 4px 36.6px 0px rgba(255, 255, 255, 0.06);
}

.custom-button-3:hover {
    color: #7C2D12;
    background: #EAA21A;
}

.custom-button-3:hover > svg > path {
    fill: #7C2D12;
}

.custom-button-3 > svg > path {
    fill: white;
    transition: 0.3s;
}

/*Range style open*/
input[type="range"] {
    -webkit-appearance: none;
    margin-right: 15px;
    width: 200px;
    height: 7px;
    background: white;
    border-radius: 5px;
    background-image: linear-gradient(#EAA21A, #EAA21A);
    background-size: 70% 100%;
    background-repeat: no-repeat;
}

input#rangevalue {
    display: none;
}

input#range {
    width: 100%;
}

.custom-button-2.select_payment {
    display: none;
}
  
input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #EAA21A;
    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 style close*/
/*How Play open*/
.start-game-panel {
    position: fixed;
    z-index: 3;
    background: #000000f0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.start-game {
    width: 567px;
    height: 628.023px;
    flex-shrink: 0;
    border-radius: 17px;
    background: #101012;
}

p.step-num-p {
    color: #EAA21A;
    text-shadow: 0px 4px 13.9px #EAA21A;
    
    font-size: 14px;
    
    font-weight: 400;
     /* 0px */
    letter-spacing: 2.38px;
}

h3.step-text-h3 {
    color: #FFF;
    
    font-size: 20px;
    
    
    line-height: 25.2px;
}

p.description-step-text-p {
    color: #8E8E8E;
    
    font-size: 14px;
    
    line-height: 22px;
    font-weight: 400;
}

.categort-object.active:after {
    width: 100%;
}

img.how-start-img {
    height: 294px;
    width: 100%;
}

.border-start-game {
    padding: 30px;
    display: grid;
    align-items: end;
    height: 327px;
    justify-items: start;
}

.how-start-panel {min-width: 100%;width: 100%;display: flex;align-items: center;transition: 0.5s;justify-content: flex-start;}

.how-start-panel.second {
    min-width: 100%;
}

.how-start-panel.third {
    min-width: 100%;
}

.start-game-panel.first > .first {
    transform: translateX(calc(50% - 285px));
}

.start-game-panel.first > .second {
    transform: translate(-571px, 10px);
    filter: blur(14px);
    pointer-events: none;
}

.start-game-panel.second> .first {
    transform: translateX(0)!important;
    filter: blur(17px);
    pointer-events: none;
}

.start-game-panel.second> .second {
    transform: translateX(calc(-50% - 285px))!important;
}
.start-game-panel.second> .third {
    transform: translate(calc(-100% + -571px), 10px);
    filter: blur(14px);
    transition: 0.4s;
    pointer-events: none;
}

.start-game-panel.third> .second {
    transform: translateX(-100%)!important;
    filter: blur(17px);
    pointer-events: none;
}

.start-game-panel.third> .first {
    transform: translateX(-50%)!important;
}

.start-game-panel.third> .third {
    transform: translateX(calc(-150% - 285px))!important;
}
/*How Play close*/

@media (min-width: 1180px) and (max-width: 1499px) {
    body {
        zoom: 0.85;
    }
}

@media (max-width: 1800px) {
    .start-game{
        width: 446px;
    }
    .start-game-panel.first > .second {
        transform: translate(-446px, 10px);
    }
    .start-game-panel.second> .third {
        transform: translate(calc(-100% + -446px), 10px);
    }
    .start-game-panel.second> .second {
        transform: translateX(calc(-50% - 222px))!important;
    }
    .start-game-panel.third> .third {
        transform: translateX(calc(-150% - 222px))!important;
    }
}
@media (max-width: 1200px) {
    .payment-panel {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 0px;
    }
    .payment-left {
        height: 100%;
    }
    .payment-right {
        height: 100%;
    }
    .payment-border {
        padding: 40px;
    }
}

@media (min-width: 1181px) {
    .humburger-menu.active {
        display: none;
    }
}

@media (max-width: 1180px) {
    .custom-button-2.select_payment {
        display: flex;
    }

    img.close-absolute.payment-left-a {
        display: block;
    }
    h3.payment-title {
        margin-bottom: 0px;
    }
    
    p.payment-right-text {
        margin-bottom: 0px;
    }
    
    .top-title-payment {
        display: grid;
        margin-bottom: 20px;
    }
    .payment-text-a {
        margin-top: 20px;
    }
    .payment-border {
        padding: 15px;
    }
    .payment-right {
        display: none;
    }
    .custom-button-2.donate_buy {
        display: none;
    }
    .payment-left.hide {
        display: none;
    }
    .custom-button-2.donate_buy.select_payment {
        display: flex;
    }
    .payment-object {
        height: 138px;
    }
    p.enable-methods {
        display: none;
    }
    .payment-border {
        min-height: 100%;
        height: auto;
        overflow: auto;
        display: flex;
        margin-top: 40px;
        flex-direction: column;
        justify-content: flex-start;
    }
    .custom-button-2.donate_buy.two {
        display: flex;
        margin-top: 20px;
    }
    .payment-left {
        width: 100%;
    }
    .how-start-panel {
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .start-game-panel.first > .first {
        transform: none!important;
        z-index: 3;
    }
    .start-game-panel.first > .how-start-panel.second {
        transform: scale(0)!important;
    }
    .start-game-panel.second > .first {
        display: none;
        z-index: 3;
    }
    .start-game-panel.second > .how-start-panel.second {
        transform: scale(1)!important;
        filter: none;
    }
    .start-game-panel.third > .first {
        display: none;
        z-index: 3;
    }
    .start-game-panel.third > .how-start-panel.second {
        display: none;
    }
    .how-start-panel.third{
        transform: scale(0)!important;
    }
    .start-game-panel.third > .how-start-panel.third {
        transform: scale(1)!important;
        filter: none;
    }
    li.links-header-li.hum {
        width: 100%;
    }
    ul.hum-links {
        width: 100%;
        display: flex;
        text-align: center;
        gap: 53px;
        align-items: center;
        justify-content: center;
    }
    
    a.link-header-a.hum {
        width: 100%;
        text-align: center;
        font-size: 17px;
    }
    
    .buttons-content-hum {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    li.auth-top-li.hum {
        width: 100%;
    }
    
    a.custom-button-2.hum {
        width: 100%;
    }
    .header-top {
        margin-top: 27px;
    }
    .right-humburger {
        display: flex;
    }
    .border {
        width: calc(100% - 40px);
    }
    img.absolute-slider-right-hand-img {
        margin-top: 431px;
        width: 150px;
        margin-left: 2px;
    }
    img.slider-right-img {
        width: 614px;
        margin-top: -10px;
        margin-left: -90px;
    }
    img.exp-absolute {
        display: none;
    }
    .right-header-content {
        display: none;
    }
    .left-header-content {
        width: 100%;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    section.header-content-left {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    ul.links-header-ul.head-pc {
        display: none;
    }
    ul.socials-list-ul.head-pc {
        display: none;
    }
    ul.auth-top-ul.head-pc {
        display: none;
    }
    .only-pc {
        display: none;
    }
    p.text-p {
        max-width: 600px;
    }
    .donate-content {
        grid-template-columns: repeat(3, 1fr);
    }
    .donate-top {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .server-object:first-child {
        border-radius: 0px;
    }
    .server-object:last-child {
        border-radius: 0px;
    }
    h3.text-block-h3 {
        font-size: 22px;
    }
    h1.text-top-h1 {
        font-size: 35px;
        max-width: 440px;
    }
    .server-object {
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .top-footer {
        display: flex;
        justify-items: center;
        align-items: center;
        width: 100%;
        gap: 25px;
        flex-direction: column;
        justify-content: center;
    }
    
    ul.footer-links-ul {
        display: flex;
        flex-wrap: wrap;
        gap: 22px;
        justify-content: center;
    }
    
    .center-footer {
        display: flex;
        flex-direction: column;
        gap: 22px;
        align-items: center;
        justify-content: center;
    }
    
    p.left-text-footer {
        text-align: center;
    }
    
    .center-right-footer {
        text-align: center;
    }
    
    p.text-footer-a {
        text-align: center;
    }
    
    .bottom-footer {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 20px;
    }
    
    p.left-text-footer-2 {
        text-align: center;
    }
    
    .bottom-footer {
        margin-bottom: 34px;
    }
    .payment-border.left-a {
        display: flex;
        justify-content: center;
        margin-top: 0px;
    }
}
@media (max-width: 850px) {
    img.effect-background-head-left {
        display: none;
    }
    .methods-payment {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .donate-content {
        grid-template-columns: repeat(2, 1fr);
    }
    .categort-object:after{
        display: none;
    }
    .category-shop {
        grid-template-columns: repeat(2, 1fr);
        display: grid;
        justify-items: stretch;
        align-items: center;
    }
    .categort-object:nth-child(2n) {display: flex;justify-content: flex-end;}
    .servers-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 22px;
        text-align: center;
        line-height: 23px;
    }
    p.text-block-p-2 {
        display: none;
    }
}
@media (max-width: 600px) {
    .how-start-panel {
        width: 100%;
        height: 100%;
    }
    
    .start-game {
        width: 100%;
        height: 100%!important;
        border-radius: 0px;
    }
    
    .how-start-panel {
        height: 100%;
    }
    p.text-block-p {
        font-size: 12px;
    }
    h3.text-left-h3 {
        font-size: 21px;
    }
    .donate-content {
        grid-template-columns: repeat(1, 1fr);
    }
    .group-block {
        display: flex;
        flex-direction: column;
    }
    #buy_monets{
        width: 100%;
    }
}