:root {
    --background-color: #151617;
    --default-gradient: linear-gradient(151.87deg, #e5ad2f -71.7%, #c2481a 266.98%);
    --background-btn-grey: #212224;
    --margin-container: 4.896vw
}

*,:after,:before {
    font-family: Manrope,serif;
    box-sizing: border-box;
    -webkit-user-select: none!important;
    user-select: none!important
}

html {
    scroll-behavior: smooth
}

h1,h2,h3,h4,h5,.h4,p,a,ul {
    margin: 0;
    padding: 0
}

a {
    text-decoration: none
}

body {
    position: relative;
    font-family: Manrope;
    font-style: normal;
    font-weight: 400;
    background: var(--background-color);
    color: #fff;
    margin: 0
}

a,textarea,input,button,select {
    outline: none!important
}

.custom-container {
    margin: 0 auto;
    padding-left: var(--margin-container);
    padding-right: var(--margin-container);
    max-width: 1920px
}

header {
    padding-top: 56.01px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    width: 100%
}

header .custom-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative
}

.item-play-top .item-play-text {
    margin-top: 60px
}

header .custom-container ul {
    display: flex;
    align-items: center;
    gap: 50px
}

header .custom-container ul li {
    display: block
}

header .custom-container ul li a {
    font-weight: 600;
    color: #fff;
    text-decoration: none!important;
    font-size: 15.99px
}

.right-content {
    display: flex;
    align-items: center;
    gap: 15px
}

.btn {
    cursor: pointer;
    border: none;
    position: relative;
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 13px;
    background: var(--default-gradient);
    border-radius: 11px;
    font-style: normal;
    font-weight: 600;
    font-size: 15.99px;
    text-align: center;
    color: #fff;
    padding: 18px 23px;
    overflow: hidden
}

.btn img {
    z-index: 1;
    position: relative;
    width: 15.99px
}

.btn-grey {
    background: var(--background-btn-grey)
}

section.main {
    height: 100vh
}

section.main .custom-container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative
}

section .custom-container .main-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 30px
}

h1 {
    font-weight: 800;
    font-size: 60px
}

.main-text p {
    font-weight: 500;
    font-size: 20.01px;
    opacity: .7
}

.main-text {
    width: 872.01px
}

.main-img {
    position: absolute;
    right: 0px;
    top: 43%;
    transform: translateY(-50%);
    width: 850.99px;
    pointer-events: none
}

.pay-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.85);
    display: none; /* 🔴 ключевое */
    align-items: center;
    justify-content: center;
    z-index: 9999;
    backdrop-filter: blur(6px);
}

/* показываем */
.pay-overlay.active {
    display: flex;
}

/* SUCCESS */
.success-container {
    text-align: center;
    color: #fff;
    max-width: 400px;
}

.success-header {
    font-size: 36px;
    font-weight: 800;
}

.control-button {
    display: inline-block;
    margin-top: 20px;
    padding: 14px 28px;
    background: #ff2e63;
    border-radius: 10px;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
}

/* ERROR */
.error {
    text-align: center;
    color: #fff;
    max-width: 400px;
}

.error-header {
    font-size: 32px;
    font-weight: 800;
}

.error__text {
    display: block;
    margin: 20px 0;
    color: #ccc;
}

.control-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.purple {
    background: #ff2e63;
}

.default {
    background: transparent;
    border: 1px solid #555;
}

.main-text .btn {
    padding: 25px 30px
}

.orange-palm:before {
    content: "";
    position: absolute;
    left: 17%;
    top: 65%;
    transform: translateY(-50%) translate(-50%);
    width: 107.97px;
    height: 124.59px
}

.btn span {
    position: relative;
    z-index: 1;
    opacity: 1!important
}

.youtube-text {
    position: absolute;
    right: var(--margin-container);
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 30px;
    bottom: 20%
}

.youtube-text p {
    font-weight: 700;
    font-size: 19.01px;
    max-width: 218px;
    text-align: right
}

.red-palm {
    background: linear-gradient(151.87deg,#ff6675 -71.7%,#ff3e41 266.98%);
    box-shadow: 0 0 91.1px #ff535d59
}

.red-palm:before {
    content: "";
    position: absolute;
    right: -187%;
    top: 121%;
    transform: translateY(-50%) translate(-50%);
    width: 290px;
    height: 335px
}

.background-palm {
    pointer-events: none;
    width: 1350px;
    height: 1607px;
    position: absolute;
    top: 10%;
    left: 15%;
    transform: translate(-50%) translateY(-50%)
}

section {
    margin-top: 109px
}

section.not-margin {
    margin-top: 0
}

.section-header {
    display: flex;
    align-items: flex-start;
    gap: 30px
}

h2 {
    font-weight: 800;
    font-size: 48px;
    line-height: 100%
}

.section-header p {
    font-weight: 500;
    font-size: 18px;
    opacity: .7;
    margin-top: 20.01px
}

.roles-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 30px;
    row-gap: 30px;
    width: 659.81px;
    margin-top: 60px
}

.role-item {
    cursor: pointer;
    height: 231.99px;
    width: 100%;
    background: #212224;
    border-radius: 22px;
    position: relative;
    overflow: hidden
}

.role-item p {
    position: absolute;
    z-index: 2;
    font-weight: 800;
    font-size: 19.01px;
    left: 50%;
    transform: translate(-50%);
    bottom: 25px;
    text-wrap: nowrap
}

.role-item .person {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: 1
}

.role-item .palm {
    width: 450.32px;
    height: 537.78px;
    position: absolute;
    left: 85%;
    top: 68%;
    transform: translateY(-50%) translate(-50%);
    transition: .3s all;
    opacity: 0
}

.role-item:hover .palm {
    opacity: 1
}

section {
    position: relative;
    z-index: 1
}

.gradient-role {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(180deg,#1e1f2000 11.79%,#1e1f20b3 55.2%);
    z-index: 1
}

.flex-roles {
    display: flex;
    align-items: stretch
}

.role-container {
    width: 830px;
    position: relative;
    overflow: hidden;
    min-height: 550px
}

.role-container img.waves {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%) translateY(-50%)
}

.role-container img.person {
    position: absolute;
    bottom: 0;
    max-height: 100%;
    z-index: 1;
    left: 50%;
    transform: translate(-50%)
}

.role-container-text {
    position: absolute;
    bottom: 0;
    z-index: 1;
    text-align: right;
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: flex-end
}

.role-container-text p {
    font-weight: 800;
    font-size: 47px
}

.role-container-text span {
    font-weight: 500;
    font-size: 14px;
    opacity: .7
}

.role-container-gradient {
    background: linear-gradient(180.01deg,#1e1f2000 25.3%,#151617 73.49%);
    position: absolute;
    height: 120%;
    width: 100%;
    z-index: 1
}

.role-container-nav {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.role-container-nav img {
    width: 60px
}

.role-container-nav.right {
    right: 0
}

.w800 {
    max-width: 800.01px
}

.grid-what {
    margin-top: 75px;
    display: flex;
    align-items: stretch;
    gap: 45px
}

.what-item {
    padding: 35px;
    background: #18191a;
    border-radius: 35px;
    flex-shrink: 0;
    width: calc(50% - 45px)
}

.slider-photos,.slider-photos .swiper {
    width: 100%
}

.info-icons {
    display: flex;
    align-items: center;
    gap: 10px
}

.info-icons img {
    width: 24px
}

.info-icons p {
    font-weight: 600;
    font-size: 22px;
    color: #50565b
}

.slider-video {
    display: flex;
    flex-direction: column;
    gap: 35px;
    margin-top: 39.99px
}

.video {
    width: 100%;
    height: 445px;
    border-radius: 25px;
    position: relative;
    overflow: hidden
}

.video img {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    object-fit: cover
}

.slider-nav {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 20.01px
}

.slider-nav-button {
    padding: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #202223;
    border-radius: 11px;
    cursor: pointer
}

.slider-nav-button img {
    width: 21.5px
}

.slider-nav-button p {
    font-size: 18px;
    font-weight: 600
}

.slider-nav .slider-nav-button:first-child p,.slider-nav .slider-nav-button:first-child img {
    opacity: .4
}

.image-with-palm {
    position: relative;
    overflow: hidden
}

.image-with-palm:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-size: cover
}

.grid-what .what-item:last-child .info-icons {
    justify-content: flex-end
}

p.title-what {
    font-weight: 700;
    font-size: 35px
}

p.description-what {
    font-weight: 500;
    font-size: 15.99px;
    opacity: .7
}

.what-item,.slider-photos {
    display: flex;
    flex-direction: column;
    gap: 30px
}

.big-slider-image {
    height: 440.01px;
    border-radius: 26px;
    width: 100%;
    background: gray;
    overflow: hidden;
    position: relative
}

.mini-slider-image {
    height: 140.01px;
    border-radius: 15px;
    width: 100%;
    background: gray;
    overflow: hidden;
    position: relative
}

.big-slider-image img,.mini-slider-image img {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    object-fit: cover
}

.grid-play {
    max-width: 1216.99px
}

.flex-play {
    margin-top: 75px;
    display: flex;
    align-items: stretch;
    gap: 64.99px
}

.servers-list {
    width: 440.01px;
    flex-shrink: 0
}

.item-play {
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    justify-content: space-between;
    min-height: 639.99px;
    padding: 35px;
    background: #212224;
    border-radius: 20.01px
}

.item-play p {
    font-weight: 800;
    font-size: 27.99px
}

.item-play span {
    display: block;
    font-weight: 500;
    font-size: 15px;
    opacity: .7
}

.item-play-footer {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 60px
}

.item-play-text {
    display: flex;
    flex-direction: column;
    gap: 39.99px
}

.item-play-header {
    position: absolute;
    transform: translate(-50%);
    left: 50%;
    top: -45px;
    width: 218px;
    background: linear-gradient(151.87deg, #e5ad2f -71.7%, #c2481a 266.98%);
    border-radius: 145px;
    height: 54px
}

.item-play-header:after {
    content: "";
    position: absolute;
    background: linear-gradient(151.87deg, #e5ad2f -71.7%, #c2481a 266.98%);
    border-radius: 145px;
    filter: blur(141.2px);
    width: 218px;
    height: 54px;
    left: 0;
    top: 0
}

.item-play-footer,.item-play-img {
    position: relative;
    z-index: 1
}

.item-play:after {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    content: "";
    background-size: cover;
    width: 671px;
    bottom: -260.01px;
    height: 778px
}

.grey-btn-palm {
    border: 1px solid #303133;
    border-radius: 10.21px;
    background: none
}

.grey-btn-palm:after {
    content: "";
    position: absolute;
    left: 17%;
    top: 65%;
    transform: translateY(-50%) translate(-50%);
    width: 107.97px;
    height: 124.59px
}

.servers-list {
    display: flex;
    flex-direction: column;
    gap: 39.99px
}

.server-list-header {
    display: flex;
    align-items: center;
    gap: 10px
}

.server-list-header p {
    font-weight: 700;
    font-size: 22px
}

.server-list-items {
    display: flex;
    flex-direction: column;
    gap: 30px
}

.server-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #212224;
    border: 1px solid #2b2c2f;
    border-radius: 12.8px;
    padding: 15.99px 19.01px
}

.server-item-left {
    display: flex;
    flex-direction: column;
    gap: 15px
}

.server-name {
    display: flex;
    align-items: center;
    gap: 13px
}

.server-name p {
    font-size: 18px;
    font-weight: 700
}

.server-online {
    display: flex;
    align-items: center;
    gap: 10px
}

.server-online p {
    font-weight: 700;
    font-size: 14px
}

.online {
    position: relative;
    background: #4eba5e;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background: #4fba5f26
}

.online:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%) translateY(-50%);
    background: #4eba5e;
    width: 7.01px;
    height: 7.01px;
    border-radius: 100%
}

.flex-section-header {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.grid-socials {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 35px;
    margin-top: 60px
}

.item-social {
    overflow: hidden;
    border-radius: 20.01px;
    height: 188.01px;
    width: 100%;
    position: relative
}

.item-social img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translate(-50%)
}

.item-social p {
    position: absolute;
    font-weight: 800;
    font-size: 19.01px;
    left: 50%;
    transform: translate(-50%);
    bottom: 30px;
    color: #fff
}

.item-social:nth-child(1) {
    background: url(ybbg-5u_yrkE9.svg);
    background-size: cover
}

.item-social:nth-child(2) {
    background: url(dbg-CIyF8xmL.svg);
    background-size: cover
}

.footer-flex {
    display: flex;
    align-items: center;
    gap: 70px;
    justify-content: space-between
}

footer {
    margin-top: 75px;
    background: #101112;
    padding: 43.01px 0
}

p.policy {
    font-weight: 500;
    font-size: 14px;
    opacity: .7;
    width: 475.01px
}

footer ul {
    display: flex;
    flex-direction: column;
    gap: 20.01px;
    flex-shrink: 0
}

footer ul li {
    display: block
}

footer ul li a {
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    opacity: .7
}

.support {
    width: 339.99px;
    display: flex;
    flex-direction: column;
    gap: 18px
}

.support p {
    font-weight: 800;
    font-size: 14px
}

.support a {
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    opacity: .7
}

.support .button {
    background: #202223;
    font-weight: 600;
    font-size: 12px;
    cursor: pointer;
    border-radius: 11px;
    padding: 22px;
    width: 100%;
    text-align: center;
    color: #fff;
    border: none
}

.cards {
    display: flex;
    align-items: center;
    gap: 17px;
    flex-wrap: wrap
}

.role-container-nav {
    z-index: 3;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center
}

.server-item {
    color: #fff
}

.slider-nav-button:first-child img {
    transform: rotate(180deg)
}

.mobile,.btns-mobile {
    display: none
}

header .mobile-burger {
    display: none
}

.play-nav {
    display: none
}

body,main {
    overflow-x: hidden;
    overflow-y: auto;
    position: relative
}

.burger-menu {
    transition: .3s all;
    transform: translateY(-150%);
    position: fixed;
    height: 100%;
    width: 100%;
    background: #151617;
    z-index: 2;
    padding-top: 50px;
    padding-bottom: 100px
}

.burger-menu.active {
    transform: translateY(0)
}

.burger-container {
    height: calc(100vh - 150px);
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    width: 288px;
    margin: 0 auto
}

.burger-container .right-content {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%
}

.burger-container .right-content a {
    width: 100%;
    text-align: center;
    justify-content: center
}

.burger-container ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px
}

.burger-container ul li {
    display: block
}

.burger-container ul li a {
    font-weight: 600;
    font-size: 21px;
    color: #fff;
    text-align: center
}

.burger-menu .burger {
    position: absolute;
    right: 30px;
    top: 30px;
    cursor: pointer
}

.item-play-top,.item-play-footer {
    position: relative;
    z-index: 1
}

.first-section {
    margin-top: 180px
}

.document {
    margin-top: 50px;
    font-weight: 500;
    font-size: 18px;
    opacity: .6;
    display: flex;
    flex-direction: column;
    gap: 20px
}

.document ul {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.document ul li {
    display: block
}

.document ul li:not(:first-child) {
    padding-left: 15px
}

.grid-registration {
    display: flex;
    align-items: stretch
}

.grid-registration form {
    margin-top: 30px
}

form {
    display: flex;
    flex-direction: column;
    gap: 30px
}

.flex-input {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 15px
}

.reg-image {
    flex-shrink: 0;
    width: 800px;
    position: relative;
    overflow: hidden;
    height: 598px
}

.reg-image-area {
    display: flex;
    align-items: center;
    justify-content: center
}

.reg-image img {
    position: absolute;
    height: 100%;
    width: 90%;
    right: 0px
}

.title-form {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.title-form p {
    font-weight: 500;
    font-size: 14px;
    opacity: .7
}

input {
    background: #131415;
    border-radius: 10px;
    padding: 26px;
    font-size: 16px;
    border: none;
    border-bottom: 2px solid transparent;
    font-weight: 500;
    color: #fff;
    width: 100%
}

::placeholder {
    color: #ffffffb3
}

.input-box {
    position: relative
}

.input-box.with-icon input {
    padding-left: 50px
}

.input-box .icon {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center
}

.input-area.error input {
    color: #cf4d33;
    border-bottom: 2px solid #CF4D33
}

.input-area.disabled {
    opacity: .6
}

.checkbox-area {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 14px;
    color: #ffffff80;
    font-weight: 500
}

.checkbox-area.disabled {
    opacity: .6
}

.checkbox {
    cursor: pointer;
    background: #222;
    height: 34px;
    width: 34px;
    border-radius: 5px;
    flex-shrink: 0
}

form .btn {
    width: 100%;
    justify-content: center
}

.notification-list {
    position: fixed;
    bottom: 40px;
    right: 40px;
    width: 260px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    pointer-events: none;
    z-index: 10
}

.notification-item {
    transition: .3s all;
    padding: 15px;
    background-image: url(goodbg-Ctk13O8G.svg),radial-gradient(259% 216% at -10% -166%,#33cf5a9e,#33cf5a00),linear-gradient(#111,#111);
    border-radius: 7px;
    display: flex;
    color: #fff;
    flex-direction: column;
    gap: 7px;
    position: relative;
    overflow: hidden;
    transform: translate(150%);
    animation: slideIn .3s forwards
}

.donate-form .btn {
    width: 40%;
    justify-content: center
}

@keyframes slideIn {
    0% {
        transform: translate(150%);
        opacity: 0
    }

    to {
        transform: translate(0);
        opacity: 1
    }
}

.notification-item.error {
    background-image: url(badbg-CXuxrWUq.svg),radial-gradient(259% 216% at -10% -166%,#cf4d339e,#cf4d3300),linear-gradient(#111,#111)
}

.notification-item.hide {
    transform: translate(0);
    animation: slideOut .3s forwards
}

@keyframes slideOut {
    0% {
        transform: translate(0);
        opacity: 1
    }

    to {
        transform: translate(150%);
        opacity: 0
    }
}

.notification-item.error .notification-line {
    background: #cf4d33
}

.notification-line {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 3px;
    left: 0;
    background: #33cf5a
}

.notification-item-header {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 700
}

.notification-item-content {
    font-weight: 600;
    font-size: 12px
}

.checkbox.active {
    position: relative;
    background: linear-gradient(225deg,#ff9f6640,#ff3e5840)
}

.checkbox.active:after {
    content: "";
    position: absolute;
    background: url(check-DbvUxoXA.svg);
    width: 24px;
    height: 24px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%)
}

.loader {
    width: 20px;
    height: 20px;
    border: 2px solid #FFF;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite
}

.status-text {
    display: flex;
    flex-direction: column;
    gap: 35px;
    align-items: center;
    max-width: 590px;
    text-align: center;
    margin: 0 auto
}

.status-text p {
    font-weight: 800;
    font-size: 36px
}

.status-text span {
    display: block;
    font-size: 14px;
    font-weight: 500;
    opacity: .7
}

.donate-image {
    width: 543px;
    height: 670px
}

.donate-image {
    margin-left: auto
}

.sub-form .title {
    font-weight: 700;
    font-size: 16px
}

.sub-form-flex {
    display: flex;
    align-items: center;
    gap: 15px
}

.donate-form {
    display: flex;
    flex-direction: column;
    gap: 50px
}

.sub-form .title {
    margin-bottom: 20px
}

.coins {
    display: flex;
    align-items: center;
    gap: 15px
}

.coin-text {
    display: flex;
    flex-direction: column
}

.coin-text span {
    display: block;
    font-weight: 600;
    font-size: 14px;
    opacity: .25
}

.coin-text p {
    font-weight: 600;
    font-size: 18px
}

.checkboxs {
    display: flex;
    flex-direction: column;
    gap: 30px
}

.pay-methods {
    display: flex;
    flex-wrap: wrap;
    gap: 13px
}

.pay {
    cursor: pointer;
    background: #171819;
    border-radius: 6px;
    border: 1px solid #1E2129;
    height: 142px;
    width: 245px;
    position: relative;
    transition: .3s all
}

.pay:hover {
    border: 1px solid #292d39
}

.pay.selected {
    border: 1px solid #767676
}

.pay p {
    font-weight: 700;
    font-size: 16px;
    position: absolute;
    left: 13px;
    bottom: 13px
}

.pay-image {
    position: absolute;
    width: 80%;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    overflow: hidden;
    height: 50px
}

.pay-image img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: contain
}

.media-slider-image {
    display: block;
    aspect-ratio: 16 / 9;
    border-radius: 20px;
    width: 100%;
    overflow: hidden;
    position: relative;
    background: gray
}

.media-slider-image.image-with-palm:after {
    background-color: #0003
}

.media-slider-image p {
    font-weight: 800;
    font-size: 20px;
    color: #fff;
    position: absolute;
    left: 30px;
    top: 30px;
    z-index: 2
}

.media-slider-image img.bg {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover
}

.media-slider-image img.play {
    position: absolute;
    width: 60px;
    height: 60px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 3
}

.media-swiper {
    margin-top: 45px
}

.media-swiper {
    padding-left: var(--margin-container)!important
}

.grid-promos {
    margin-top: 45px;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 30px
}

.item-promo {
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-decoration: none;
    color: inherit;
    transition: transform .3s ease
}

.item-promo:hover {
    transform: translateY(-5px)
}

.item-promo img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 20px
}

.item-promo p {
    font-weight: 800;
    font-size: 20px
}

.item-promo span {
    font-weight: 500;
    font-size: 14px;
    opacity: .7;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

input::-webkit-outer-spin-button,input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.reg-form {
    width: 45%;
    margin-left: auto
}

.status-text {
    min-height: 50vh
}

.donate-packs-bg {
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9;
    background: #0009
}

.donate-packs {
    background: #111;
    border-radius: 14px;
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%,-50%);
    width: 50%;
    padding: 25px
}

.donate-packs-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 20px
}

.donate-packs-header img {
    width: 25px;
    cursor: pointer
}

p.title-donate-pack {
    font-size: 16px;
    font-weight: 500;
    opacity: .8;
    margin-bottom: 20px
}

.grid-donate-packs {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 20px;
    row-gap: 20px
}

.item-pack {
    cursor: pointer;
    background: #161616;
    border-radius: 10px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
    font-size: 16px;
    transition: .3s all;
    border: 1px solid transparent
}

.item-pack:hover {
    background: #27272759
}

.item-pack.selected {
    border: 1px solid rgba(173,87,87,.5);
    background: linear-gradient(225deg,#ff9f6633,#ff3e5833)
}

.item-pack img {
    width: 25px
}

.right-item-pack {
    display: flex;
    align-items: center;
    gap: 5px
}

.btn-modal {
    margin-top: 25px;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 20px;
    row-gap: 20px
}

.btn-modal button {
    cursor: pointer;
    width: 100%;
    text-align: center;
    justify-content: center
}

.empty-box {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 400px;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    color: #fff9
}

@keyframes rotation {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

@media screen and (max-width: 1900px) {
    .grid-play {
        width:calc(60% - 64.99px)
    }

    .servers-list {
        width: calc(40% - 64.99px)
    }

    .item-play p {
        font-size: 18px
    }
}

@media screen and (max-width: 1710px) {
    h1 {
        font-size:43px
    }

    .main-text {
        width: 50%
    }
}

@media screen and (max-width: 1440px) {
    .pay {
        height:120px;
        width: 200px
    }

    .reg-image {
        width: 666px;
        height: 504px
    }

    .pay p {
        font-size: 14px
    }

    .pay-image {
        height: 40px
    }

    .grid-play {
        width: calc(60% - 64.99px)
    }

    .servers-list {
        width: calc(40% - 64.99px)
    }

    h1 {
        font-size: 40px;
        line-height: 100%
    }

    .main-text p {
        font-size: 18px
    }

    .main-img {
        width: 800px;
        right: -5%
    }

    .main-text {
        width: 50%
    }

    h2 {
        font-size: 32px
    }

    .section-header p {
        font-size: 16px;
        margin-top: 10px
    }

    .section-header {
        gap: 20px
    }

    .section-header img {
        width: 24px
    }

    .role-container {
        width: 50%;
        min-height: unset;
        max-height: 100%
    }

    .role-container-text p {
        font-size: 26px
    }

    .role-container-text {
        gap: 10px
    }

    .info-icons p {
        font-size: 16px
    }

    .info-icons img {
        width: 24px
    }

    .what-item,.slider-photos {
        gap: 20px
    }

    p.title-what {
        font-size: 25px
    }

    p.description-what {
        font-size: 16px
    }

    .video,.big-slider-image {
        height: 300px
    }

    .slider-video {
        margin-top: 20px
    }

    .slider-nav-button p {
        font-size: 16px
    }

    .item-play-img {
        width: 80px
    }

    .grid-play {
        gap: 20px
    }

    .item-play p {
        font-size: 18px
    }

    .item-play span {
        font-size: 14px
    }

    .item-play {
        padding: 20px;
        min-height: 550px
    }

    .item-play-footer {
        gap: 30px
    }

    .item-play-text {
        gap: 20px
    }

    .btn {
        font-size: 14px;
        padding: 18px
    }

    .server-list-header img {
        width: 24px
    }

    .server-list-header p {
        font-size: 21px
    }

    .servers-list {
        gap: 20px
    }

    .server-list-items {
        gap: 10px
    }

    img.play {
        width: 30px
    }

    .server-name p {
        font-size: 16px
    }

    .server-name img {
        width: 20px
    }

    .item-social {
        height: 160px
    }

    .item-social p {
        font-size: 16px
    }

    .item-social img {
        width: 50px
    }

    p.policy {
        font-size: 12px
    }

    footer ul {
        gap: 10px
    }

    .support {
        gap: 10px;
        width: 350px
    }

    .support button {
        padding: 15px
    }

    .cards img {
        max-width: 30px
    }

    .youtube-text p {
        font-size: 16px
    }

    .role-container img.person {
        max-height: 90%
    }

    .role-item p {
        font-size: 16px
    }

    .role-container-nav img {
        width: 50px
    }

    .what-item {
        padding: 30px
    }

    .slider-video {
        gap: 20px
    }

    .background-palm {
        max-width: 1000px
    }

    .roles-grid {
        width: 90%
    }
}

@media screen and (max-width: 992px) {
    .donate-packs {
        width:100%;
        height: 100%;
        z-index: 1
    }

    .grid-promos {
        grid-template-columns: repeat(2,1fr)
    }

    .item-promo p {
        font-size: 16px
    }

    .item-promo span {
        font-size: 12px
    }

    .media-slider-image {
        aspect-ratio: 16 / 9;
        height: unset
    }

    .media-slider-image p {
        font-size: 16px;
        left: 15px;
        top: 15px
    }

    .sub-form-flex {
        display: grid;
        grid-template-columns: repeat(1,1fr);
        grid-gap: 15px;
        row-gap: 15px
    }

    .coins img {
        max-width: 25px
    }

    .coin-text p {
        font-size: 16px
    }

    .donate-image img {
        object-fit: contain
    }

    .grid-donate .donate-image {
        order: 1
    }

    .donate-form {
        order: 2
    }

    .notification-list {
        right: 10px;
        bottom: 10px
    }

    .checkbox {
        height: 30px;
        width: 30px
    }

    .grid-registration {
        flex-direction: column;
        align-items: flex-start
    }

    .title-form {
        text-align: center
    }

    .reg-image-area {
        width: 100%
    }

    input {
        padding: 20px;
        font-size: 14px
    }

    .reg-form {
        margin-left: unset;
        width: 100%
    }

    .reg-image {
        width: 100%;
        height: 300px
    }

    header .custom-container {
        display: none
    }

    h1 {
        font-size: 31px;
        text-align: center
    }

    .main-text {
        width: unset
    }

    .desktop {
        display: none
    }

    .mobile {
        display: block
    }

    .section-header {
        width: unset;
        text-align: center
    }

    .section-header img {
        display: none
    }

    .section-header p {
        font-size: 12px
    }

    h2 {
        font-size: 26px
    }

    .grid-what {
        flex-direction: column
    }

    .what-item {
        width: 100%;
        padding: 0;
        background: none;
        text-align: center
    }

    .info-icons p {
        font-size: 15px
    }

    .info-icons img {
        width: 17px
    }

    p.description-what {
        font-size: 11px
    }

    p.title-what {
        font-size: 23px
    }

    .video {
        height: 242px
    }

    .slider-nav {
        gap: 15px
    }

    .slider-nav-button img {
        width: 15px
    }

    .slider-nav-button {
        padding: 20px
    }

    .slider-nav-button p {
        font-size: 13px
    }

    .info-icons,.grid-what .what-item:last-child .info-icons {
        justify-content: center
    }

    .big-slider-image {
        height: 242px
    }

    .mini-slider-image {
        height: 72px
    }

    .flex-section-header .btn {
        display: none
    }

    .grid-socials {
        grid-template-columns: repeat(2,1fr);
        row-gap: 15px;
        grid-gap: 15px
    }

    .item-social {
        height: 150px
    }

    .item-social p {
        bottom: 24px
    }

    .item-social img {
        top: 24px;
        transform: translate(-50%)
    }

    .footer-flex {
        flex-direction: column;
        gap: 55px;
        text-align: center
    }

    p.policy {
        width: unset
    }

    .support,.support button {
        width: 100%
    }

    .grid-what {
        margin-top: 22px
    }

    .grid-socials {
        margin-top: 47px
    }

    .flex-roles {
        flex-direction: column-reverse
    }

    .role-container {
        width: 100%;
        height: 325px
    }

    .role-container-nav img {
        width: 35px
    }

    .role-container-text p {
        font-size: 26px
    }

    .role-container-text span {
        font-size: 11px
    }

    .role-container-text {
        gap: 10px;
        align-items: center;
        text-align: center
    }

    .slider-roles {
        margin-top: 30px;
        position: relative
    }

    .role-item {
        height: 177px
    }

    .role-item p {
        font-size: 14px;
        bottom: 18px
    }

    .slider-roles .swiper-wrapper {
        padding-left: var(--margin-container)
    }

    .swiper-roles-nav-arrow {
        display: none;
        cursor: pointer;
        align-items: center;
        justify-content: center;
        position: absolute;
        right: 20%;
        z-index: 2;
        top: 50%;
        transform: translateY(-50%)
    }

    h1 {
        line-height: unset
    }

    .main-text p {
        font-size: 14px;
        text-align: center
    }

    .youtube-text {
        display: none
    }

    .main-text {
        align-items: center
    }

    .main-text .btn {
        padding: 23px 25px;
        gap: 11px
    }

    .dekstop-btn {
        display: none
    }

    .btns-mobile {
        display: flex;
        align-items: center;
        gap: 20px
    }

    section,section.roles {
        margin-top: 70px
    }

    .main .mobile img {
        margin-top: 30px;
        aspect-ratio: 1502/897;
        width: 100%
    }

    .main .mobile {
        text-align: center
    }

    .main-text {
        margin-top: 20px
    }

    section.main {
        height: auto
    }

    header {
        top: var(--margin-container);
        left: var(--margin-container);
        right: var(--margin-container);
        position: fixed;
        z-index: 9;
        display: flex;
        align-items: flex-end;
        width: unset;
        padding: 0
    }

    header .mobile-burger {
        display: flex;
        justify-content: flex-end;
        width: 100%
    }

    .item-pack {
        font-size: 14px
    }

    .item-pack img {
        width: 20px
    }

    .flex-play {
        flex-direction: column;
        margin-top: 47px
    }

    .servers-list {
        width: 100%
    }

    .server-list-header {
        gap: 10px;
        justify-content: center
    }

    .server-list-header p {
        font-size: 22px
    }

    .item-play {
        min-height: 661px
    }

    .item-play {
        padding: 35px
    }

    .item-play-img {
        width: 117px
    }

    .item-play p {
        font-size: 28px
    }

    .item-play span {
        font-size: 15px
    }

    .item-play-text {
        gap: 40px
    }

    .item-play-footer {
        gap: 60px
    }

    .flex-play {
        gap: 47px
    }

    .grid-play {
        position: relative
    }

    .play-nav {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        z-index: 3;
        top: 50%;
        left: 0;
        transform: translateY(-50%) translate(-30%)
    }

    .play-nav.left img {
        transform: rotate(180deg)
    }

    .play-nav.right {
        left: unset;
        right: 0;
        transform: translateY(-50%) translate(30%)
    }

    .background-palm {
        width: 812px;
        height: 967px;
        left: 50%;
        top: 3%
    }

    .grid-play {
        width: 100%
    }

    .first-section {
        margin-top: 70px
    }
}

@font-face {
    font-family: swiper-icons;
    src: url(data:application/font-woff;charset=utf-8;base64,\ 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);
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

:host {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 1
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box
}

.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper {
    transform: translateZ(0)
}

.swiper-horizontal {
    touch-action: pan-y
}

.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform,height
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d {
    perspective: 1200px
}

.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow {
    transform-style: preserve-3d
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
    scroll-snap-type: none
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: none
}

.swiper-css-mode.swiper-centered>.swiper-wrapper:before {
    content: "";
    flex-shrink: 0;
    order: 9999
}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop:always}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    margin-inline-start:var(--swiper-centered-offset-before)}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    margin-block-start:var(--swiper-centered-offset-before)}

.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: #00000026
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left,#00000080,#0000)
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right,#00000080,#0000)
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top,#00000080,#0000)
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom,#00000080,#0000)
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

.swiper[data-v-eca4111e] {
    margin-left: unset;
    margin-right: unset
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-prev,.swiper-button-next {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev.swiper-button-hidden,.swiper-button-next.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none
}

.swiper-navigation-disabled .swiper-button-prev,.swiper-navigation-disabled .swiper-button-next {
    display: none!important
}

.swiper-button-prev svg,.swiper-button-next svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform-origin: center
}

.swiper-rtl .swiper-button-prev svg,.swiper-rtl .swiper-button-next svg {
    transform: rotate(180deg)
}

.swiper-button-prev,.swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 10px);
    right: auto
}

.swiper-button-lock {
    display: none
}

.swiper-button-prev:after,.swiper-button-next:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none!important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after {
    content: "prev"
}

.swiper-button-next,.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto
}

.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after {
    content: "next"
}

.cf-turnstile[data-v-088ae3f9] {
    display: none
}

.cf-turnstile div[data-v-088ae3f9]:not(:first-child),[data-v-088ae3f9] .cf-turnstile div:not(:first-child) {
    display: none!important
}

.cf-turnstile iframe[data-v-088ae3f9]:not(:first-child),[data-v-088ae3f9] .cf-turnstile iframe:not(:first-child) {
    display: none!important
}