nav.bojeni-footer__nav {
    padding-top: 5px;
}
.bojeni-footer {
    background: var(--color-dark);
    color: #f9f8f3;
    font-family: var(--font-main);
    margin-top: auto;
}

.bojeni-footer__inner {
    max-width: 1920px;
    margin: 0 auto;
    padding: 26px 58px 30px;
    display: grid;
    grid-template-columns: minmax(284px, auto) 1fr minmax(284px, auto);
    gap: 20px;
    align-items: start;
    position: relative;
}

/* Бренд / логотип */
.bojeni-footer__brand {
    display: flex;
    flex-direction: column;
    gap: 61px;
    padding-top: 13px;
    max-width: 284px;
}
.bojeni-footer__logo img {
    width: 247px;
}
.bojeni-footer__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 24px;
    background: #f9f8f3;
    color: var(--color-dark);
    font-size: 16px;
    font-weight: 300;
    border-radius: 14px;
    text-decoration: none;
    transition: opacity 0.2s;
    border: none;
    cursor: pointer;
    font-family: inherit;
    width: 100%;
    max-width: 284px;
}
.bojeni-footer__cta:hover { opacity: 0.85; }

/* Навигация */
.bojeni-footer__nav {
    display: flex;
    gap: 40px;
}
.bojeni-footer__col {
    display: flex;
    flex-direction: column;
    gap: 18px;
    max-width: 264px;
    width: 100%;
}
.bojeni-footer__col-title {
    font-size: 20px;
    font-weight: 500;
    color: #d6d1ca;
    line-height: 21.28px;
    letter-spacing: 0;
}
.bojeni-footer__list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.bojeni-footer__list a {
    font-size: 16px;
    color: #f9f8f3;
    text-decoration: none;
    transition: opacity 0.2s;
    font-weight: 400;
    line-height: 21.28px;
    letter-spacing: -0.16px;
}
.bojeni-footer__list a:hover { opacity: 0.7; }

/* Контакты */
.bojeni-footer__contacts {
    display: flex;
    flex-direction: column;
    gap: 43px;
    padding-top: 5px;
}
.bojeni-footer__contacts-box,
.bojeni-footer__map-box {
}
.bojeni-footer__contacts-title {
    font-size: 20px;
    font-weight: 500;
    color: #d6d1ca;
    margin-bottom: 16px;

    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 21.28px;
    letter-spacing: 0%;
    vertical-align: middle;

}
.bojeni-footer__contacts-subtitle {

}
.bojeni-footer__contacts-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-top: 4px;
}
.bojeni-footer__contact-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #f9f8f3;
    padding-left: 26px;
    position: relative;
    font-weight: 400;
    font-size: 16px;
    line-height: 21.28px;
    letter-spacing: 0;
}
.bojeni-footer__contact-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 16px;
    height: 16px;
    background: currentColor;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    -webkit-mask-position: center;
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-position: center;
    opacity: 0.7;
}
.bojeni-footer__contact-item--phone::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Cpath d='M22 16.92v3a2 2 0 01-2.18 2 19.79 19.79 0 01-8.63-3.07A19.5 19.5 0 013.07 8.82a19.79 19.79 0 01-3.07-8.63A2 2 0 012 0h3a2 2 0 012 1.72c.127.96.361 1.903.7 2.81a2 2 0 01-.45 2.11L6.91 7.09a16 16 0 006 6l.36-.36a2 2 0 012.11-.45c.907.339 1.85.573 2.81.7A2 2 0 0122 15z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Cpath d='M22 16.92v3a2 2 0 01-2.18 2 19.79 19.79 0 01-8.63-3.07A19.5 19.5 0 013.07 8.82a19.79 19.79 0 01-3.07-8.63A2 2 0 012 0h3a2 2 0 012 1.72c.127.96.361 1.903.7 2.81a2 2 0 01-.45 2.11L6.91 7.09a16 16 0 006 6l.36-.36a2 2 0 012.11-.45c.907.339 1.85.573 2.81.7A2 2 0 0122 15z'/%3E%3C/svg%3E");
}
.bojeni-footer__contact-item--email::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Crect x='2' y='4' width='20' height='16' rx='2'/%3E%3Cpath d='M22 7l-10 7L2 7'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Crect x='2' y='4' width='20' height='16' rx='2'/%3E%3Cpath d='M22 7l-10 7L2 7'/%3E%3C/svg%3E");
}
.bojeni-footer__contact-item--address::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Cpath d='M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0118 0z'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Cpath d='M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0118 0z'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E");
}
.bojeni-footer__contact-item a {
    color: inherit;
    text-decoration: none;
    transition: opacity 0.2s;
}
.bojeni-footer__contact-item a:hover { opacity: 0.7; }

/* Карта */
.bojeni-footer__map {
    width: 100%;
    height: 137px;
    overflow: hidden;
    background: #333;
    cursor: pointer;
}
.bojeni-footer__map img {
    object-fit: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    border-radius: 5px;
}


/* Нижняя строка */
.bojeni-footer__bottom {
    max-width: 1920px;
    margin: 0 auto;
    padding: 20px 58px;
    display: flex;
    align-items: center;
    gap: 32px;
    margin-top: 10px;
    flex-wrap: wrap;
}
.bojeni-footer__policy {
    text-decoration: none;
    transition: opacity 0.3s;
    font-weight: 400;
    font-size: 14px;
    line-height: 21.28px;
    letter-spacing: -0.16px;
    color: #F9F8F3;
    cursor: pointer;
}
.bojeni-footer__policy:hover { opacity: .7; }
.bojeni-footer__copyright {
    color: #f9f8f3;
    font-weight: 400;
    font-size: 16px;
    line-height: 21.28px;
    letter-spacing: -0.16px;
}
.bojeni-footer__map-box {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.bojeni-footer__contacts-subtitle {
    margin-bottom: 14px;
}
/*POLICY*/
.bojeni-footer__policy-wrap {
    position: absolute;
    bottom: 0;
    left: 58px;
    display: flex;
    gap: 40px;
}
.bojeni-footer__social-wrap {
    display: flex;
    gap: 5px;
}
.bojeni-footer__social-icon {
    width: 29px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: .3s;
    cursor: pointer;
}
.bojeni-footer__social-icon:hover {
    opacity: 0.7;
}
.bojeni-footer__social-vk {

}
.bojeni-footer__social-tg {

}
.bojeni-footer__social-youtube {

}
.bojeni-footer__social-dzen {

}

.bojeni-footer__link-card {
    text-decoration: none;
    transition: opacity 0.3s;
    font-weight: 400;
    font-size: 14px;
    line-height: 21.28px;
    letter-spacing: -0.16px;
    color: #F9F8F3;
    cursor: pointer;
}
.bojeni-footer__link-card:hover { opacity: .7; }


@media screen and (max-width: 1500px) {
    .bojeni-footer__inner {
        grid-template-columns: minmax(250px, auto) 1fr minmax(284px, auto);
        gap: 15px;
    }
    .bojeni-footer__nav {
        gap: 15px;
    }
}
@media screen and (max-width: 1024px) {

    .bojeni-footer__logo img {
        width: 169px;
    }
    .bojeni-footer__map {
        height: 184px;
    }
    .bojeni-footer__inner {
        padding: 26px 28px 30px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .bojeni-footer__policy-wrap {
        left: unset;
        gap: 20px;
        position: relative;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        width: 100%;
        padding-top: 20px;
    }
    .bojeni-footer__bottom {
        padding: 20px 28px;
        gap: 10px;
        text-align: center;
        justify-content: center;
        border-top: 2px solid #F9F8F3;
    }
    .bojeni-footer__brand {
        flex-direction: row;
        gap: 27px;
        padding-top: 0;
        max-width: 100%;
        width: 100%;
        justify-content: center;
        align-items: flex-start;
    }
    .bojeni-footer__nav {
        display: flex;
        gap: 52px;
        flex-wrap: nowrap;
        width: 100%;
    }
    .bojeni-footer__link-card {display: none}
    button.bojeni-footer__cta {
        margin-top: 9px;
        font-size: 14px;
        height: 53px;
        width: 186px;
        padding: 0;
    }

}
@media screen and (max-width: 768px) {
    .bojeni-footer__nav {
        gap: 35px;
    }
    .bojeni-footer__brand {
        justify-content: left;
    }
    .bojeni-footer__contacts {
        padding-top: 25px;
    }
    .bojeni-footer__logo img {
        width: 169px;
    }
    .bojeni-footer__nav {
        flex-wrap: wrap;
    }

    .bojeni-footer__cta {
        padding: 14px 10px;
        font-size: 14px;
    }
    .bojeni-footer__logo img {

    }
    .bojeni-footer__inner {
        padding: 26px 10px 30px;
    }
    .bojeni-footer__policy {
        text-align: center;
    }
}
@media screen and (max-width: 400px) {
    .bojeni-footer__brand {
        gap: 10px;
    }
    .bojeni-footer__brand {
        flex-wrap: wrap;
    }
    .bojeni-footer__logo img {
        max-width: 135px;
    }
}
@media screen and (max-width: 350px) {
    .bojeni-footer__logo img {
        max-width: 169px;
    }
}