@font-face {
    font-family: sans;
    src: url(Resources/Font/InriaSerif-Regular.ttf);
}
body{
    height: auto;
    margin: 0;
    padding: 0;
    background-color: rgba(68, 68, 68, 1);
    display: flex;
    flex-direction: column;
    align-items: center;
}
#header{
    width: 100%;
    height: 13vh;
    background-color: rgba(175, 175, 175, 1);
    border-radius: 0 0 2vh 2vh;
    box-shadow: 10px 8px 5px rgba(0, 0, 0, 0.25);
    display: flex;
    align-items: center;
}
#logo{
    max-height: 13vh;
}
#Scientia{
    font-size: 10vh;
    font-family: sans;
    user-select: none;
    width: 65vw;
    max-height: 13vh;
}
#search{
    width: 20vw;
    height: 7vh;
    background-color: rgba(52, 48, 48, 1);
    border-radius: 3vh;
    box-shadow: 0.5vw 0.8vh 4px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: row;
}
#значок{
    height: 6vh;
    margin-top: 0.5vh;
    margin-right: 1vw;
}
#Search{
    margin: 0;
    font-size: 4vh;
    color:rgba(175, 175, 175, 1);
    margin: auto;
    font-family: sans;
    text-decoration: underline;
    user-select: none;
}
#windown{
    width: 90vw;
    height: 70vh;
    background-color: rgba(175, 175, 175, 1);
    border-radius: 3vh;
    margin-top: 8.5vh;
    box-shadow: 10px 8px 4px rgba(0, 0, 0, 0.25),-10px 8px 4px rgba(0, 0, 0, 0.25);
    display:flex;
    flex-direction: row;
    justify-content: space-between;
}
.windownblock{
    width: 23vw;
    height: 60vh;
    background-color: rgba(161, 161, 161, 1);
    margin: auto;
    border-radius: 3vh;
    box-shadow: 5px 4px 4px rgba(0, 0, 0, 0.25),-5px 4px 4px rgba(0, 0, 0, 0.25);
}
.circle{
    background-color: rgba(52, 48, 48, 1);
    border-radius: 50%;
    box-shadow: 0.5vw 0.5vh 4px rgba(0, 0, 0, 0.25);
    height: 8vh;
    width: 8vh;
    display: grid;
}
.stage{
    margin: auto;
    font-size: 3em;
    font-family:sans;
}
.staget{
    font-size: 3.3vh;
    color: rgba(52, 48, 48, 1);
    font-family: sans;
    margin:auto;

}
.additional{
    width:100%;     
    margin-left: 2vw;
    margin-top: 2vh;
    display: flex;
    flex-direction: row;
    max-height: 50vh;
}
.text{
    width: 20vw;
    margin-left: 2vw;
    font-size: 2.5vh;
    color:rgba(52, 48, 48, 1);
    font-family: Arial, Helvetica, sans-serif;
}
#mails{
    color: blue;
}








@media (max-width:992px){
    #search{
        background: rgba(52, 48, 48, 1);
        border-radius: 50%;
        box-shadow: 0.5vw 0.5vh 4px rgba(0, 0, 0, 0.25);
        height: 7em;
        width: 7em;
        display: flex;
        margin-right: 2em;
    }
    #Scientia{  
        font-size: 15vw;
    }
    #значок{
        height: 3vh;
        margin: auto;
        
    }
    #Search{
        display: none;
    }
    #logo{
        width: 15em;
        height: auto;
    }
    #windown{
        flex-direction: column;
        height: auto;
    }
    .windownblock{
        width: 80%;
        margin-top: 10%;
        height: auto;
    }
    .text{
        width: 90%;
        margin: auto;
        padding-top: 5%;
        padding-bottom: 5%;
    }
    #mail{
        margin-top: 2vh;
        margin-bottom: 2vh;
        width: 50%;
    }
    #bottom{
        height: 8.5vh;
        width: 100%;
    }
    #bottom2{
        height: 8vh;
        width: 100%;
    }
}