﻿.site-footer {
    display: none !important;
}

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

.cm-footer-v2 {
    position: relative;
    z-index: 2;
    background: #050505;
    color: #f7f7f7;
    border-top: 1px solid rgba(255, 16, 32, 0.45);
    font-family: inherit;
}

.cm-footer-v2 a {
    color: inherit;
    text-decoration: none;
}

.cm-footer-v2__inner {
    width: min(1180px, calc(100% - 36px));
    margin: 0 auto;
    padding: 46px 0 24px;
}

.cm-footer-v2__top {
    display: grid;
    grid-template-columns: minmax(260px, 1.45fr) minmax(150px, 0.75fr) minmax(210px, 0.95fr) minmax(160px, 0.75fr);
    gap: 34px;
    align-items: start;
}

.cm-footer-v2__logo-link {
    display: inline-flex;
    align-items: center;
    width: min(178px, 100%);
    min-height: 70px;
}

.cm-footer-v2__logo-image {
    display: block;
    width: 100%;
    max-width: 178px;
    height: auto;
    object-fit: contain;
}

.cm-footer-v2__logo-text {
    color: #ffffff;
    font-size: clamp(30px, 4vw, 48px);
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
}

.cm-footer-v2__brand p {
    max-width: 430px;
    margin: 14px 0 0;
    color: #cfcfcf;
    font-size: 15px;
    line-height: 1.6;
}

.cm-footer-v2__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.cm-footer-v2__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 18px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 6px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
    transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.cm-footer-v2__button--primary,
.cm-footer-v2__button:hover,
.cm-footer-v2__button:focus-visible {
    border-color: #ff1020;
    background: #ff1020;
    color: #ffffff;
}

.cm-footer-v2 h2 {
    margin: 0 0 16px;
    color: #ff1020;
    font-size: 13px;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: 0;
    text-transform: uppercase;
}

.cm-footer-v2__nav ul {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.cm-footer-v2__nav a,
.cm-footer-v2__contact a,
.cm-footer-v2__social a {
    color: #d8d8d8;
    font-size: 14px;
    line-height: 1.45;
    transition: color 160ms ease, border-color 160ms ease, background-color 160ms ease;
}

.cm-footer-v2__nav a:hover,
.cm-footer-v2__nav a:focus-visible,
.cm-footer-v2__contact a:hover,
.cm-footer-v2__contact a:focus-visible {
    color: #ffffff;
}

.cm-footer-v2__contact {
    display: grid;
    gap: 12px;
    margin: 0;
    font-style: normal;
}

.cm-footer-v2__social {
    display: grid;
    gap: 10px;
}

.cm-footer-v2__social a {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 40px;
    padding: 0 12px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.035);
    color: #ffffff;
    font-weight: 800;
}

.cm-footer-v2__social a::after {
    content: "+";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #ff1020;
    color: #ffffff;
    font-size: 16px;
    line-height: 1;
}

.cm-footer-v2__social a:hover,
.cm-footer-v2__social a:focus-visible {
    border-color: rgba(255, 16, 32, 0.8);
    background: rgba(255, 16, 32, 0.12);
}

.cm-footer-v2__trust {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    margin-top: 38px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    background: #111111;
    overflow: hidden;
}

.cm-footer-v2__trust span {
    position: relative;
    min-height: 82px;
    padding: 22px 22px 20px 48px;
    color: #f4f4f4;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.35;
    text-transform: uppercase;
}

.cm-footer-v2__trust span + span {
    border-left: 1px solid rgba(255, 255, 255, 0.11);
}

.cm-footer-v2__trust span::before {
    content: "";
    position: absolute;
    left: 22px;
    top: 28px;
    width: 12px;
    height: 12px;
    border-radius: 2px;
    background: #ff1020;
}

.cm-footer-v2__trust strong {
    display: block;
    color: #ff1020;
    font-size: 14px;
    font-weight: 900;
}

.cm-footer-v2__bottom {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    padding-top: 22px;
    color: #9f9f9f;
    font-size: 13px;
    line-height: 1.45;
}

@media (max-width: 980px) {
    .cm-footer-v2__top {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cm-footer-v2__social {
        padding-right: 78px;
    }

    .cm-footer-v2__trust {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cm-footer-v2__trust span:nth-child(3) {
        border-left: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.11);
    }

    .cm-footer-v2__trust span:nth-child(4) {
        border-top: 1px solid rgba(255, 255, 255, 0.11);
    }
}

@media (max-width: 640px) {
    .cm-footer-v2__inner {
        width: min(100% - 28px, 1180px);
        padding-top: 36px;
    }

    .cm-footer-v2__top,
    .cm-footer-v2__trust {
        grid-template-columns: 1fr;
    }

    .cm-footer-v2__trust span + span,
    .cm-footer-v2__trust span:nth-child(3),
    .cm-footer-v2__trust span:nth-child(4) {
        border-left: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.11);
    }

    .cm-footer-v2__actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .cm-footer-v2__social {
        padding-right: 0;
    }

    .cm-footer-v2__bottom {
        flex-direction: column;
        gap: 6px;
    }
}


