.uk-container-large {
    max-width: 92rem;
}

/**
 *  Таймлайн
 */
.block-timeline {
    position: relative;
    z-index: 1;
    background: linear-gradient(0deg, #0d0217 calc(100% - 8rem), rgba(0, 27, 163, 0) 100%);
}

.block-timeline--1 .block-timeline__item.item .item__title span {
    display: block;
    margin-top: 10px;
}

@media screen and (max-width: 480px) {
    .block-timeline--1 {
        margin-top: 0;
    }
}

/**
 *  Номинации
 */
.block-nominations__item.item {
    padding: 0;
    backdrop-filter: unset;
    border: 0;
    box-shadow: unset;
    background: unset;
}

.block-nominations__item.item .item__inner {
    width: 100%;
}

/**
 *  Цели премии
 */
.block-goals__list {
    padding: 0;
    backdrop-filter: unset;
    border: 0;
    box-shadow: unset;
    background: unset;
}

/**
 *  Жюри
 */
.jury {
    background: none;
}

/**
 *  Победители
 */
.block-winners__big.big .big__item.item .item__theme {
    font-weight: 400;
}

.block-winners__big.big .big__item.item .item__theme::after {
    display: none;
}

.block-winners__arrow {
    background-color: transparent;
    margin: 0;
}

.block-winners__arrow svg {
    filter: unset;
}

.block-winners__arrow svg polygon {
    fill: #fff;
}

/**
 *  FAQ
 */
.block-faq__item.item {
    margin: 0;
    backdrop-filter: unset;
    border: 0;
    box-shadow: unset;
}

.block-faq__list {
    filter: unset;
}

@media screen and (max-width: 1000px) {
    .block-faq__list {
        margin: 0;
    }
}
