.second-news-section__item--reverse {
    direction: rtl;
}
.second-news-section__item--reverse .universal-info  {
    direction: ltr;
}
.custom-bg-section__wrap {
    display: flex;
    flex-direction: column;
    gap: 142px;
    padding: 50px;
    background-image: url(/image/catalog/news/transport-thermal/image-5.webp);
    background-size: cover;
    background-position: center;
}
.custom-bg-section__info {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 480px;
    width: 100%;
}
.custom-bg-section .universal-title {
    max-width: 260px;
    width: 100%;
}
.custom-bg-section .castom-news-refrige-wrap-link {
    max-width: 560px;
    text-wrap: balance;
}
.custom-bg-section .castom-news-refrige-wrap-link button {
    flex-shrink: 0;
}

.custom-bg-section--transport .custom-bg-section__wrap {
    background-image: url(/image/catalog/news/season-preparation/image-7.webp);
}
.custom-bg-section--krechet .custom-bg-section__wrap {
    background-image: url(/image/catalog/news/krechet-best-choice/image-5.webp);
}
.custom-bg-section--recipes .custom-bg-section__wrap {
    background-image: url(/image/catalog/news/proven-recipes/image-11.webp);
}
.custom-bg-section--hunt .custom-bg-section__wrap {
    background-image: url(/image/catalog/news/new-hunt-rules/image-7.webp);
    gap: 30px;
}
.custom-bg-section--power .custom-bg-section__wrap {
    background-image: url(/image/catalog/news/select-power-station/image-8.webp);
}
.custom-bg-section--transport .universal-title {
    max-width: 100%;
}
.custom-bg-section--krechet .universal-title {
    max-width: 100%;
}
.custom-bg-section--recipes .universal-title {
    max-width: 100%;
}

.custom-bg-section--hunt .custom-bg-section__info {
    max-width: 100%;
}
.custom-bg-section--hunt .universal-title {
    max-width: 100%;
    font-size: 48px;
}
.custom-bg-section--hunt p {
    max-width: 435px;
}
.custom-bg-section--hunt ul {
    max-width: 435px;
}

.custom-bg-section--power .custom-bg-section__info {
    max-width: 600px;
}
.custom-bg-section--power .universal-title {
    max-width: 100%;
    font-size: 40px;
}
.custom-bg-section--power p {
    max-width: 480px;
}
@media screen and (max-width: 1599px) {
    .custom-bg-section--hunt .universal-title {
        font-size: 40px;
    }
}
@media screen and (max-width: 1344px) {
    .custom-bg-section__wrap {
        gap: 100px;
    }
    .custom-bg-section__info {
        max-width: 400px;
    }
    .custom-bg-section--hunt .universal-title {
        font-size: 36px;
    }
}
@media screen and (max-width: 1199px) {

}
@media screen and (max-width: 991px) {
    .custom-bg-section__wrap {
        gap: 50px;
    }
    .custom-bg-section__info {
        max-width: 280px;
    }
    .custom-bg-section .castom-news-refrige-wrap-link {
        max-width: 455px;
    }
    .custom-bg-section--hunt .universal-title {
        font-size: 30px;
        text-wrap: balance;
    }

    .custom-bg-section--power .universal-title {
        font-size: 30px;
    }
    .custom-bg-section--power p {
        max-width: 380px;
    }
}
@media screen and (max-width: 767px){
    .custom-bg-section__wrap {
        gap: 50px;
        padding: 30px;
    }
}
@media screen and (max-width: 567px) {
    .custom-bg-section__wrap {
        gap: 20px;
        padding: 339px 20px 20px 20px;
        background-color: #020a0a;
        background-image: url(/image/catalog/news/transport-thermal/image-5-m.webp);
        background-size: 704px;
        background-position: center top;
    }
    .custom-bg-section--transport .custom-bg-section__wrap {
        padding: 380px 20px 20px 20px;
        background-image: url(/image/catalog/news/season-preparation/image-7-m.webp);
        background-size: 588px;
    }
    .custom-bg-section--krechet .custom-bg-section__wrap {
        padding: 360px 20px 20px 20px;
        background-image: url(/image/catalog/news/krechet-best-choice/image-5-m.webp);
        background-size: 612px;
    }
    .custom-bg-section--recipes .custom-bg-section__wrap {
        padding: 360px 20px 20px 20px;
        background-image: url(/image/catalog/news/proven-recipes/image-11-m.webp);
        background-size: 571px;
    }
    .custom-bg-section--hunt .custom-bg-section__wrap {
        padding: 330px 20px 20px 20px;
        background-image: url(/image/catalog/news/new-hunt-rules/image-7-m.webp);
        background-size: 571px;
    }
    .custom-bg-section--power .custom-bg-section__wrap {
        padding: 300px 20px 20px 20px;
        background-image: url(/image/catalog/news/select-power-station/image-8-m.webp);
        background-size: 571px;
    }
    .text-btn-hidden {
        display: block;
        width: 0px;
        height: 0px;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px);
        opacity: 0;
    }
    .custom-bg-section__info {
        max-width: 100%;
    }
    .custom-bg-section--hunt .universal-title {
        font-size: 22px;
    }

    .custom-bg-section--power .universal-title {
        font-size: 22px;
    }
}