.footer{
    
    padding-right: 40px;
    padding-left: 40px;
    width: 100%;
    height: 100%;
}

.footer-wrap{
    display: flex;
    justify-content: space-between;
    
}

.footer-text{
    color: var(--mainColor);
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-some{
    display: flex;
}

.footer-link, .footer-link__text{
    text-decoration: none;
    color: var(--mainColor);
}

.footer-link__text{
    padding: 5px;
}