footer {
    margin-top: 50px;
    background-color: #1f1a17;
    padding: 52px 0 0
}

footer .coppyright {
    font-size: 11px;
    border-top: 1px solid #939598;
    margin-top: 29px;
    padding-top: 20px;
    color: #939598
}

footer p img {
    display: inline-block;
}

.coppyright-content {
    display: flex;
    align-items: end;
    gap: 2rem;
}

.coppyright-content p:last-child {
    margin-bottom: 0;
}

footer {
    padding: 2rem 0 1rem !important;
}

nav.menu--footer a.nav-link {
    padding: 0 10px 3px 0;
    color: #ffead7;
    text-align: right;
    font-family: Corbel;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    /* 150% */
    text-decoration-line: underline;
    border-right: 1px solid #ffead7;
}

nav.menu--footer ul li.nav-item:last-child a.nav-link {
    border-right: none;
}

footer .follow-us-section {
    display: flex;
    align-items: end;
}

footer .follow-us {
    display: flex;
    gap: 2rem;
    align-items: end;
    flex-wrap: wrap;
}

footer .follow-us .ttl-footer {
    color: #ffead7;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.card-text-footer .text .ttl-card-ft,
.card-text-lastest .text .ttl-card-lastest {
    color: #ffead7;
    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 153.846% */
}

.card-text-footer .text .date,
.card-text-lastest .text .date {
    color: #606060;
    font-family: Corbel;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: 20px;
    /* 142.857% */
}


footer .ttl-footer {
    color: #ffead7;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 29px;
    text-transform: uppercase;
}

footer .scl-ft {
    margin-bottom: 0;
    display: flex;
}

.scl-ft li a img {
    min-width: 40px;
    width: 40px;
}

footer p {
    font-size: 15px;
    line-height: 1.6;
    color: #939598
}

footer .card-text-footer {
    width: 50%;
}

footer .card-text-footer:nth-child(1),
footer .card-text-footer:nth-child(3) {
    margin-right: 20px;
    width: calc(50% - 20px);
}

footer .card-text-footer:nth-child(3),
footer .card-text-footer:nth-child(4) {
    padding-top: 15px;
    border-top: 1px solid #5e5e5e;
}

footer .list-card-ft {
    display: flex;
    flex-wrap: wrap;
    row-gap: 15px;
}

.section-stories,
footer .subscribe {
    margin-bottom: 50px
}

@media only screen and (max-width: 992px) {
    footer .inner-footer {
        width: 100%;
        margin-bottom: 50px
    }

}

@media only screen and (max-width: 767px) {
    footer {
        padding-top: 30px
    }

    .section-stories,
    footer .inner-footer,
    footer .subscribe {
        margin-bottom: 30px
    }

    .list-card-ft {
        flex-direction: column;
    }

    footer .list-card-ft .card-text-footer {
        width: 100%;
    }

    footer .coppyright-content {
        flex-direction: column;
        align-items: center;
    }

    .coppyright-content > div > p {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .follow-us-order {
        order: 1;
        padding-bottom: 42px;
    }

    .coppyright-order {
        order: 2;
        border-top: 1px solid #302b29;
        padding-top: 34px;
    }

    footer .coppyright {
        border-top: none;
        margin-top: 0;
    }

    footer .follow-us {
        flex-direction: column;
        gap: 12px;
        align-items: start;
    }

}
