@import url(reset.css);

.btn, body {
    color: #fff
}

.btn, .btn-bordered {
    display: inline-flex
}

.btn, .choice-text, .header-btn, .info-text, .server-item-wrapper > span, .text-bg {
    text-shadow: 0 2px 3px rgba(0, 0, 0, .32)
}

.table__item-col, .x-bonus, .x-count {
    white-space: nowrap
}

.h2-title_black, .learn-more, .revolution .footer-social .block-title, .text-bg, .uppercase {
    text-transform: uppercase
}

.awards, .changes-wrapper {
    overflow: hidden
}

.awards-btn .text-bg, .choice-text, .classes:hover .choice-text, .learn-more, .server-item-wrapper > span, .server-item-wrapper > span:hover, .social-text, .text-bg {
    -webkit-text-fill-color: transparent
}

.awards-btn .text-bg, .choice-text, .classes:hover .choice-text, .info-text, .learn-more, .server-item-wrapper > span, .social-text, .text-bg {
    text-fill-color: transparent
}

@font-face {
    font-family: Manrope-Regular;
    src: url(../fonts/Manrope/Manrope-Regular.ttf)
}

@font-face {
    font-family: Manrope-Medium;
    src: url(../fonts/Manrope/Manrope-Medium.ttf)
}

@font-face {
    font-family: Manrope-SemiBold;
    src: url(../fonts/Manrope/manrope-semibold-webfont.ttf)
}

@font-face {
    font-family: Manrope-Bold;
    src: url(../fonts/Manrope/Manrope-Bold.ttf)
}

@font-face {
    font-family: TrajanSansPro-Regular;
    src: url(../fonts/TrajanSansPro/TrajanSansPro-Regular.otf);
    font-weight: 700
}

@font-face {
    font-family: TrajanSansPro-Semibold;
    src: url(../fonts/TrajanSansPro/trajansanspro-semibold-webfont.ttf)
}

@font-face {
    font-family: TrajanSansPro-Bold;
    src: url(../fonts/TrajanSansPro/trajansanspro-bold-webfont.ttf)
}

@font-face {
    font-family: Roboto-Regular;
    src: url(../fonts/Roboto/Roboto-Regular.ttf)
}

@font-face {
    font-family: Roboto-Medium;
    src: url(../fonts/Roboto/Roboto-Medium.ttf)
}

@font-face {
    font-family: Inter;
    src: url(../fonts/Inter/Inter-Regular.ttf)
}

@font-face {
    font-family: Inter;
    src: url(../fonts/Inter/Inter-Medium.ttf)
}

@font-face {
    font-family: Inter;
    src: url(../fonts/Inter/Inter-SemiBold.ttf)
}

body {
    font-family: Manrope-Regular, sans-serif;
    font-weight: 400;
    background: url(../img/bg.jpg) left/cover no-repeat #070b18;
    padding-top: 120px;
    overflow-x: hidden
}

.container {
    width: 100%;
    max-width: 1420px;
    padding: 0 15px;
    margin: 0 auto
}

img {
    width: auto;
    height: auto;
    max-width: 100%
}

.btn {
    font-family: TrajanSansPro-Bold, sans-serif;
    font-size: 20px;
    line-height: 140%;
    border-radius: 16px;
    transition: background .4s
}

.subtitle_dark, .subtitle_light {
    font-family: Manrope-Medium, sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 160%;
    text-align: center
}

.btn-bordered-box, .header-btn.btn-bordered:after {
    border-radius: inherit
}

.btn-orange .btn-bordered-box {
    background: radial-gradient(128% 100% at 50% 0, #ffc342 2.6%, #9f6e03 57.29%, #9f6e03 60.94%, #ff8717 100%);
    transition: background .4s
}

.btn-orange:hover .btn-bordered-box {
    background: linear-gradient(0deg, rgba(0, 0, 0, .24), rgba(0, 0, 0, .24)), radial-gradient(128% 100% at 50% 0, #ffc342 2.6%, #9f6e03 57.29%, #9f6e03 60.94%, #ff8717 100%), radial-gradient(106.8% 45.71% at 50% 30.71%, #ffe8bd 31.33%, rgba(84, 54, 0, .6) 100%)
}

.btn-orange:active .btn-bordered-box {
    background: linear-gradient(0deg, rgba(0, 0, 0, .32), rgba(0, 0, 0, .32)), radial-gradient(128% 100% at 50% 0, #ffc342 2.6%, #9f6e03 57.29%, #9f6e03 60.94%, #ff8717 100%), radial-gradient(106.8% 45.71% at 50% 30.71%, #ffe8bd 31.33%, rgba(84, 54, 0, .6) 100%)
}

.text-bg {
    background: linear-gradient(180deg, #fff 38.01%, rgba(239, 201, 129, .6) 51.07%, #fff 73.46%), #fff;
    -webkit-background-clip: text;
    background-clip: text
}

.btn-blue .text-bg {
    background: linear-gradient(0deg, #fff 28.81%, rgba(108, 128, 156, .4) 54.52%, #fff 72.62%), #fff;
    -webkit-background-clip: text
}

.btn-blue:hover .btn-bordered-box {
    background: linear-gradient(0deg, rgba(0, 0, 0, .24), rgba(0, 0, 0, .24)), radial-gradient(128% 100% at 50% 0, #2f68b7 2.6%, #182e57 56.77%, #1f2c5a 100%), radial-gradient(106.8% 45.71% at 50% 30.71%, #d0dbeb 31.33%, rgba(13, 30, 53, .6) 100%)
}

.btn-blue:active .btn-bordered-box {
    background: linear-gradient(0deg, rgba(0, 0, 0, .32), rgba(0, 0, 0, .32)), radial-gradient(128% 100% at 50% 0, #2f68b7 2.6%, #182e57 56.77%, #1f2c5a 100%), radial-gradient(106.8% 45.71% at 50% 30.71%, #d0dbeb 31.33%, rgba(13, 30, 53, .6) 100%)
}

.btn-bordered {
    position: relative;
    background-clip: padding-box;
    align-items: stretch
}

.btn-bordered:after {
    position: absolute;
    top: -2px;
    bottom: -2px;
    left: -2px;
    right: -2px;
    background: radial-gradient(106.8% 45.71% at 50% 30.71%, #d0dbeb 31.33%, rgba(13, 30, 53, .6) 100%);
    content: "";
    z-index: 0;
    border-radius: 16px
}

.header, .header.fixed {
    right: 0;
    width: 100%;
    left: 0
}

.btn-bordered-box {
    padding: 18px 48px;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 2
}

.header, .img-wrapper {
    position: absolute
}

.btn-orange.btn-bordered:after {
    background: radial-gradient(106.8% 45.7% at 50% 30.71%, #ffe8bd 31.33%, rgba(84, 54, 0, .6) 100%)
}

.btn-blue .btn-bordered-box {
    background-image: radial-gradient(128% 100% at 50% 0, #2f68b7 2.6%, #182e57 56.77%, #1f2c5a 100%)
}

.awards-block, .changes-text, .more-info, .start-game, .start-game__footer {
    text-align: center
}

.subtitle_light {
    color: rgba(255, 255, 255, .8);
    max-width: 956px;
    margin: 0 auto 60px
}

.subtitle_dark {
    color: #0d142d;
    margin-bottom: 60px
}

.header {
    top: 15px;
    display: flex;
    align-items: center
}

.header.fixed {
    position: fixed;
    top: 0;
    background: #0d142d;
    z-index: 7;
    margin-bottom: 0;
    height: 80px
}

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

.header__box-col {
    display: flex;
    align-items: center
}

.header__box .start-game {
    padding-bottom: 0
}

.header-btn {
    display: none;
    font-family: TrajanSansPro-Bold, sans-serif;
    font-size: 14px;
    line-height: 140%;
    color: #fff;
    border-radius: 12px;
    opacity: 1
}

.header.fixed .header-btn {
    display: inline-flex;
    margin-left: 32px
}

.header.fixed .header__box-col-right {
    flex-direction: row-reverse;
    gap: 30px
}

.header-btn .btn-bordered-box {
    padding: 10px 28px
}

.logo__image {
    margin-right: 40px;
    max-width: 180px;
    width: 100%
}

.header__nav {
    display: flex;
    text-align: center;
    align-items: center
}

.footer-bottom__info, .header__nav-list {
    display: flex;
    gap: 30px
}

.header__nav-item {
    position: relative;
    display: flex;
    gap: 8px;
    align-items: center;
    cursor: pointer;
    transition: .4s
}

.header__nav-item.header__nav-item_sub::after {
    content: url(../img/svg/dropdown-arrow.svg);
    transition: .7s;
    width: 16px;
    height: 16px
}

.header__nav-item_sub:hover .header__nav-item_submenu {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 196px
}

.header__nav-item__link {
    font-family: Manrope-Bold, sans-serif;
    font-size: 16px;
    line-height: 115%;
    letter-spacing: .01em;
    color: inherit;
    display: inline-flex;
    align-items: center;
    gap: 6px
}

.benefits-subtitle, .block-subtitle {
    color: rgba(255, 255, 255, .8);
    font-weight: 500
}

.header__nav-item_submenu {
    display: none;
    position: absolute;
    top: 0;
    padding-top: 28px;
    left: 0
}

.bg-image, .block-bordered, .discord-block, .overlay, .server-block {
    position: relative
}

.header__nav-item_submenu-container {
    border-radius: 16px;
    background: radial-gradient(128% 100% at 50% 0, #2f68b7 2.6%, #182e57 56.77%, #1f2c5a 100%), #070b18;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: left;
    gap: 20px
}

.header__nav-item_sub-lang .header__nav-item_submenu-container .header__nav-item__link, .server-name, .social-block .btn-orange .btn-bordered-box {
    justify-content: center
}

.h1-title, .h2-title, .server-online, .subtitle {
    text-align: center
}

.header__nav-item_submenu-container .header__nav-item__link.active {
    background: url(../img/svg/change-language.svg) left no-repeat
}

.hide-on-sm, .server-content.active, .stream-profile {
    display: flex
}

.about-block .subtitle_light, .banner_prizes-bg-mobile, .burger-checkbox, .burger__menu, .hero .more-info, .icon-plus, .news-text__laptop, .race-block, .race-choice__item, .race-choice__mobile, .rating-info__mobile, .show-on-sm {
    display: none
}

.header__nav-item_submenu.active {
    display: inline-flex
}

.header__nav-item_submenu__item {
    display: flex;
    gap: 12px;
    align-items: flex-start
}

.header__nav-item_submenu .header__nav-item_sub::after {
    transform: rotate(-90deg);
    content: url(../img/svg/dropdown-arrow.svg);
    transition: .7s
}

.header__nav-item_submenu.active .header__nav-item_sub:hover::after {
    transform: rotate(0);
    transition: .7s
}

.header__nav-actions {
    display: flex;
    gap: 24px
}

.burger__menu-account {
    transition: .7s
}

.header__nav-actions .header__nav-item {
    grid-gap: 6px;
    transition: .7s;
    transform: rotate(0)
}

.server__text-block {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 70px
}

.h1-title {
    font-family: TrajanSansPro-Bold, sans-serif;
    font-size: 56px;
    line-height: 140%
}

.subtitle {
    font-family: Manrope-SemiBold, sans-serif;
    font-size: 24px;
    line-height: 160%;
    letter-spacing: .01em
}

.server-name {
    display: flex;
    gap: 16px;
    margin: 0 auto 60px;
    padding-top: 10px
}

.server-block_wrapper {
    background: radial-gradient(230.47% 295.42% at 50% 0, #090f27 22.04%, #cb8d08 100%);
    border-radius: 24px;
    padding: 30px 78px;
    text-align: center
}

.server-block .swiper-slide {
    height: 200px !important
}

.block-bordered {
    z-index: 2
}

.block-bordered:after {
    content: "";
    position: absolute;
    z-index: -1
}

.block-bordered-yellow:after {
    top: -2px;
    bottom: -2px;
    left: -2px;
    right: -2px;
    background: radial-gradient(106.8% 45.7% at 50% 30.71%, #ffe8bd 31.33%, rgba(84, 54, 0, .6) 100%);
    border-radius: 24px
}

.burger__menu-server .block-bordered-yellow:after {
    top: -2px;
    bottom: -2px;
    left: -2px;
    right: -2px;
    background: radial-gradient(106.8% 45.71% at 50% 30.71%, #d0dbeb 31.33%, rgba(13, 30, 53, .6) 100%);
    border-radius: 24px
}

.new-icon {
    background: url(../img/svg/new-icon.svg);
    position: absolute;
    top: -10px;
    left: -10px;
    width: 60px;
    height: 60px;
    z-index: 1
}

.server-title {
    font-family: TrajanSansPro-Bold, sans-serif;
    font-size: 20px;
    line-height: 140%;
    margin-bottom: 4px
}

.server-online {
    display: flex;
    justify-content: center;
    align-items: center
}

.online-text {
    font-family: Manrope-Medium, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    margin: 0 6px 0 10px
}

.benefits-title, .online-count {
    font-family: TrajanSansPro-Bold, sans-serif;
    line-height: 140%
}

.online-count {
    font-size: 20px
}

.start-game {
    padding-bottom: 16.5vh;
    transition: opacity .4s
}

.btn-orange {
    box-shadow: 0 0 24px 0 rgba(255, 192, 57, .24)
}

.benefits-swiper {
    padding: 30px 0
}

.benefits-card {
    height: auto;
    border-radius: 24px;
    padding: 1.6px
}

.benefits-card:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    border-radius: inherit
}

.benefits-card_box {
    background-image: radial-gradient(230.47% 295.42% at 50% 0, #040815 22.04%, #cb8d08 100%);
    width: 100%;
    height: 100%;
    border-radius: inherit;
    position: relative;
    z-index: 2
}

.benefits-card_orange:after {
    background: radial-gradient(106.8% 45.71% at 50% 30.71%, #ffe8bd 31.33%, rgba(84, 54, 0, .6) 100%)
}

.benefits-card_pink:after {
    background: radial-gradient(106.8% 45.71% at 50% 30.71%, #fcc2f6 31.33%, rgba(75, 0, 67, .6) 100%)
}

.benefits-card_blue:after {
    background: radial-gradient(106.8% 45.71% at 50% 30.71%, #a5defe 31.33%, rgba(4, 67, 103, .6) 100%)
}

.benefits-card_red:after {
    background: radial-gradient(106.8% 45.71% at 50% 30.71%, #fba4a4 31.33%, rgba(75, 4, 4, .6) 100%)
}

.benefits-card_orange .benefits-card_box {
    background: radial-gradient(230.47% 295.42% at 50% 0, #040815 22.04%, #cb8d08 100%)
}

.benefits-card_pink .benefits-card_box {
    background: radial-gradient(230.47% 295.42% at 50% 0, #040815 22.04%, #db99d4 100%)
}

.benefits-card_blue .benefits-card_box {
    background: radial-gradient(230.47% 295.42% at 50% 0, #040815 22.04%, #0e93de 100%)
}

.benefits-card_red .benefits-card_box {
    background: radial-gradient(230.47% 295.42% at 50% 0, #040815 22.04%, #ff4343 100%)
}

.benefits-img {
    position: relative;
    top: -27px;
    left: 2px;
    height: 268px
}

.stable-img {
    background: url(../img/benefits-stable.png) no-repeat
}

.high-online-img {
    background: url(../img/benefits-high-online.png) no-repeat
}

.support-img {
    background: url(../img/benefits-support.png) no-repeat
}

.light-start-img {
    background: url(../img/benefits-start.png) no-repeat
}

.benefits-text {
    margin: 0 30px 30px
}

.benefits-title {
    font-size: 24px;
    margin-bottom: 4px
}

.benefits-subtitle {
    font-family: Manrope-Medium, sans-serif;
    font-size: 16px;
    line-height: 160%
}

.block-title, .h2-title {
    font-family: TrajanSansPro-Bold, sans-serif;
    line-height: 140%
}

.swiper .swiper-button-next::after, .swiper .swiper-button-prev::after {
    position: relative;
    top: 0;
    left: 0;
    color: #fff;
    font-size: 80px
}

.swiper .swiper-pagination {
    position: relative;
    bottom: 0;
    transform: none !important;
    left: 0 !important;
    margin: 0 auto
}

.swiper .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    line-height: 20;
    font-size: 14px;
    background-color: #fff;
    left: 0 !important
}

.changes::after, .changes::before {
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    right: 0;
    content: ""
}

.burger {
    display: none;
    border: none;
    background-color: transparent;
    padding: 0
}

.changes {
    position: relative;
    background: url(../img/changes-bg.png) right/cover no-repeat;
    padding-top: 15vh
}

.changes::before {
    background: url(../img/sky-bg.png) bottom/cover no-repeat;
    bottom: -25vh;
    left: 0
}

.changes::after {
    background: url(../img/changes-sky__12.png) bottom/contain no-repeat;
    bottom: -12vh;
    left: 0
}

.more-info {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 2;
    padding: 21px 48px 15px;
    margin-top: 20px
}

.h2-title {
    font-size: 48px;
    margin-bottom: 13px
}

.changes-block {
    position: relative;
    margin: auto 0
}

.changes-content:not(:last-child), .content-wrap:not(:last-child), .inner-block .block-title {
    margin-bottom: 16px
}

.changes-content {
    display: flex;
    gap: 22px
}

.changes-content img {
    width: 52px;
    height: 52px
}

.block-text {
    margin-top: 16px
}

.block-title {
    font-size: 24px
}

.block-subtitle {
    font-family: Manrope-Medium, sans-serif;
    font-size: 18px;
    line-height: 160%
}

.content-text, .h2-title_black {
    line-height: 140%;
    text-align: center;
    font-family: TrajanSansPro-Bold, sans-serif
}

.changes-img {
    position: absolute;
    max-width: 45%;
    top: 0;
    right: 0
}

.changes-wrapper, .classes, .news-item, .news-item-wrapper, .race-choice, .race-img, .race-wrapper, .races, .statistics-info, .statistics-info__inner {
    position: relative
}

.changes-sky img {
    position: absolute;
    width: 100%;
    top: 150px;
    left: 0
}

.changes .container-second {
    padding-bottom: 40vh
}

.hero {
    background: #fff;
    padding: 25vh 0 10vh
}

.h2-title_black {
    font-size: 48px;
    color: #070b18;
    margin-bottom: 8px
}

.block-content {
    display: flex;
    gap: 24px;
    justify-content: center
}

.content-text {
    font-size: 24px;
    color: #070b18;
    margin-top: 24px
}

.content-item, .content-title {
    font-size: 18px;
    color: #070b18
}

.race {
    background: url(../img/race-bg.png) center/cover no-repeat, 0 0/cover #fff;
    padding-top: 5vh
}

.awards, .banner__prizes, .friends, .race {
    margin: -1px
}

.race-wrapper {
    flex-direction: column;
    align-items: flex-start
}

.race .container-second {
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    position: relative;
    top: 70px
}

.classes.active:after, .statistics-info__inner:after {
    position: absolute;
    top: -2px;
    bottom: -2px;
    left: -2px;
    right: -2px
}

.content-wrap {
    display: flex;
    align-items: baseline
}

.race-img, .server-item.active.block-bordered:after {
    display: block
}

.content-title {
    font-family: TrajanSansPro-Bold, sans-serif;
    line-height: 25px;
    letter-spacing: 0;
    text-align: left;
    margin-bottom: 24px;
    text-align: start
}

.content-icon::before {
    content: "";
    background: #1d65de;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 12px
}

.block-bordered-gray:after, .classes.active:after {
    background: radial-gradient(106.8% 45.71% at 50% 30.71%, #d0dbeb 31.33%, rgba(13, 30, 53, .6) 100%)
}

.content-item {
    font-family: Manrope-Medium, sans-serif;
    font-weight: 500;
    line-height: 160%;
    max-width: 500px;
    text-align: start
}

.choice-text, .server-item {
    line-height: 140%;
    font-family: TrajanSansPro-Bold, sans-serif
}

.race-block.active {
    display: flex;
    max-height: 530px
}

.race-img {
    max-width: 50%;
    right: 0;
    bottom: 0
}

.race-choice {
    max-width: 1112px;
    margin: 0 auto
}

.block-bordered-gray:after {
    border-radius: 32px;
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: -1px
}

.race-choice-wrapper {
    display: flex;
    padding: 16px;
    background-image: radial-gradient(213.27% 499.58% at 46.94% 265.42%, #357dea 0, #090f27 47.05%);
    border-radius: 32px
}

.classes, .races {
    max-width: 181px;
    cursor: pointer;
    width: 100%;
    border-radius: 24px
}

.classes:hover svg path {
    fill: #ffc039;
    fill: none;
    fill: url(#myGradient)
}

.classes.active:after {
    content: "";
    z-index: 0;
    border-radius: inherit
}

.server-box, .server-box.block-bordered-gray:after {
    border-radius: 40px
}

.classes .btn-bordered-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    border-radius: inherit;
    padding: 24px
}

.classes.active .btn-bordered-box {
    background: radial-gradient(128% 100% at 50% 0, #2f68b7 2.6%, #182e57 56.77%, #1f2c5a 100%), radial-gradient(106.8% 45.71% at 50% 30.71%, #d0dbeb 31.33%, rgba(13, 30, 53, .6) 100%)
}

.classes:hover .choice-text {
    background: linear-gradient(0deg, #ffc03a 38.81%, #bf8200 54.52%, #ffc03a 62.62%), linear-gradient(0deg, #fff, #fff);
    -webkit-background-clip: text;
    background-clip: text
}

.classes-img {
    width: 40px;
    height: 40px
}

.choice-text {
    font-size: 14px;
    background: linear-gradient(0deg, #fff 38.81%, rgba(159, 180, 208, .6) 54.52%, #fff 62.62%), #fff;
    -webkit-background-clip: text;
    background-clip: text
}

.about-server {
    padding: 17vh 0 0;
    background: #070b18;
    margin-top: -20px
}

.about-server .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.about-server .server-online {
    margin-bottom: 30px
}

.server-box {
    max-width: 698px;
    margin: 0 auto 70px
}

.server-box-wrapper {
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    background: radial-gradient(209.83% 499.58% at 46.94% 265.42%, #357dea 0, #090f27 47.05%);
    background-size: cover;
    border-radius: inherit;
    padding: 16px
}

.server-item-wrapper > span:hover {
    background: linear-gradient(0deg, #ffc039 48.81%, #b77d00 64.52%, rgba(255, 192, 57, .6) 82.62%), #fff;
    -webkit-background-clip: text
}

.server-item {
    font-size: 20px;
    border-radius: 24px;
    cursor: pointer
}

.server-item.block-bordered:after {
    display: none;
    left: -2px;
    top: -2px;
    right: -2px;
    bottom: -2px;
    border-radius: inherit
}

.server-item.active .server-item-wrapper {
    background: radial-gradient(128% 100% at 50% 0, #2f68b7 2.6%, #182e57 56.77%, #1f2c5a 100%);
    border-radius: inherit
}

.server-item-wrapper > span {
    background: linear-gradient(0deg, #fff 48.81%, rgba(108, 128, 156, .6) 64.52%, #fff 82.62%), #fff;
    -webkit-background-clip: text;
    background-clip: text;
    padding: 16px 23px 12px;
    display: inline-block;
    border-radius: inherit;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 7px
}

.server-content {
    display: none;
    justify-content: space-between;
    padding-bottom: 40px
}

.inner-block {
    margin-bottom: 42px
}

.inner-wrap {
    display: flex;
    align-items: flex-start;
    max-width: 602px
}

.inner-wrap:not(:last-child) {
    margin-bottom: 10px
}

.about-img {
    margin-right: 12px
}

.x-block {
    display: flex;
    gap: 24px;
    margin-bottom: 44px
}

.x-count {
    font-family: TrajanSansPro-Bold, sans-serif;
    font-size: 32px;
    line-height: 100%;
    margin-bottom: 2px
}

.x-bonus {
    font-family: Manrope-Medium, sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 160%;
    color: rgba(255, 255, 255, .8)
}

.info-text, .more-server {
    font-size: 18px;
    font-family: TrajanSansPro-Bold, sans-serif
}

.x-bonus::before {
    content: "";
    display: inline-block;
    width: 3px;
    height: 12px;
    background: #1d65de;
    margin-right: 8px
}

.more-server {
    line-height: 150%;
    color: #ffc039;
    display: flex;
    align-items: center;
    transition: color .4s;
    margin-top: auto;
    padding: 0 32px
}

.more-server:hover {
    color: #c98900
}

.more-server:after {
    content: "";
    background: url(../img/svg/about-arrow.svg) center no-repeat;
    display: inline-block;
    width: 20px;
    height: 13px;
    text-align: center;
    margin-left: 8px
}

.best-link__profile:hover {
    color: #0f3b88;
    transition: .7s
}

.best-link__profile:active {
    color: #052e73;
    transition: .7s
}

.footer-info:last-child, .statistics .server-online {
    justify-content: end
}

.statistics-info {
    margin-top: 20px;
    padding: 16px 0 16px 45px;
    z-index: 2
}

.statistics-info__inner {
    background: radial-gradient(230.47% 295.42% at 50% 0, #040815 22.04%, #cb8d08 100%);
    padding: 16px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 24px
}

.statistics-info__inner:after {
    content: "";
    z-index: -1;
    border-radius: 24px;
    background: radial-gradient(106.8% 45.7% at 50% 30.71%, #ffe8bd 31.33%, rgba(84, 54, 0, .6) 100%)
}

.info-block {
    display: flex;
    text-align: center;
    align-items: center;
    gap: 12px
}

.info-block img {
    filter: drop-shadow(0px 0px 16px rgba(255, 192, 57, .24))
}

.info-text {
    line-height: 140%;
    background: linear-gradient(180deg, #fff2db 28.01%, rgba(239, 201, 129, .6) 41.07%, rgba(255, 242, 219, .6) 53.46%), #fff;
    -webkit-background-clip: text;
    background-clip: text
}

.news {
    background: #070b18
}

.news-block {
    margin: 60px 0 50px
}

.news-item {
    border-radius: 24px;
    height: auto
}

.news-item-wrapper {
    border-radius: inherit;
    background: radial-gradient(125.87% 79.07% at 50% 130.95%, #357dea 0, #090f27 68.66%);
    margin: 0 14px;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding-bottom: 24px
}

.news-item.block-bordered-gray:after {
    border-radius: 24px;
    top: -1px;
    bottom: -1px;
    left: 12px;
    right: 12px
}

.news-icon {
    position: absolute;
    top: -10px;
    left: -5px;
    border-radius: 20px
}

.news-icon__text {
    font-family: TrajanSansPro-Bold, sans-serif;
    font-size: 12px;
    line-height: 160%;
    padding: 5px 16px;
    background: linear-gradient(202.84deg, #ff5b5b 14.82%, #400707 85.18%)
}

.news-icon:after {
    background: linear-gradient(23deg, #460505 14.82%, #fd4343 85.18%);
    border-radius: 20px
}

.news-img {
    border-radius: 24px 24px 0 0;
    width: 100%
}

.item-block {
    padding: 32px 32px 0
}

.item-block .more-server {
    font-size: 16px
}

.item-subtitle.block-subtitle {
    font-size: 16px;
    margin: 16px 0
}

.best {
    padding-top: 100px;
    background: #070b18
}

.table__row {
    display: flex;
    gap: 32px;
    justify-content: center;
    margin-bottom: 50px
}

.table__item-heading, .table__item-subtitle {
    font-family: TrajanSansPro-Bold, sans-serif;
    line-height: 140%;
    margin-bottom: 16px
}

.table__item-heading {
    font-size: 32px;
    text-align: center
}

.table__item-inner {
    border-radius: 24px;
    padding: 1.6px;
    position: relative
}

.table__item-inner_box {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 32px;
    background: radial-gradient(230.47% 295.42% at 50% 0, #040815 21.83%, #db99d4 100%);
    padding: 32px 22px;
    z-index: 2;
    border-radius: inherit
}

.table__item-inner:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    border-radius: inherit
}

.table__item-pink .table__item-inner_box {
    background: radial-gradient(230.47% 295.42% at 50% 0, #040815 22.04%, #db99d4 100%)
}

.table__item-gold .table__item-inner_box {
    background: radial-gradient(230.47% 295.42% at 50% 0, #040815 22.04%, #cb8d08 100%)
}

.table__item-red .table__item-inner_box {
    background: radial-gradient(230.47% 295.42% at 50% 0, #040815 22.04%, #ff4343 100%)
}

.table__item-pink .table__item-inner:after {
    background: radial-gradient(106.8% 45.71% at 50% 30.71%, #fcc2f6 31.33%, rgba(75, 0, 67, .6) 100%)
}

.table__item-gold .table__item-inner:after {
    background: radial-gradient(106.8% 45.71% at 50% 30.71%, #ffe8bd 31.33%, rgba(84, 54, 0, .6) 100%)
}

.table__item-red .table__item-inner:after {
    background: radial-gradient(106.8% 45.71% at 50% 30.71%, #fba4a4 31.33%, rgba(75, 4, 4, .6) 100%)
}

.table__item-subtitle {
    font-size: 20px
}

.best-info, .table__item-col {
    font-family: Manrope-SemiBold, sans-serif;
    font-weight: 600
}

.table__item-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4px 10px;
    grid-gap: 8px
}

.table__item-row__header {
    border-bottom: .4px solid rgba(255, 255, 255, .4);
    padding-bottom: 8px;
    margin-bottom: 8px;
    padding-left: 0
}

.table__item-row:nth-child(2n) {
    background: rgba(255, 255, 255, .1);
    border-radius: 12px
}

.table__item-col .icon {
    width: 28px;
    height: 28px
}

.table__item-col:first-child {
    flex: 0 0 11%;
    max-width: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.table__item-col:nth-child(2) {
    flex: 1 0 40%
}

.table__item-col:nth-child(3), .table__item-col:nth-child(4) {
    flex: 0 0 25%
}

.table__item-clans .table__item-col:nth-child(2) {
    flex: 1 0 42%
}

.table__item-clans .table__item-col:nth-child(3) {
    flex: 1 0 25%
}

.table__item-box {
    display: flex;
    flex-direction: column
}

.table__item-col {
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    font-size: 16px;
    line-height: 160%;
    color: rgba(255, 255, 255, .8)
}

.footer-link:hover, .gold {
    color: #ffc039
}

.footer-title.gold, .silver {
    color: #e2f4ff
}

.bronze {
    color: #a96425
}

.best-info {
    font-size: 18px;
    line-height: 150%;
    text-align: center
}

.bg-image:after {
    content: "";
    background: #fff;
    height: 50%;
    width: 100%;
    position: absolute;
    display: inline-block;
    left: 0;
    bottom: -30px;
    right: 0;
    z-index: -1
}

.bg-image img {
    width: 100%
}

.stream {
    padding-top: 180px;
    background: #fff
}

.stream-block {
    margin-bottom: 60px
}

.stream-block-img {
    border-radius: 12px
}

.stream-box {
    position: relative;
    margin-bottom: 20px
}

.stream-air {
    position: absolute;
    bottom: 8px;
    right: 20px
}

.stream-avatar {
    border-radius: 50%;
    margin-right: 18px;
    width: 52px;
    height: 52px
}

.profile-title {
    font-family: Roboto-Medium, sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    color: #070b18;
    margin-bottom: 6px
}

.profile-subtitle {
    font-family: Roboto-Regular, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    color: #0d142d
}

.award-image {
    max-width: 100%;
    height: auto
}

.awards-img__left {
    position: absolute;
    bottom: 0;
    left: -150px
}

.awards-img__right {
    position: absolute;
    top: 15px;
    right: -90px;
    transform: scale(.9)
}

.awards-btn {
    display: inline-flex;
    align-items: center;
    background: radial-gradient(128% 100% at 50% 0, #fff 2.6%, #dfe6f1 56.77%, #a3abba 100%);
    border-radius: 16px;
    margin-top: 40px;
    z-index: 2
}

.awards-btn:hover .btn-bordered-box {
    background: linear-gradient(0deg, rgba(147, 167, 205, .24), rgba(147, 167, 205, .24)), radial-gradient(128% 100% at 50% 0, #fff 2.6%, #dfe6f1 56.77%, #a3abba 100%)
}

.awards-btn:active .btn-bordered-box {
    background: linear-gradient(0deg, rgba(147, 167, 205, .32), rgba(147, 167, 205, .32)), radial-gradient(128% 100% at 50% 0, #fff 2.6%, #dfe6f1 56.77%, #a3abba 100%)
}

.awards-btn .text-bg {
    background: linear-gradient(0deg, #3288ff 49.76%, #1576ff 64.52%, #1872eb 82.62%);
    background-clip: text;
    text-shadow: none
}

.awards-btn.btn-bordered:after {
    background: radial-gradient(128% 100% at 50% 0, #dce4ee 0, rgba(114, 170, 246, .6) 100%)
}

.learn-more {
    font-family: TrajanSansPro-Bold;
    font-size: 20px;
    line-height: 140%;
    background: linear-gradient(0deg, #1d70e3 49.76%, #1255b3 64.52%, #166de3 82.62%);
    -webkit-background-clip: text;
    background-clip: text
}

.awards {
    background: #fff;
    padding-bottom: 170px
}

.awards-blocks {
    background: radial-gradient(218.4% 279.95% at 70% 15.47%, #357dea 0, #090f27 67.19%);
    border-radius: 24px;
    text-align: center;
    padding: 66px;
    position: relative
}

.contacts, .friends {
    background: #fff
}

.friends .block-text {
    margin-top: 0
}

.friends-block {
    display: flex;
    justify-content: space-evenly
}

.friends .block-title {
    color: #070b18
}

.friends .block-subtitle, .revolution .best-info {
    color: #0d142d
}

.contacts {
    padding-top: 15vh
}

.contacts-block {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 80px
}

.social-block {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 24px;
    max-width: 430px;
    width: 100%
}

.social-block .btn-bordered-box {
    display: flex;
    align-items: center;
    gap: 16px
}

.social-btn {
    display: flex;
    align-items: center;
    gap: 12px;
    border-radius: 16px
}

.social-btn:hover {
    opacity: 1
}

.social-btn img {
    height: 40px;
    filter: drop-shadow(0px 1.5px 2.25px rgba(0, 0, 0, .32))
}

.social-btn .btn-bordered-box {
    padding: 9px 12px;
    transition: background .4s
}

.tg-btn .btn-bordered-box {
    background: radial-gradient(128% 100% at 50% 0, #6fcfff 2.6%, #2494cd 56.77%, #0f6b99 100%)
}

.tg-btn .btn-bordered-box:hover {
    background: linear-gradient(0deg, rgba(0, 0, 0, .24) 0, rgba(0, 0, 0, .24) 100%), radial-gradient(128% 100% at 50% 0, #6fcfff 2.6%, #2494cd 56.77%, #0f6b99 100%)
}

.tg-btn:after {
    background: radial-gradient(106.8% 45.71% at 50% 30.71%, #c9e9f9 31.33%, #136087 100%)
}

.vk-btn .btn-bordered-box {
    background: radial-gradient(128% 100% at 50% 0, #7fb6fa 2.6%, #2870c8 56.77%, #0f4e9b 100%)
}

.vk-btn .btn-bordered-box:hover {
    background: linear-gradient(0deg, rgba(0, 0, 0, .24) 0, rgba(0, 0, 0, .24) 100%), radial-gradient(128% 100% at 50% 0, #7fb6fa 2.6%, #2870c8 56.77%, #0f4e9b 100%)
}

.vk-btn:after {
    background: radial-gradient(106.8% 45.71% at 50% 30.71%, #d6e8ff 31.33%, #104484 100%)
}

.wt-btn .btn-bordered-box {
    background: radial-gradient(128% 100% at 50% 0, #45f084 2.6%, #18bc54 56.77%, #0a8a39 100%)
}

.wt-btn .btn-bordered-box:hover {
    background: linear-gradient(0deg, rgba(0, 0, 0, .24) 0, rgba(0, 0, 0, .24) 100%), radial-gradient(128% 100% at 50% 0, #45f084 2.6%, #18bc54 56.77%, #0a8a39 100%)
}

.wt-btn:after {
    background: radial-gradient(106.8% 45.71% at 50% 30.71%, #cefee0 31.33%, #10883c 100%)
}

.tt-btn .btn-bordered-box {
    background: radial-gradient(128% 100% at 50% 0, #e99eb5 2.6%, #bd0044 68.15%)
}

.tt-btn .btn-bordered-box:hover {
    background: linear-gradient(0deg, rgba(0, 0, 0, .24) 0, rgba(0, 0, 0, .24) 100%), radial-gradient(128% 100% at 50% 0, #e99eb5 2.6%, #c51584 56.77%, #bd0044 100%)
}

.tt-btn:after {
    background: radial-gradient(87.83% 37.59% at 50% 27.41%, #ffb0ca 31.33%, #a5003c 100%)
}

.inst-btn .btn-bordered-box {
    background: radial-gradient(128% 100% at 50% 0, #fa97d5 2.6%, #c9228b 56.77%, #8f1060 100%)
}

.inst-btn .btn-bordered-box:hover {
    background: linear-gradient(0deg, rgba(0, 0, 0, .24) 0, rgba(0, 0, 0, .24) 100%), radial-gradient(128% 100% at 50% 0, #fa97d5 2.6%, #c9228b 56.77%, #8f1060 100%)
}

.inst-btn:after {
    background: radial-gradient(106.8% 45.71% at 50% 30.71%, #ffd8f0 31.33%, #8c125f 100%)
}

.vk-block::after, .vk-block::before {
    z-index: 3;
    width: 100%;
    height: 60px;
    position: absolute;
    background: linear-gradient(180deg, #fff 0, rgba(255, 255, 255, 0) 100%);
    display: block;
    content: ""
}

.inst-btn {
    margin-bottom: 8px
}

.social-block .btn-orange .btn-bordered-box:hover {
    background: linear-gradient(0deg, rgba(0, 0, 0, .24) 0, rgba(0, 0, 0, .24) 100%), radial-gradient(128% 100% at 50% 0, #ffc342 2.6%, #9f6e03 57.29%, #9f6e03 60.94%, #ff8717 100%)
}

.btn-desc {
    font-family: Manrope-Medium, sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 160%;
    color: rgba(13, 20, 45, .4);
    text-align: center
}

.banner__prizes__title, .social-text {
    font-family: TrajanSansPro-Bold, sans-serif
}

.social-text {
    font-size: 20px;
    line-height: 1;
    background: linear-gradient(0deg, #fff 48.81%, rgba(108, 128, 156, .6) 64.52%, #fff 82.62%), #fff;
    -webkit-background-clip: text;
    background-clip: text;
    text-shadow: 0 2px 3px rgba(0, 0, 0, .2)
}

.vk-block {
    max-width: 470px;
    width: 100%;
    height: 500px;
    overflow: auto;
    overflow-x: hidden
}

.vk-block::before {
    top: 0
}

.vk-block::after {
    bottom: 0;
    transform: rotate(180deg)
}

.vk-block::-webkit-scrollbar {
    width: 12px;
    padding: 0 1px;
    background: radial-gradient(458.33% 105.83% at -283.33% 50%, #357dea 0, #e0e0e0 84.29%);
    border-radius: 32px
}

.vk-block::-webkit-scrollbar-thumb {
    background: #438cec;
    border-radius: 10px;
    margin: 0 1px
}

.vk-item {
    background: url(../img/vk-page.png) center/contain no-repeat;
    height: 45vh;
    max-width: 22vw;
    margin-bottom: 10px
}

.banner__prizes {
    background: #fff;
    padding: 15vh 0;
    position: relative
}

.banner__prizes-bg {
    position: absolute;
    bottom: -90px;
    left: 0
}

.banner__prizes-bg-2 {
    position: absolute;
    right: 0;
    bottom: -70px;
    z-index: 2;
    width: 40%
}

.banner__prizes__body {
    position: relative;
    top: 16vh;
    left: 0;
    border-radius: 16px
}

.banner__prizes__body_wrap {
    background: radial-gradient(148.25% 807.19% at 32.2% 110.25%, #357dea 0, #090f27 47.52%);
    padding: 62px 70px;
    position: relative;
    z-index: 2;
    border-radius: inherit
}

.banner__prizes__body:after {
    position: absolute;
    top: -2px;
    bottom: -2px;
    left: -2px;
    right: -2px;
    background: radial-gradient(106.8% 45.71% at 50% 30.71%, #d0dbeb 31.33%, rgba(13, 30, 53, .6) 100%);
    content: "";
    z-index: 0;
    border-radius: 16px
}

.banner__prizes__title {
    font-size: 40px;
    line-height: 140%;
    text-align: center;
    margin-bottom: 40px
}

.banner__prizes__desc, .footer-title {
    font-family: TrajanSansPro-Bold, sans-serif;
    font-size: 24px;
    line-height: 140%
}

.banner__prizes__items {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 55px
}

.banner__prizes__item {
    display: flex;
    gap: 24px;
    align-items: center
}

.banner__prizes__img {
    width: 56px;
    height: 56px
}

.banner__prizes__right-img {
    position: absolute;
    bottom: 0;
    right: -90px;
    border-radius: 0 0 24px
}

.footer {
    background: #070b18;
    padding-top: 15vh
}

.footer-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px
}

.footer-info {
    display: flex;
    gap: 140px
}

.footer-title {
    margin-bottom: 24px
}

.footer-link {
    display: flex;
    gap: 14px;
    font-family: Manrope-Medium, sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 160%;
    color: #e2f4ff
}

.footer-link:not(:last-child) {
    margin-bottom: 14px
}

.footer-website {
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.website-title {
    font-family: TrajanSansPro-Semibold, sans-serif;
    font-size: 24px;
    line-height: 140%;
    color: #ffc039
}

.footer-copy, .footer-info__item, .website-desc {
    font-family: Manrope-Medium, sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 160%
}

.website-desc {
    font-style: normal
}

.block-icons {
    display: flex;
    gap: 10px;
    margin-bottom: 16px
}

.footer-bottom {
    border-top: 1px solid #d0dbeb;
    padding-top: 24px;
    display: flex;
    justify-content: space-between;
    padding-bottom: 40px
}

.footer-copy, .footer-info__item {
    color: #e2f4ff;
    opacity: 1
}

.rating-count, .rating-sub, .revolution .timer-text {
    font-family: TrajanSansPro-Bold;
    font-weight: 700
}

.rating-count, .rating-sub, .revolution .block-subtitle {
    line-height: 140%;
    text-align: left
}

.discord-block-wrap {
    position: relative;
    border: 1px solid;
    border-image-source: radial-gradient(106.8% 45.71% at 50% 30.71%, #5a64ea 31.33%, #d1d4ff 100%);
    z-index: 2
}

.discord-block::after {
    position: absolute;
    top: -1px;
    bottom: 3px;
    left: 1px;
    right: 1px;
    background: radial-gradient(116.8% 55.71% at 90% 50.71%, #5a64ea 51.33%, rgb(106 136 177 / 40%) 100%);
    content: "";
    z-index: 1;
    border-radius: 16px
}

.icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-size: cover;
    background-position: center
}

.icon-language {
    background-image: url(../img/svg/language.svg)
}

.icon-smile {
    background-image: url(../img/svg/icon-devil.svg)
}

.header__nav-item:hover > .header__nav-item__link .icon-smile {
    background-image: url(../img/svg/icon-devil__hover.svg)
}

.icon-place-first {
    background-image: url(../img/svg/best-first.svg)
}

.icon-place-second {
    background-image: url(../img/svg/best-place-second.svg)
}

.icon-place-third {
    background-image: url(../img/svg/best-third.svg)
}

.icon-arrow-right-darken {
    background-image: url(../img/svg/icon-arrow-right-darken.svg);
    width: 32px;
    height: 32px
}

.icon-arrow-bottom-darken {
    background-image: url(../img/svg/icon-arrow-bottom-darken.svg)
}

.mobile-hidden, .rating-info__desktop, .revolution .start-game {
    display: block !important
}

.desktop-hidden {
    display: none !important
}

.swiper-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    width: auto;
    max-width: 100%
}

.swiper-pagination-bullet-custom {
    display: flex;
    width: 60px;
    height: 8px;
    border-radius: 4px;
    background: radial-gradient(128% 100% at 50% 0, #767676 2.6%, #a4a4a4 57.29%, #595959 60.94%, #393939 100%);
    position: relative;
    cursor: pointer;
    overflow: hidden
}

.swiper-pagination-bullet-custom span {
    position: absolute;
    left: 0;
    top: 0;
    background: radial-gradient(128% 100% at 50% 0, #ffc342 2.6%, #9f6e03 57.29%, #9f6e03 60.94%, #ff8717 100%);
    height: 100%;
    border-radius: 4px
}

.swiper-pagination-bullet-custom--active span {
    animation: BulletProgress calc(var(--delay) * 1ms) linear forwards
}

@keyframes BulletProgress {
    from {
        width: 0
    }
    to {
        width: 100%
    }
}

.swiper--pause .swiper-pagination-bullet-custom--active span {
    animation: none
}

body.revolution {
    background-size: cover;
    overflow-x: hidden
}

.revolution .main .video {
    width: 100vw;
    height: calc(100vh - 80px);
    position: absolute;
    left: 0;
    right: 0;
    top: 80px;
    bottom: 0;
    z-index: -1
}

.revolution .main video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 80%
}

.revolution .main {
    background-size: cover;
    background-position: top;
    height: 100vh;
    display: flex;
    align-items: flex-end;
    position: relative
}

.revolution .main .container {
    margin-top: auto;
    margin-bottom: 50px
}

.revolution .inner-block {
    margin-bottom: 0
}

.revolution .main:before {
    content: "";
    background: linear-gradient(180deg, #070b18 10%, rgba(7, 11, 24, .61) 57.92%, rgba(7, 11, 24, 0) 100%);
    height: 64px;
    width: 100%;
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 50px
}

.revolution .main:after {
    content: "";
    background: linear-gradient(180deg, rgba(7, 11, 24, 0) 0, rgba(7, 11, 24, .61) 42.08%, #070b18 100%);
    height: 34px;
    width: 100%;
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    bottom: 0
}

.mode__list-wrap {
    display: flex;
    justify-content: center;
    margin: 0 auto
}

.revolution .main__header .btn-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 42px
}

.revolution .main__footer {
    display: flex;
    justify-content: center;
    margin-top: 60px
}

.revolution .h1-title {
    font-size: 56px
}

.revolution .timer-text {
    font-size: 16px;
    line-height: 140%
}

.online-dot {
    width: 10px;
    height: 10px;
    background-color: #7ce66d;
    border-radius: 50%;
    animation: 1.5s infinite pulse
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(124, 229, 107, .2)
    }
    50% {
        box-shadow: 0 0 0 10px rgba(76, 175, 80, 0)
    }
    100% {
        box-shadow: 0 0 0 0 rgba(76, 175, 80, 0)
    }
}

.revolution .server-online {
    max-width: 190px;
    padding: 17px 24px;
    display: flex;
    justify-content: center;
    text-align: center;
    border-radius: 12px;
    background: rgba(5, 9, 22, .4);
    backdrop-filter: blur(11px);
    gap: 1px;
    margin: 0 auto 42px;
    align-items: center
}

.revolution .server-block {
    margin-left: 60px
}

.revolution .server-block_wrapper {
    display: flex;
    flex-direction: column;
    max-width: 320px;
    padding: 40px;
    justify-content: space-between;
    height: 100%
}

.revolution .table__item-inner {
    height: 100%
}

.revolution .server-title {
    text-align: left;
    margin-bottom: 28px
}

.revolution .about-img {
    margin-right: 20px
}

.revolution .inner-wrap:not(:last-child) {
    align-items: center;
    margin-bottom: 24px
}

.revolution .more-server {
    padding: 0
}

.rating {
    background: #fff;
    padding-top: 200px
}

.revolution .block-text {
    margin: 0
}

.blue {
    color: #86b3ee
}

.revolution .table__item-inner_box {
    background: radial-gradient(230% 295% at 50% 0, #040815 22.038%, #0e93de 100%)
}

.revolution .icon-place-second {
    background-image: url(../img/revolution/best-second__blue.svg)
}

.revolution .table__item {
    width: 900px;
    height: 100%
}

.revolution .table__item-pink .table__item-inner:after {
    background: radial-gradient(230% 295% at 50% 0, rgb(64 88 167) 22.038%, rgb(53 116 151) 100%)
}

.table__item-row__header .table__item-col:first-child {
    flex: 0 0 calc(10% + 10px)
}

.revolution .table__item-subtitle {
    font-family: TrajanSansPro-Semibold;
    font-size: 24px;
    font-weight: 600;
    line-height: 29px;
    margin-bottom: 24px
}

.revolution .table__item-col:first-child {
    flex: none;
    max-width: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.table__item-count {
    width: 28px;
    height: 28px;
    justify-content: center !important
}

.revolution .table__item-row__header {
    grid-gap: 10px;
    padding-left: 15px;
    align-items: center
}

.table__item-row .table__item-col:first-child {
    margin-right: 50px
}

.revolution .table__item-col {
    overflow: inherit;
    font-size: 16px
}

.revolution .table__item-col:nth-child(2), .revolution .table__item-col:nth-child(5) {
    flex: 1 0 20%
}

.revolution .table__item-col:nth-child(3), .revolution .table__item-col:nth-child(4) {
    flex: 0 0 15%
}

.revolution .table__item-inner_box {
    height: 100%;
    padding: 40px 50px;
    justify-content: center
}

.revolution .table__item-row:not(:last-child) {
    margin-bottom: 8px
}

.rating-info {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 30px
}

.rating__body {
    position: relative;
    left: 0;
    border-radius: 16px;
    height: 100%
}

.rating__body-wrap, .table__item-inner-overlay {
    border-radius: inherit;
    height: 100%
}

.rating__body-wrap {
    padding: 50px 60px;
    background: radial-gradient(229.14% 280.71% at 70% 15%, #357dea, #090f27 67.188%);
    position: relative;
    z-index: 2
}

.rating__body:after {
    position: absolute;
    top: -2px;
    bottom: -2px;
    left: -2px;
    right: -2px;
    background: radial-gradient(106.8% 45.71% at 50% 30.71%, #d0dbeb 31.33%, rgba(13, 30, 53, .6) 100%);
    content: "";
    z-index: 0;
    border-radius: 16px
}

.rating-top__block:not(:last-child) {
    margin-bottom: 32px
}

.rating-count {
    color: #fff;
    font-size: 52px
}

.rating-sub {
    color: #fff;
    font-size: 24px
}

.rating-sub__plus {
    top: -5px;
    position: relative;
    font-size: 42px
}

.rating-wrapper {
    display: flex;
    flex-direction: column;
    gap: 54px
}

.rating-footer {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.blue-text {
    color: #1d65de;
    transition: .7s
}

.revolution .website-title {
    color: #fff
}

.revolution .banner__prizes {
    padding: 10vh 0 15vh
}

@media screen and (max-width: 1919px) {
    .rating-top__block:not(:last-child) {
        margin-bottom: 22px
    }

    .rating-wrapper {
        gap: 70px
    }

    .revolution.inner-wrap {
        align-items: center
    }
}

@media screen and (max-width: 1440px) {
    .revolution .h1-title {
        font-size: 44px
    }

    .revolution .server-online {
        max-width: 170px;
        padding: 7px 14px
    }

    .revolution .mode__list-item img {
        max-height: 60vh
    }

    .revolution .server-block {
        margin-right: 50px
    }
}

@media screen and (max-width: 1366px) {
    .rating-wrapper {
        gap: 5px
    }

    .revolution .server-block_wrapper {
        max-width: 410px;
        gap: 10px
    }

    .revolution .server-online {
        max-width: 170px;
        padding: 7px 14px
    }

    .revolution .main__footer {
        margin-top: 40px
    }

    .revolution .server-block_wrapper {
        padding: 30px
    }

    .revolution .server-title {
        font-size: 18px;
        margin-bottom: 18px
    }

    .revolution .mode__list-item img {
        max-height: 63vh
    }

    .revolution .table__item-inner_box {
        padding: 30px 50px
    }
}

@media screen and (max-width: 1350px) {
    .revolution .block-subtitle {
        font-size: 16px
    }

    .revolution .header__box-col-right .start-game {
        display: none !important
    }

    .revolution .server-block_wrapper {
        padding: 30px
    }
}

@media screen and (max-width: 1280px) {
    .revolution .server-block_wrapper {
        padding: 30px
    }

    .revolution .table__item {
        width: 750px
    }

    .rating-wrapper {
        gap: 70px
    }
}

@media screen and (max-width: 1250px) {
    .revolution .server-block_wrapper {
        padding: 25px
    }

    .revolution .server-title {
        font-size: 18px
    }

    .revolution .block-subtitle, .revolution .more-server {
        font-size: 14px
    }

    .rating-wrapper {
        gap: 88px;
        gap: 120px
    }

    .table__item-row .table__item-col:first-child {
        margin-right: 20px
    }

    .rating-count {
        font-size: 44px
    }

    .revolution .header.fixed .header__nav-list .header__nav-item:nth-last-child(-n+3) {
        display: block
    }
}

@media screen and (max-width: 1024px) {
    .revolution .rating-info {
        padding: 0;
        flex-direction: column;
        flex-wrap: nowrap
    }

    .revolution .rating__body-wrap {
        padding: 20px
    }

    .revolution .rating-statistics, .revolution .rating__body, .revolution .rating__body-wrap {
        height: 100%
    }

    .revolution .rating-info .container {
        padding: 0
    }

    .revolution .h1-title {
        font-size: 34px
    }

    .revolution .main .container {
        margin-bottom: 130px
    }

    .revolution .table__item {
        width: 100%
    }

    .revolution .main__content {
        margin-bottom: 40px;
        margin-top: 90px
    }

    .revolution .online-count {
        font-size: 15px
    }

    .revolution .main__footer {
        margin-top: 20px
    }

    .revolution .server-online {
        max-width: 125px;
        margin: 0 auto 12px
    }

    .revolution .btn .btn-bordered-box {
        padding: 13px 33px
    }

    .revolution .main:after {
        height: 55px
    }

    .revolution .server-block {
        width: auto;
        margin-left: 40px;
        margin-right: 30px
    }

    .revolution .inner-block {
        margin-bottom: 0
    }

    .revolution .inner-wrap:not(:last-child) {
        margin-bottom: 10px
    }

    .revolution .table__item-part {
        max-width: 1000px
    }

    .revolution .table__item-inner {
        width: 100%;
        margin: 0 auto
    }

    .rating__body {
        max-width: 440px;
        margin: 0 auto
    }

    .revolution .type-game .block-bordered-yellow:after {
        right: -2px
    }

    .revolution .rating-wrapper {
        gap: 70px
    }

    .revolution .banner__prizes-left-img {
        left: -22px;
        bottom: 88px;
        max-width: 45%
    }

    .revolution .game__box-btn .btn .btn-bordered-box {
        padding: 16px 0
    }

    .revolution .popup__header {
        padding-top: 20px;
        margin-bottom: 0
    }
}

@media screen and (max-width: 992px) {
    .revolution .main {
        align-items: center
    }

    .revolution .main__content {
        margin-top: 0
    }

    .revolution .popup__content {
        margin: auto 0
    }

    .revolution .main .container {
        margin-top: inherit
    }

    .revolution .main__header .btn-wrapper {
        justify-content: left;
        position: absolute;
        bottom: calc(env(safe-area-inset-bottom) + -40vh);
        right: 0;
        left: 0
    }

    .revolution .main__header .btn-wrapper .btn {
        width: 100%
    }

    .revolution .main__footer {
        justify-content: left
    }

    .revolution .timer {
        margin: 0 0 27px
    }

    .mode__list-wrap {
        flex-direction: column
    }

    .revolution .server-block_wrapper {
        max-width: 100%;
        padding: 23px 20px
    }

    .revolution .server-block {
        width: 100%;
        margin: 35px auto 0
    }

    .revolution .inner-block {
        margin-bottom: 22px
    }

    .revolution .about-img {
        width: 21px;
        height: 21px;
        margin-right: 10px
    }

    .revolution .block-subtitle {
        padding-top: 0
    }

    .revolution .inner-wrap:not(:last-child) {
        margin-bottom: 12px
    }

    .revolution .server-online {
        width: 100%;
        padding: 5px 10px;
        margin: 0 0 25px
    }

    .revolution .online-count {
        position: relative;
        top: 2px;
        font-size: 16px
    }

    .revolution .online-text {
        margin: 0 4px
    }

    .revolution .timer-text {
        font-size: 12px
    }

    .revolution .banner__prizes-left-img {
        left: -35px;
        bottom: 100px;
        transform: scale(.8)
    }

    .revolution .table__item-col .icon {
        width: 30px;
        height: 30px
    }
}

@media screen and (max-width: 874px) {
    .revolution .table__item-col .icon {
        width: 30px;
        height: 30px
    }
}

@media screen and (max-width: 767px) {
    .rating-info {
        gap: 38px
    }

    .revolution .rating__body-wrap {
        padding: 32px 30px
    }

    .revolution .friends-block, .revolution .rating-info {
        flex-direction: column
    }

    .table__item-inner-overlay {
        padding-right: 0
    }

    #ascrail2000-hr {
        overflow: hidden !important;
        left: 0 !important;
        right: 20px !important;
        bottom: -20px !important;
        width: calc(100vw - 40px) !important
    }

    .revolution .rating-info .table__item {
        overflow: unset !important
    }

    .revolution .table__item-subtitle {
        margin-bottom: 16px
    }

    .revolution .table__item-inner_box {
        padding: 32px 20px
    }

    .revolution .popup__header {
        padding-top: 95px;
        padding-bottom: 10px
    }

    .revolution .server-online {
        border-radius: 6px;
        max-width: 135px
    }

    .revolution .main .container {
        position: absolute;
        top: 80px;
        margin-top: 0
    }

    .revolution .main {
        margin: 0
    }

    .revolution .main .video {
        height: 53vh;
        top: 60px
    }

    .revolution .main .mobile-hidden {
        display: block !important
    }

    #ascrail2000, .revolution .main .desktop-hidden {
        display: none !important
    }

    .revolution .best-info p {
        font-family: Manrope-Medium;
        font-weight: 500
    }

    .revolution .main video {
        object-position: 80%;
        height: 100vh
    }

    .revolution .type-game {
        margin-top: 0;
        background: url(../img/revolution/type-game.png) center top no-repeat
    }

    .revolution .type-game:before {
        height: 200px
    }

    .revolution .type-game:after {
        height: 150px;
        bottom: 373px
    }

    .revolution .bg-image .mobile-hidden {
        transform: scale(1.7)
    }

    .revolution .bg-image {
        background: #070b18;
        height: 250px;
        z-index: -1
    }

    .revolution .bg-image:after {
        height: 70%
    }

    .revolution .create-acc {
        margin-bottom: 0
    }

    .revolution .friends {
        padding-top: 50px
    }

    .revolution .btn-group {
        margin-bottom: 24px
    }

    .revolution .friends .btn .btn-bordered-box {
        padding: 20px 24px 12px
    }

    .revolution .friends .h2-title_black, .revolution .friends .subtitle_dark {
        text-align: center
    }

    .revolution .discord-block iframe {
        margin: 0;
        max-width: 750px
    }

    .revolution .changes-text .subtitle_light, .revolution .friends .block-subtitle {
        max-width: 325px
    }

    .revolution .white-text {
        font-size: 14px
    }

    .rating {
        padding-top: 100px
    }

    .revolution .table__item-col .icon {
        width: 30px;
        height: 30px
    }

    .rating-wrapper {
        gap: 60px
    }

    .rating__body-wrap {
        padding: 40px
    }

    .revolution .banner__prizes__title {
        font-size: 24px
    }

    .revolution .banner__prizes__body .subtitle_light {
        font-size: 16px;
        text-align: center
    }

    .revolution .banner__prizes__body .banner__prizes__title {
        margin-bottom: 8px
    }

    .revolution .banner_prizes-bg-mobile {
        top: 40px;
        z-index: 1;
        max-height: 800px;
        object-fit: fill
    }

    .revolution .footer {
        z-index: 0
    }

    .revolution .banner__prizes__body:after {
        max-width: 505px;
        border-radius: 25px;
        margin: 0 auto
    }

    .revolution .banner__prizes__body .start-game__footer .btn {
        width: auto
    }

    .revolution .banner__prizes-left-img {
        left: 94px;
        bottom: 223px
    }

    .revolution .banner__prizes__wrapper {
        height: 400px;
        display: flex;
        align-items: end;
        z-index: 0
    }

    .revolution .banner__prizes {
        padding: 200px 0
    }

    .revolution .banner__prizes-bg-2 {
        display: block;
        transform: scale(1.2);
        bottom: 430px;
        right: 20px
    }

    .revolution .rating .more-info {
        max-width: 335px;
        margin: 0 auto 20px
    }

    .nicescroll-rails {
        border-radius: 10px !important;
        background: radial-gradient(128% 100% at 50% 0, #767676 2.604%, #a4a4a4 57.292%, #595959 60.938%, #393939 100%) !important
    }

    .nicescroll-cursors {
        height: 100% !important;
        border: none !important;
        background: radial-gradient(128% 100% at 50% 0, #ffc342 2.604%, #9f6e03 57.292%, #9f6e03 60.938%, #ff8717 100%) !important;
        box-shadow: 0 0 24px 0 rgba(255, 192, 57, .24) !important;
        border-radius: 10px !important
    }

    .rating .container .container {
        padding: 0
    }

    .revolution .btn-blue .text-bg {
        font-size: 14px;
        line-height: 2
    }
}

@media screen and (min-width: 1200px) and (max-width: 1440px) {
    .revolution .popup__content {
        margin: 0
    }

    .revolution .popup__header {
        margin-bottom: 0
    }
}

@media screen and (min-width: 600px) and (max-width: 640px) {
    .main__header .subtitle {
        max-width: 420px
    }

    .revolution .server-online {
        margin: 0 0 35px
    }

    .revolution .online-text {
        font-size: 11px
    }

    .revolution .online-count {
        font-size: 13px
    }

    .revolution .h1-title {
        font-size: 24px
    }

    .revolution .main__header .btn-wrapper .btn {
        width: auto
    }

    .revolution .subtitle {
        font-size: 15px
    }

    .timer-countdown {
        padding: 9px 7px
    }

    .timer-countdown .timer-block {
        width: 20px
    }

    .title-count {
        font-size: 12px
    }

    .btn-orange .btn-bordered-box {
        font-size: 9px
    }

    .type-game:before {
        background: linear-gradient(360deg, rgba(7, 11, 24, 0) 20%, rgba(7, 11, 24, .6) 32.08%, #070b18 90%)
    }

    .revolution .type-game {
        padding-top: 100px;
        background-size: cover;
        background-position: center
    }

    .revolution .type-game:after {
        bottom: 0
    }
}

@media screen and (min-width: 500px) and (max-width: 540px) {
    .revolution .popup__content {
        margin: 0
    }
}

@media screen and (max-width: 600px) {
    .rating-info__desktop {
        display: none !important
    }

    .rating-info__mobile {
        display: block
    }

    .table__item-footer-body > .table__item-col:first-child {
        color: rgba(255, 255, 255, .2)
    }

    .table__item-row__mobile {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 16px;
        background-color: rgba(255, 255, 255, .1);
        border-radius: 12px
    }

    .table__item-footer, .table__item-top {
        display: flex;
        align-items: center
    }

    .table__item-footer-body {
        margin-right: 30px
    }

    .table__item-row__mobile .table__item-col {
        font-size: 14px
    }

    .table__item-row__mobile .table__item-count {
        font-size: 18px
    }

    .table__item-box {
        gap: 8px
    }

    .revolution .table__item-subtitle {
        font-size: 20px
    }
}

@media screen and (max-width: 520px) {
    .revolution .rating .more-info {
        max-width: 100%
    }

    .revolution .main .mobile-hidden {
        display: none !important
    }

    .revolution .main .desktop-hidden {
        display: block !important
    }

    .revolution .more-info .btn .btn-bordered-box {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 53px;
        padding: 15px 40px
    }

    .best-link__profile {
        font-family: Manrope-SemiBold, sans-serif
    }

    .revolution .bg-image {
        max-height: 352px
    }

    .revolution .banner__prizes-left-img {
        left: 10px;
        bottom: 255px;
        transform: scale(1)
    }

    .revolution .banner__prizes__wrapper {
        height: 350px
    }

    .revolution .banner__prizes__title {
        font-size: 26px
    }

    .revolution .popup-mode .swiper-pagination {
        width: 60%;
        margin: 0 20vw
    }

    .revolution .banner__prizes-bg-2 {
        bottom: 390px
    }

    .revolution .banner__prizes {
        padding: 140px 0
    }

    .revolution .banner_prizes-bg-mobile {
        max-height: 620px
    }

    .revolution .main {
        padding-top: 0
    }

    .revolution .main .video {
        top: 40px
    }

    .revolution .rating .h2-title_black, .revolution .subtitle_dark {
        text-align: center
    }
}

@media screen and (max-width: 425px) {
    .revolution .btn .btn-bordered-box {
        padding: 21px 45px 15px
    }

    .revolution .btn-orange .btn-bordered-box, .revolution .online-text {
        font-size: 14px
    }

    .revolution .h1-title {
        font-size: 28px
    }

    .revolution .main__content {
        margin-bottom: 32px
    }

    .revolution .table__item-scroll {
        width: 100%;
        max-width: 413px
    }

    .revolution .banner__prizes {
        padding: 130px 0
    }

    .revolution .banner__prizes-left-img {
        transform: scale(1)
    }

    .revolution .banner_prizes-bg-mobile {
        top: 10px;
        max-height: 630px
    }

    .revolution .banner__prizes-bg-2 {
        bottom: 380px
    }
}

@media screen and (max-width: 375px) {
    .revolution .popup__content {
        margin: 0
    }

    .rating-sub, .revolution .friends .block-title {
        font-size: 16px
    }

    .revolution .discord-block::after {
        top: -1px
    }

    .revolution .friends-block {
        gap: 40px
    }

    .revolution .table__item-subtitle {
        font-size: 20px;
        line-height: 24px
    }

    .revolution .table__item-inner_box {
        padding: 32px 20px
    }

    .revolution .table__item-row__header .table__item-col {
        font-size: 16px;
        margin-right: 16px
    }

    .revolution .table__item-id {
        margin-right: 25px
    }

    .revolution .table__item-row__header .table__item-col:nth-child(2) {
        flex: 1 0 25%
    }

    .revolution .table__item-row__header .table__item-col:nth-child(3), .revolution .table__item-row__header .table__item-col:nth-child(4) {
        flex: 0 0 10%
    }

    .revolution .table__item-row__header .table__item-col:nth-child(5) {
        flex: 1 0 30%
    }

    .revolution .table__item-col .icon {
        width: 30px;
        height: 28px
    }

    .revolution .subtitle .subtitle_dark {
        text-align: center
    }

    .rating-count {
        font-size: 28px
    }

    .rating-sub__plus {
        top: 0;
        font-size: 24px
    }

    .rating-top__block:not(:last-child) {
        margin-bottom: 16px
    }

    .rating-wrapper {
        gap: 22px
    }

    .rating-footer {
        gap: 8px
    }

    .rating__body-wrap {
        padding: 23px 30px
    }

    .rating-info {
        margin-bottom: 40px
    }

    .revolution .btn {
        font-size: 14px
    }

    .revolution .btn .btn-bordered-box {
        padding: 15px 48px
    }

    .revolution .best-info {
        margin-top: 24px
    }

    .revolution .banner_prizes-bg-mobile {
        max-height: 710px;
        top: 40px;
        z-index: 1
    }

    .revolution .swiper {
        padding-left: 0
    }

    .revolution .swiper .swiper-pagination {
        margin-top: 16px
    }

    .table__item.active {
        width: 500px
    }

    .revolution .banner__prizes__body .start-game__footer .btn, .revolution .table__item.active {
        width: auto
    }

    .revolution .banner__prizes__title {
        font-size: 24px
    }

    .revolution .banner__prizes__body .subtitle_light {
        font-size: 16px;
        text-align: center
    }

    .revolution .banner__prizes__body .banner__prizes__title {
        margin-bottom: 8px
    }

    .revolution .footer {
        z-index: 0
    }

    .revolution .banner__prizes__body:after {
        border-radius: 25px
    }

    .revolution .banner__prizes-left-img {
        max-width: 100%;
        left: -5px;
        bottom: 250px
    }

    .revolution .banner__prizes__wrapper {
        height: 400px;
        display: flex;
        align-items: end;
        z-index: 0
    }

    .revolution .banner__prizes {
        padding: 160px 0 140px
    }

    .revolution .banner__prizes-bg-2 {
        display: block;
        transform: scale(1.5);
        bottom: 400px;
        right: 39px
    }

    .revolution .footer-social .block-title {
        text-transform: none
    }

    .revolution .website-title {
        font-size: 18px
    }
}

@media screen and (max-width: 374px) {
    .table__item-footer-body {
        margin-right: 20px
    }
}

@media screen and (max-width: 350px) {
    .revolution .banner__prizes-left-img {
        transform: scale(.8);
        left: -35px
    }

    .revolution .banner_prizes-bg-mobile {
        top: 20px
    }

    .revolution .banner__prizes {
        padding: 110px 0 100px
    }

    .revolution .banner__prizes-bg-2 {
        right: 33px;
        bottom: 380px
    }

    .start-game__footer .btn-bordered-box {
        width: 220px !important
    }

    .revolution .friends .btn .btn-bordered-box {
        padding: 20px 14px 12px
    }

    .revolution .more-info .btn .btn-bordered-box {
        padding: 15px 30px
    }

    .table__item-row__mobile .table__item-col {
        font-size: 11px
    }
}

@media screen and (max-width: 310px) {
    .table__item-footer {
        flex-direction: column;
        align-items: flex-start
    }
}