.vk-fest-capibara-fullscreen {
    margin-top: 24px;
}
.vkfest-bottom {
    margin: -64px 0 84px !important;
    gap: 20px;
    align-items: flex-start;
}
.vkfest-bottom li {
    position: relative;
    padding: 16px 20px 13px;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.3 !important;
    color: #fff;
    background: #9545B2;
}
.vkfest-bottom li::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 23px;
    background: #9545B2;
    transform: skewY(-1deg);
}
.vk-fest-city {
    font-size: 18px;
}
.vk-fest-date {
    margin: 0 0 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    font-size: 11px;
}
.vkfest-bottom li p {
    margin: 0 0 16px;
}

@media(min-width: 992px) {
    .vk-fest-about-block {
        padding-bottom: 20px;
    }
    .vk-fest-capibara-fullscreen {
        margin-top: 44px;
        margin-bottom: 22px;
    }
    .vkfest-bottom {
        margin: -40px 0 70px !important;
        gap: 9px;
        grid-template-columns: repeat(4,1fr);
    }
}
