@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,700;1,700&display=swap');
.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: 79%;
    height: 10px; 
    width: 800px; 
}
.copy {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}



body {
    max-width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: none;
}
img, video, iframe {
    max-width: 100%;
    height: auto;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


.fon {
    position: absolute;
    width: calc(100% + 8px);
    height: 100vh;
     background-repeat: no-repeat;
     background-size: cover;
    max-height: 1024;
    background-position: center;
    top: 0;
    left: -4px;
    z-index: -1;
    background-image: url('../fonn.png');
    box-shadow: inset 0px -112px 90px 40px rgba(0, 0, 0, 1);
    filter: blur(2px);
    
}


#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;
}

.main-text {
    position: absolute;
    color: rgb(255, 255, 255);
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    float: left;
    font-size: clamp(10px, 1.6vw, 15px);
    text-align: center;
    z-index: 2;
}

.block {
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.37);
    width: 100vw;
    height: clamp(70px, 8vw, 70px);
    position: relative;
}
.wiki-block {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.wiki {
    display: block;
    border-radius: 70px;
    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;
}
#first {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    left: 0vw;
    top: -15vh;
    height: clamp(256px, 25vh, 1000px);
    width: clamp(630px, 35vw, 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;
}
.block-wiki {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); 
    height: 20px;
    width: 90%;
}
#one {
    top: 15%;
}
#kuzi- {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); 
    
}
#kuzi-- {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); 
    top: 600%;
}













@media (max-width: 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: 74%;
    height: 10px; 
    width: 800px; 
}
}

@media (max-width: 850px) {
#kuzi- {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); 
    top: -10%;
    
}
#kuzi-- {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); 
    top: 400%;
}
#first {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    left: 0vw;
    top: -15vh;
    height: clamp(226px, 25vh, 1000px);
    width: clamp(530px, 35vw, 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: 70%;
    height: 10px; 
    width: 800px; 
}
}

@media (max-width: 700px) {
#kuzi- {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); 
    top: -10%;
    
}
#kuzi-- {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); 
    top: 400%;
}

.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: 60%;
    height: 10px; 
    width: 800px; 
}
}

@media (max-width: 570px) {
#first {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    left: 0vw;
    top: -15vh;
    height: clamp(206px, 25vh, 1000px);
    width: clamp(380px, 80vw, 1000px);
}
#kuzi- {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); 
    top: 15%;
    
}
#kuzi-- {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); 
    top: 400%;
}

    .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: 90%;
    left: 50%;
    height: 10px; 
    width: 600px; 
}
}
@media (max-width: 360px) {
.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('../FN.png');
    box-shadow: inset 0px -112px 90px 40px rgba(0, 0, 0, 0.9);
    filter: blur(3px);
}
}