@font-face {
   font-family: 'Akrobat';
   src: url('../fonts/Akrobat.ttf');
   font-weight: normal;
   font-style: normal;
}

@font-face {
   font-family: 'Akrobatb';
   src: url('../fonts/Akrobat-Bold.ttf');
   font-weight: normal;
   font-style: normal;
}

@font-face {
   font-family: 'Akrobateb';
   src: url('../fonts/Akrobat-ExtraBold.ttf');
   font-weight: normal;
   font-style: normal;
}

@font-face {
   font-family: 'Akrobatbb';
   src: url('../fonts/Akrobat-Black.ttf');
   font-weight: normal;
   font-style: normal;
}

@font-face {
   font-family: 'Akrobatl';
   src: url('../fonts/Akrobat-Light.ttf');
   font-weight: normal;
   font-style: normal;
}

body {
    background: #fff;
    font-family: 'Akrobat';
    font-weight: 400;
    line-height: 1;
    font-size: 16px;
    background: #fff;
    color: #fff;
}
* {
    outline: 0;
}
::-moz-selection {
    background: #ffa500;
    color: #fff;
}
::selection {
    background: #ffa500;
    color: #fff;
}
::-moz-selection {
    background: #ffa500;
    color: #fff;
}

::-webkit-scrollbar {
  width: 4px;
}
/* Track */
::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
/* Handle */
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #ffa500;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(95, 121, 167, 0.71);
}
a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

header {
	/*background: no-repeat top center;*/
    width: 100%;
    height: 1071px;
    position: relative;
}
header .girl-header {
    background: url(../images/girl-header.png) no-repeat;
    width: 878px;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: moveGirl 10s infinite;
            animation: moveGirl 10s infinite;
    animation-direction: alternate-reverse;
}
header .topline {
    position: relative;
    z-index: 100;
}
.video-background {
background-position: center;
position: fixed;	
top: 50%;
left: 50%;
min-width: 100%;
min-height: 100%; 
width: auto;  
height: auto;
transform: translate(-50%, -50%); 
z-index: -1; 
object-fit: cover; 
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
	top: 0; 
	left: 0; 
	right: 0; 
	bottom: 0; 
	backdrop-filter: blur(10px);
}
.container.small {
    padding-right: 20%;
    padding-left: 20%;
    max-width: unset;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.container.small.staps {
    /* margin-bottom: 12.364vw; */
}
header .topline .topline-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: center;
}
.logo-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 22px;
}
.logo-wrap .logo {
    margin-right: 15px;
}
.logo-wrap .desc {
    font-size: 14px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
}
.logo-wrap .desc span {
    color: #ffa500;
}
header .topline .topline-wrap .header-menu {
	text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
header .topline .topline-wrap .header-menu li {
    margin-right: 76px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
header .topline .topline-wrap .header-menu li:last-child {
    margin-right: 0px;
}
header .topline .topline-wrap .header-menu li a {
    color: #fff;
    font-size: 22px;
    letter-spacing: 1px;
    text-transform: uppercase;
    /* padding: 10px 0; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: Akrobatb;        
    text-align: center;
}
header .topline .topline-wrap .header-menu li .youtube {
    background: url(../images/svg/youtube.svg) no-repeat;
    width: 24px;
    height: 18px;
    background-size: 100% 100%;
    margin-right: 5px;
    
    transition: transform .23333333s, box-shadow .23333333s easy-in-out;
    -webkit-transition: transform .23333333s, box-shadow .23333333s ease-in-out;
    -moz-transition: transform .23333333s, box-shadow .23333333s ease-in-out;
}
header .topline .topline-wrap .header-menu li .donate {
    background: url(../images/svg/donate.svg) no-repeat;
    width: 24px;
    height: 24px;
    background-size: 100% 100%;
    margin-right: 5px;
    transition: transform .23333333s, box-shadow .23333333s easy-in-out;
    -webkit-transition: transform .23333333s, box-shadow .23333333s ease-in-out;
    -moz-transition: transform .23333333s, box-shadow .23333333s ease-in-out;
}
header .info-server {
    
        
    /* display: flex; */
    /* flex-direction: column; */
    /* align-items: center; */
    /* margin-left: 574px; */
    /* margin-top: 160px; */
    position: absolute;
    right: 17px;
    top: 160px;
    text-shadow: 0px 11px 133px rgba(255, 255, 255, 0.68);
}
header .info-server p {
    line-height: 0.8;
    font-size: 120px;
    color: #fff;
    letter-spacing: -3px;
    font-weight: 900;
    max-width: 806px;
    font-family: akrobatbb;
    text-transform: uppercase;
    pointer-events: none;
}
header .info-server p.small {
    font-size: 30px;
    letter-spacing: 0px;
    font-weight: normal;
    line-height: 1;
    margin-top: 50px;
    font-family: akrobat;
    text-transform: none;
    text-shadow: unset;
}
header .info-server .quality-server {
    font-family: akrobatb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 45px;
}
header .info-server .quality-server div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 74px;
    font-size: 80px;
    font-weight: 900;
    pointer-events: none;
}
header .info-server .quality-server div:last-child {
    margin-right: 0px;
}
header .info-server .quality-server div span {
    font-size: 24px;
    -ms-flex-item-align: center;
        align-self: center;
    margin-left: 10px;
    font-weight: bold;
    letter-spacing: 1px;
}
.main-button {
    font-weight: 800;
    font-family: akrobatb;
    border-radius: 10px;
	backdrop-filter: blur(10px);
    background-color: rgb(255, 165, 0);
    box-shadow: 0px 10px 60px 0px rgba(255, 165, 0, 0.7),0px 10px 196px 0px rgba(255, 165, 0, 0.7);
    text-transform: uppercase;
    font-size: 30px;
    letter-spacing: 0px;
    cursor: pointer;
    color: #060606;
    padding: 34px;
	margin-right:10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    
    
    transition: transform .23333333s, box-shadow .23333333s, margin .23333333s easy-in-out;
    -webkit-transition: transform .23333333s, box-shadow .23333333s, margin .23333333s ease-in-out;
    -moz-transition: transform .23333333s, box-shadow .23333333s, margin .23333333s ease-in-out;
}
.main-button span {
    font-weight: 400;
    font-size: 14px;
}
header .info-server .buttons-info-server {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
}
header .info-server .buttons-info-server .main-button.youtube {
    background-color: rgb(245, 34, 78);
    box-shadow: 0px 10px 60px 0px rgba(245, 34, 78, 0.7),0px 10px 196px 0px rgba(245, 34, 78, 0.7);
    color: #fff;
}
header .info-server .buttons-info-server .main-button.youtube {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    font-size: 24px;
    letter-spacing: 0px;
}

header .info-server .buttons-info-server .main-button.youtube:before {
    content: "";
    background: url(../images/svg/play.svg) no-repeat;
    width: 36px;
    height: 39px;
    background-size: cover;
    margin-right: 24px;
}
header .info-server .buttons-info-server .main-button.youtube div {
    font-family: akrobatbb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: left;
}
header .info-server .buttons-info-server .main-button.youtube span {
    letter-spacing: 1px;
}
.main-button:hover {
    box-shadow: 0px 10px 60px 0px rgba(255, 165, 0, 0.7),0px 10px 196px 0px rgba(255, 165, 0, 0.7), 0 5px 0 0 #000;
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
}
header .info-server .buttons-info-server .main-button.youtube:hover {
    box-shadow: 0px 10px 60px 0px rgba(245, 34, 78, 0.7),0px 10px 196px 0px rgba(245, 34, 78, 0.7), 0 5px 0 0 #000;
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
}
main {
    background: #060606;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    z-index: 2;
}
main:before {
    content: "";
    background: url(../images/sep-white.png);
    width: 100%;
    height: 28.667vw;
    background-size: 100% 100%;
    position: absolute;
    top: -11.333vw;
    pointer-events: none;
}

main .game-servers {
    color: #e7e7e7;
    width: 100%;
}
main .game-servers .header-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: akrobatb;
    font-weight: 800;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 3.879vw;
    text-transform: uppercase;
    line-height: 0.8;
    
        
    width: 69.152vw;
}
main .game-servers .header-text p span.big {
    font-size: 6.303vw;
}
main .game-servers .header-text p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
main .game-servers .header-text p.online {
    font-family: akrobatl;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: unset;
            flex-direction: unset;
    -webkit-box-align: center;
        -ms-flex-align: center;
                -ms-grid-row-align: center;
            align-items: center;
    font-size: 3.515vw;
    color: #ffa500;
}
main .game-servers .header-text p.online span {
    font-size: 1.212vw;
    color: #e7e7e7;
    margin-left: 0.606vw;
}
main .game-servers .server {
    background: url(../images/server-bg.png);
    width: 69.152vw;
    height: 29.091vw;
    position: relative;
    background-size: cover;
}
main .game-servers .server.two {
    background: url(../images/server-bg-two.png);
    background-size: cover;
    z-index: 1;
}
main .game-servers .server p {
    font-family: akrobatbb;
    position: absolute;
    left: -0.545vw;
    top: 2.424vw;
    font-size: 7.758vw;
    text-transform: uppercase;
    font-weight: 800;
    
        
    color: #fff;
    line-height: 0.8;
}
main .game-servers .server.one:before {
    content: "";
    background: url(../images/tank-server.png);
    background-size: cover;
    width: 50.545vw;
    height: 33.576vw;
    position: absolute;
    z-index: 1;
    left: -4.182vw;
    top: -0.303vw;
}
main .game-servers .server.two:before {
    content: "";
    background: url(../images/boat-server.png);
    background-size: cover;
    width: 51.545vw;
    height: 15.576vw;
    position: absolute;
    z-index: 1;
    left: -6.0vw;
    bottom: -3.303vw;
}
.main-button.copy {
    
	background: #060606;
	color: #ffa500;
    position: absolute;
    right: 3.636vw;
    bottom: 7.152vw;
    width: 19.758vw;
    height: 4.606vw;
    font-size: 1.576vw;
    font-weight: 700;
    letter-spacing: 0vw;
    padding: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-left: 3.636vw;
    box-shadow: 0vw 0vw 3vw 1vw rgba(255, 165, 0, 0.7), 0vw 10vw 11.879vw 0vw rgba(255, 165, 0, 0.7);
}
.main-button.copy:hover {
    margin-bottom: 0.303vw;
    box-shadow: 0vw 0vw 3vw 1vw rgba(255, 165, 0, 0.7), 0vw 10vw 11.879vw 0vw rgba(255, 165, 0, 0.7), 0 0.303vw 0 0 rgba(255, 165, 0,0.3);
}
.main-button.copy:before {
    content: "";
    width: 4.485vw;
    height: 100%;
    background: url(../images/svg/logo.png) no-repeat;
    background-size: 1.333vw 1.636vw;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
}
main .game-servers .server .online {
    font-family: akrobatbb;
    position: absolute;
    right: 3.636vw;
    top: 5.758vw;
    color: #fff;
    

    font-size: 2.424vw;
    font-weight: 800;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
main .game-servers .server.one .online:before {
    content: "";
    background: url(../images/svg/one.svg) no-repeat;
    background-size: 100% 100%;
    width: 1.6vw;
    height: 2vw;
    margin-right: 1vw;
    margin-top: 0.2vw;
}
main .game-servers .server.two .online:before {
    content: "";
    background: url(../images/svg/two.svg) no-repeat;
    background-size: 100% 100%;
    width: 1.6vw;
    height: 2vw;
    margin-right: 1vw;
    margin-top: 0.2vw;
}
main .game-servers .server .online span {
    color: #ffa500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
main .game-servers .server .online span:before {
    content: "";
    background: url(../images/svg/head.svg);
    width: 1.455vw;
    height: 1.818vw;
    background-size: cover;
    background-position: center;
    color: #ffa500;
    -ms-flex-item-align: center;
        align-self: center;
    margin-left: 0.606vw;
    margin-right: 0.606vw;
}
main .how-start-game p {
    color: #e7e7e7;
    font-size: 4.848vw;
    font-weight: 800;
    text-transform: uppercase;
}
main .how-start-game p span {
    color: #ffa500
}
main .how-start-game {
    margin-top: 3.03vw;
    
        
    z-index: 1;
}
main .how-start-game p.title {
    font-family: akrobatbb;
    width: 69.152vw;
    text-align: center;
}
main .how-start-game .guide-staps
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 4.848vw;
}
main .how-start-game .guide-staps .lines-stap-1 {
    position: absolute;
    background: url(../images/svg/lines-stap-1.svg);
    width: 10.667vw;
    height: 8.727vw;
    background-size: contain;
    bottom: -7.697vw;
    left: -5.515vw;
    pointer-events: none;
}
main .how-start-game .guide-staps .lines-stap-2 {
    position: absolute;
    background: url(../images/svg/lines-stap-2.svg);
    width: 9.697vw;
    height: 11.091vw;
    background-size: contain;
    bottom: -7.333vw;
    right: -6.667vw;
    z-index: 1;
    pointer-events: none;
}
main .how-start-game .guide-staps .lines-stap-4 {
    position: absolute;
    background: url(../images/svg/lines-stap-4.svg);
    width: 10.667vw;
    height: 9.333vw;
    background-size: contain;
    top: -4.364vw;
    right: -5.091vw;
    z-index: 1;
    pointer-events: none;
}
main .how-start-game .guide-staps:before {
    content: "";
    background: #060606;
    background-size: contain;
    width: 50%;
    height: 33.333vw;
    margin-top: 0.606vw;
    position: absolute;
    left: 0;
    /* transform: skewY(-4deg); */
}
main .how-start-game .guide-staps:after {
    content: "";
    width: 50%;
    height: 30.364vw;
    margin-top: 0.545vw;
    position: absolute;
    right: 0;
    /* transform: skewY(-4deg); */
    z-index: 0;
}
main .how-start-game .guide-staps div {
    width: 17.273vw;
    height: 31.515vw;
    position: relative;
    z-index: 1;
    
            
}
main .how-start-game .guide-staps div span {
    position: absolute;
    left: 0.788vw;
    bottom: 3.818vw;
    font-size: 1.333vw;
    letter-spacing: 0.121vw;
    text-transform: uppercase;
    color: #ffa500;
    font-weight: 700;
    -webkit-transform: rotate(90deg));
            transform: rotate(90deg);
}
main .how-start-game .guide-staps div p.title-stap {
    font-weight: 800;
    font-size: 1.879vw;
    color: #fffff;
    
        
    line-height: 1.3;
    padding-left: 2.545vw;
    padding-top: 2.545vw;
}
main .how-start-game .guide-staps div p.description-stap {
    font-weight: 400;
    font-size: 1.091vw;
    color: #fff;
    
        
    line-height: 1.3;
    text-transform: none;
    padding-left: 2.545vw;
    padding-top: 0.606vw;
    max-width: 15.152vw;
}
main .how-start-game .guide-staps .stap-1 {
    background: url(../images/guide-stap-1.png) no-repeat;
    background-size: cover;
}
main .how-start-game .guide-staps .stap-1:before {
    content: "";
    /*background: -webkit-linear-gradient(bottom, rgba(255, 165, 0, 0.64) 0%, rgba(0,212,255,0) 90%);
    background: linear-gradient(0deg, rgba(255, 165, 0, 0.64) 0%, rgba(0,212,255,0) 90%);*/
    width: 100%;
    height: 13.03vw;
    position: absolute;
    
        
    top: -12.424vw;
}
main .how-start-game .guide-staps .stap-2 {
    background: url(../images/guide-stap-2.png) no-repeat bottom;
    background-size: cover;
    margin-top: 3.152vw;
}
main .how-start-game .guide-staps .stap-2:after {
    content: "";
    /*background: -webkit-linear-gradient(top, rgba(255, 165, 0, 0.4) 0%, rgba(0,212,255,0) 90%);
    background: linear-gradient(180deg, rgba(255, 165, 0, 0.4) 0%, rgba(0,212,255,0) 90%);*/
    width: 100%;
    height: 13.03vw;
    position: absolute;
    
        
    bottom: -15.394vw;
}
main .how-start-game .guide-staps .stap-2:before {
    content: "";
    background: #060606;
    width: 100%;
    height: 6.061vw;
    position: absolute;
    margin-top: -5.455vw;
    
        
}
main .how-start-game .guide-staps .stap-3 {
    background: url(../images/guide-stap-3.png) no-repeat;
    background-size: cover;
    margin-top: -0.061vw;
}

main .how-start-game .guide-staps .stap-4 {
    background: url(../images/guide-stap-4.png) no-repeat;
    background-size: cover;
	margin-top: 3.152vw;
}
main .how-start-game .guide-staps .stap-4:after {
    content: "";
    /*background: -webkit-linear-gradient(top, rgba(255, 165, 0, 0.64) 0%, rgba(0,212,255,0) 90%);
    background: linear-gradient(180deg, rgba(255, 165, 0, 0.64) 0%, rgba(0,212,255,0) 90%);*/
    width: 100%;
    height: 13.03vw;
    position: absolute;
    
        
    bottom: -12.424vw;
}
main .how-start-game .guide-staps .stap-4:before {
    content: "";
    background: url(../images/grand-cap.png);
    width: 13.091vw;
    height: 7.515vw;
    background-size: contain;
    position: absolute;
    bottom: -5.455vw;
    left: 0.909vw;
    z-index: 1;
}
.main-button.guide {
    

    position: absolute;
    width: 100%;
    height: 3.212vw;
    font-size: 1.333vw;
    font-weight: 700;
    letter-spacing: 0vw;
    padding: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-left: 4.424vw;
    bottom: 0;
    margin-bottom: -3.024vw;
    transition: margin .23333333s, box-shadow .23333333s easy-in-out;
    -webkit-transition: margin .23333333s, box-shadow .23333333s ease-in-out;
    -moz-transition: margin .23333333s, box-shadow .23333333s ease-in-out;
    box-shadow: -1vw 0vw 3vw 1vw rgba(255, 165, 0, 0.7), 0vw 10vw 11.879vw 0vw rgba(255, 165, 0, 0.7);
}
.main-button.guide:hover {
    margin-bottom: -2.121vw;
    box-shadow: -1vw 0vw 3vw 1vw rgba(255, 165, 0, 0.7), 0vw 10vw 11.879vw 0vw rgba(255, 165, 0, 0.7), 0 0.303vw 0 0 rgba(255, 165, 0,0.3);
}
.main-button.guide:before {
    content: "";
    width: 4.485vw;
    height: 100%;
    background:  url(../images/svg/various-files.svg) center no-repeat;
    background-size: 1.333vw 1.636vw;
    position: absolute;
    left: 0;
    top: 0;
}
.main-button.guide.steam:before {
    background:  url(../images/svg/logo.png) center no-repeat;
    background-size: 1.697vw 1.758vw;
}
.main-button.guide.ragemp:before {
    background:  url(../images/svg/logo.png) center no-repeat;
    background-size: 1.697vw 1.758vw;
}
.main-button.guide.grp:before {
    background: url(../images/svg/logo.png) center no-repeat;
    background-size: 1.697vw 1.758vw;
}
footer {
    background: #2a5d4f url(../images/footer.jpg) no-repeat center bottom;
    background-size: 100% 100%;
    /* height: 51vh; */
    width: 100%;
    position: relative;
    margin-top: 16vw;
}
footer:before {
    content: "";
	background-color: #060606;
    background: url(../images/sep-white-b.png);
    width: 100%;
    height: 28.667vw;
    background-size: 100% 100%;
    position: absolute;
    pointer-events: none;
    z-index: 1;
    top: -22.606vw;
}
footer .social-links {
    margin-top: -4.848vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
footer .social-links .link {
    width: 16.364vw;
    height: 18.424vw;
    position: relative;
	border-radius: 20px;
    
    transition: transform .23333333s, box-shadow .23333333s easy-in-out;
    -webkit-transition: transform .23333333s, box-shadow .23333333s ease-in-out;
    -moz-transition: transform .23333333s, box-shadow .23333333s ease-in-out;
    margin-right: 1.273vw;
}
footer .social-links .link.public {
    background: #4680c2;
}
footer .social-links .link.public p:before {
    content: "";
    background: url(../images/svg/VK_Blue_Logo.svg);
    width: 6.061vw;
    height: 6.061vw;
    background-size: cover;
}
footer .social-links .link.youtube {
    background: #ff0000;
}
footer .social-links .link.youtube p:before {
    content: "";
    background: url(../images/svg/youtube.svg);
    width: 6.061vw;
    height: 6.061vw;
    background-size: cover;
}
footer .social-links .link.discord {
    background: #7289da;
}
footer .social-links .link.discord p:before {
    content: "";
    background: url(../images/svg/discord.svg);
    width: 2.364vw;
    height: 2.182vw;
    background-size: cover;
    margin-left: 1.818vw;
    margin-right: 1.818vw;
}
footer .social-links .link p {
    font-size: 1.455vw;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 7.879vw;
}
footer .social-links .link .side-box {
    width: 100%;
    height: 3.273vw;
    position: absolute;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 1.697vw;
    padding-right: 1.697vw;
}
footer .social-links .link .people {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
footer .social-links .link .people li {
    background: url(../images/svg/user.svg) no-repeat;
    width: 1.03vw;
    height: 1.212vw;
    background-size: contain;
    margin-right: 0.364vw;
    opacity: 0.1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
}
footer .social-links .link.discord p {
    margin-top: 9.212vw;
}
footer .social-links .link .people li:last-child {
    margin-right: 0vw;
}
footer .social-links .link .people li.active {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
footer .social-links .link:hover {
    -webkit-transform: translateY(0.606vw);
            transform: translateY(0.606vw);
}
footer .social-links .link .count {
    font-size: 1.333vw;
    letter-spacing: 0.061vw;
    font-weight: bold;
    color: #fff;
    -ms-flex-item-align: center;
        align-self: center;
}
footer .copyright {
    /* position: absolute; */
    /* bottom: 3.152vw; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 69.152vw;
    pointer-events: none;
    margin-bottom: 3.152vw;
}
footer .copyright p.protection {
    font-size: 1.091vw;
    color: #fff;
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.121vw;
    text-align: right;
    -ms-flex-item-align: center;
        align-self: center;
}

header .topline .topline-wrap .header-menu li:hover:before,
header .topline .topline-wrap .header-menu li.active:before{
    width: 100%;
}

header .topline .topline-wrap .header-menu li:before{
    content: "";
    position: absolute;
    /* top: -100px; */
    background: #ffa500;
    width: 0%;
    height: 4px;
    box-shadow: 0px 0px 103px 20px rgb(255, 165, 0), 0px 0px 29px 0px rgb(255, 165, 0);
    -webkit-transition: all .23333333s easy-in-out;
    transition: all .23333333s easy-in-out;
    -webkit-transition: all .23333333s ease-in-out;
    -moz-transition: all .23333333s ease-in-out;
}
header .topline .topline-wrap .header-menu li:hover .donate {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
header .topline .topline-wrap .header-menu li:hover .youtube {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
}
@-webkit-keyframes moveGirl 
{
    0% {
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(-20px);
                transform: translateX(-20px);
    }
}
@keyframes moveGirl 
{
    0% {
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(-20px);
                transform: translateX(-20px);
    }
}
.modal-window {
    position: fixed;
    z-index: 1000;
    width: 100%;
    height: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    overflow: auto;
	top: 0; 
	left: 0; 
	right: 0; 
	bottom: 0; 
	backdrop-filter: blur(10px); / Степень размытия / / Дополнительные свойства для фона / 
	background-color: rgba(0, 0, 0, 0.8); / Белый фон с прозрачностью / 
}
.modal-window .modal-box {
    min-width: 64vh;
	border-radius: 20px;
    max-width: 64vh;
    min-height: 10vh;
    background: rgb(6, 6, 6);
    

    padding-left: 5vh;
    padding-right: 5vh;
    padding-top: 6vh;
    padding-bottom: 6vh;
    position: relative;
    animation: fadeIn .5s;
    box-shadow: 0px 0px 250px 0px rgba( 9, 9, 9, 0.33);
}
.modal-window.register .modal-box {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}
.modal-window .modal-box.no-bg {
    background: 0;
    box-shadow: unset;
    color: #fff;
}
.modal-window .modal-box .modal-box-header {
    font-family: akrobatbb;
    color: #e7e7e7;
    font-size: 7vh;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 0px;
    display: flex;
    flex-direction: column;
    line-height: 1.3;
}
.modal-window .modal-box.no-bg .modal-box-header {
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.modal-window .modal-box .modal-box-header span {
    font-family: akrobatl;
    font-weight: 400;
    font-size: 3vh;
    letter-spacing: 0px;
}
.modal-window .modal-box.no-bg .modal-box-header span {
    font-size: 7vh;
}
.modal-window .modal-box.no-bg .modal-box-header .modal-small-header {
    text-align: center;
    font-size: 3vh;
    text-transform: uppercase;
}

.modal-window .modal-box .modal-box-content {
    color: #242424;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5vh;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin-top: 3vh;
    text-transform: uppercase;
    flex-direction: column;
}
.modal-window .modal-box .modal-box-buttons {
    margin-top: 1.5vh;
    display: flex;
    align-items: center;
}
.modal-window .modal-box .modal-box-buttons .button-modal-box {
    border-radius: 20px;
    background: #ffa500;
    color: #fff;
    font-size: 3.5vh;
    font-weight: 700;
    padding-left: 3vh;
    padding-right: 3vh;
    text-transform: uppercase;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 12vh;
}
.modal-window .modal-box .modal-box-buttons .button-modal-box.small {
    width: 20vh;
}
.modal-window .modal-box .modal-box-buttons .button-modal-box.red {
    background: #f13a3e;
    margin-left: 1vh;
}
.modal-window .modal-box .modal-box-input {
    border-radius: 10px;
    height: 8.9vh;
    width: 100%;
    padding-left: 3.2vh;
    padding-right: 3.2vh;
    margin-bottom: 1vh;
    background: #fff;
}
.modal-window .modal-box .modal-box-input::placeholder {
    text-transform: uppercase;
}
.modal-window .modal-box .modal-box-close {
    position: absolute;
    right: 2.6vh;
    top: 3vh;
    background: url(../images/svg/close.svg) no-repeat;
    background-size: 100% 100%;
    width: 3.4vh;
    height: 3.4vh;
    transition: all .23333333s easy-in-out;
    -webkit-transition: all .23333333s ease-in-out;
    -moz-transition: all .23333333s ease-in-out;
}
.modal-window .modal-box .modal-box-close:hover {
    opacity: 0.9;
}
.modal-window .modal-box:before {
    content: "";
    /*background: url(../images/svg/before-close.svg) no-repeat;*/
    width: 9.3vh;
    height: 9.3vh;
    background-size: 100% 100%;
    position: absolute;
    right: 0;
    top: 0;
}
.modal-window:target {
    display: flex;
}
.modal-window .modal-box.no-bg:before {
    background: 0;
}
.modal-window .modal-box .radio-server {
    vertical-align: top;
    margin: 0 3px 0 0;
    position: absolute;
    opacity: 0;
    transition: all .23333333s easy-in-out;
    -webkit-transition: all .23333333s ease-in-out;
    -moz-transition: all .23333333s ease-in-out;
}
.modal-window .modal-box .radio-server+label {
    width: 7.8vh;
    height: 7.8vh;
    transition: all .23333333s easy-in-out;
    -webkit-transition: all .23333333s ease-in-out;
    -moz-transition: all .23333333s ease-in-out;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.modal-window .modal-box .radio-server:checked+label {
    background-color: rgb(255, 165, 0);
}
.modal-window .modal-box .radio-server:checked+label:before {
    content: "";
    background: url(../images/modal-success.png) no-repeat;
    background-size: 100% 100%;
    width: 2.4vh;
    height: 2.4vh;
    position: absolute;
    right: 0.5vh;
    bottom: 0.5vh;
}
.modal-window .modal-box .radio-server+label > img {
    width: 4.8vh;
    height: 6.1vh;
}
.modal-window .modal-box-change-server {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}
.modal-window .modal-box-change-server > p {
    font-size: 3.2vh;
    font-weight: 800;
    text-transform: uppercase;
    color: #242424;
}
.modal-window .modal-box-change-server > div {
    height: 100%;
    display: flex;
    align-items: center;
    margin-right: -2.6vh;
}
        .preloader {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: #060606;  /* фон 060606 */
            display: flex;
            justify-content: center;
            align-items: center;
            z-index: 9999;
            transition: opacity 0.6s ease, visibility 0.6s ease;
        }

        /* Контейнер для анимаций */
        .preloader-container {
            position: relative;
            display: flex;
            justify-content: center;
            align-items: center;
            width: 200px;
            height: 200px;
        }

        /* ===== СПИННЕР (вращается) ===== */
        .spinner {
            position: absolute;
            width: 100px;
            height: 100px;
            border: 4px solid rgba(255, 165, 0, 0.15);
            border-top: 4px solid #ffa500;
            border-radius: 50%;
            animation: spin 0.8s linear infinite;
            opacity: 1;
            transition: opacity 0.4s ease;
        }

        /* ===== КОНТЕЙНЕР ДЛЯ PNG ЛОГОТИПА ===== */
        .logo-wrapper {
            position: absolute;
            opacity: 0;
            transform: scale(0.8);
            transition: opacity 0.5s ease, transform 0.5s ease;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        /* Стиль для PNG-изображения */
        .logo-png {
            max-width: 120px;
            max-height: 120px;
            width: auto;
            height: auto;
            display: block;
            /* Если у логотипа есть прозрачность, фон не будет мешать */
            filter: drop-shadow(0 0 5px rgba(255, 165, 0, 0.3));
        }

        /* Анимация вращения спиннера */
        @keyframes spin {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        }

        /* Основной контент страницы (появляется после прелоадера) */
        .content {
            max-width: 900px;
            margin: 0 auto;
            padding: 2rem;
            background: #0a0a0a;
            min-height: 100vh;
            color: #e0e0e0;
            display: none;
        }

        .card {
            background: #111;
            border-radius: 24px;
            padding: 2rem;
            text-align: center;
            border: 1px solid #2a2a2a;
        }

        h1 {
            font-size: 2rem;
            margin-bottom: 1rem;
            color: #ffa500;
        }

        .instruction {
            background: #1a1a1a;
            border-radius: 16px;
            padding: 1.5rem;
            margin: 1.5rem 0;
            text-align: left;
            border-left: 4px solid #ffa500;
        }

        .instruction code {
            background: #060606;
            padding: 4px 8px;
            border-radius: 6px;
            color: #ffa500;
            font-family: monospace;
        }

        button {
            background: #ffa500;
            border: none;
            padding: 12px 28px;
            border-radius: 40px;
            font-weight: bold;
            color: #060606;
            cursor: pointer;
            margin-top: 20px;
            font-size: 16px;
            transition: transform 0.2s, box-shadow 0.2s;
        }

        button:hover {
            transform: scale(1.02);
            box-shadow: 0 0 15px #ffa500aa;
        }

        .note {
            margin-top: 20px;
            font-size: 13px;
            color: #666;
        }

        footer {
            margin-top: 2rem;
            font-size: 0.8rem;
            color: #555;
        }