.goid-at-the-end .promo_footer {
    position: relative;
    text-align: center;
    z-index: 1;
    line-height: 0;
}

.goid-at-the-end .promo_footer__background {
    width: 100%;
}

.goid-at-the-end  .promo_footer__navigation {
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
}

.goid-at-the-end .promo_footer__navigation__list {
    text-align: center;
}

.goid-at-the-end .promo_footer__navigation__item {
    display: inline-block;
    margin: 0 40px;
    text-transform: uppercase;
    cursor: pointer;
    color: #FFFFFF;
    font-family: "AlegreyaSans-ExtraBold";
    font-size: 30px;
    line-height: 27px;
    font-weight: bolder;
}


@media (max-width: 550px) {

    .goid-at-the-end .promo_footer__background--wide {
        display: block;
    }

    .goid-at-the-end .promo_footer__navigation {
        top: 15px;
        padding: 0 0 10px
    }

    .goid-at-the-end  .promo_footer__navigation__item {
        margin: 0 20px;
        font-size: 17px;
        line-height: 32px;
        display: inline-block;
    }
     .goid-at-the-end .promo_footer__details .promo_footer__details_paragraph {
        font-size: 8px;
        line-height: 8px;
        padding: 0;
    }

    .goid-at-the-end .promo_footer__details_brand {
        width: 100%;
        margin: 0 auto;
    }

}
@media (max-width: 780px) {
    .goid-at-the-end .promo_footer__details .promo_footer__details_paragraph {
        font-size: 8px;
        line-height: 9px;
        text-align: left;
    }
}

    @media (max-width: 320px) {
        .goid-at-the-end .promo_footer__details .promo_footer__details_paragraph {
            font-size: 5px;
            line-height: 7px;
        }
    }

    @media (max-width: 674px) {
        .goid-at-the-end .promo_footer__details .promo_footer__details_paragraph {
            font-size: 10px;
            line-height: 15px;
        }

        .goid-at-the-end .promo_footer__details_brand {
            width: 100%;
            margin: 0 auto;
        }
    }

