

:root{
    --font-family-first: Unbounded;
    --font-family-second: Inter;
    --border-box: 40px 50px;
}

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

html, body {
    touch-action: manipulation;
    user-select: none;
}

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

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

p.link-text {
    font-family: var(--font-family-second);
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    transition: 0.3s;
}

span.ico-header-a {
    width: 32px;
    height: 32px;
    background: rgba(152, 140, 146, 0.11);
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    align-items: center;
    transition: 0.3s;
    justify-content: center;
}

.border {
    width: 1500px;
}

.header-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 42px;
    gap: 39px;
    position: relative;
}

ul.links-header-ul {
    display: flex;
    gap: 40px;
    animation: fadeIn 0.3s ease-in-out forwards;
    opacity: 0;
}

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

a.link-header-a > span > svg {
    transition-property: transform;
    transition-duration: 0.3s;
    transform: scale(0.8);
}

a.link-header-a:hover > span > svg {
    transform: scale(1);
}

a.link-header-a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #988C92;
    gap: 12px;
    position: relative;
    justify-content: center;
}

.header-links:after {
    opacity: 0.05;
    background: #FFF;
    width: 100%;
    height: 1px;
    content: "";
    position: absolute;
    left: 0;
    margin-top: 30px;
}

a.link-header-a:after {
    width: 0%;
    background: #FF892C;
    content: "";
    position: absolute;
    height: 2px;
    bottom: -31px;
    transition: 0.3s;
}

a.link-header-a:hover:after {
    width: 100%;
}

h1.h1-section-text-h1 {
    color: #FFF;
    text-align: center;
    font-size: 42px;
    font-weight: 600;
    line-height: 52.8px;
    opacity: 0;
    animation: fadeIn 0.5s ease-in-out forwards;
    animation-delay: 0.2s;
}

section.content-section-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 619.375px;
    gap: 16px;
    position: relative;
    z-index: 1;
}

svg.default-hum {
    position: absolute;
    transition: 0.3s;
    transform: scale(1);
}

svg.close-hum {
    position: absolute;
    transform: scale(0);
    transition: 0.3s;
}

.humburger.active > .default-hum {
    opacity: 0;
    transform: scale(0);
}

.humburger.active > .close-hum {transform: scale(1);}

.humburger-menu {
    position: absolute;
    border-radius: 0px 0px 12px 12px;
    background: #0F0E10;
    backdrop-filter: blur(2px);
    width: 100%;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px;
    padding-top: 93px;
    transform: translateY(-100%);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease, transform 0.3s ease; /* Указываем, какие свойства анимируются */
    will-change: opacity, transform; /* Оптимизация для плавности */
}

.humburger-menu.active {
    opacity: 1;
    pointer-events: all;
    transform: translateY(0px);
}

li.header-link-li.mob-el {
    display: flex;
    align-items: center;
    justify-content: center;
}

.links-header-ul.mob-el {
    display: grid;
    gap: 22px;
    justify-items: start;
}

a.link-header-a.mob-el:after {
    display: none;
}

li.header-link-li.mob-el:before {
    opacity: 0.11;
    background: #FFF;
    width: 90%;
    content: "";
    height: 1px;
    position: absolute;
    margin-bottom: -52px;
}

li.header-link-li.mob-el:last-child:before {
    display: none;
}

a.custom-link-1:hover {
    filter: drop-shadow(1px 2px 5px #FFAA63);
}

a.custom-link-1:hover > span {
    transform: translateX(4px);
}

.content-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 75px;
    position: relative;
}

p.p-section-text-p {
    color: #988C92;
    text-align: center;
    font-family: var(--font-family-second);
    font-size: 16px;
    font-weight: 500;
    line-height: 25.2px;
    opacity: 0;
    max-width: 441px;
    animation: fadeIn 0.5s ease-in-out forwards;
    animation-delay: 0.5s;
}

cw {
    color: #ffffff;
    text-align: center;
    font-family: var(--font-family-second);
    font-size: 16px;

    font-weight: 500;
    line-height: 25.2px;
}

.ico-server {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    background: #2B2831;
    justify-content: center;
    border-radius: 12px;
}

img.ico-server {
    width: 30px;
}

img.ico-server-image {
    width: 30px;
}

.top-server-information {
    display: flex;
    align-items: center;
    gap: 12px;
}

p.title-server {
    color: #FFF;

    font-size: 14px;

    font-weight: 600;
}

p.description-server {
    color: #988C92;
    font-family: var(--font-family-second);
    font-size: 12px;
    font-weight: 500;
}

.group-absolute-decore {
    pointer-events: none;
}

.absolute-image-header-top {
    background-image: url(./../../../img/main/background-top.png);
    width: 100%;
    position: absolute;
    background-repeat: no-repeat;
    top: 0;
    height: 100%;
    background-size: cover;
    max-height: 1080px;
    z-index: -1;
    pointer-events: none;
}

.right-server-info {
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

p.ip-text {
    color: #DFDFDF;
    font-family: var(--font-family-second);
    font-size: 13px;

    font-weight: 500;
    line-height: 18.2px;
}

p.ip-server {
    color: #DFDFDF;
    font-family: var(--font-family-second);
    font-size: 13px;

    font-weight: 500;
    line-height: 18.2px;
}

.absolute-image-header-bottom {
    background-image: url(./../../../img/main/background-bottom-b.png);
    width: 100%;
    position: absolute;
    background-repeat: no-repeat;
    bottom: 0;
    min-height: 620px;
    background-position: bottom;
    z-index: -1;
    pointer-events: none;
    background-repeat: repeat-x;
}

.absolute-image-2-header-bottom {
    background-image: url(./../../../img/main/background-bottom.png);
    width: 100%;
    position: absolute;
    background-repeat: no-repeat;
    bottom: 0;
    background-position: bottom;
    z-index: 1;
    pointer-events: none;
    height: 100%;
    background-repeat: repeat-x;
}

footer.footer-main {
    position: relative;
    display: flex;
    justify-content: center;
}

.ip-content {
    display: flex;
    gap: 5px;
}

span.copy-ico:hover {
    color: #FF892C;
    opacity: 1;
}

span.copy-ico {
    color: #c7c7c7;
    opacity: 0.2;
    cursor: pointer;
    transition: 0.3s;
}

p.online-count {
    color: #DFDFDF;
    font-family: var(--font-family-second);
    font-size: 13px;

    font-weight: 500;
    line-height: 18.2px;
}

span.ico-user-online {
    color: #FFAA63;
}

.online-info {
    display: flex;
    align-items: flex-start;
    gap: 5px;
    flex-direction: column;
    padding: 30px;
    padding-top: 0px;
}

o06 {
    color: rgba(255, 255, 255, 0.60);
    font-family: var(--font-family-second);
    font-size: 14px;

    font-weight: 400;
    line-height: 20px;
    margin-left: 4px;
}

.progress-server {
    border-radius: 32px;
    background: #26232D;
    box-shadow: 0px 0px 4px 2px rgba(90, 90, 90, 0.25) inset;
    height: 8px;
    width: 80%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.progress-server-active {
    height: 100%;
    border-radius: 27px;
    background: linear-gradient(90deg, #FF892C 0%, #F5A259 100%);
    box-shadow: 0px 0px 4px 2px rgba(90, 90, 90, 0.25) inset;
    width: 47%;
}

h3.step-text-h3 {
    color: #FFF;
    font-family: Unbounded;
    font-size: 16px;

    font-weight: 600;
    line-height: 26px;
}

p.description-step-text-p {
    color: #988C92;
    font-family: var(--font-family-second);
    font-size: 14px;

    font-weight: 500;
    line-height: 24px; /* 171.429% */
    letter-spacing: -0.14px;
}

.start-game {
    background: #18171C;
    box-shadow: 0px 4px 10px 6px rgba(0, 0, 0, 0.01);
    width: 411px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

img.how-start-img {
    width: 411px;
}

.how-start-panel {min-width: 100%;width: 100%;display: flex;align-items: center;transition: 0.5s;justify-content: flex-start;}

.border-start-game {
    padding: 20px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    display: grid;
    gap: 5px;
}

.group-modal-frames {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

pre {
    max-width: 100%;
    white-space: pre-wrap;
}

.menu-select.autowidth {
    max-width: 100%;
}

.start-game-panel {display: flex;overflow: hidden;}

.slider-main-how-start {
    width: calc(100% + 90px);
    margin-left: -45px;
    margin-top: 30px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}

h4.title-h4-modal.center {
    text-align: center;
}

p.title-p-modal.center {
    text-align: center;
    max-width: 582px;
}

.top-info-modal.center {
    gap: 16px;
    margin-bottom: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

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


.start-game-panel.first > .first {
    transform: translateX(calc(50% - 207px));
}

.start-game-panel.first > .second {
    transform: translate(-157px, 0px);
    pointer-events: none;
}

.start-game-panel.second> .first {
    transform: translateX(-257px) !important;
    pointer-events: none;
}

.start-game-panel.second> .second {
    transform: translateX(calc(-50% - 207px)) !important;
}

.start-game-panel.second> .third {
    transform: translate(calc(-100% + -157px), 0px);
    transition: 0.4s;
    pointer-events: none;
}

.start-game-panel.third> .second {
    transform: translateX(-1022px) !important;
    pointer-events: none;
}

.start-game-panel.third> .first {
    transform: translateX(-50%)!important;
}

.start-game-panel.third> .third {
    transform: translateX(calc(-150% - 207px)) !important;
}

.custom-button-2.howstart-b {
    border-radius: 8px;
    background: #566ED2;
    box-shadow: 0px 4px 8.1px 0px #3E4D8C inset;
    display: inline-flex;
    padding: 10px 21.5px;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-family: var(--font-family-second);
    font-size: 14px;

    font-weight: 400;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.custom-button-2.howstart-b:hover {
    background: #6880e3;
    box-shadow: 0px 4px 8.1px 0px #6880e3 inset;
}

.center-block-b {
    display: flex;
    gap: 13px;
    flex-direction: column;
    position: relative;
    align-items: center;
    justify-content: center;
}

a.custom-link-1 {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 4px;
    background: linear-gradient(180deg, #FFAA63 0%, #EA9A4E 100%);
    box-shadow: 0px 4px 12px 2px #FF7324 inset;
    height: 35px;
    gap: 7px;
    color: #2D241C;
    text-align: center;
    font-family: var(--font-family-second);
    font-size: 13px;
    font-weight: 600;
    line-height: 14.95px;
    padding: 12px;
    cursor: pointer;
    transition: 0.3s;
}

span.ico-link-1 {
    margin-top: 2px;
    transition: 0.3s;
}

body {
    background: #18171C;
    overflow-x: hidden;
}

img.logotype-image {
    width: 255px;
}

a.link-header-a:hover {
    color: #F19F55;
}

a.link-header-a:hover > span {
    background: rgba(255, 166, 97, 0.20);
}

.select-servers-block {
    background: #1E1C22;
    width: 100%;
    padding: 35px;
    border-radius: 12px;
    margin-top: 34px;
    position: relative;
}

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

.server-object {
    height: 240px;
    border-radius: 12px;
    background: #18171C;
    padding: 23px;
    display: grid;
    align-content: space-between;
}

img.ico-server-img {
    width: 30px;
}

.monitoring-server {
    display: grid;
    gap: 9px;
}

a.logotype {
    text-decoration: none;
    cursor: pointer;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
}

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

img.absolute-image-hand {
    pointer-events: none;
    opacity: 0;
    animation: fadeIn 0.8s ease-in-out forwards;
}

img.absolute-image-left {
    pointer-events: none;
    opacity: 0;
    animation: fadeIn 0.8s ease-in-out forwards;
}

.parallax-absolute-image-hand.parallex-effect {
    position: absolute;
    left: 196px;
    top: -140px;
    z-index: 2;
}

.parallax-absolute-image-left.parallex-effect {
    position: absolute;
    left: -168px;
    top: -140px;
    z-index: 0;
}

.parallax-absolute-image-right.parallex-effect {
    position: absolute;
    right: -83px;
    top: -249px;
    z-index: 0;
}

img.absolute-image-right {
    pointer-events: none;
    opacity: 0;
    animation: fadeIn 0.8s ease-in-out forwards;
}

img.effect-cube {
    position: absolute;
    animation: fireAnimation 4.4s ease-in-out infinite;
    top: 208px;
    pointer-events: none;
}

img.effect-cube.cube-1 {
    margin-left: -500px;
    animation: fireAnimation 4s ease-in-out infinite;
}

img.effect-cube.cube-2 {
    margin-left: -300px;
    animation: fireAnimation 7s ease-in-out infinite;
}

img.effect-cube.cube-4 {
    margin-left: -424px;
    animation: fireAnimation 3.4s ease-in-out infinite;
}

img.effect-cube.cube-5 {
    margin-left: 424px;
    animation: fireAnimation 2.4s ease-in-out infinite;
}

img.effect-cube.cube-6 {
    margin-left: 324px;
    animation: fireAnimation 5.5s ease-in-out infinite;
}

img.effect-cube.cube-7 {
    margin-left: 600px;
    animation: fireAnimation 5.4s ease-in-out infinite;
}

h2.h2-block-info-a {
    color: #FFF;
    font-size: 22px;

    font-weight: 600;
    line-height: 33.6px; /* 152.727% */
}

p.text-block-info-a {
    color: #988C92;
    font-family: var(--font-family-second);
    font-size: 16px;
    font-weight: 500;
    line-height: 25.2px; /* 157.5% */
    max-width: 488px;
}

.contests-block {
    width: 100%;
    margin-top: 43px;
}

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

.contest-ico-border {
    width: 42.133px;
    height: 39.439px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background: #ff892c1c;
}

.top-block-info-a {
    display: grid;
    gap: 25px;
}

.object-contest {
    display: flex;
    height: 159px;
    border-radius: 12px;
    background: linear-gradient(107deg, #129300 -64.62%, #1E1C22 37.06%);
    position: relative;
    color: #FF892C;
    transition: 0.3s;
}

.list-contests {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
    margin-top: 37px;
}

.absolute-number-a {position: absolute;background-image: url(./../../../img/main/number-1.png);width: 102px;height: 93px;background-position: center;background-repeat: no-repeat;display: flex;left: 11px;align-items: center;justify-content: center;top: -33px;}

img.image-conest {
    /*width: 120px;*/
    /*height: 117px;*/
    margin-left: 11px;
    margin-right: 8px;
}

img.image-conest.rich-cases {
    width: 136.512px;
    height: 108px;
}

img.image-conest.donate-cases {
    width: 131.088px;
    height: 103px;
}

p.p-contest-info {
    color: #FFF;

    font-size: 18px;

    font-weight: 600;
     /* 186.667% */
}

p.title-contest-info {
    color: #988C92;
    font-family: var(--font-family-second);
    font-size: 13px;

    font-weight: 500;
}

p.data-contest-info {
    color: #FFF;
    font-family: var(--font-family-second);
    font-size: 13px;

    font-weight: 500;
}

.group-contest-info {
    display: flex;
    gap: 30px;
}

.object-contest-info {
    display: grid;
    gap: 5px;
}

img.shadow-main {
    position: absolute;
    top: -16%;
    z-index: -1;
    width: 127%;
    left: -15%;
}

button.custom-button-1 {
    border-radius: 2px;
    border: 1px solid rgba(154, 154, 154, 0.16);
    background: rgba(154, 154, 154, 0.09);
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9A9A9A;
    text-align: center;
    font-family: Inter;
    font-size: 12px;

    font-weight: 500;
    padding: 8px 29px;
    transition: 0.3s;
    cursor: pointer;
}

.object-contest.number-3 {
    background: linear-gradient(107deg, #129300 -64.62%, #1E1C22 37.06%);
    color: #129300 !important;
}

.object-contest.number-2 {
    background: linear-gradient(107deg, #46B2FA -64.62%, #1E1C22 37.06%);
    color: #46B2FA !important;
}

.object-contest.number-1 {
    background: linear-gradient(107deg, #FF892C -64.62%, #1E1C22 37.06%);
    color: #FF892C;
}

.left-object-contest {
    display: flex;
    align-items: flex-end;
    margin-left: 20px;
    width: 178px;
    margin-right: 11px;
}

.right-object-contest {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 15px;
    padding-left: 21px;
}

p.number-a-p {
    font-size: 22px;
    font-weight: 900;
    line-height: normal;
    margin-top: -21px;
}

.p.number-a-p-1 {
    color: #129300 !important;
}
.p.number-a-p-2 {
    color: #46B2FA !important;
}
.p.number-a-p-3 {
    color: #FF892C !important;
}

.absolute-number-a.number-2 {
    background-image: url(./../../../img/main/number-2.png);
    color: #46B2FA;
}

.absolute-number-a.number-3 {
    background-image: url(./../../../img/main/number-3.png);
    color: #129300;
}

button.custom-button-1:hover {
    color: #FF892C;
    border-radius: var(--Main-System-4px, 4px);
    border: 1px solid rgba(255, 137, 44, 0.16);
    background: rgba(255, 137, 44, 0.11);
}

p.text-last-buy-p {
    color: #988C92;
    font-family: Inter;
    font-size: 16px;

    font-weight: 500;
    line-height: normal;
    max-width: 194px;
}

p.text-last-buy-p > cw {
    line-height: normal;
}

p.last-buy-text-allert {
    color: #FFF;
    font-family: Inter;
    font-size: 12px;

    font-weight: 600;
    line-height: normal;
}

cg {
    border-radius: 8px;
    color: #FFF;
    font-family: Inter;
    font-size: 12px;
    color: #82FF63;

    font-weight: 600;
    line-height: normal;
}

.absolute-allert {
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(77px);
    color: #FFF;
    font-family: Inter;
    font-size: 12px;
    transition: 0.3s;

    padding: 11px 18px;
    font-weight: 600;
    transform: translateY(15px);
    top: -25px;
    line-height: normal;
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.object-last-buy {
    display: flex;
    gap: 20px;
    position: relative;
    cursor: pointer;
}

.left-block-a {
    border-radius: 12px;
    background: #1E1C22;
    padding: 35px;
    width: 100%;
    position: relative;
}

h3.h3-text-a {
    color: #FFF;

    font-size: 22px;

    font-weight: 600;
    line-height: 33.6px;
    max-width: 159px;
}

.list-last-buy {
    display: grid;
    gap: 32px;
}

.title-block-a {
    margin-bottom: 40px;
}

.bottom-block-a {
    width: 100%;
    margin-top: 50px;
    display: grid;
    grid-template-columns: 0.27fr 0.44fr 0.27fr;
    gap: 25px;
    align-items: start;
}

.object-last-buy:after {
    width: 100%;
    height: 1px;
    content: "";
    position: absolute;
    opacity: 0.25;
    background: #D9D9D9;
    bottom: -14px;
}

.object-last-buy:last-child:after {
    display: none;
}

.object-contest:hover {
    transform: translateY(-7px);
}

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

.center-top-block-a {
    border-radius: 12px;
    background: #1E1C22;
    display: flex;
    height: 209.737px;
    align-items: center;
    padding: 21px 12px;
    position: relative;
}

img.stats-image-decor {
    pointer-events: none;
    animation: 4s ease-in-out 0s infinite normal none running animation1;
}

.right-info-block-b {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

.stats-object-b.stats-2 {
    background-image: url(./../../../img/main/stats-image-content-2.png);
}

.stats-object-b.stats-3 {
    background-image: url(./../../../img/main/stats-image-content-3.png);
}

.stats-object-b {
    background-image: url(./../../../img/main/stats-image-content-1.png);
    background-size: cover;
    height: inherit;
    aspect-ratio: 9/9;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 116px;
    height: 116px;
}

p.text-stats-b-1 {
    color: #FFF;
    font-size: 24px;
    font-weight: 700;
    line-height: 32.2px; /* 134.167% */
    text-transform: uppercase;
}

cwt {
    color: #ffffff;
    font-family: Inter;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
}

p.text-stats-b-2 {
    color: #FFF;
    font-family: Inter;
    font-size: 12px;
    font-weight: 700;
    line-height: 14.95px; /* 124.583% */
    text-transform: uppercase;
    opacity: 0.65;
}

.center-bottom-block-a {
    border-radius: 12px;
    background: #1E1C22;
    padding-bottom: 17px;
    position: relative;
}

.center-block-a {
    display: flex;
    gap: 13px;
    flex-direction: column;
    position: relative;
}

.category-h3 {
    padding: 30px;
    padding-left: 41px;
}

.right-block-a {
    border-radius: 12px;
    background: #1E1C22;
    position: relative;
}

.category-h3.online-h3 {
    display: flex;
    align-items: center;
}

p.global-online-text {
    color: rgba(255, 255, 255, 0.45);
    font-family: var(--font-family-second);
    font-size: 22px;

    font-weight: 700;
    line-height: 36px; /* 163.636% */
}

p.global-online-text-count {
    color: #FFF;
    font-family: var(--font-family-second);
    font-size: 22px;

    font-weight: 800;
    line-height: 36px;
}

a.category-a {
    display: flex;
    color: #988C92;
    font-family: Inter;
    width: 100%;
    padding-left: 25px;
    font-size: 14px;

    transition: 0.3s;
    height: 48px;
    font-weight: 500;
    position: relative;
    overflow: hidden;
    line-height: 19.6px;
    text-decoration: none;
    gap: 15px;
    align-items: center;
}

.support-info {
    padding: 10px 18px;
    padding-top: 19px;
}

span.category-ico {
    width: 25px;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
    z-index: 1;
}

li.category-li {
    display: flex;
    padding-left: 15px;
}

a.category-a:hover {
    color: #2D241C;
}

ul.category-list-ul {
    display: grid;
    gap: 9px;
}

a.category-a:after {
    border-radius: 6px 0px 0px 6px;
    background: linear-gradient(180deg, #FFAA63 0%, #EA9A4E 100%);
    color: #2D241C;
    width: 0%;
    content: "";
    transition: 0.4s;
    position: absolute;
    opacity: 0;
    height: 100%;
    left: 0;
}

p.text-category-a {
    position: relative;
    z-index: 1;
    font-family: var(--font-family-second);
    font-size: 14px;

    font-weight: 600;
    line-height: 19.6px;
}

a.category-a:hover:after {
    width: 100%;
    opacity: 1;
}

a.custon-button-2:hover {
    background: #f2a056;
    color: #2D241C;
}

.object-contest:hover > .absolute-number-a {
    animation: 2s ease-in-out 0s infinite normal none running animation1;
}

.mobile-pamyment-list {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}

a.custon-button-2 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 38px;
    border-radius: 8px;
    background: #988c9229;
    color: #988C92;
    gap: 7px;
    transition: 0.3s;
    cursor: pointer;
    text-decoration: none;
}

p.text-support-a {
    text-align: center;
    font-family: 'Inter';
    font-size: 12px;

    font-weight: 700;
    line-height: 16.8px;
}

.mon-top {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.category-h3.online-h3 {
    padding-left: 30px;
}

p.text-how-start {
    color: #988C92;
    font-family: var(--font-family-second);
    font-size: 14px;

    font-weight: 700;
    line-height: 17px; /* 121.429% */
    text-transform: uppercase;
}

p.text-steps-text {
    color: #FFF;
    font-family: var(--font-family-second);
    font-size: 22px;

    font-weight: 700;
    line-height: 30px; /* 136.364% */
}

.left-info-selectbox {
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
    padding-left: 15px;
}

.buttons-group-a {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}

button.custom-button-2 {
    border-radius: 4px;
    background: #5E76DD;
    box-shadow: 0px 4px 12px 2px #3A51AF inset;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    padding: 18px;
    color: #FFF;
    text-align: center;
    font-family: var(--font-family-second);
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    outline: none;
    border: none;
    cursor: pointer;
    transition: 0.3s;
    width: 100%;
}

button.custom-button-2:hover {
    filter: drop-shadow(2px 4px 6px #3A51AF);
}

.top-info-how-start {
    display: grid;
    gap: 7px;
}

.solid-mon {
    opacity: 0.14;
    background: #FFF;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    height: 1px;
}

.instruction-info {
    margin-top: 15px;
}

.mobile-version.shop {
    display: none;
}


p.coop-text {
    color: #FF892C;
    font-family: Inter;
    font-size: 16px;

    font-weight: 500;
    line-height: 17px; /* 106.25% */
}

p.text-center-footer {
    color: #988C92;
    font-family: Inter;
    font-size: 14px;

    font-weight: 500;
    line-height: 17px; /* 121.429% */
}

a.link-footer-a {
    color: #988C92;
    font-family: Inter;
    font-size: 14px;

    font-weight: 500;
    line-height: 17px; /* 121.429% */
    cursor: pointer;
    text-decoration: none;
    transition: 0.3s;
}

li.footer-link-li {
    display: flex;
    gap: 15px;
}

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

p.footer-bottom-right-text-a {
    color: #988C92;
    text-align: right;
    font-family: Inter;
    font-size: 16px;

    font-weight: 500;
    line-height: 28px;
}

.group-text-right-footer-b {
    display: flex;
    gap: 25px;
}

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

.online-info-main {
    display: flex;
    align-items: center;
    gap: 6px;
}

.online-info-main > span {
    margin-top: -3px;
}

.absolute-block-decor {
    position: absolute;
    width: 200.019px;
    height: 100px;
    background: #1E1C22;
    left: 15%;
    top: -15px;
    z-index: -1;
}

.absolute-block-decor.decor-2 {
    width: 200.019px;
    height: 100px;
    left: -15px;
    top: 15%;
}

.absolute-block-decor.decor-3 {
    left: -25px;
    top: 48%;
    width: 200.019px;
    height: 100px;
}

.absolute-block-decor.decor-4 {
    width: 200.019px;
    height: 100px;
    top: auto;
    bottom: -20px;
    left: 19%;
}

.absolute-block-decor.decor-5 {
    width: 549.216px;
    height: 100px;
    top: auto;
    bottom: -12px;
    left: 39%;
}

.absolute-block-decor.decor-6 {
    left: auto;
    right: -15px;
    top: 41%;
    width: 200.019px;
    height: 100px;
}

.absolute-block-decor-2.decor-1 {
    width: 101px;
    height: 3px;
    background: #18171C;
    position: absolute;
    top: 0;
    right: 21%;
    z-index: 0;
}

.absolute-block-decor-2.decor-2 {
    width: 126px;
    height: 37px;
    background: #1E1C22;
    position: absolute;
    bottom: -14px;
    z-index: -1;
    right: 5%;
    width: 126px;
}

.absolute-block-decor-3.decor-1 {
    width: 121px;
    height: 3px;
    position: absolute;
    background: #18171C;
    left: 26%;
}

.absolute-block-decor-3.decor-2 {
    position: absolute;
    background: #18171C;
    right: 0;
    width: 15px;
    top: 32%;
    height: 80px;
}

.absolute-block-decor-3.decor-3 {
    position: absolute;
    background: #1e1c22;
    right: 22%;
    width: 126px;
    height: 18px;
    bottom: -17px;
}

.absolute-block-decor-4.decor-1 {
    position: absolute;
    width: 146.807px;
    height: 18px;
    background: #1E1C22;
    z-index: -1;
    top: -15px;
    right: 24%;
}

.absolute-block-decor-4.decor-2 {
    position: absolute;
    background: #18171c;
    z-index: 0;
    top: 0px;
    right: 8%;
    width: 37px;
    height: 13px;
}

.absolute-block-decor-4.decor-3 {
    position: absolute;
    background: #18171c;
    z-index: 0;
    top: 27%;
    right: 0;
    width: 17px;
    height: 51px;
}

.absolute-block-decor-4.decor-4 {
    position: absolute;
    background: #18171c;
    z-index: 0;
    bottom: 0px;
    right: 23%;
    width: 37px;
    height: 13px;
}

.absolute-block-decor-5.decor-1 {
    position: absolute;
    background: #1e1c22;
    right: 40%;
    height: 18px;
    top: -17px;
    width: 200.019px;
    z-index: -1;
}

.absolute-block-decor-5.decor-2 {
    position: absolute;
    background: #1e1c22;
    left: -15px;
    top: 14%;
    z-index: -1;
    width: 200.019px;
    height: 100px;
}

.absolute-block-decor-5.decor-3 {
    position: absolute;
    background: #1e1c22;
    left: 40%;
    bottom: -15px;
    z-index: 0;
    width: 200.019px;
    height: 100px;
}

.absolute-block-decor-5.decor-4 {
    position: absolute;
    right: -15px;
    top: 6%;
    z-index: 0;
    background: #18171C;
    width: 37.695px;
    height: 67.488px;
}

.absolute-block-decor-6.decor-1 {
    position: absolute;
    top: auto;
    background: #18171C;
    right: 0;
    bottom: 10%;
    width: 14.381px;
    height: 65.599px;
}

.absolute-block-decor-6.decor-2 {
    position: absolute;
    bottom: 0;
    background: #18171C;
    left: 40%;
    width: 67.557px;
    height: 15.054px;
}

.absolute-block-decor-6.decor-3 {
    position: absolute;
    width: 118.725px;
    height: 15px;
    top: 0;
    background: #18171C;
    left: 38%;
}

.absolute-block-decor-7.decor-1 {
    position: absolute;
    bottom: 0;
    background: #18171C;
    left: 24%;
    top: 0;
    width: 70.557px;
    height: 17.054px;
}

.absolute-block-decor-7.decor-2 {
    position: absolute;
    bottom: 0;
    background: #18171C;
    left: 59%;
    top: 0;
    width: 136.375px;
    height: 17.258px;
}

p.text-info-main {
    color: #988C92;
    font-family: Inter;
    font-size: 14px;

    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.14px;
    margin-top: 10px;
}

.absolute-block-decor-7.decor-3 {
    position: absolute;
    bottom: 0;
    background: #111113;
    right: 0;
    top: 52%;
    width: 17.174px;
    height: 88.83px;
    z-index: 2;
}

.absolute-block-decor-7.decor-4 {
    position: absolute;
    background: #1e1c22;
    right: 0;
    z-index: 2;
    width: 84.994px;
    height: 23.154px;
    bottom: -10px;
    right: 11%;
}

.absolute-block-decor-7.decor-5 {
    position: absolute;
    background: #1e1c22;
    right: 0;
    z-index: 2;
    bottom: -14px;
    left: 11%;
    width: 200.019px;
    height: 25px;
}

.absolute-block-decor-7.decor-6 {
    position: absolute;
    bottom: 0;
    background: #121114;
    left: 0;
    top: 56%;
    width: 10.25px;
    height: 75.967px;
    z-index: 2;
}

.absolute-block-decor-6.decor-1 {
    position: absolute;
    top: auto;
    background: #18171C;
    right: 0;
    bottom: 10%;
    width: 14.381px;
    height: 65.599px;
}

.absolute-block-decor-6.decor-2 {
    position: absolute;
    bottom: 0;
    background: #18171C;
    left: 40%;
    width: 67.557px;
    height: 15.054px;
}

.absolute-block-decor-6.decor-3 {
    position: absolute;
    width: 118.725px;
    height: 15px;
    top: 0;
    background: #18171C;
    left: 38%;
}

.absolute-block-decor-7.decor-1 {
    position: absolute;
    bottom: 0;
    background: #18171C;
    left: 24%;
    top: 0;
    width: 70.557px;
    height: 17.054px;
}

.absolute-block-decor-7.decor-2 {
    position: absolute;
    bottom: 0;
    background: #18171C;
    left: 59%;
    top: 0;
    width: 136.375px;
    height: 17.258px;
}

.absolute-block-decor-7.decor-3 {
    position: absolute;
    bottom: 0;
    background: #111113;
    right: 0;
    top: 52%;
    width: 17.174px;
    height: 88.83px;
    z-index: 2;
}

.absolute-block-decor-7.decor-4 {
    position: absolute;
    background: #1e1c22;
    right: 0;
    z-index: 2;
    width: 84.994px;
    height: 23.154px;
    bottom: -10px;
    right: 11%;
}

.absolute-block-decor-7.decor-5 {
    position: absolute;
    background: #1e1c22;
    right: 0;
    z-index: 2;
    bottom: -14px;
    left: 11%;
    width: 200.019px;
    height: 25px;
}

.absolute-block-decor-7.decor-6 {
    position: absolute;
    bottom: 0;
    background: #121114;
    left: 0;
    top: 56%;
    width: 10.25px;
    height: 75.967px;
    z-index: 2;
}

.absolute-block-decor-8.decor-1 {
    position: absolute;
    top: -15px;
    background: #1E1C22;
    left: 7%;
    width: 200.019px;
    height: 20px;
    z-index: -1;
}

.absolute-block-decor-8.decor-2 {
    position: absolute;
    top: 14%;
    background: #1E1C22;
    right: -15px;
    width: 200.019px;
    height: 100px;
    z-index: -1;
}

.scroll-new::-webkit-scrollbar {
    width: 1px;
}
.scroll-new::-webkit-scrollbar-thumb {
    background-color: #FFAA63;
}
.scroll-new::-webkit-scrollbar-track {
    background: #988c921e;
}

.absolute-block-decor-8.decor-3 {
    position: absolute;
    top: 40%;
    background: #1E1C22;
    left: -11px;
    width: 200.019px;
    height: 100px;
    z-index: -1;
}

.select-period-buttons > .buttons-period {
    display: flex;
}

.select-period-buttons {
    margin-bottom: 9px;
    margin-top: 12px;
    position: relative;
    width: 100%;
}

.select-period-buttons:after {
    opacity: 0.05;
    background: #FFF;
    width: 100%;
    height: 1px;
    content: "";
    position: absolute;
    left: 0;
    top: -16px;
}

.absolute-block-decor-8.decor-4 {
    position: absolute;
    bottom: -15px;
    background: #1E1C22;
    left: 7%;
    width: 200.019px;
    height: 20px;
    z-index: 0;
}

.absolute-block-decor-8.decor-5 {
    position: absolute;
    bottom: -11px;
    background: #1E1C22;
    left: 67%;
    width: 57.019px;
    height: 20px;
    z-index: 0;
    width: 57.061px;
}

.footer-block {
    display: grid;
    gap: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
    margin-top: 70px;
}

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

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

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

.footer-block:after {
    width: 100%;
    content: "";
    position: absolute;
    height: 1px;
    opacity: 0.05;
    background: #FFF;
    left: 0;
}

.pc-version {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
}

.mobile-version {
    display: none;
}

p.text-top-info-select-server {
    color: #FFF;
    font-family: var(--font-family-second);
    font-size: 14px;

    font-weight: 600;
    text-align: center;
    width: 100%;
    line-height: 25.2px;
    margin-bottom: 15px;
}

.humburger {
    width: 33.686px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #FFAA63 0%, #EA9A4E 100%);
    box-shadow: 0px 4px 12px 2px #FF7324 inset;
    color: white;
    border-radius: 7px;
    cursor: pointer;
    right: 0;
}

.mobile-version.hum {
    position: absolute;
    right: 5px;
    z-index: 3;
}


p.text-info-input {
    color: #E33B32;
    font-family: Inter;
    font-size: 14px;

    font-weight: 500;
    margin-top: 5px;
    line-height: 20px;
}

img.avatar-user {
    position: absolute;
    top: 17px;
    left: 16px;
    border-radius: 6px;
}

input.custom-input-1 {
    border-radius: 12px;
    background: #18171C;
    border: none;
    height: 61px;
    width: 100%;
    outline: none;
    transition: 0.3s;
    border: solid 1px #18171c;
    color: white;
    font-family: Inter;
    font-size: 16px;

    padding-left: 16px;
    font-weight: 400;
    line-height: normal;
}

p.section-p.autowidth {
    max-width: none;
}

.object-select-box.autowidth > .select-box-menu {
    width: 100%;
    left: 0px;
}

.right-contact-object {
    max-width: 50%;
    text-align: right;
    position: relative;
    z-index: 1;
}

a.right-contact-object-a {
    color: #988C92;
    font-family: Inter;
    font-size: 14px;

    font-weight: 500;
    line-height: 24px;
    text-decoration: none;
    cursor: pointer;
    transition: 0.3s;
}

a.right-contact-object-a:hover {
    color: #FFAA63;
}

.object-input:after {
    background-size: cover;
    background-image: url(./../../../img/main/loading.svg);
    width: 25px;
    height: 25px;
    content: "";
    position: absolute;
    left: 18px;
    bottom: 18px;
    opacity: 0;
    transition: 0.3s;
}

.object-input.load:after {
    opacity: 1;
}

.object-input.load > .avatar-user {
    display: none;
}

input.custom-input-1.login {
    padding-left: 56px;
}

.object-input.error > input {
    border: 1px solid rgba(227, 59, 50, 0.42) !important;
    background: rgba(227, 59, 50, 0.02) !important;
    color: #dd3a31;
}

.object-input.error > .text-info-input {
    display: flex!important;
}

.object-input.success > input {
    border: 1px solid rgba(50, 227, 65, 0.42) !important;
    background: rgba(87, 225, 49, 0.02) !important;
    color: #31DD62;
}

.object-input.success > .text-info-input {
    display: flex!important;
    color: #31DD62;
}

.menu-select {
    max-width: 531px;
    display: grid;
    gap: 15px;
    margin-top: 25px;
}

.object-input {
    position: relative;
}

.selectbox-main {
    border-radius: 12px;
    background: #18171C;
    border: none;
    height: 61px;
    width: 100%;
    color: #988C92;
    position: relative;
    display: flex;
    outline: none;
    border: solid 1px #18171c;
    align-items: center;
    cursor: pointer;
    transition: 0.3s;
}



p.text-info-selectbox {
    font-family: Inter;
    font-size: 16px;

    padding-left: 16px;
    font-weight: 400;
    line-height: normal;
}

span.arrow-down-absolute {
    position: absolute;
    right: 16px;
    transform: rotate(180deg);
}

p.text-info-b {
    color: #988C92;
    font-family: var(--font-family-second);
    font-size: 16px;

    font-weight: 500;
    line-height: 25.2px;
}

.group-text-info {
    max-width: 1022px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 27px;
    margin-top: 40px;
}

.server-object-box:hover > p {
    opacity: 1;
}

.object-select-box {
    position: relative;
}

.object-select-box.active > .selectbox-main > span {
    transform: rotate(360deg);
}

span.arrow-down-absolute{
    transition: 0.3s;
}


.object-select-box.active > .select-box-menu {
    opacity: 1;
    transform: translateY(0px);
    pointer-events: all;
}


.server-object-box {
    display: flex;
    align-items: center;
    gap: 11px;
    cursor: pointer;
    transition: 0.3s;
}

.image-selectbox {
    width: 30px;
    height: 30px;
    background: #2B2831;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

img.server-ico-a {
    width: 80%;
}

p.text-selectbox-p {
    color: #FFF;
    font-family: Inter;
    font-size: 16px;

    transition: 0.3s;
    font-weight: 500;
    line-height: 25.2px;
    opacity: 0.5;
}

.scroll-area.scroll-new {
    overflow: auto;
    display: grid;
    gap: 8px;
}

.select-box-menu {
    display: grid;
    gap: 8px;
    background: #18171C;
    width: 100%;
    padding: 15px;
    border-radius: 12px;
    position: absolute;
    top: 71px;
    z-index: 2;
    transform: translateY(-25px);
    opacity: 0;
    transition: 0.3s;
    pointer-events: none;
}


cgold {
    color: #FFAA63;
    font-family: var(--font-family-second);
    font-size: 14px;

    font-weight: 600;
    text-align: center;
    width: 100%;
    line-height: 25.2px;
    margin-bottom: 15px;
}

.absolute-block-decor.decor-1 {
    z-index: 1;
    height: 21px;
}

@keyframes fadeIn {
    0% {
        transform: translateY(30px);
        opacity: 0;
    }
    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}

@keyframes fireAnimation {
	0% {
		transform: translateY(0);
		opacity: 0;
	}
    20% {
		opacity: 1;
	}
	100% {
		transform: translateY(-160px);
		opacity: 0;
	}
}

.server-object {
    opacity: 0;
    transition: 0.4s;
    transform: translateY(35px);
}

.server-object.show {
    opacity: 1;
    transform: translateY(0px);
}

button.slide-next {
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    bottom: 28px;
    right: 25px;
    border-radius: 12px;
    background: linear-gradient(180deg, #FFAA63 0%, #EA9A4E 100%);
    border: none;
    width: 43px;
    height: 43px;
    align-items: center;
    z-index: 1;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s;
    outline: 5px solid rgba(255, 170, 99, 0.06);
    display: none;
}

button.slide-next.left {
    transform: rotate(180deg);
    left: 25px;
    right: unset;
}

button.slide-next:hover {
    outline: 5px solid rgba(255, 170, 99, 0.16);
}

span.arrow-right-slide {
    color: #2D241C;
    display: flex;
    align-items: center;
    justify-content: center;
}

.left-object-stat {
    display: flex;
    align-items: center;
    justify-content: center;
}

/*ModalData*/
.absolute-modal {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #000000b8;
    backdrop-filter: blur(8px);
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-form {
    border-radius: 12px;
    background: #1E1C22;
    width: 764px;
    padding: 45px;
    position: relative;
}

.modal-form-full {
    background: #1E1C22;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: auto;
    border-radius: 0px;
    padding: 20px;
    padding-top: 77px;
}

button.close-button {
    position: absolute;
    right: 25px;
    top: 25px;
    width: 36.27px;
    height: 35.799px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #55555514;
    color: #555555;
    border-radius: 10px;
    border: none;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
}

button.close-button:hover {
    background: #55555524;
    color: #8b8b8b;
    transform: scale(1.1);
}

h4.title-h4-modal {
    color: #FFF;

    font-size: 22px;

    font-weight: 500;
    line-height: 124.552%;
    text-align: center;
}

p.title-p-modal {
    color: #988C92;
    font-family: Inter;
    font-size: 16px;

    font-weight: 500;
    line-height: 22px;
}

input.custom-input-1.login {
    padding-left: 56px;
}

.object-checkbox {
    border-radius: 6px;
    border: 2px solid #38373C;
    background: #38373C;
    width: 22px;
    height: 23px;
    min-width: 22px;
    min-height: 23px;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
    transition: 0.3s;
    margin-top: 2px;
}

.object-checkbox-error {
    border: 2px solid #e63a34 !important;
    background: #5a2832 !important;
}

#checkbox__error {
    color: #e63a34;
}

input.custom-input-1:focus {
    border: solid 1px #f0872f;
    background: #231d1b;
}

.object-checkbox:after {
    border: 2px solid #38373C !important;
    background: linear-gradient(180deg, #FFAA63 0%, #EA9A4E 100%);
    stroke-width: 2px;
    box-shadow: 0px 4px 12px 2px #FF7324 inset;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    transition: 0.3s;
    border-radius: 6px;
    opacity: 0;
}

span.check-ico {
    position: relative;
    z-index: 1;
    transition: 0.3s;
    opacity: 0;
    transform: scale(0);
    color: white;
    margin-top: -1px;
}

.object-checkbox-main.active > .object-checkbox:after {
    opacity: 1;
}

.object-checkbox-main.active > .object-checkbox > span {
    opacity: 1;
    transform: scale(1);
}

.object-checkbox-main {
    display: flex;
    gap: 15px;
    margin-bottom: 17px;
    cursor: pointer;
}

.object-input.disable > input {
    opacity: 0.7;
    pointer-events: none;
    color: #999999;
}

p.right-info-checkbox {
    color: #988C92;
    font-family: Inter;
    font-size: 16px;

    font-weight: 500;
    line-height: 140.74%;
}

a.modal-link-a {
    color: #FFF;
    font-family: Inter;
    font-size: 16px;

    font-weight: 500;
    line-height: 140.74%;
    text-decoration-line: underline;
    cursor: pointer;
    transition: 0.3s;
}

a.modal-link-a:hover {
    text-decoration: none;
    color: #c9c9c9;
}

button.period-button {
    border-radius: 9px;
    background: rgba(255, 170, 99, 0.16);
    color: #F0872F;
    font-size: 12px;

    font-weight: 500;
    line-height: 20px;
    transition: 0.3s;
    letter-spacing: -0.1px;
    border: none;
    padding: 2px 10px;
    display: flex;
    padding-right: 25px;
    position: relative;
    align-items: center;
    cursor: pointer;
    justify-content: center;
}

button.period-button:after {
    background-image: url(./../../../img/modals/cross.svg);
    width: 14px;
    height: 10px;
    position: absolute;
    content: "";
    top: 6px;
    transition: 0.3s;
    right: 6px;
}

.buttons-period {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

p.top-info-period-select {
    color: #FFF;
    font-family: var(--font-family-second);
    font-size: 12px;

    font-weight: 500;
    margin-bottom: 6px;
    line-height: 25.2px;
}

button.period-button.active {
    background: #F0872F;
    color: white;
}

button.period-button:before {
    background-image: url(./../../../img/modals/check.svg);
    width: 14px;
    height: 10px;
    position: absolute;
    content: "";
    transition: 0.3s;
    right: 6px;
    transform: scale(0);
    opacity: 0;
}

button.period-button.active:after {opacity: 0;transform: scale(0);}

button.period-button.active:before {
    transform: scale(1);
    opacity: 1;
}

p.title-object-data {
    color: #FFF;
    font-family: var(--font-family-second);
    font-size: 16px;

    font-weight: 600;
    line-height: 25.2px;
    margin-bottom: 13px;
}

.group-inputs-a {
    display: grid;
    gap: 17px;
    margin-bottom: 15px;
}

.top-info-modal {
    display: grid;
    gap: 5px;
}

.bottom-info-block-b {
    margin-top: 22px;
    gap: 10px;
    display: grid;
}

.object-donate-b {
    border: 1px solid #424242;
    background: #18171c7a;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px;
    border-radius: 12px;
    height: 78px;
    margin-top: 15px;
    margin-bottom: 20px;
}

p.title-top-text-donate-b.modal-info-a {
    font-size: 15px;
}

p.title-bottom-text-donate-b.modal-info-a {
    font-size: 15px;
}

.content-object-donate-a.modal-info-a {
    width: 45px;
    height: 45px;
}

.left-content-object-donate-a.modal-info-a {
    gap: 12px;
}
.group-payments-a {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 9px;
}

.object-payment-a {
    height: 99px;
    display: flex;
    border-radius: 12px;
    background: #18171C;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.05);
    align-items: center;
    justify-content: flex-start;
    padding-left: 14px;
    padding-right: 15px;
    gap: 12px;
    cursor: pointer;
    transition: 0.3s;
}

p.title-payment {
    color: #FFF;
    font-family: Inter;
    font-size: 14px;

    font-weight: 700;
    line-height: 20px;
}

p.description-payment {
    color: #988C92;
    font-family: Inter;
    font-size: 11px;

    font-weight: 600;
    line-height: 12px;
}

.right-payment-text {
    display: grid;
    gap: 3px;
}

.object-payment-a:hover {
    transform: translateY(-7px);
}

p.left-payment-info-a {
    color: #FFF;
    font-family: var(--font-family-second);
    font-size: 16px;

    font-weight: 600;
    line-height: 25.2px;
}

a.link-back.modal-back {
    margin-bottom: 19px;
}

p.left-payment-info-b {
    color: #988C92;
    font-family: Inter;
    font-size: 16px;

    font-weight: 500;
    line-height: 124.552%;
}

p.left-payment-info-b > cwb {
    color: #FFF;
    font-family: Inter;
    font-size: 16px;

    font-weight: 500;
    line-height: 124.552%;
}

.top-payment-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    margin-top: 15px;
}

.left-contact-object {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    z-index: 1;
}

.contact-object {
    display: flex;
    align-items: center;
    height: 59.878px;
    border-radius: 12px;
    background: #18171C;
    padding: 25px;
    position: relative;
    justify-content: space-between;
}

p.right-contact-object-a {
    color: #988C92;
    font-family: Inter;
    font-size: 14px;

    font-weight: 500;
    line-height: 24px;
}

p.text-contact {
    color: #FFF;

    font-size: 12px;

    font-weight: 500;
    line-height: normal;
}

span.ico-contact {
    display: flex;
    align-items: center;
    justify-content: center;
}

.conatacts-list {
    display: grid;
    gap: 10px;
    margin-top: 20px;
}

.contact-object:after {
    position: absolute;
    width: 50%;
    height: 100%;
    content: "";
    top: 0;
    left: 0;
    border-radius: var(--Main-System-12px, 12px);
    opacity: 0.11;
    background: linear-gradient(90deg, #FFAA63 0%, rgba(153, 102, 59, 0.00) 100%);
}
/*ModalData close*/

@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: 1500px) {
    .border {
        width: calc(100% - 50px);
    }
    .bottom-block-a {
        grid-template-columns: 0.27fr 0.6fr 0.27fr;
    }
    .absolute-block-decor-8.decor-2 {
        display: none;
    }
}



@media (max-width: 1174px) {
    .parallax-absolute-image-right {
        display: none;
    }

    .parallax-absolute-image-left.parallex-effect {
        transform: rotate(36deg) !important;
        left: -194px;
        top: -172px;
    }

    .parallax-absolute-image-hand {
        transform: unset!important;
    }

    img.absolute-image-left {
        width: 375px;
    }
    .servers-list {
        grid-template-columns: repeat(3, 1fr);
    }
    .list-contests {
        grid-template-columns: repeat(2, 1fr);
    }
    .bottom-block-a {grid-template-columns: 1fr;}
    .absolute-block-decor-7.decor-3 {
        display: none;
    }
    .absolute-block-decor-7.decor-6 {
        display: none;
    }
    .parallax-absolute-image-hand {
        display: none;
    }
    .top-footer-block {
        display: flex;
        flex-direction: column;
        gap: 25px;
    }
    .top-footer-block-right {
        flex-wrap: wrap;
    }
    .bootom-footer-block {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 25px;
    }
    .center-footer-block {
        text-align: center;
    }
}

@media (max-width: 1050px) {
    .parallax-absolute-image-left.parallex-effect {
        left: -149px;
        top: -156px;
    }

    img.absolute-image-left {
        width: 261px;
    }
    .servers-list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 901px) {
    .humburger-menu.active {
        display: none;
    }
    .list-stats {
        transform: none !important;
        transition: none !important; /* Убираем переходы */
    }
}

img.ico-info {
    border-radius: 50%;
}

@media (max-width: 900px) {
    /*Modal Check*/
    .modal-form-check {
        width: 65%;
        max-width: 400px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .modal-form-check .top-info-modal > h4 {
        text-align: left;
    }

    .modal-form-check > .top-info-modal > p.title-p-modal {
        text-align: left;
    }

    .modal-form-check > .top-info-modal > div.text-info-a > p.title-p-modal {
        text-align: left;
    }

    p.title-p-modal {
        text-align: left!important;
    }
    /*Modal Check Close*/

    button.slide-next {
        display: flex;
    }

    .object-stats {transform: scale(0);transition: 0.3s;opacity: 0;}

    .object-stats.active {
        transform: scale(1);
        opacity: 1;
    }

    p.text-object-stat-p-1 {
        font-size: 14px!important;
    }

    p.text-object-stat-p-2 {
        font-size: 14px!important;
    }

    img.ico-info {
        width: 38px;
        border-radius: 50%;
    }

    .left-object-stat {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .object-stats {
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }


    .header-links {
        display: none;
    }
    .servers-list {
        grid-template-columns: repeat(1, 1fr);
    }
    .header-links {
        display: none;
    }

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

    h1.h1-section-text-h1 {
        font-size: 18px;
        line-height: 26px;
    }

    p.p-section-text-p {
        font-size: 12px;
    }

    cw {
        font-size: 12px;
    }

    section.content-section-top {
        max-width: 352px;
        gap: 3px;
    }

    img.logotype-image {
        width: 172px;
    }

    .header-block {
        margin-top: 25px;
    }

    .content-block {
        margin-top: 33px;
    }

    .border {
        width: calc(100% - 40px);
    }

    img.absolute-image-left {
        width: 175px;
    }

    .monitoring-server {
        display: none;
    }

    .server-object {
        height: 79px;
        padding: 15px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    a.custom-link-1 {
        width: 34px;
        height: 35px;
    }

    .select-servers-block {
        width: calc(100% + 40px);
        padding: 15px;
        margin-top: 44px;
    }
    .pc-version {
        display: none;
    }
    .pc-version-a {
        display: none;
    }
    .mobile-version.shop {
        display: flex;
        flex-direction: column;
    }
    .mobile-version {
        display: flex;
    }
    .parallax-absolute-image-left.parallex-effect {
        left: -96px;
        top: -88px;
    }
    .servers-list {
        gap: 7px;
    }
    .absolute-block-decor.decor-5 {
        display: none;
    }
    .absolute-block-decor.decor-6 {
        display: none;
    }
    .list-contests {
        grid-template-columns: repeat(1, 1fr);
    }
    .top-block-info-a {
        display: grid;
        justify-items: center;
        align-items: center;
        gap: 14px;
    }

    h2.h2-block-info-a {
        font-size: 18px;
    }

    p.text-block-info-a {
        font-size: 12px;
        text-align: center;
        line-height: 21px;
        max-width: 261.429px;
    }

    .group-contest-info {
        display: grid;
        gap: 10px;
    }

    p.p-contest-info {
        font-size: 14px;
    }

    .right-object-contest {
        gap: 10px;
    }

    .object-contest-info {
        display: flex;
        gap: 5px;
    }
    .absolute-block-decor-3.decor-3 {
        display: none;
    }
    .left-block-a {
        padding: 20px;
    }
    .stats-object-b {
        width: unset!important;
        background-image: none!important;
        aspect-ratio: unset;
    }
    .right-info-block-b {
        display: flex;
        gap: 0px;
        background-image: url(./../../../img/main/stats-image-mobile.png);
        background-repeat: no-repeat;
        background-position: center;
        width: 274px;
        height: 108.527px;
        align-items: center;
        justify-content: center;
        gap: 16px;
    }
    .center-top-block-a {display: flex;flex-direction: column;align-items: center;justify-content: center;}
    img.stats-image-decor {
        position: absolute;
        top: -44px;
        width: 154px;
    }
    .left-block-a {
        order: 2;
    }

    .center-block-a {
        order: 3;
    }

    .right-block-a {
        order: 1;
    }

    .center-top-block-a {
        order: 2;
    }

    .center-bottom-block-a {
        order: 1;
    }

    .center-block-a {
        gap: 35px;
    }
    .bottom-block-a {
        gap: 35px;
    }
    p.text-last-buy-p > cw {
        font-size: 14px;
    }
    .absolute-block-decor-6.decor-2 {
        display: none;
    }

    h3.h3-text-a {
        font-size: 18px;
        max-width: max-content;
    }

    .absolute-block-decor-5.decor-1 {
        display: none;
    }

    .category-h3.online-h3 {
        padding-bottom: 0px;
    }

    p.global-online-text {
        font-size: 14px;
        line-height: normal;
    }

    p.global-online-text-count {
        font-size: 16px;
        color: #FFAA63;
        line-height: normal;
    }

    .left-online-block {
        display: grid;
        gap: 14px;
    }

    p.text-how-start {
        font-size: 12px;
    }

    p.text-steps-text {
        font-size: 16px;
    }

    .instruction-info {
        margin-top: 8px;
    }

    button.custom-button-2 {
        font-size: 12px;
        height: 42px;
    }

    span.ico-instr > svg {
        width: 16px;
    }

    .solid-mon {
        margin-top: 12px;
        margin-bottom: 12px;
    }

    .title-block-a {
        margin-bottom: 17px;
    }

    .category-h3 {
        padding-bottom: 10px;
    }
    img.effect-cube.cube-7 {
        margin-left: unset;
        right: 12px;
    }

    img.effect-cube.cube-6 {
        margin-left: unset;
        left: 13px;
    }

    img.effect-cube.cube-5 {
        margin-left: unset;
        left: 35%;
    }
    .group-text-right-footer-b {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 12px;
    }

    ul.links-footer-ul {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 20px;
    }

    .bootom-footer-block {
        gap: 20px;
    }

    p.footer-bottom-right-text-a {
        font-size: 14px;
        text-align: center;
    }

    .top-footer-block-right {
        display: none;
    }

    img.shadow-main {
        top: unset;
        width: 100%;
        transform: scale(2);
        left: 3%;
        bottom: 56%;
    }
    .container-shadow {
        width: 100%;
        overflow: hidden;
        position: absolute;
        bottom: -153px;
        height: 207px;
        left: 0;
    }
    .select-box-menu {
        left: 0%;
        width: 100%;
    }

    /*Modal Forms*/
    .modal-form {
        width: 100%;
        height: 100%;
        overflow: auto;
        border-radius: 0px;
        padding: 20px;
        padding-top: 77px;
    }
    h4.title-h4-modal {
        color: #FFF;
        text-align: center;

        font-size: 18px;
        line-height: 29px;
    }

    p.title-p-modal {
        color: #988C92;
        text-align: center;
        font-family: Inter;
        font-size: 12px;

        font-weight: 500;
        line-height: 22px;
    }

    .buttons-period {
        display: none;
    }

    p.title-top-text-donate-b.modal-info-a {
        font-size: 12px;
    }

    p.title-bottom-text-donate-b.modal-info-a {
        font-size: 12px;
    }

    .object-donate-b {
        height: 55px;
    }

    .content-object-donate-a.modal-info-a {
        width: 65px;
        height: 32px;
    }

    p.title-object-data {
        font-size: 12px;
    }

    p.right-info-checkbox {
        font-size: 12px;
    }

    a.modal-link-a {
        font-size: 12px;
    }

    input.custom-input-1 {
        font-size: 13px;
    }

    p.text-button-3.modal-button {
        font-size: 14px;
    }
    p.text-button-3.modal-button > cwb {
        font-size: 14px;
    }

    button.period-button {
        font-size: 10px;
    }

    a.link-back.modal-back {
        margin-bottom: 19px;
    }

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

    .object-payment-a {
        display: flex;
        height: 63px;
    }

    .object-payment-a:hover {
        transform: unset;
        background: #2a2831;
    }

    p.left-payment-info-a {
        font-size: 12px;
    }

    p.left-payment-info-b {
        font-size: 12px;
    }

    p.left-payment-info-b > cwb {
        font-size: 12px;
    }

    .contact-object {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        pointer-events: all;
        gap: 3px;
        height: auto;
        padding: 10px;
    }

    a.right-contact-object-a {
        font-size: 12px;
    }

    p.right-contact-object-a {
        font-size: 12px;
    }


    p.right-contact-object-a > cwt {
        font-size: 12px;
    }

    p.text-contact {
        font-size: 11px;
    }

    .right-contact-object {
        text-align: left;
    }
    .right-contact-object {
        max-width: unset;
    }

    p.text-info-main {
        font-size: 12px;
    }

    .button-content-modal-a.center > .custom-link-1 {
        width: auto;
    }
    .how-start-panel {
        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;
    }
    .slider-main-how-start {
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
    }
    .start-game-panel {
        overflow: unset;
    }
    .slider-main-how-start {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .start-game {
        width: 100%;
        max-width: 411px;
    }

    img.how-start-img {
        width: 100%;
        max-width: 411px;
    }

    h3.step-text-h3 {
        font-size: 14px;
        line-height: 20px;
    }

    p.description-step-text-p {
        font-size: 12px;
    }

    .border-start-game {
        display: grid;
        gap: 5px;
    }
}

/*Modal Check*/
.modal-form-check {
    border-radius: 12px;
    background: #18171C;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
    padding: 30px 25px;
    position: relative;
}

@media (max-width: 600px) {
    .modal-form-check {
        width: 90%;
    }
}

.category-button-content {
    display: flex;
    width: 180px;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    text-wrap: nowrap;
}

.object-shop-b {
    opacity: 0;
    transition: 0.4s;
    transform: translateY(35px);
}

.object-shop-b.show {
    opacity: 1;
    transform: translateY(0px);
}

#refund__form {
    display: none;
}

#refund__form.show {
    display: grid;
}

#menu__form {
    opacity: 0;
    transition: 0.4s;
    transform: translateY(35px);
}

#menu__form.show {
    opacity: 1;
    transform: translateY(0px);
}

.avatar-user-last-buy {
    border-radius: 6px;
}

.menu-select-buy {
    display: grid;
    gap: 15px;
    margin-top: 25px;
}
