.event {
    background-image: url(../image/event_back.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 25px;
    position: relative;
}

.event.chain::before {
    top: 0;
}

.event__content {
    text-align: center;
    padding: 60px 0 105px;
}

.chain__title {
    max-width: 89%;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 1023px) {
    .event__image {
        width: 30%;
    }
}

.events__menu {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 15px 0;
}

.events__menu-item {
    margin-right: 20px;
    cursor: pointer;
    margin-bottom: 0;
}

.js-menu-item.active {
    color: #ffef5a;
}

@media (max-width: 768px) {
    .events__menu {
        flex-wrap: wrap;
    }
}