.lenta{
    width: 100%;
    /* height: 100vh; */
    /* background-color: #f3e528; */
}
/* боковая панель */
aside{
    min-width: 300px;
    width: 20%;
    /* background-color: antiquewhite; */
}
.reclama-aside{
    width: 100%;
    height: 84vh;
    /* background-color: chartreuse; */
    position: sticky;
    top: 100px;
}
@media screen and (max-width: 1000px){
    .reclama-aside,
    aside,
    .reclama-header{
        display: none;
    }
    section{
        width: 100%;
    }
}

/* реклама в шапке */
.reclama-header{
    flex: 1 1 100%;
    height: 100%;
}