:root{
    --font-default:"Roboto", sans-serif;
}
.left-head{
    display: inline-flex;
    flex-direction: column;   
}
body{
    background-color: #F3F0F0!important;
}
.spacement-div{
    margin-left:1vw; 
}
footer{
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #000;
    color: #fff;
    padding: 17px;
    z-index:999;
    font-family: var(--font-default);
}
.footer-menu-ul{
    display: flex;
    flex-direction: row;
    justify-content: center;
    top: 0;
    font-family: var(--font-default);
    gap:40px;
    list-style: none;
    cursor: pointer;
}
.footer-menu-ul li{
    padding: 5px;
}
.footer-menu-ul a {
    text-decoration: none;
    color: white;
}
.footer-menu-ul a:hover{
    text-decoration: underline;
}
.pers-btn{
    color:#fff;
    text-decoration: none;
    border-radius: 4px;
    padding:5px 10px;
    transition: 0.5s;
    font-family: var(--font-default);
}
.pers-btn:hover{
    background-color: rgb(0,0,0, 0.5);
}
#loader {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0, 0.8);
    text-align: center;
}
.spinner-grow {
    position: absolute;
    top: 50%;
    left: 50%;
}