.footer {
    background-color: #333;
    padding: 10px 0 10px;
}

.footer-flex {
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 10px;

    border-radius: 50px;
    background: transparent;
    padding: 10px;
}

.flex-one {
    border-radius: 50%;
    background: transparent;
    padding: 8px;

    min-width: 40px;
    min-height: 40px;
}


.footer-text {
    width: 100%;
    text-align: left;
}

.footer-text a {
    font-family: Rubik-Regular;
    font-style: normal;
    font-weight: 400;
    color: #FFF;
    font-size: 15px;
    line-height: 19px;
    border-bottom: 1px solid #FFF;
    transition: 0.2s all;
}

.footer-text a:hover {
    border-bottom: 1px solid #fff;
}

.footer-phone {
    font-family: Rubik-SemiBold;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;

    color: #FFF;

    display: flex;
    align-items: center;
}

.footer-phone:hover {
    color: #fff;
}

.row-link span {
    font-family: Rubik-SemiBold;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
}
