.box-white.box-white__actions {
    padding: 32px;
}
.box-white.box-white__actions .box-white__content {
    display: flex;
    flex-direction: column;
    text-align: center;
}
.box-white.box-white__actions .box-white__content .box-white__btn {
    margin-top: 24px;
}
.box-white.box-white__actions .box-white__content .box-white__text {
    color: #4B575C;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
.news-item-action .news-item-super .img {
    position: absolute;
    width: 100%;
    height: 100%;
}
.news-item-action .news-item.news-item-super {
    display: flex;
    flex-direction: column;
    padding-bottom: 32px;
}
.super__content {
    flex: 1;
    padding-top: 32px;
    z-index: 5;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
}
.super__badge {
    z-index: 10;
    background-image: url(/images/super-action.svg);
    width: 40px;
    height: 40px;
    background-position: center;
    background-size: contain;
    position: absolute;
    right: 20px;
    top: 20px;
}
.news-item-action .news-item .super__name {
    margin: 20px 0;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 42px;
    color: #FFF;
}
.super__interval {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.super__interval .year {
    opacity: 0.6;
}
.super__date {
    display: flex;
    margin-top: auto;
}
.super__date-date, .super__date-views {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.super__date-eye {
    margin-left: 12px;
    margin-right: 4px;
}
.main-holder .main h1.h-page {
    margin-bottom: 21px;
}
@media screen and (max-width: 767px){
    .main-holder .main h1.h-page {
        margin-bottom: 0;
    }
}