@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,700;1,700&display=swap');






body {
    max-width: 100%;
    overflow: hidden;
}
img, video, iframe {
    max-width: 100%;
    height: auto;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#main {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    left: clamp(0vw,40vw,40vw);
    z-index: 1;
    text-align: center;
}
#main:hover {
    background-color: rgba(197, 197, 197, 0.1);
    border-radius: 30px;
    padding: 5px 7.5px;
}


#server {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    left: clamp(0vw,50vw,50vw);
    z-index: 1;
    text-align: center;
}
#server:hover {
    background-color: rgba(197, 197, 197, 0.1);
    border-radius: 30px;
    padding: 5px 7.5px;
}
#rules {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    left: clamp(0vw,60vw,60vw);
    z-index: 1;
    text-align: center;
}
#rules:hover {
    background-color: rgba(197, 197, 197, 0.1);
    border-radius: 30px;
    padding: 5px 7.5px;
}
#ds {
    display: inline-block;
    text-decoration: none;
    border: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    left: 70vw;
    height:2.47vw;
    max-width: 50px;
    max-height: 50px;
    z-index: 1;
}
#ds:hover {
    background-color: rgba(197, 197, 197, 0.1);
    border-radius: 30px;
    padding: 3px 3px;
}
#tt {
    display: inline-block;
    text-decoration: none;
    border: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    left: 75vw;
    height:2.47vw;
    max-width: 50px;
    max-height: 50px;
    z-index: 1;
}
#tt:hover {
    background-color: rgba(197, 197, 197, 0.1);
    border-radius: 30px;
    padding: 3px 3px;
}
#yt {
    display: inline-block;
    text-decoration: none;
    border: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    left: 80vw;
    height:2.47vw;
    max-width: 50px;
    max-height: 50px;
    z-index: 1;
}
#yt:hover {
    background-color: rgba(197, 197, 197, 0.1);
    border-radius: 30px;
    padding: 3px 3px;
}
.header-buttons {
    color: #FFBE61;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    float: left;
    font-size: clamp(0px, 1.6vw, 12px);
    text-align: center;
}
.header-buttons-active {
    color: #D28E2B;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    float: left;
    font-size: clamp(0px, 1.6vw, 12px);
    text-align: center;
}
.block {
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.37);
    width: 100vw;
    height: clamp(70px, 8vw, 70px);
    position: relative;
}
.fon {
    position: absolute;
    width: calc(100% + 10px);
    height: 100%;
     background-repeat: no-repeat;
     background-size: cover;
    background-position: center;
    top: 1px;
    left: -5px;
    z-index: -1;
    background-image: url('../FON.jpg');
    box-shadow: inset 0px -112px 90px 40px rgba(0, 0, 0, 1);
    filter: blur(3px);
    
}
.rules-block {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.rules {
    display: block;
    border-radius: 100px;
    float: left;
    backdrop-filter: blur(5px);
    box-shadow:  0px 4px 24.4px 2px rgba(24, 24, 24, 0.9);
    border: 5px solid rgba(44, 44, 44, 0.4);
    background: rgba(102, 102, 102, 0.01);
    height: clamp(75px, 10vw, 150px);
    width: clamp(170px, 20vw, 340px);
    top: 200px;
}
#second {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    left: 5vw;
    top: -10vh;
    height: clamp(150px, 55vh, 1000px);
    width: clamp(300px, 20vw, 1000px);
}
#first {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    left: -30vw;
    top: -10vh;
    height: clamp(150px, 55vh, 1000px);
    width: clamp(450px, 30vw, 1000px);
}
.big {
    color: #c7c7c7;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    float: left;
    font-size: clamp(0px, 1.6vw, 12px);
    text-align: center;
}
.small {
    color: #8f8f8fd3;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    float: left;
    font-size: clamp(0px, 1.6vw, 10px);
    text-align: center;
}
.bigger {
    color: #e7e7e7;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    float: left;
    font-size: clamp(0px, 1.6vw, 15px);
    text-align: center;
}
.for-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: 80%;
    z-index: 1;
}
#rules-server {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); 
    top: -10px;
}
.block-rul {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); 
    height: 20px;
    width: 90%;
}


#one {
    top: 10%;
}
#one- {
    top: 15%;
}
#two {
    top: 25%;
}
#two- {
    top: 30%;
}
#three {
    top: 40%;
}
#three- {
    top: 45%;
}
#four {
    top: 55%;
}
#four- {
    top: 60%;
}
#five {
    top: 70%;
}
#five- {
    top: 75%;
}
#six {
    top: 85%;
}
#six- {
    top: 90%;
}















@media (max-width: 1300px) {
#first {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    left: -25vw;
    top: -10vh;
    height: clamp(150px, 55vh, 1000px);
    width: clamp(450px, 30vw, 1000px);
}
}

@media (max-width: 1000px) {
#first {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    left: -20vw;
    top: -10vh;
    height: clamp(120px, 45vh, 1000px);
    width: clamp(390px, 30vw, 1000px);
}
.big {
    color: #c7c7c7;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    float: left;
    font-size: clamp(0px, 1.6vw, 10px);
    text-align: center;
}
.small {
    color: #8f8f8fd3;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    float: left;
    font-size: clamp(0px, 1.6vw, 8px);
    text-align: center;
}
.copy-text {
    position: absolute;
    color: rgba(255, 255, 255, 0.06);
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    float: left;
    font-size: clamp(0px, 3vw, 12px);
    text-align: center;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#copy-top {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 90%;
    left: 50%;
    height: 10px; 
    width: 800px; 
}
}

@media (max-width: 850px) {
#first {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    left: -15vw;
    top: -10vh;
    height: clamp(120px, 45vh, 1000px);
    width: clamp(390px, 30vw, 1000px);
}
.big {
    color: #c7c7c7;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    float: left;
    font-size: clamp(0px, 1.6vw, 10px);
    text-align: center;
}
.small {
    color: #8f8f8fd3;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    float: left;
    font-size: clamp(0px, 1.6vw, 8px);
    text-align: center;
}
.copy-text {
    position: absolute;
    color: rgba(255, 255, 255, 0.06);
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    float: left;
    font-size: clamp(0px, 3vw, 12px);
    text-align: center;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#copy-top {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 90%;
    left: 50%;
    height: 10px; 
    width: 800px; 
}
}

@media (max-width: 700px) {
#first {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    left: -10vw;
    top: -10vh;
    height: clamp(120px, 45vh, 1000px);
    width: clamp(390px, 30vw, 1000px);
}
.big {
    color: #c7c7c7;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    float: left;
    font-size: clamp(0px, 1.6vw, 10px);
    text-align: center;
}
.small {
    color: #8f8f8fd3;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    float: left;
    font-size: clamp(0px, 1.6vw, 8px);
    text-align: center;
}
.copy-text {
    position: absolute;
    color: rgba(255, 255, 255, 0.06);
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    float: left;
    font-size: clamp(0px, 3vw, 12px);
    text-align: center;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#copy-top {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 90%;
    left: 50%;
    height: 10px; 
    width: 800px; 
}
}

@media (max-width: 570px) {
    
#first {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    left: -3vw;
    top: -10vh;
    height: clamp(120px, 45vh, 1000px);
    width: clamp(300px, 30vw, 1000px);
}
.big {
    color: #c7c7c7;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    float: left;
    font-size: clamp(0px, 1.6vw, 10px);
    text-align: center;
}
.small {
    color: #8f8f8fd3;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    float: left;
    font-size: clamp(0px, 1.6vw, 8px);
    text-align: center;
}
.copy-text {
    position: absolute;
    color: rgba(255, 255, 255, 0.06);
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    float: left;
    font-size: clamp(0px, 3vw, 10px);
    text-align: center;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#copy-top {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 80%;
    left: 50%;
    height: 10px; 
    width: 600px; 
}
}
@media (max-width: 360px) {
#first {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    left: -3vw;
    top: -10vh;
    height: clamp(100px, 35vh, 1000px);
    width: clamp(280px, 30vw, 1000px);
}
.big {
    color: #c7c7c7;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    float: left;
    font-size: clamp(0px, 1.6vw, 10px);
    text-align: center;
}
.small {
    color: #8f8f8fd3;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    float: left;
    font-size: clamp(0px, 1.6vw, 8px);
    text-align: center;
}
.fon {
    position: absolute;
    width: 100vw;
    height: 100vh;
     background-repeat: no-repeat;
     background-size: cover;
    max-height: 1024;
    background-position: center;
    top: 0;
    left: 0;
    z-index: -1;
    background-image: url('../FON.jpg');
    box-shadow: inset 0px -112px 90px 40px rgba(0, 0, 0, 0.9);
    filter: blur(3px);
}
}