.prefooter {
    margin-block-start: 96px;
}

.block-prefooter-custom {
    background-color: var(--neutral-50);
    margin-block-start: 96px;
    margin-top: 0;
}

.block-prefooter-custom .columns {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
    padding-block: 80px;
    border-bottom: 1px solid rgba(40, 40, 39, 0.30);
}

.block-prefooter-custom .column__left {
    display: flex;
    flex-direction: row;
    gap: 40px;
}

.block-prefooter-custom .column__left .column__left--logo img {
    height: 137px;
    width: auto;
}

.block-prefooter-custom .column__left .column__left--content {
    padding-inline-start: 32px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.block-prefooter-custom .column__left .column__left--content .content--row {
    position: relative;
}

.block-prefooter-custom .column__left .column__left--content .content--row::before {
    position: absolute;
    top: 0;
    left: -32px;
    width: 16px;
    height: auto;
}

.block-prefooter-custom .column__left .column__left--content .content__address::before {
    content: url('/sites/default/files/icons/location_on.svg');
}

.block-prefooter-custom .column__left .column__left--content .content__phone_att::before {
    content: url('/sites/default/files/icons/call.svg');
}

.block-prefooter-custom .column__left .column__left--content .content__email::before {
    content: url('/sites/default/files/icons/mail.svg');
}

.block-prefooter-custom .column__left .column__left--content p {
    --_fsize-min: 16;
    --_fsize-max: 16;
    line-height: 1.3;
    font-weight: 400;
    margin-block-end: unset;
}

.block-prefooter-custom .column__left .column__left--content .content--row:not(.content__email) p:nth-of-type(1) {
    font-weight: 700;
}

.block-prefooter-custom .column__left .column__left--socials {
    display: flex;
    gap: 24px;
}

.block-prefooter-custom .column__right {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.block-prefooter-custom .column__right span {
    border-radius: 8px;
    border: 1px solid var(--neutral-300);
    padding: 12px 20px 12px 12px;
    position: relative;
    --_fsize-min: 14;
    --_fsize-max: 14;
    line-height: 1.1;
    letter-spacing: 0.42px;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #000;
}

.block-prefooter-custom .column__right span::before {
    width: 24px;
    height: auto;
}

.block-prefooter-custom .column__right span.apple::before {
    content: url('/sites/default/files/icons/Apple_white.svg');
}

.block-prefooter-custom .column__right span.android::before {
    content: url('/sites/default/files/icons/Android_white.svg');
}

.block-prefooter-custom .columns .column__right .column__right--buttons {
    display: flex;
    gap: 9px;
}

.block-prefooter-custom .column__right--socials {
    display: flex;
    justify-content: end;
    gap: 13px;
}

.block-prefooter-custom .column__left .column__left--content {
    justify-content: center;
}

.block-prefooter-custom :is(.content__address, .content__phone_att, .content__phone_alc) p:first-child {
    color: #282827;
    font-weight: 700;
}

@media (max-width: 991px) {
    .block-prefooter-custom {
        margin-block-start: 36px;
    }

    .block-prefooter-custom .columns {
        flex-direction: row;
        align-items: start;
        gap: 16px;
    }

    .block-prefooter-custom .column__left {
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
    }

    .block-prefooter-custom .column__left .column__left--logo {
        width: 100%;
    }

    .block-prefooter-custom .column__left .column__left--socials {
        margin-left: auto;
    }

    .block-prefooter-custom .column__left .column__left--socials {
        align-items: end;
    }

    .block-prefooter-custom .column__right {
        width: 100%;
        flex-direction: row;
        /* justify-content: end; */
        justify-content: space-between;
    }

    .block-prefooter-custom .columns {
        padding-block: 16px;
    }
}

@media (max-width: 767px) {

    .block-prefooter-custom {
        margin-block-start: 36px;
    }

    .prefooter .row .block .column__left--logo {
        display: none;
    }

    .block-prefooter-custom .column__left .column__left--content {
        padding-inline-start: 32px;
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .block-prefooter-custom .columns {
        padding-block: 32px;
        flex-direction: column;
        align-items: start;
        gap: 16px;
    }

    .block-prefooter-custom .column__right {
        flex-direction: row;
        gap: 16px;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .block-prefooter-custom .columns .column__right a>span {
        max-height: 36px;
        gap: 4px;
    }
}