.footer {
}
.footer-logo {
}


.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-nav-content {
    display: flex;
    align-items: center;
    gap: 42px;
}
.footer-nav {
    display: flex;
    gap: 36px;
}
.footer-a {
font-weight: 400;
font-size: 18px;
line-height: 111%;
letter-spacing: 0.06em;
}
.footer-soc {

}
.footer-soc-list {
     display: flex;
    flex-direction: row;
    gap: 15px;
}
.footer-soc-item {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(229, 229, 229, 0.3);
width: 50px;
height: 46px;
background: rgba(196, 196, 196, 0.2);
}
.footer-soc-svg {
    fill: white;
}

.footer-border {
    display: block;
    width: 100%;
    border: 1px solid rgba(229, 229, 229, 0.3);
    margin: 29px 0;
}
.footer-bottom {
}
.footer-text {
font-weight: 400;
font-size: 16px;
line-height: 125%;
letter-spacing: 0.06em;
text-align: center;
padding-bottom: 40px;
}