footer {
    padding-top: 8rem;
}

.footer-bg{
    width: 100%;
    padding-top: 3.9rem;
    height: 34rem;
    background: #1b1b1b;
}
.footer-contacts-wrap{
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
gap: 1rem;
}
.footer-contact{
    border: none;
border-radius: 15rem;
width: fit-content;
height: 4rem;
font-family: var(--font-family);
font-weight: 400;
font-size: 1.4rem;
line-height: 179%;
text-decoration: underline;
text-decoration-skip-ink: none;
text-align: center;
color: #cacaca;
padding: 0.5rem 2.2rem;
}
.footer-mark{
    position: relative;
    left: 50%;
    transform: translate(-50%);
    margin-top: -10rem;
    
}

.footer-name{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 179%;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    text-align: center;
    color: #cacaca;
    margin-top: 1.9rem;
}
