@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,700;1,700&display=swap');
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% + 4px);
    height: 100vh;
     background-repeat: no-repeat;
     background-size: cover;
    max-height: 1024;
    background-position: center;
    top: 0;
    left: -3px;
    z-index: -1;
    background-image: url('../FN.png');
    box-shadow: inset 0px -112px 90px 40px rgba(0, 0, 0, 1);
    filter: blur(2px);
    
}


.fonV2 {
    position: absolute;
    width: 100vw;
    height: 100vh;
    min-height: 1024px;
     background-repeat: no-repeat;
     background-size: cover;
    max-height: 1024px;
    background-position: center;
    top: 100px;
    left: 0;
    z-index: -1;
    background-image: url('../FON.png');
    box-shadow: inset 0px 112px 90px 40px rgba(0, 0, 0, 1);
    filter:  brightness(100%) ; 
}


#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;
}



.vertical {
    display: flex;
    align-items: center;
}

.mainblock {
    position: absolute;
    z-index: -2;
    background-color: #000000;
    width: 100vw;
    height: 1024px;
    max-height: 1024px;
    position: relative;
    top: calc(100vh - 200px);
}

html {
    max-width: 100vw;
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
}

.otvety {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}


#otvetyDIV {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 110vh;
    height: 100%;
    width: 100%;
}

.ramkaOtvety {
    display: block;
    border-radius: 100px;
    float: left;
    backdrop-filter: blur(6px);
    margin-bottom: 25px;
    margin-right: 50px;
    box-shadow:  0px 4px 24.4px 2px rgba(0,0,0,0.9);
    border: 5px solid rgba(82, 82, 82, 0.05);
    background: rgba(167, 167, 167, 0.01);
    height: clamp(75px, 10vw, 150px);
    width: clamp(170px, 20vw, 340px);
    top: 200px;
}
.voprosy-text {
    position: absolute;
    color: rgb(255, 255, 255);
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    float: left;
    font-size: clamp(0px, 0.9vw, 17px);
    text-align: center;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.otvety-text {
    position: absolute;
    color: rgb(173, 173, 173);
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    float: left;
    font-size: clamp(0px, 0.7vw, 12px);
    text-align: center;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#one {
    position: absolute; 
    top: clamp(450px, 30vw, 700px); 
    left: clamp(0px, 20vw, 1000px);
}
#one-left {
    position: absolute; 
    top: clamp(450px, 30vw, 700px); 
    right: clamp(0px, 20vw, 1000px);
}

#two {
    position: absolute; 
    top: clamp(630px, 42vw, 900px); 
    left: clamp(0px, 20vw, 1000px);
}
#two-left {
    position: absolute; 
    top: clamp(630px, 42vw, 900px); 
    right: clamp(0px, 20vw, 1000px);
}

#three {
    position: absolute; 
    top: clamp(820px, 54vw, 1100px); 
    left: clamp(0px, 20vw, 1000px);
}
#three-left {
    position: absolute; 
    top: clamp(820px, 54vw, 1100px); 
    right: clamp(0px, 20vw, 1000px);
}

#otvety-top {
    height: 10px; 
    width: 200px; 
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    top: clamp(300px, 22vw, 700px);
}
#voprosy-text {
    position: absolute; 
    top: 3vh;
}
#medium-text {
    top: 7.3vh;
}
#smaller-text {
    top: 7vh;
}
.copy-text {
    position: absolute;
    color: rgba(255, 255, 255, 0.13);
    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 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
#copy-top {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 90%;
    height: 10px; 
    width: 400px; 
}

.screens-down {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.block-main {
    display: block;
    z-index: 5;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 45vh;
    left: 50vw;
    background-color: rgba(255, 255, 255, 0.01);
    width: 10000px;
    height: 10000px;
    max-width: 30%;
    max-height: 20%;
    min-height: 100px;
    min-width: 400px;
    box-shadow: 0px 0px 50px 2px rgba(0, 0, 0, 0.4);
    border-radius: 50px;
    backdrop-filter: blur(10px);
}
.block-screens {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50vw;
    height: 40vh;
    max-width: 20%;
    max-height: 20%;
    min-width: 200px;
    min-height: 100px;
    box-shadow: 0px 0px 100px 25px rgba(0, 0, 0, 1);
}
#screen-one {
    left: 70vw;
    top: 55vh;
    background-image: url(../screen1.png);
    background-repeat: no-repeat;
    background-size: cover;
}
#screen-two {
    left: 80vw;
    top: 78vh;
    background-image: url(../screen2.png);
    background-repeat: no-repeat;
    background-size: cover;
}
#screen-three {
    top: 32vh;
    left: 80vw;
    background-image: url(../screen3.png);
    background-repeat: no-repeat;
    background-size: cover;
}
#kuzinatra {
     position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);   
    top: 3vh;
}
.kuzinatra-text {
    position: absolute;
    color: rgb(255, 255, 255);
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    float: left;
    font-size: clamp(20px, 1.6vw, 45px);
    text-align: center;
    z-index: 2;
}
.sps-text {
    position: absolute;
    color: rgba(255, 255, 255, 0.13);
    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%);
    top: 35%;
}
#start-button {
    background-color: rgb(196, 150, 86);
    border-radius: 30px;
    padding: 10px 30px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 15vh;
}

.otkaz-text {
    position: absolute;
    color: rgba(255, 255, 255, 0.13);
    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%);
    top: 16vh;
}
.otkaz-block {
    height: 10px;
    width: 200px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    

}






















@media (min-width: 768px) {
    #medium-text {
    top: 8vh;
}
    #smaller-text {
        top: 9vh;
    }
}
@media (min-width: 1065px) {
    #medium-text {
    top: 10vh;
}
    #smaller-text {
        top: 10vh;
    }
}
@media (min-width: 1235px) {
    #medium-text {
    top: 9vh;
}
    #smaller-text {
        top: 8.8vh;
    }
}











@media (max-width: 768px) {
.otkaz-block {
    height: 10px;
    width: 200px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 120%;

}

#kuzinatra {
     position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);   
    top: 20%;
}
.kuzinatra-text {
    position: absolute;
    color: rgb(255, 255, 255);
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    float: left;
    font-size: clamp(25px, 1.6vw, 40px);
    text-align: center;
    z-index: 2;
}
    .sps-text {
    position: absolute;
    color: rgba(255, 255, 255, 0.13);
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    float: left;
    font-size: clamp(0px, 3vw, 8px);
    text-align: center;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#start-button {
    background-color: rgb(196, 150, 86);
    border-radius: 30px;
    padding: 2px 5px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 9vh;
}
.header-buttons {
    color: #FFBE61;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    float: left;
    font-size: clamp(0px, 2.6vw, 15px);
    text-align: center;
}
.header-buttons-active {
    color: #D28E2B;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    float: left;
    font-size: clamp(0px, 2.6vw, 15px);
    text-align: center;
}

    .block {
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.37);
    width: 100vw;
    height: clamp(110px, 8vw, 120px);
    position: relative;
    top: -10px;
    left: -10px;
}

.ramkaOtvety {
    display: block;
    border-radius: 37px;
    float: left;
    backdrop-filter: blur(6px);
    margin-bottom: 25px;
    margin-right: 50px;
    box-shadow:  0px 4px 24.4px 2px rgba(0,0,0,0.9);
    border: 5px solid rgba(82, 82, 82, 0.05);
    background: rgba(167, 167, 167, 0.01);
    height: clamp(150px, 15vh, 150px);
    width: clamp(100px, 25vw, 340px);
    top: 200px;
}

#main {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    left: clamp(0vw,30vw,30vw);
    z-index: 1;
    text-align: center;
}


#server {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    left: clamp(0vw,50vw,50vw);
    z-index: 1;
    text-align: center;
}

#rules {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    left: clamp(0vw,67vw,67vw);
    z-index: 1;
    text-align: center;
}
#ds {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    left: clamp(0vw,80vw,80vw);;
    height: clamp(0px,4vw,30px);
    max-width: 50px;
    max-height: 50px;
    z-index: 1;
}

#tt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    left: clamp(0vw,85vw,85vw);;
    height: clamp(0px,4vw,30px);
    max-width: 50px;
    max-height: 50px;
    z-index: 1;
}

#yt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    left: clamp(0vw,90vw,90vw);;
    height: clamp(0px,4vw,30px);
    max-width: 50px;
    max-height: 50px;
    z-index: 1;
}
.main-text {
    position: absolute;
    color: rgb(255, 255, 255);
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    float: left;
    font-size: clamp(16px, 1.6vw, 24px);
    text-align: center;
    z-index: 2;
}
.otvety-text {
    position: absolute;
    color: rgb(173, 173, 173);
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    float: left;
    font-size: clamp(0px, 3vw, 9px);
    text-align: center;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.copy-text {
    position: absolute;
    color: rgba(255, 255, 255, 0.13);
    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%);
}
.voprosy-text {
    position: absolute;
    color: rgb(255, 255, 255);
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    float: left;
    font-size: clamp(0px, 5vw, 11px);
    text-align: center;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#medium-text {
    width: 100px;
    top: 10vh;
}
#smaller-text {
    top: 10vh;
    width: 100px;
}


#one {
    position: absolute; 
    top: clamp(450px, 30vw, 700px); 
    left: clamp(0px, 10vw, 1000px);
}
#one-left {
    position: absolute; 
    top: clamp(450px, 30vw, 700px); 
    right: clamp(0px, 4vw, 1000px);
}

#two {
    position: absolute; 
    top: clamp(630px, 42vw, 900px); 
    left: clamp(0px, 10vw, 1000px);
}
#two-left {
    position: absolute; 
    top: clamp(630px, 42vw, 900px); 
    right: clamp(0px, 4vw, 1000px);
}

#three {
    position: absolute; 
    top: clamp(820px, 54vw, 1100px); 
    left: clamp(0px, 10vw, 1000px);
}
#three-left {
    position: absolute; 
    top: clamp(820px, 54vw, 1100px); 
    right: clamp(0px, 4vw, 1000px);
}



#otvety-top {
    height: 10px; 
    width: 200px; 
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    top: clamp(360px, 22vw, 700px);
    left: 55%;
}

#copy-top {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 90%;
    height: 10px; 
    width: 400px; 
}
.copy {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.block-main {
    display: block;
    z-index: 5;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 45vh;
    left: 50%;
    background-color: rgba(255, 255, 255, 0.01);
    width: 10000px;
    height: 10000px;
    max-width: 36%;
    max-height: 17%;
    min-height: 70px;
    min-width: 340px;
    box-shadow: 0px 0px 50px 2px rgba(0, 0, 0, 0.4);
    border-radius: 50px;
    backdrop-filter: blur(10px);
}
.block-screens {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50vw;
    height: 40vh;
    max-width: 20%;
    max-height: 15%;
    min-width: 150px;
    min-height: 75px;
    box-shadow: 0px 0px 100px 25px rgba(0, 0, 0, 1);
}
#start-button {
    background-color: rgb(196, 150, 86);
    border-radius: 30px;
    padding: 8px 20px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 80%;
}
.otkaz-text {
    position: absolute;
    color: rgba(255, 255, 255, 0.13);
    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%);
    top: 150%;
}
.fon {
    position: absolute;
    width: calc(100% + 6px);
    height: 100vh;
     background-repeat: no-repeat;
     background-size: cover;
    max-height: 1024;
    background-position: center;
    top: 0;
    left: -3px;
    z-index: -1;
    background-image: url('../FN.png');
    box-shadow: inset 0px -112px 90px 40px rgba(0, 0, 0, 1);
    filter: blur(2px);
    
}











}
