#rec621354381,
#rec643529492 {
    display: none !important;
}

.site-footer {
    position: relative;
    z-index: 2;
    margin: 0;
    padding: 54px 0 0;
    background: #22282b;
    color: #dfe6e8;
    font-family: "Fira Sans", Arial, sans-serif;
}

.site-footer,
.site-footer * {
    box-sizing: border-box;
}

.site-footer__inner {
    width: min(1160px, calc(100% - 48px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.3fr 1fr 1.2fr;
    gap: 46px;
}

.site-footer__logo {
    display: inline-block;
    margin-bottom: 22px;
}

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

.site-footer__description {
    max-width: 290px;
    margin: 0;
    color: #aebbc0;
    font-size: 14px;
    line-height: 1.65;
}

.site-footer__title {
    margin: 5px 0 20px;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.3;
}

.site-footer__links,
.site-footer__contacts {
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-footer__links li,
.site-footer__contacts li {
    margin: 0 0 12px;
}

.site-footer a {
    color: #dfe6e8;
    text-decoration: none;
    transition: color 0.2s ease;
}

.site-footer a:hover,
.site-footer a:focus-visible {
    color: #36b6cf;
}

.site-footer__links a,
.site-footer__contacts {
    font-size: 14px;
    line-height: 1.45;
}

.site-footer__contact-label {
    display: block;
    margin-bottom: 3px;
    color: #829197;
    font-size: 12px;
}

.site-footer__phone {
    color: #fff !important;
    font-size: 18px;
    font-weight: 600;
}

.site-footer__bottom {
    margin-top: 46px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.site-footer__bottom-inner {
    width: min(1160px, calc(100% - 48px));
    min-height: 76px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    color: #8e9da3;
    font-size: 12px;
    line-height: 1.5;
}

.site-footer__legal {
    text-align: right;
}

@media (max-width: 960px) {
    .site-footer__inner {
        grid-template-columns: 1fr 1fr;
    }

    .site-footer__brand {
        grid-column: 1 / -1;
    }

    .site-footer__description {
        max-width: 560px;
    }
}

@media (max-width: 680px) {
    .site-footer {
        padding-top: 40px;
    }

    .site-footer__inner {
        width: min(100% - 36px, 520px);
        grid-template-columns: 1fr 1fr;
        gap: 32px 24px;
    }

    .site-footer__brand,
    .site-footer__contact-column {
        grid-column: 1 / -1;
    }

    .site-footer__bottom {
        margin-top: 36px;
    }

    .site-footer__bottom-inner {
        width: min(100% - 36px, 520px);
        padding: 22px 0;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .site-footer__legal {
        text-align: left;
    }
}

@media (max-width: 420px) {
    .site-footer__inner {
        grid-template-columns: 1fr;
    }

    .site-footer__brand,
    .site-footer__contact-column {
        grid-column: auto;
    }
}
