@import url('https://fonts.googleapis.com/css2?family=Fira+Sans&display=swap');
/* Заголовок */
/* font-family: 'Fira Sans', sans-serif; */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
/* Подзаголовок */
/* font-family: 'Open Sans', sans-serif; */

@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans&display=swap');
/* Обычный текст */
/* font-family: 'Nunito Sans', sans-serif; */



.da{
    width: 38%;
    display: flex;
}
body,h1,h2,h3,p,ul{
    margin: 0;
    padding: 0;
}
body{
    background-color: rgb(0, 0, 0);
    background-size: contain;
    background-size: 50%;

}
*{margin: 0;}
ul{
    list-style: none;
}
a{
    text-decoration: none;
    color: line;
}
a:visited{
    color: #f39cff;
}
button{
    cursor: pointer;
}
body{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100vh;
}
.header,.main,.footer{
    width: 100%;
    height: 100%;
}

h1{
    margin: auto;
    font-family: 'Fira Sans', sans-serif;
    font-size: 48px;
    color: white;
}
h2{
    font-family: 'Open Sans', sans-serif;
    font-size: 35px;
    color: white;
    text-shadow: 0px 0px 8px #222222;
    text-align: center;
    background-color: #176fe285;
}
p{
    font-family: 'Nunito Sans', sans-serif;
    font-size: 25%;
    text-align: center;
}

/* обнуляющие ст#176fe2или */
.cont{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1800px;
}
.hub__hdr{
    display: flex;
    color: white;
    background-color: #176fe2;
    justify-content: space-around;
    align-items: center;
    height: 10%;
    border-bottom: solid 5px #ffffff;
    ;
}
.hdr__link{
    color: #ffb8b8;
    font-size: 110%;
}
.mn__logo{
    display: block;
    width: 22%;
    border-radius:30px;
}
.hub__mn{
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.hub__ftr{
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #176fe2;
    color: rgb(255, 255, 255);
    height: 120px;
    font-size: 10px;
    font-size: 10px;
    margin-top: 10px;
    border-top: solid 5px #ffffff;
}
table{
    border-spacing: 0;
    background-color: #222222;
    color: white;
    text-align: center;
    width: 100%;
}
.mn__tables{
    width: 65%;
}
.mn__links{
    margin: 2%;
}
.tables__h2{
    color: rgb(255, 255, 255);
    text-shadow: 0px 0px 20px #222222;
    text-align: center;
    font-size: 150%;
    margin-top: 2%;
}
.under__tables__h2{
    color: rgb(255, 255, 255);
    text-shadow: 0px 0px 20px #222222;
    text-align: center;
    font-size: 120%;
    background-color: #22222286;
}
td{
    border: 1px solid #77C7E4;
}
.tr__h2{
    font-size: 125%;
}
.tr__p{
    font-size: 110%;
}
.line{
    background-color: white;
    height: 5px;
    width: 80%;
    margin: auto;
}
.hdr__info{
    width: 40%;
    display: column;
    justify-content: space-evenly;
}
.weekend{
    width: 25%;
    font-size: 200%;
}

@media (max-width: 2560px){
    h2{
        font-size: 400%;
    }
    p{
        font-size: 240%;
    }
    .hub__hdr{
        height: 200px;
    }
    h1{
        font-size: 500%;
    }
    .hub__ftr{
        font-size: 90%;
        height: 18%;
    }
    .mn__tables{
        font-size: 200%;
    }
}
@media (max-width: 1440px){
    h2{
        font-size: 350%;
    }
    p{
        font-size: 200%;
    }
    .hub__hdr{
        height: 200px;
    }
    h1{
        font-size: 500%;
    }
    .hub__ftr{
        font-size: 110%;
        height: 20vh;
    }
    .mn__tables{
        font-size: 200%;
        width: 60%;
    }
}
@media (max-width: 1024px){
    h2{
        font-size: 260%;
    }
    p{
        font-size: 150%;
    }
    .hub__hdr{
        height: 20vh;
    }
    h1{
        font-size: 400%;
    }
    .hub__mn{
        display: flex;
        flex-direction: column;
    }
    .hub__ftr{
        font-size: 110%;
        height: 22vh;
    }
    .mn__tables{
        font-size: 130%;
        width: 80%;
    }
    .cont{
        justify-content: space-around;
    }
    .mn__logo{  
        max-width: 35%;
        max-height: 35%;
    }
    .mn__links{
        width: 70%;
    }
}
@media (max-width: 768px){
    h2{
        font-size: 220%;
    }
    p{
        font-size: 100%;
    }
    .hub__hdr{
        height: 14%;
    }
    h1{
        font-size: 250%;
    }
    .hub__mn{
        display: flex;
        flex-direction: column;
    }
    .hub__ftr{
        font-size: 110%;
        height: 10%;
    }
    .mn__tables{
        font-size: 110%;
        width: 80%;
    }
    .cont{
        justify-content: space-around;
    }
    .mn__logo{  
        max-width: 35%;
        max-height: 35%;
    }
    .mn__links{
        width: 70%;
    }
}
@media (max-width: 425px){
    h2{
        font-size: 200%;
    }
    p{
        font-size: 100%;
    }
    .hub__hdr{
        height: 14%;
    }
    h1{
        font-size: 250%;
    }
    .hub__mn{
        display: flex;
        flex-direction: column;
    }
    .hub__ftr{
        font-size: 100%;
        height: 10%;
    }
    .mn__tables{
        font-size: 80%;
        width: 80%;
    }
    .cont{
        justify-content: space-around;
    }
    .mn__logo{  
        max-width: 50%;
        max-height: 50%;
        margin-top: 10px;
        margin-bottom: 10px;
        display: none;
    }
    .mn__links{
        width: 70%;
    }
    .hdr__info{
        display: flex;
        flex-direction: column;
        width: 50%;
    }
    .line{
        height: 3px;
    }
    .weekend{
        font-size: 150%;
    }
}
@media (max-width: 375px){
    h2{
        font-size: 150%;
    }
    p{
        font-size: 100%;
    }
    .hub__hdr{
        height: 14%;
    }
    h1{
        font-size: 250%;
    }
    .hub__mn{
        display: flex;
        flex-direction: column;
    }
    .hub__ftr{
        font-size: 90%;
        height: 10%;
    }
    .mn__tables{
        font-size: 80%;
        width: 80%;
    }
    .cont{
        justify-content: space-around;
    }
    .mn__logo{  
        max-width: 50%;
        max-height: 50%;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .mn__links{
        width: 70%;
    }
    .hdr__info{
        display: flex;
        flex-direction: column;
        width: 50%;
    }
    .line{
        height: 3px;
    }
}