img[id='logoTerminal']{
    width: 500px;
}
* {
    -webkit-user-select: none;
    user-select: none;
    outline: none;
}
@font-face {
    font-family: 'VKSansBold';
    src: local('VKSansBold'), url(https://terminal.volptbot.ru/font/VKSansDisplay-Bold.ttf);
}
@font-face {
    font-family: 'VKSansRegular';
    src: local('VKSansRegular'), url(https://terminal.volptbot.ru/font/VKSansDisplay-Regular.ttf);
}
div[id='main']{
    margin-left: 20px;
}
::-webkit-scrollbar {
    width: 12px;               /* ширина scrollbar */
}
::-webkit-scrollbar-track {
    background: #ffffff;        /* цвет дорожки */
}
::-webkit-scrollbar-thumb {
    background-color: #c7c7c7;    /* цвет плашки */
    border-radius: 20px;       /* закругления плашки */
    border: 3px solid #ffffff;  /* padding вокруг плашки */
}
.buttonMenu{
    padding: 0.8em 0.2em;
    margin-right: 30px;
    margin-top: 40px;
    width: 550px;
    height: 250px;
    border-radius: 50px;
    text-align: left;
    background: rgba(255, 255, 255, 0);
}

.buttonMenu:hover{
    background: rgb(10, 142, 250);
    color: white;
    border: none;
}

.newsItem{
    margin-bottom: 50px;
}

.buttonMenu > p{
    margin-left: 30px;
    line-height: 0.1;
}
p {
    font-family: 'VKSansRegular', sans-serif;
    line-height: 0.5;
}
li {
    font-family: 'VKSansRegular', sans-serif;
    font-size: 20px;
}
.corpusList{
    border: #000000 2px solid;
    border-radius: 15px;
    height: 60px;
    background: #ffffff;
    width: 100%;
    margin-bottom: 10px;
    text-align: left;
}
* {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.corpusList:hover{
    border: rgb(10, 142, 250) 2px solid;
    border-radius: 15px;
    height: 60px;
    background: rgb(10, 142, 250);
    color: white;
    width: 100%;
    margin-bottom: 10px;
    text-align: left;
}
.timetableList{
    border: #000000 1px solid;
    border-radius: 15px;
    height: 60px;
    background: #ffffff;
    width: 100%;
    margin-bottom: 10px;
    text-align: left;
}
.timetableList:hover{
    border: none;
    border-radius: 15px;
    height: 60px;
    background: rgb(10, 142, 250);
    color: white;
    width: 100%;
    margin-bottom: 10px;
    text-align: left;
}
.timetableBlock:hover{
    float: left;
    margin-right: 25px;
    border-radius: 20px;
    border: rgb(10, 142, 250) 1px solid;
    background: rgb(10, 142, 250);
    color: white;
    height: 280px;
    max-width: 300px;
    width: 250px;
}
.timetableBlock:hover > font{
    color: white;
}
.timetableBlock{
    float: left;
    margin-right: 25px;
    border-radius: 20px;
    border: #000000 1px solid;
    height: 280px;
    max-width: 300px;
    width: 250px;
    overflow: hidden;
}
.groupBlock{
    padding-left: 20px;
    float: left;
    margin-right: 25px;
    border-radius: 20px;
    border: #000000 1px solid;
    height: 520px;
    max-width: 530px;
    width: 892px;
    overflow: hidden;
}