/* castom-rdc-2------------------------ */
.universal-news .castom-news-rdc-section {
    position: relative;
    background-image: url(/image/catalog/news/obzor-novyh-kollimatornyh-pricelov-artelv-rdc-2/custom-img.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 60px 50px 50px 50px;
}
.castom-news-rdc-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 820px;
    width: 100%;
    gap: 80px;
}
.castom-news-rdc-wrap h3 {
    margin: 0 0 25px;
    color: #FFF;
    font-size: 40px;
    font-weight: 700;
    line-height: 130%;
    text-transform: uppercase;
}
.castom-news-rdc-wrap p {
    margin: 0;
    color: #FFF;
    font-size: 15px;
    font-weight: 400;
    line-height: 140%;
    max-width: 300px;
}
.castom-news-rdc-wrap-link {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
    padding: 5px 5px 5px 30px;
    border-radius: 40px;
    background: #266141;
    border: 1px solid #266141;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    max-width: 300px;
    width: 100%;
    transition: all 0.3s ease;
    cursor: pointer;
    text-decoration: none;
}
.castom-news-rdc-wrap-link span {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
}
.castom-news-rdc-wrap-link button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}
.castom-news-rdc-wrap-link:hover {
    background-color: #FFF;
}
.castom-news-rdc-wrap-link:hover span {
    color: #266141;
}
.castom-news-rdc-wrap-link:hover button {
    background-color: #266141;
}
.castom-news-rdc-wrap-link:hover button svg path {
    fill: #FFF;
}
@media screen and (max-width: 1344px) {
    .universal-news .castom-news-rdc-section {
        padding: 60px 30px 30px 30px;
    }
}
@media screen and (max-width: 1199px) {
    .castom-news-rdc-wrap h3 {
        font-size: 32px;
    }
}
@media screen and (max-width: 767px) {
    .universal-news .castom-news-rdc-section {
        padding: 30px;
    }
    .castom-news-rdc-wrap {
        align-items: flex-start;
        max-width: 100%;
        gap: 50px;
    }
    .castom-news-rdc-wrap h3 {
        font-size: 24px;
        text-wrap: balance;
        text-align: left;
    }
    .castom-news-rdc-wrap-link span {
        text-wrap: balance;
    }
}
@media screen and (max-width: 567px) {
    .universal-news .castom-news-rdc-section {
        padding: 330px 20px 20px 20px;
        background-color: #020a0a;
        background-image: url(/image/catalog/news/obzor-novyh-kollimatornyh-pricelov-artelv-rdc-2/custom-img-m.webp);
        background-size: 571px;
        background-position: center top;
    }
    .castom-news-rdc-wrap {
        gap: 20px;
    }
    .castom-news-rdc-wrap p {
        font-size: 13px;
        max-width: 100%;
    }
    .castom-news-rdc-wrap h3 {
        font-size: 20px;
        margin: 0 0 16px;
    }
}
