

:root{
    --font-family: "FS Elliot Pro";
    --border-box: 40px 50px;
}

* {
    font-family: var(--font-family);
    font-weight: 400;
    
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.absolute-info-buy {
    position: absolute;
    opacity: 0;
}

a, button, .slider-object, li, .checkbox-main {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

img.video_image_a {
    width: 100%;
}

.absolute-video {
    width: 211.75px;
    height: 118.206px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 222px;
    position: absolute;
    right: 335px;
    margin-top: 114px;
    cursor: pointer;
    transition: 0.3s;
}

.bottom-info-header {
    position: absolute;
    z-index: 1;
    bottom: 0px;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 49px;
    align-items: center;
    padding-bottom: 32px;
    left: 0px;
}

.absolute-top-donater {
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: rgba(0, 0, 0, 0.05);
    box-shadow: 0 40px 50px 1px rgba(0, 0, 0, 0.10) inset;
    backdrop-filter: blur(37.5px);
    display: flex;
    padding: 19px 23px;
    width: 365px;
    justify-content: space-between;
    align-items: center;
    right: -61px;
    position: absolute;
    margin-top: 322px;
    z-index: 1;
}

p.count_rub {
    color: #FFF;
    font-size: 19px;
    font-weight: 700;
}

p.text-donate-a {
    color: #B4B6B9;
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
}

.left-top-donater {
    display: grid;
    gap: 7px;
}

p.name_user {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
}

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

img.video-play-absolute {
    position: absolute;
    transition: 0.3s;
}

.absolute-video:hover > .video-play-absolute {
    transform: scale(1.2);
    filter: invert(1);
}

.absolute-video:active > .video-play-absolute {
    transform: scale(0.9);
    filter: invert(1);
}

.header-content {
    display: flex;
    height: calc(100% - 102px);
    align-items: center;
    padding-bottom: 10%;
    padding-left: 35px;
    position: relative;
    z-index: 1;
}

body {
    background-color: #131313;
    color: #ffffff;
}

.header {
    background-image: url(../../../img/main/background-header.png);
    background-size: cover;
    height: 100dvh;
    width: 100%;
    display: flex;
    justify-content: center;
    transition: 0.2s;
    overflow: hidden;
}

.border {
    width: 1269px;
}

img.right_absolute_player {
    position: absolute;
    right: -247px;
    margin-top: 78px;
    pointer-events: none;
    z-index: 1;
}

img.absolute_2_header {
    position: absolute;
    right: -233px;
    margin-top: -29%;
    pointer-events: none;
    animation: floatY 4s ease-in-out infinite;
    will-change: transform;
}

canvas#bg {
    position: absolute;
    width: 100%;
    height: 100dvh;
}

.right_absolute_player {
  position: absolute;
  animation: floatY 3.5s ease-in-out infinite;
  will-change: transform;
}

@keyframes floatY {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
  100% {
    transform: translateY(0);
  }
}

img.absolute_1_header {
    position: absolute;
    left: -237px;
    margin-top: 18%;
    pointer-events: none;
    animation: floatY 2.5s ease-in-out infinite;
    will-change: transform;
}

.header-top {
    display: flex;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: rgba(0, 0, 0, 0.42);
    box-shadow: 0 40px 50px 1px rgba(203, 212, 255, 0.10) inset;
    justify-content: space-between;
    align-items: center;
    height: 76px;
    margin-top: 25px;
    position: relative;
    z-index: 2;
}

.left-header {
    display: flex;
    align-items: center;
    padding-left: 33px;
    gap: 40px;
}

ul.social_links_ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
}

button.ip_button {
    position: relative;
    transition: 0.3s;
    display: flex;
    align-items: center;
    gap: 14px;
    border-radius: 0 14px 14px 0;
    background: rgba(255, 255, 255, 0.10);
    height: 100%;
    border: none;
    padding: 21px;
    cursor: pointer;
    overflow: hidden;
    backdrop-filter: blur(14px);
    min-width: 218px;
}

button.ip_button.copied-active.wave {
    pointer-events: none;
}

button.ip_button:hover {
    background: rgba(255, 255, 255, 0.15);
}

button.ip_button img {
    transition: 0.3s;
}

button.ip_button:hover img {
   transform: rotate(0deg) scale(1.2);
}

button.ip_button:active img {
    transform: rotate(360deg) scale(0.9);
}

button.ip_button.copied-active {
    background: rgb(68 203 255 / 23%);
}

button.ip_button.copied-active img {
    transform: rotate(360deg) scale(1.2)!important;
}

button.ip_button.copied-active .copied {
    opacity: 1;
    transform: translateY(0);
}

button.ip_button::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: rgba(0, 153, 255, 0.8);
    border-radius: 50%;
    transform: scale(0);
    opacity: 0;
}

button.ip_button.wave::after {
    animation: wave 0.6s ease-out;
}

@keyframes wave {
    from {
        transform: scale(0);
        opacity: 0.6;
    }
    to {
        transform: scale(8);
        opacity: 0;
    }
}

p.ip {
    color: #FFF;
    font-size: 14px;
    
    font-weight: 900;
    line-height: 20px;
    text-transform: uppercase;
}

.right-header {
    height: 100%;
}

img.ico-planet {
    width: 22px;
    transition: 0.2s;
}



li.social_links_li {
    display: flex;
    align-items: center;
    justify-content: center;
}

a.social_links_a:hover {
    transform: scale(1.15);
}

a.social_links_a:active {
    transform: scale(0.9);
}

a.social_links_a {
    display: flex;
    align-items: center;
    text-decoration: none;
    cursor: pointer;
    transition: 0.3s;
}

img.social_ico {
    width: 32px;
}

img.logotype-img {
    width: 143px;
    transition: 0.3s;
    cursor: pointer;
}

img.logotype-img:hover {
    transform: scale(1.05);
}

img.logotype-img:active {
    transform: scale(0.9);
}

a.logotype {
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.links-header-ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    position: relative;
}

ul.links-header-ul.head-pc:after {
    width: 1px;
    height: 47px;
    background-image: url(../../../img/main/solid_absolute.png);
    position: absolute;
    content: "";
    left: -12px;
    top: -9px;
}

img.ico-link-a {
    width: 25px;
    transition: 0.2s;
}

li.links-header-li {
    display: flex;
    align-items: center;
}

cw {
    font-weight: inherit;
}

a.link-header-a:hover {
    background: rgba(255, 255, 255, 0.10);
}

a.link-header-a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-size: 14px;
    
    text-decoration: none;
    font-weight: 700;
    gap: 8px;
    cursor: pointer;
    transition: 0.3s;
    border-radius: 15px;
    background: rgb(255 255 255 / 0%);
    padding: 8px 12px;
}

a.link-header-a:hover > img {
    transform: scale(1.2);
}

a.link-header-a:active {
    transform: scale(0.8);
}

.object-online.tooltip-a {
    cursor: pointer;
}

.top-section-header {
    font-size: 18px;
    font-weight: 700;
    gap: 6px;
    display: flex;
    align-items: center;
}

span.highlight {
    background: radial-gradient(50% 50% at 50% 50%, #F5DE68 0%, #E8A51E 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 16px;
    font-weight: 700;
}

img.ico-no-creative {
    width: 24px;
}

h1.h1-header {
    font-size: 64px;
    font-weight: 900;
    line-height: 111%;
    text-transform: uppercase;
    max-width: 735px;
}

p.p-header {
    color: #B4B6B9;
    font-size: 16px;
    font-weight: 700;
    line-height: 184%;
}

.object-online {
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: rgba(0, 0, 0, 0.05);
    box-shadow: 0 40px 50px 1px rgba(203, 212, 255, 0.10) inset;
    display: flex;
    position: relative;
    height: 48px;
    padding: 0px 19px;
    gap: 12px;
    justify-content: center;
    align-items: center;
}

.group-online {
    display: flex;
    gap: 18px;
    margin-top: 15px;
}

span.tooltip-obj-online {
    position: absolute;
    border-radius: 15px;
    background: rgba(1, 1, 1, 0.42);
    backdrop-filter: blur(27.65px);
    width: 407px;
    color: #B4B6B9;
    font-size: 12px;
    
    font-weight: 700;
    line-height: 163%;
    padding: 14px 12px;
    position: absolute;
    bottom: 34px;
    left: 16px;
    z-index: 2;
    transition: 0.3s;
    transform: translateY(20px);
    opacity: 0;
    pointer-events: none;
}

p.online {
    color: #FFF;
    font-size: 17px;
    font-weight: 700;
}

p.online-text {
    color: #B4B6B9;
    font-size: 14px;
    font-weight: 700;
}

p.text-cg {
    color: #89F533;
    font-size: 15px;
    font-weight: 700;
}

.object-online:hover > span.tooltip-obj-online {
    opacity: 1;
    transform: translateY(0px);
}

section.section-header {
    display: grid;
    gap: 15px;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(10px); /* опускается вниз */
  }
  60% {
    transform: translateY(5px); /* немного вверх */
  }
}

.servers-block {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 25px;
}

/* первые 2 элемента = 2 колонки */
.servers-block > :nth-child(1),
.servers-block > :nth-child(2) {
    grid-column: span 3;
}

/* остальные элементы = 3 колонки */
.servers-block > :nth-child(n+3) {
    grid-column: span 2;
}

a.link-header-a.mob-el {
    font-size: 18px;
}

img.ico-link-a.mob-el {
    width: 35px;
}

/*Humburger Style Open*/
.humburger-menu {
    width: 65%;
    height: 100%;
    position: absolute;
    background: #0000007d;
    z-index: 3;
    pointer-events: none;
    backdrop-filter: blur(9px);
    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;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.humburger-content {
    height: 100dvh;
    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;
}
.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: 33px;
    top: 35px;
}
.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;
}

p.solid-box-text {
    color: #B4B6B9;
    font-size: 12px;
    font-weight: 700;
}

.solid-box-main:after {
    border-radius: 2px;
    border: 2px solid #414954;
    background: #111721;
    width: 45px;
    height: 45px;
    position: absolute;
    content: "";
    transform: rotate(45deg);
}

.solid-box-main {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

img.arrow-down {
    position: absolute;
    z-index: 1;
    animation: gentleDown 1.5s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

@keyframes gentleDown {
    0% {
        transform: translateY(-8px);
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    100% {
        transform: translateY(8px);
        opacity: 0;
    }
}

h2.h2-text {
    color: #FFF;
    font-size: 36px;
    font-weight: 700;
    text-align: center;
}

p.p-text {
    color: #B4B6B9;
    text-align: center;
    font-size: 16px;
    
    font-weight: 700;
}


.content {
    display: flex;
    justify-content: center;
    background-image: url(../../../img/main/background-content.png);
    background-size: cover;
}

.main-content {
    margin-top: 30px;
}

.main-content {
    display: grid;
    gap: 30px;
}

.object-online-a {
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 40px 50px 1px rgba(203, 212, 255, 0.10) inset;
    backdrop-filter: blur(37.5px);
    height: 105px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    padding: 26px;
}

.online-list-a {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

p.text-online-a {
    color: #FFF;
    font-size: 23px;
    font-weight: 700;
}

p.top-object-online-text {
    color: #B4B6B9;
    font-size: 15px;
    font-weight: 700;
}

p.time-text {
    color: rgba(255, 255, 255, 0.50);
    font-size: 15px;
    font-weight: 400;
}

.group-text-a-online {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.top-object-online-a {
    display: flex;
    align-items: center;
    gap: 15px;
}

.online-circle-b {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.50);
}

.title-block-a {
    display: grid;
    gap: 10px;
}

.left-content-info-a:after {
    width: 100%;
    background: #1D1D1D;
    height: 1px;
    position: absolute;
    content: "";
    top: 50%;
}

.left-content-info-a:before {
    background: #1D1D1D;
    width: 1px;
    height: 100%;
    position: absolute;
    content: "";
    right: 52%;
}

.group-info-server.offline:after {
    background: linear-gradient(270deg, rgb(0 0 0 / 80%) 0%, rgb(0 0 0 / 80%) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    z-index: 1;
}

.top-modal-title > .hit-info {
    position: relative;
    right: 0px;
}

.group-info-server {
    height: 200px;
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    display: flex;
    justify-content: flex-start;
    background-size: cover;
}

.group-info-server:after {
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.78) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
}

.top-group-info-server {
    position: relative;
    z-index: 1;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 25px;
}

.progress-bar {
    position: absolute;
    z-index: 1;
    bottom: 17px;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: rgba(0, 0, 0, 0.05);
    box-shadow: 0 40px 50px 1px rgba(0, 0, 0, 0.10) inset;
    backdrop-filter: blur(37.5px);
    width: calc(100% - 50px);
    height: 6px;
    margin-left: 25px;
    margin-right: 25px;
    overflow: hidden;
}

p.title-server-a {
    color: #FFF;
    font-size: 24px;
    
    font-weight: 700;
}

p.description-server {
    color: #B4B6B9;
    font-size: 16px;
    font-weight: 700;
}

.online-block-server {
    display: flex;
    align-items: center;
    gap: 15px;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: rgba(0, 0, 0, 0.05);
    box-shadow: 0 40px 50px 1px rgba(0, 0, 0, 0.10) inset;
    backdrop-filter: blur(37.5px);
    height: 48px;
    padding: 0px 17px;
    width: auto;
    margin-top: 8px;
}

p.online-text-b {
    color: #FFF;
    font-size: 17px;
    font-weight: 700;
}

.progress-bar-fill {
    height: 100%;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: #7EE22F;
    box-shadow: 0 40px 50px 1px rgba(0, 0, 0, 0.10) inset;
    backdrop-filter: blur(37.5px);
}

.monitoring-content {
    display: grid;
    gap: 25px;
}

p.title-content-a {
    color: #FFF;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.48px;
}

p.bottom-content-info-a {
    color: #B4B6B9;
    font-size: 16px;
    font-weight: 700;
    line-height: 22.5px;
    max-width: 233px;
}

.left-content-info-a {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    position: relative;
}

.left-top-footer {
    display: flex;
    align-items: center;
    gap: 35px;
}

p.copyright {
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
}

p.description-text-footer {
    color: #B4B6B9;
    font-size: 16px;
    font-weight: 700;
}

a.link-footer-a {
    color: rgba(255, 255, 255, 0.50);
    font-size: 16px;
    font-weight: 700;
    line-height: 17px;
    display: flex;
    align-items: center;
    text-decoration: none;
    cursor: pointer;
    transition: 0.3s;
}

a.link-footer-a:hover {
    color: white;
}

li.link-footer-li {
    display: flex;
}

ul.links-ul-footer {
    display: flex;
    align-items: center;
    gap: 25px;
}

.left-bottom-footer {
    display: grid;
    gap: 20px;
}

.footer-block {
    display: grid;
    gap: 30px;
}

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

img.payment-footer-a {width: 83px;display: flex;filter: grayscale(1);}

.right-bottom-footer {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.solid-line {
    width: 100%;
    height: 1px;
    opacity: 0.1;
    background: #D9D9D9;
}

a.link-social-big:hover > * > img {
    transform: scale(1.3);
}

footer.footer-main {
    background: #1F1F1F;
    margin-top: 50px;
    display: flex;
    justify-content: center;
    padding: 30px 0px;
}

.info-content-a {
    display: flex;
    align-items: center;
    gap: 150px;
}

a.link-social-big {
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: rgba(255, 255, 255, 0.05);
    display: flex;
    align-items: center;
    height: 57px;
    gap: 14px;
    text-decoration: none;
    padding: 0px 20px;
    justify-content: space-between;
    min-width: 279px;
    transition: 0.3s;
}

.left-link-big {
    display: flex;
    align-items: center;
    gap: 13px;
}

img.ico-social-a {
    width: 32px;
    transition: 0.3s;
}

.right-content-info-a {flex: 1;}

.top-content-info-a {
    display: flex;
    align-items: center;
    gap: 10px;
}

img.ico-info-a {
    width: 25px;
}

.object-content-info-a {
    display: grid;
    gap: 9px;
}

p.title-link-big {
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
}

p.count-socials {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.right-link-big {
    display: flex;
    align-items: center;
    gap: 14px;
}

.solid-block {
    background: rgba(255, 255, 255, 0.20);
    width: 1px;
    height: 28px;
}

.socials-group-count {
    gap: 27px;
    display: flex;
    flex-direction: column;
    flex: 1;
    align-items: flex-end;
}

a.link-social-big.ds:hover {
    background: #626fff;
    border: 1px solid #626fff;
}

a.link-social-big.tg:hover {
    background: #2aacee;
    border-color: #2aacee;
}

a.link-social-big.vk:hover {
    background: #2787f5;
    border-color: #2787f5;
}

a.link-social-big:active {
    transform: scale(0.9);
}

/*Humburger Style CLOSE*/

/*Modal Style*/
p.title-text-a {
    color: #FFF;
    font-size: 26px;
    font-weight: 700;
}

input.custom-input-a::placeholder {
    color: #B4B6B9;
    font-size: 14px;
    font-weight: 700;
}

input.custom-input-a {
    border-radius: 15px;
    background: rgba(180, 182, 185, 0.10);
    height: 43px;
    padding: 0px 49px;
    width: 100%;
    border: none;
    transition: 0.3s;
    outline: none;
    color: white;
    font-size: 14px;
    font-weight: 700;
}

.absolute-info-promocode.active {
    transform: translateY(0px);
    opacity: 1;
}

svg.ico-input-a.promocode-ico.active {
    color: #E8A51E;
}

.custom-input-a.active {
    background: rgba(245, 222, 104, 0.12);
}

svg.ico-input-a {
    position: absolute;
    left: 17px;
    transition: 0.3s;
}

.object-input-a.focus > .ico-input-a {
    color: #E8A51E;
    transform: scale(1.2);
}

.object-input-a.focus > input {
    background: rgba(245, 222, 104, 0.12);
}

.payment_select.active {
    background: #363021;
    pointer-events: none;
}

.payment_select {
    transition: 0.3s;
    cursor: pointer;
    position: relative;
}

.payment_select:after {
    background: radial-gradient(50% 50% at 50% 50%, #F5DE68 0%, #E8A51E 100%);
    width: 5px;
    height: 5px;
    content: "";
    position: absolute;
    right: 10px;
    transition: 0.3s;
    top: 10px;
    border-radius: 100%;
    opacity: 0;
    transform: scale(0);
}

.payment_select.active:after {
    opacity: 1;
    transform: scale(1);
}

img.avatar_user {
    width: 32px;
    border-radius: 6px;
}

.center-block_a {
    display: flex;
    justify-content: center;
}

.left-content-a > svg {
    width: 100px;
    height: 100px;
}

.absolute-info-buy {
    border-radius: 15px;
    background: rgba(1, 1, 1, 0.42);
    backdrop-filter: blur(5.599999904632568px);
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 14px 9px;
    transition: 0.3s;
    min-width: 195px;
    transform: translateY(15px);
}

.object-last-buy:hover > .absolute-info-buy {
    opacity: 1;
    transform: translateY(0px);
}

img.donate-ico-small {
    width: 34px!important;
}

p.info-get-text {
    white-space: pre;
}

p.top-text-info {
    color: #979AA0;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
}

p.info-get-text {
    color: #FFF;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
}

.object-last-buy:hover {
    position: relative;
    z-index: 2;
}

.object-input-a.focus > input::placeholder {
    color: white;
}

.object-input-a {
    position: relative;
    color: #B4B6B9;
    display: flex;
    align-items: center;
}

.group-inputs {
    position: relative;
    display: grid;
    gap: 16px;
}

.group-period-list {
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.00);
    box-shadow: 0 40px 50px 1px rgba(203, 212, 255, 0.10) inset;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 4px;
    gap: 9px;
}

button.object-period {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.02);
    color: #FFF;
    font-size: 13px;
    font-weight: 700;
    line-height: 16px; /* 123.077% */
    text-transform: uppercase;
    height: 36px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    gap: 10px;
    transition: 0.3s;
}

span.discount-span {
    border-radius: 5px;
    background: radial-gradient(50% 50% at 50% 50%, #F5DE68 0%, #E8A51E 100%);
    color: #000;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 3px 6px;
}

.top-info-block-a {
    display: flex;
    align-items: center;
    gap: 14px;
}

img.donate-image-panel-buy {
    width: 36px;
}

.main-top-panel-buy {
    display: grid;
    gap: 20px;
}

.group-object-a {
    display: grid;
    gap: 20px;
}

.object-payment-info {
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
}

.object-payment-a {
    border-radius: 15px;
    background: #232323;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 11px 16px;
    width: 100%;
    flex-wrap: wrap;
    gap: 13px;
}

p.title-payment-a {
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
}

p.recomand-payment {
    color: #9090A0;
    font-size: 12px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 7px;
}

.left-object-payment-a-crypto {
    display: grid;
    gap: 4px;
}

img.donate-image-top {
    width: 67px;
}

.top-modal {
    display: flex;
    align-items: center;
    gap: 10px;
}

.top-modal-right {
    display: flex;
    flex-direction: column;
}

.top-modal-title {
    display: flex;
    align-items: center;
    gap: 13px;
}

p.title-p-modal {
    color: #FFF;
    font-size: 32px;
    font-weight: 700;
     /* 143.75% */
}

p.bottom-p-text {
    color: #B4B6B9;
    font-size: 14px;
    font-weight: 700;
}

.list-payment-a {
    display: flex;
    gap: 10px;
}

span.cw {
    font-weight: 700;
    color: #FFF;
    font-size: 16px;
}

button.button-payment-a {
    border-radius: 15px;
    background: #232323;
    display: flex;
    align-items: center;
    border: none;
    color: white;
    gap: 8px;
    padding: 8px 20px;
}

p.title-payment-c {
    color: #FFF;
    font-weight: 600;
    line-height: 20px;
}

img.ico-payment-b {
    width: 35px;
}

.group-text-c {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

span.payment-tooltip-a {
    padding: 2px 5px;
    background: var(--Main, radial-gradient(50% 50% at 50% 50%, #F5DE68 0%, #E8A51E 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    position: relative;
    line-height: 15px;
    position: relative;
    margin-left: 5px;
}

img.donate-info-image {
    width: 100%;
}

span.payment-tooltip-a:after {
    background: radial-gradient(50% 50% at 50% 50%, rgba(245, 222, 104, 0.12) 0%, rgba(232, 165, 30, 0.12) 100%);
    position: absolute;
    content: "";
    left: -5px;
    border-radius: 14px;
    top: -3px;
    width: calc(100% + 10px);
    height: calc(100% + 6px);
}

.image-content {
    width: 32px;
    height: 32px;
    background: #393939;
}

img.ico-payment-c {
    width: 100%;
    padding: 6px;
}

.list-payment-a {
    display: flex;
}

.group-payment-object-a {
    display: grid;
    gap: 20px;
}

p.description-modal-info {
    color: #B4B6B9;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
}

button.custom-button-1.small {
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
    height: 48px;
}

.right-object-payment-a-crypto {
    display: flex;
    align-items: center;
    gap: 8px;
}

button.custom-button-1 {
    border-radius: 15px;
    background: radial-gradient(50% 50% at 50% 50%, #F5DE68 0%, #E8A51E 100%);
    width: 100%;
    height: 60px;
    color: #1B202C;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    border: none;
    gap: 6px;
    cursor: pointer;
    outline: solid 6px #e8a51e00;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

newcost.old-cost-main {
    border-radius: 5px;
    padding: 2.5px 5.618px 2.5px 6px;
    text-align: center;
    font-size: 13px;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    background: #F44336;
    color: #ffffff;
    text-decoration: line-through;
}

button.custom-button-1:hover {
    outline: solid 6px #e8a51e42;
}

button.custom-button-1:active {
    transform: scale(0.9);
}

.solid-modal {
    width: 100%;
    height: 1px;
    background: rgba(217, 217, 217, 0.15);
}

.content-modal {display: grid;gap: 16px;}

.modal-panel {
    display: grid;
    gap: 16px;
    border-radius: 15px;
    background: #131313;
    padding: 20px;
    width: 618px;
    position: relative;
}

.description-modal {
    display: grid;
    gap: 7px;
}

.abolute-modal {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    z-index: 3;
    background: #0000006e;
    backdrop-filter: blur(10px);
}

.modal-panel-buy {
    background: #131313;
    display: flex;
    height: 875px;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
}

img.logotype-modal-img {
    width: 142px;
}

.logotype-block-modal {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 33px;
}

button.close-panel {
    position: absolute;
    right: 20px;
    top: 20px;
    background: none;
    color: #B4B6B9;
    border: none;
    cursor: pointer;
    transition: 0.3s;
}

button.close-panel:hover {
    color: white;
    transform: scale(1.1);
}

button.close-panel:active {
    transform: scale(0.9);
}

.left-modal-panel-buy {
    width: 401px;
    display: flex;
    align-items: flex-end;
    position: relative;
}

p.text-left-panel-buy {
    color: #FFF;
    font-size: 48px;
    
    font-weight: 900;
    line-height: 125%;
    max-width: 371px;
    padding: 30px;
}

img.logotype-image-modal-top-abolute {
    position: absolute;
    top: 33px;
    width: 142px;
}

.right-modal-panel-buy {
    width: 677px;
    padding: 25px 20px;
    display: grid;
    align-content: space-between;
}

.group-payment-list {
    display: grid;
    gap: 20px;
}

/*Modal Video*/
/* Затемнение + blur */
.overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.6);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    z-index: 1000;
}

/* Модальное окно */
.modal {
    width: 70%;
    height: 70%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.9);
    background: rgba(0,0,0,0.25);
    border-radius: 22px;
    box-shadow: 0 25px 80px rgba(0,0,0,.7);
    overflow: hidden;
    opacity: 0;
}

.modal iframe {
    width: 100%;
    height: 100%;
    border: none;
}

/* Закрыть */
.close {
    position: absolute;
    top: 14px;
    right: 20px;
    font-size: 34px;
    color: #fff;
    cursor: pointer;
    z-index: 10;
    opacity: 0.8;
}

button#description_buy {
    gap: 4px;
}

button#description_buy > span {
    font-size: 14px;
    color: #F44336;
    font-weight: 900;
    background: #F44336;
    color: white;
    padding: 3px 5px;
    border-radius: 10px;
}

button.object-period.active {
    background: radial-gradient(50% 50% at 50% 50%, #F5DE68 0%, #E8A51E 100%);
    color: black;
}

button.object-period.active > .discount {
    background: #F44336;
    color: #ffffff;
}

span.discount {
    border-radius: 5px;
    background: radial-gradient(50% 50% at 50% 50%, #F5DE68 0%, #E8A51E 100%);
    padding: 2.5px 5.618px 2.5px 6px;
    color: #000;
    text-align: center;
    font-size: 13px;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
}

.absolute-info-promocode {
    position: absolute;
    border-radius: 15px;
    background: rgba(1, 178, 98, 0.20);
    color: #01B262;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 900;
    line-height: 20px;
    text-transform: uppercase;
    padding: 4px 12px;
    right: 10px;
    transition: 0.3s;
    transform: translateY(10px);
    opacity: 0;
    pointer-events: none;
}

.close:hover {
    opacity: 1;
}

@media (min-width: 1210px) and (max-width: 1499px) {
    body {
        zoom: 0.85;
    }
}

@media (min-width: 1175px) and (max-width: 1210px) {
    body {
        zoom: 0.8;
    }
}


@media (max-width: 1175px) {
    .border {
        width: calc(100% - 40px);
    }
    section.section-header {
        display: grid;
        gap: 15px;
        justify-items: center;
        width: 100%;
        text-align: center;
    }

    img.absolute_1_header {
        display: none;
    }

    img.absolute_2_header {
        display: none;
    }

    img.right_absolute_player {
        display: none;
    }

    .absolute-video {
        display: none;
    }

    .absolute-top-donater {
        display: none;
    }
    .left-modal-panel-buy {
        display: none;
    }
}

@media (max-width: 1095px) {
    ul.links-header-ul.head-pc {
        display: none;
    }
    ul.links-header-ul.head-pc {
        display: none;
    }
    button.ip_button {
        position: absolute;
        top: 75px;
        left: 50%;
        transform: translateX(-50%);
        border-radius: 0px 0px 14px 14px;
        height: 42px;
        z-index: 5;
    }
    .right-humburger {
        display: flex;
    }
    h1.h1-header {
        font-size: 40px;
        max-width: 700px;
    }
    .online-list-a {
        grid-template-columns: repeat(1, 1fr);
    }

    h1.h1-header {
        font-size: 40px;
        max-width: 700px;
    }

    .online-list-a {
        grid-template-columns: repeat(1, 1fr);
    }

    .servers-block {
        grid-template-columns: repeat(2, 1fr);
    }

    .servers-block > :nth-child(1), .servers-block > :nth-child(2) {
        grid-column: unset;
    }

    .servers-block > :nth-child(n+3) {
        grid-column: span 1;
    }

    .info-content-a {
        display: grid;
        gap: 30px;
    }

    a.link-social-big {
        width: 100%;
    }

    .left-top-footer {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 15px;
    }

    .bottom-footer {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        gap: 19px;
    }

    ul.links-ul-footer {
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }
    span.tooltip-obj-online {
        left: unset;
        right: 0px;
        width: 340px;
        text-align: left;
    }
    .top-section-header {
        font-size: 15px;
    }
    .header-content {
        padding-left: 0px;
    }
    p.p-header {
        font-size: 14px;
    }
}

@media (max-width: 800px) {
    .modal-panel {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: start;
        flex-direction: column;
    }
    
    .modal-panel-buy {
        width: 100%;
        height: 100%;
        padding: 10px;
    }

    .right-modal-panel-buy {
        width: 100%;
        padding: 0px;
    }
    .servers-block {
        grid-template-columns: repeat(1, 1fr);
    }
    .left-content-info-a {
        gap: 25px;
    }
    p.title-content-a {
        font-size: 16px;
    }

    p.bottom-content-info-a {
        font-size: 13px;
    }
    .left-content-info-a:after {
        top: 46%;
    }
}

@media (max-width: 600px) {
    ul.social_links_ul {
        display: none;
    }
    h1.h1-header {
        font-size: 32px;
    }
}