*{padding: 0;margin: 0;border: 0;}
*,*:before,*:after{-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;}
:focus,:active{outline: none;}
a:focus,a:active{outline: none;}
nav,footer,header,aside{display: block;}
html,body{height:100%;width:100%;font-size:100%;line-height:1;font-size:14px;-ms-text-size-adjust:100%;-moz-text-size-adjust:100%;-webkit-text-size-adjust:100%;}
input,button,textarea{font-family:inherit;}
input::-ms-clear{display: none;}
button{cursor: pointer;}
button::-moz-focus-inner{padding:0;border:0;}
a,a:visited{text-decoration: none;}
a:hover{text-decoration: none;}
ul li{list-style: none;}
img{vertical-align: top;}
h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight: inherit;}

body {
    background-color: #F5F5F5;
    font-family: 'Roboto', sans-serif;
}
.main {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.container {
    width: 100%;
    max-width: 1296px;
    transition: padding .3s;
}
@media (max-width: 1400px) {
    .container {
        padding: 0 30px;
    }
}
.header {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 1920px;
    width: 100%;
    height: 858px;
    background: url(../img/header.jpg) top center no-repeat;
    overflow: hidden;
}
@media (min-width: 1950px) {
    .header {
        max-width: 100%;
        background-size: 100% 100%;
    }
}
.header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 1300px;
    height: 100%;
    background: linear-gradient(90deg, #304053 0%, rgba(40, 55, 73, 0) 100%);
    opacity: 0.9;
    z-index: 2;
    pointer-events: none;
}
.header::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 142px;
    background: url(../img/header_ripple.png) no-repeat;
    z-index: 2;
}
@media (min-width: 1950px) {
    .header::after {
        background-size: 100% 100%;
    }
}
.nav {
    position: fixed;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 165px;
    background: url(../img/bg_nav.png) top center no-repeat;
    font-family: 'Alumni Sans', sans-serif;
    z-index: 10;
}
@media (min-width: 1950px) {
    .nav {
        background-size: 100% 100%;
    }
}
.nav_mini {
    position: relative;
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    gap: 12px;
    padding-top: 7px;
}
.nav_mini .social {
    width: 28px;
    height: 28px;
    transition: .3s;   
}
.nav_mini .social:hover {
    filter: brightness(110%);  
}
.nav_mini .social:nth-child(1) {
    background: url(../img/btns/tg.png);
}
.nav_mini .social:nth-child(2) {
    background: url(../img/btns/ds.png);
}
.nav_mini .social:nth-child(3) {
    background: url(../img/btns/vk.png);
}
.nav_mini .social:nth-child(4) {
    background: url(../img/btns/mmotop.png);
}
.nav_main {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 70px;
}
.nav_main .logo {
    width: 151px;
    height: 35px;
    margin-top: 17px;
    transition: .3s;
}
.nav_main .logo:hover {
    filter: brightness(110%);
}
.nav_menu {
    display: flex;
    gap: 60px;
    font-weight: 400;
    font-size: 26px;
    line-height: 31px;
    letter-spacing: 0.01em;
    margin-top: 22px;
    margin-left: 90px;
}
.nav_menu_item {
    color: #303B4A;
    transition: .3s;
}
.nav_menu_item:hover {
    color: #4B79BE;
}
.nav_menu_item.active {
    color: #4B79BE;
    pointer-events: none;
}
.nav_main .btn {
    height: fit-content;
    padding: 4px;
    border: 2px solid rgba(48, 59, 74, 0.2);
    margin-top: 3px;
}
.nav_main .btn a {
    position: relative;
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 24px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    background: #303B4A;
    border: 2px solid #5C697C;
    padding: 10px 35px;
    transition: .3s;
}
.nav_main .btn a:hover {
    background: #607592;
}
.nav_main .btn a::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 21px;
    margin-right: 8px;
    background: url(../img/icon_user.png) no-repeat;

}
.header_section {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 295px;
}
.welcome {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: left;
    font-family: 'Alumni Sans', sans-serif;
    z-index: 5;
}
@media (max-width: 1000px) {
    .welcome {
        justify-content: center;
        align-items: center;
        text-align: center;
    }
}
.welcome .title {
    font-weight: 500;
    font-size: 64px;
    line-height: 89%;
    letter-spacing: 0.01em;
    max-width: 490px;
    color: #FFFFFF;
    margin-bottom: 15px;
}
.welcome .title b {
    font-weight: 500;
    color: #BBDEFF;
}
.welcome .subtitle {
    max-width: 495px;
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: 0.01em;
    margin-bottom: 20px;
    color: #F8F8F8;
    font-family: 'Roboto', sans-serif;
}
.welcome .btn {
    padding: 12px 45px;
    background: #1E262B;
    border: 2px solid #394850;
    font-weight: 600;
    font-size: 28px;
    letter-spacing: 0.02em;
    text-align: center;
    color: #FFFFFF;
    width: fit-content;
    transition: .3s;
}
.welcome .btn:hover {
    background: #303B4A;
    border: 2px solid #5C697C;
}
.hero_wrapper {
    position: absolute;
    top: -295px;
    margin-top: 223px;
    right: 9px;
    width: 1134px;
    height: 570px;
    overflow: hidden;
    z-index: 2;
    pointer-events: none;
    transition: .3s;
}
@media (max-width: 1400px) {
    .hero_wrapper {
        right: -300px;
    }
}
@media (max-width: 1200px) {
    .hero_wrapper {
        right: -400px;
    }
}
@media (max-width: 1000px) {
    .hero_wrapper {
        right: -600px;
        z-index: 1;
    }
}
.hero_wrapper .hero {
    position: relative;
    width: 1134px;
    height: 752px;
    background: url(../img/hero.png) no-repeat;
    z-index: 5;
}
.hero_wrapper .sparkles {
    position: absolute;
    top: 25px;
    left: 158px;
    width: 800px;
    height: 569px;
    background: url(../img/sparkles.png) no-repeat;
    z-index: 4;
    animation: sparkles 4s ease-in-out infinite alternate both;
}
@keyframes sparkles {
    0% {
        transform: scale(80%);
        opacity: 0.6;
    }
    100% {
        transform: scale(100%);
        opacity: 1;
    }
}
.hero_wrapper .circle {
    position: absolute;
    top: 82px;
    left: 204px;
    width: 641px;
    height: 642px;
    background: url(../img/circle.png) no-repeat;
    z-index: 3;
    animation: circle 50s linear infinite;
}
@keyframes circle {
    0% {
        transform: rotateZ(0deg);
    }
    100% {
        transform: rotateZ(360deg);
    }
}
.content {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 24px;
    width: 100%;
    margin-top: -25px;
    z-index: 5;
}
@media (max-width: 1200px) {
    .content {
        flex-wrap: wrap;
    }
}
.el {
    background-color: #EEEEEE;
    border: 1px solid #DFDFDF;
    width: 100%;
}
.online_block {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
    max-width: 416px;
}
@media (max-width: 1200px) {
    .online_block {
        max-width: 100%;
    }
}
.block_title {
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 0.01em;
    color: #303B4A;
}
.server {
    position: relative;
    width: 100%;
}
.server .status {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 12px;
    right: 12px;
    opacity: 0.8;
    border-radius: 50px;
}
.server .status.online {
    background: #8CD780;
}
.server .status.online::after {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50px;
    background: rgba(111, 212, 95, 0.6);
    animation: online 2s ease-in-out infinite;
}
@keyframes online {
    0% {
        transform: scale(80%);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scale(180%);
        opacity: 0;
    }
}
.server .status.offline {
    background: #D78080;
}
.server_wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    padding: 29px 0 0 18px;
    margin-bottom: 30px;
}
.server_info {
    display: flex;
    flex-direction: column;
}
.server_wrapper::before {
    content: '';
    display: inline-block;
    width: 33px;
    height: 48px;
    margin-right: 20px;
    background: url(../img/icon_server.png) no-repeat;
}
.server .info {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
    margin-bottom: 3px;
}
.server .name {
    font-weight: 500;
    font-size: 22px;
    letter-spacing: 0.02em;
    color: #303B4A;
}
.rates {
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0.01em;
    color: #4A74AD;
}
.rates::before {
    content: '[ ';
}
.rates::after {
    content: ' ]';
}
.description {
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.02em;
    color: #687281;
}
.server .menu {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -1px;
    width: calc(100% + 2px);
    height: 45px;
    background-color: #303B4A;
    border-top: 3px solid #94AEBD;
}
.server .menu a {
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    transition: .3s;
}
.server .menu a:hover {
    color: #b3d1ff;
}
.server .menu a:nth-child(1)::after {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url(../img/icon_menu.png) no-repeat;
    margin: 0 10px;
}
.news_block {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
    max-width: 416px;
}
@media (max-width: 1200px) {
    .news_block {
        max-width: 100%;
    }
}
.article {
    display: flex;
    flex-direction: row;
    gap: 30px;
    overflow: hidden;
}
.article img {
    width: 72px;
    height: 100%;
}
.article .text {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}
.article .title {
    position: relative;
    font-weight: 500;
    font-size: 22px;
    letter-spacing: 0.02em;
    color: #303B4A;
    margin-bottom: 5px;
    transition: .3s;
}
.article .title:hover {
    color: #3b67a2;
}
.article .subtitle {
    font-weight: 300;
    font-size: 18px;
    line-height: 120%;
    color: #687281;
    max-width: 300px;
    max-height: 67px;
    overflow: hidden;
}
@media (max-width: 1200px) {
    .article .subtitle {
        max-width: 100%;
        max-height: 100%;
        padding-right: 25px;
        padding-bottom: 20px;
    }
}
.top_block {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
    max-width: 416px;
}
@media (max-width: 1200px) {
    .top_block {
        max-width: 100%;
    }
}
.top_block .options {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 18px 25px 0 25px;
    margin-bottom: 21px;
}
.top_block .server_choose {
    position: relative;
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 0.02em;
    color: #303B4A;
    cursor: pointer;
}
.top_block .server_choose::after {
    position: relative;
    content: '';
    display: inline-block;
    width: 11px;
    height: 7px;
    top: -2px;
    margin-left: 5px;
    background: url(../img/icon_arrow.png) no-repeat;
}
.top_block .btns {
    display: flex;
    gap: 10px;
}
.top_block .btns span {
    font-family: 'Alumni Sans', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    padding: 5px 15px;
    background: #303B4A;
    cursor: pointer;
    transition: .3s;
}
.top_block .btns span:hover {
    background: #607592;
}
.players ol {
    width: 100%;
    display: flex;
    flex-direction: column;
    max-height: 375px;
    overflow-y: scroll;
}
.players ol::-webkit-scrollbar {
    width: 15px;
}
.players ol::-webkit-scrollbar-track {
    background: #DBDBDB;
}
.players ol::-webkit-scrollbar-thumb {
    background: #919BAA;
}
.players ol::-webkit-scrollbar-thumb:hover {
    background: #879ab6;
}
.players li {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background: #E4E4E4;
    padding: 15px 25px;
    letter-spacing: 0.02em;
}
.players li:nth-child(even) {
    background: none;
}
@media (max-width: 456px) {
    .players li {
        white-space: nowrap;
        flex-wrap: nowrap;
        width: fit-content;
    }
}
.players .position {
    font-weight: 400;
    font-size: 22px;
    width: 35px;
    color: #303B4A;
    margin-right: 15px;
}
.players .position::after {
    display: inline-block;
    content: '.';
}
.players li div {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}
.players img {
    width: 25px;
    height: 25px;
}
.players .name {
    font-weight: 300;
    font-size: 20px;
    color: #52555A;
    width: 180px;
    height: 22px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.players .score {
    font-weight: 500;
    font-size: 20px;
    text-align: right;
    color: #303B4A;
}
.footer {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #303945;
    width: 100%;
    max-width: 1920px;
    margin-top: 70px;
}
@media (min-width: 1950px) {
    .footer {
        max-width: 100%;
    }
}
.footer_wrapper {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    padding: 40px 0;
}
@media (max-width: 997px) {
    .footer_wrapper {
        flex-direction: column;
        align-items: center;
        gap: 50px;
    }
}
.copyright {
    display: flex;
    flex-direction: column;
}
@media (max-width: 997px) {
    .copyright {
        align-items: center;
        text-align: center;
    }
}
.logo_min {
    width: 191px;
    height: 59px;
    background: url(../img/logo_min.png) no-repeat;
}
.copyright p {
    font-weight: 300;
    font-size: 16px;
    line-height: 120%;
    width: 100%;
    max-width: 460px;
    color: #7D848C;
    margin-bottom: 13px;
}
.copyright a {
    width: 218px;
    height: 40px;
    background: url(../img/design.png) no-repeat;
    opacity: 0.7;
    transition: .3s;
}
.copyright a:hover {
    opacity: 1;
}
.footer_wrapper .menu {
    display: flex;
    flex-direction: row;
    gap: 70px;
}
@media (max-width: 997px) {
    .footer_wrapper .menu {
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        text-align: center;
    }
}
@media (max-width: 997px) {
    .footer_wrapper .menu_col {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
}
.footer_wrapper .title {
    position: relative;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    margin-bottom: 29px;
}
.footer_wrapper .title::before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 19px;
    background: url(../img/icon_menu_footer.png) no-repeat;
    margin-right: 5px;
}
.footer_wrapper .title::after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 83px;
    height: 1px;
    bottom: -15px;
    background: #4C596B;
}
.footer_wrapper .links {
    display: flex;
    flex-direction: column;
    gap: 14px;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.01em;
    max-width: 200px;
}
@media (max-width: 997px) {
    .footer_wrapper .links {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
}
.footer_wrapper .links a {
    width: fit-content;
    color: #7D848C;
    transition: .3s;
}
.footer_wrapper .links a:hover {
    color: #9ea8b3;
}
.footer_min {
    width: 100%;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.01em;
    color: #687787;
    background: #212529;
    padding: 16px 0;
}
.footer_min b {
    font-weight: 500;
}
.animate {
    position: absolute;
    top: 0;
    height: 468px;
    width: 100%;
    z-index: 2;
    overflow: hidden;
}
.clouds {
    position: absolute;
    width: 2433px;
    height: 837px;
    bottom: 0;
    background: url(../img/clouds.png) no-repeat;
    animation: clouds 50s linear infinite;
}
@keyframes clouds {
    0% {
        transform: translateX(-100%);
        opacity: 1;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: translateX(80%);
        opacity: 0.6;
    }
}
.clouds2 {
    position: absolute;
    width: 2433px;
    height: 837px;
    bottom: 0;
    background: url(../img/clouds.png) no-repeat;
    animation: clouds2 50s linear infinite;
}
@keyframes clouds2 {
    0% {
        transform: translateX(-280%);
        opacity: 1;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: translateX(100%);
        opacity: 0.6;
    }
}
.clouds3 {
    position: absolute;
    width: 2433px;
    height: 837px;
    bottom: 0;
    background: url(../img/clouds.png) no-repeat;
    animation: clouds3 50s linear;
    visibility: hidden;
}
@keyframes clouds3 {
    0% {
        visibility: visible;
        transform: translateX(-10%);
        opacity: 1;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: translateX(120%);
        opacity: 0.6;
    }
}
.nav_burger {
  position: relative;
  z-index: 55;
  display: none;
  width: 30px;
  height: 20px;
  margin-top: 20px;
}
.nav_burger:hover {
  cursor: pointer;
}
@media (max-width: 1100px) {
    .nav_burger {
      display: block;
    }
    .nav_menu {
        display: none;
    }
    .nav_main .btn {
        display: none;
    }
}
.nav.active_b {
    position: fixed;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 50;
}
.nav_burger.active_b {
    margin-left: 30px;
}
.nav_menu.active_b {
    display: flex;
    flex-direction: column;
    text-align: center;
    font-size: 36px;
    position: absolute;
    margin-left: 0;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, 60%)
}
.nav_main .btn.active_b {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, 160%)
}
.nav_burger::before {
  content: "";
  background-color: #1E262B;
  position: absolute;
  width: 100%;
  height: 3px;
  top: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.nav_burger::after {
  content: "";
  background-color: #1E262B;
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.nav_burger.active_b::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 9px;
}
.nav_burger.active_b::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  bottom: 9px;
}
.nav_burger span {
  background-color: #1E262B;
  position: absolute;
  width: 100%;
  height: 3px;
  top: 9px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.nav_burger.active_b span {
  -webkit-transform: scale(0);
          transform: scale(0);
}
body.active_b {
    overflow: hidden;
}
span.pk.active {
    background-color: #607592;
    pointer-events: none;
}
span.lvl.active {
    background-color: #607592;
    pointer-events: none;
}
ol.pk {
    display: none !important;
}
ol.pk.active {
    display: block !important;
}
ol.lvl {
    display: none !important;
}
ol.lvl.active {
    display: block !important;
}
.content.download {
    flex-direction: column;
}
.download_block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
    width: 100%;
}
.download_block .download {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px 30px 30px 30px;
    text-align: center;
}
.download_block .download p {
    font-weight: 400;
    text-align: center;
    max-width: 500px;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0.01em;
    color: #687281;
    margin-bottom: 20px;
}
.download_block .download a {
    padding: 10px 45px;
    background: #1E262B;
    border: 2px solid #394850;
    font-weight: 600;
    font-size: 28px;
    font-family: 'Alumni Sans', sans-serif;
    letter-spacing: 0.02em;
    text-align: center;
    color: #FFFFFF;
    width: fit-content;
    transition: .3s;
}
.download_block .download a:hover {
    background: #303B4A;
    border: 2px solid #5C697C;
}
.download .btns {
    max-width: 800px;
    display: flex;
    flex-direction: row;
    gap: 20px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.languages {
    position: absolute;
    right: 0;
    padding-top: 7px;
    font-size: 20px;
    color: #D9D9D9;
    text-align: center;
}
.languages span {
    cursor: pointer;
}
.languages span::after {
    position: relative;
    display: inline-block;
    content: '';
    background: url('../img/icon_dropdown.png');
    width: 7px;
    height: 5px;
    top: -1px;
    margin-left: 5px;
}
.languages_wrapper {
    display: flex;
    justify-content: center;
    position: relative;
}
.dropdown {
    position: absolute;
    display: none;
    flex-direction: column;
    width: 50px;
    height: 99px;
    top: 25px;
    background-color: #EEEEEE;
    z-index: 100;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}
.dropdown.active {
    display: flex;
}
.dropdown .dropdown_item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50%;
    color: #303B4A;
    transition: .2s;
}
.dropdown .dropdown_item:hover {
    background-color: #dbdbdb;
}