.popper-info-block.fixed{
    position: fixed;
    bottom: 0;
    display: flex;
    width: stretch;
    width: -webkit-fill-available;
    height: 85px;
    justify-content: center;
    align-items: center;
    background: #9F9A7C;
    transition: transform 0.3s ease;

}
.popper-info-block.fixed.hidden {
    transform: translateY(100%);
}
.popper-info-block .layout{
    display: flex;
    padding: 0 40px;
    justify-content: center;
    align-items: center;
    flex: 1 0 0;
}
.layout .info-text{
    color: #FFF;
    text-align: center;
    font-family: Asul;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px; /* 93.75% */
}
.link .btn--orange{
    display: flex;
    padding: 13px 17px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 30.076px;
    border: 1px solid #F39E00;
    background: #F39E00;
    width: max-content;

    color: #FFF;
    text-align: center;
    font-family: Asul;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px; /* 93.75% */
}
.btn--sage:hover{
    color: white!important;
}
.hidden-mobile{
    display: none;
}
a.tel-agency:hover{
    color: #9F9A7C!important;
}

.all-products{
    display: flex;
    max-width: 1366px;
    padding: 0px 100px 60px 100px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    background: #EFECE9;
}

.btn-btn-all-products{
    display: flex;
    padding: 13px 17px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 30.076px;
    border: 1px solid #9F9A7C;

    color: #9F9A7C;
    text-align: center;
    font-family: "Lexend Deca";
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; /* 123.077% */
}
.btn-btn-all-products:hover{
    color: #ffffff;
    background-color: #9F9A7C;
}
.info-text.info-title{
    color: #FFF;
    text-align: center;
    font-family: Asul;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px; /* 93.75% */
}
@media (min-width: 769px) {
    .hidden-mobile{
        display: block;
    }

    .popper-info-block .layout{
        display: flex;
        padding: 0 40px;
        justify-content: space-between;
        align-items: center;
        flex: 1 0 0;
    }
}