.slepoe-pyatno-intro {
    border-radius: 24px;
}

.slepoe-pyatno-intro .title-news,
.slepoe-pyatno-intro .text-news {
    color: #ffffff;
}

@media screen and (max-width: 567px) {
    .slepoe-pyatno-intro {
        border-radius: 16px;
    }
}

.slepoe-pyatno-banner {
    overflow: hidden;
    border-radius: 24px;
    background-color: #0C0C0C;
    background-image: var(--slepoe-pyatno-banner-bg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.slepoe-pyatno-banner__inner {
    margin: auto 0 0;
}

.slepoe-pyatno-banner .title-news,
.slepoe-pyatno-banner .text-news {
    color: #ffffff;
}

.slepoe-pyatno-banner__title-white {
    color: #ffffff;
}

.slepoe-pyatno-banner__title-red {
    color: #CD171A;
}

.slepoe-pyatno-banner__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.slepoe-pyatno-banner__button {
    color: #ffffff;
    background: #CD171A;
}

.slepoe-pyatno-banner__button:hover,
.slepoe-pyatno-banner__button:focus {
    color: #ffffff;
}

@media screen and (max-width: 567px) {
    .slepoe-pyatno-banner {
        border-radius: 16px;
    }
}
