@import "style/fonts.css";

.footer {
    position: relative;
}

.footer-image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}


.footer-shop {

    margin-bottom: 20px;
}

.footer-shop__station {
    display: flex;
    justify-content: space-between;
}

.footer-shop__catalog {
    margin-top: 100px;
}

.footer-catalog__logo {
    margin-top: 50px;
}

.footer-left__top {
    display: flex;
    justify-content: space-between;
    gap: 180px;
}


.footer-catalog__title {
    font-family: "EB";
    font-size: 18px;
    line-height: 148%;
    color: #fff;
}

.footer-catalog__list {
    margin-top: 20px;
}


.footer-list__link {
    font-family: "RM";
    font-size: 14px;
    line-height: 197%;
    color: #fff;
    display: flex;
}

.footer-end__top {
    margin-top: 130px;
}


.footer-top__span {
    font-family: "EB";
    font-size: 18px;
    line-height: 148%;
    color: #fff;
}

.footer-top__text {
    font-family: "RR";
    font-size: 12px;
    line-height: 148%;
    color: #a6a6a6;
    margin-top: 20px;
}


.footer-catalog__link {
    font-family: "EB";
    font-size: 18px;
    line-height: 148%;
    color: #fff;
}


.footer-catalog__text {
    max-width: 200px;
    width: 100%;
    font-family: "RR";
    font-size: 12px;
    line-height: 79%;
    color: #a6a6a6;
    padding-top: 30px;
}

.footer-shop__org {
    margin-top: 50px;
}

.footer-bottom__images {
    gap: 10px;
}

.footer-next {
    background: rgba(28, 28, 28, 0.7);
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
}

.footer-next__case {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.footer-last__left {
    display: flex;
    align-items: center;
    gap: 20px;
}

.footer-left__title {
    font-family: "RM";
    font-size: 12px;
    line-height: 197%;
    color: #fff;
}


.footer-right__link {
    font-family: "RM";
    font-size: 12px;
    line-height: 197%;
    color: #fff;
}

@media (max-width: 1176px) {
    .footer-shop__station {
        display: flex;
        flex-wrap: wrap;
        gap: 50px;
        justify-content: center;
    }
    .footer-image{
     object-fit: cover;
    }
}

@media (max-width: 576px) {

    .footer-next__case {
        justify-content: center;
    }
}


@media (max-width: 376px) {

    .footer-next__case {
        flex-direction: column;
    }

    .footer-last__left {
        flex-direction: column;
    }
}