.site-footer {
    padding: 48px 0;
    background-color: #c5b69f;
}

.site-footer__inner {
    min-height: 240px;
    display: flex;
    align-items: flex-start;
}

.site-footer__left {
    max-width: 340px;
}

.site-footer__logo-link {
    display: inline-block;
    text-decoration: none;
    margin-bottom: 20px;
}

.site-footer__logo {
    display: block;
    max-width: 320px;
    width: 100%;
    height: auto;
}

.site-footer__contacts {
    margin: 0;
    font-style: normal;
}

.site-footer__company {
    margin: 0 0 14px;
    color: #1f1f1f;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.35;
    text-transform: uppercase;
    text-align: center;
}

.site-footer__text {
    margin: 0 0 14px;
    color: #1f1f1f;
    font-size: 15px;
    line-height: 1.45;
    text-align: center;
}

.site-footer__text:last-child {
    margin-bottom: 0;
}

.site-footer__link {
    color: #1f1f1f;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.site-footer__link:hover,
.site-footer__link:focus {
    color: #1f1f1f;
    opacity: 0.75;
}