

/* Start:/local/templates/ferryvatt/components/bitrix/news.detail/detail/style.css?17810908331571*/
.custom-product-cta-block {
    margin: 2rem 0;
    text-align: center;
}
.custom-product-cta-inner {
    position: relative;
    max-width: 1190px;
    margin: 0 auto;
    padding: 24px 32px;
    background: white;
    border-radius: 48px;
    box-shadow: 4px 4px 10px 1px rgba(0,0,0,0.25);
    overflow: hidden;
}
.custom-product-cta-title {
    margin: 0 0 12px;
    font-family: 'Circe', sans-serif;
    font-weight: 700;
    font-size: clamp(20px,4vw,28px);
    color: black;
    line-height: 1.3;
}
.custom-product-cta-desc {
    margin: 0 0 20px;
    font-family: 'Circe', sans-serif;
    font-weight: 350;
    font-size: clamp(16px,3.5vw,24px);
    color: black;
    line-height: 1.4;
}
.custom-product-cta-button {
    display: inline-block;
    padding: 10px 32px;
    background: #120031;
    color: white;
    text-decoration: none;
    font-family: 'Circe', sans-serif;
    font-weight: 700;
    font-size: clamp(18px,3.5vw,26px);
    border-radius: 28px;
    transition: all 0.3s ease;
    transform: scale(1);
    will-change: transform, background-color;
}
.custom-product-cta-button:hover {
    background: #0a001d;
    color: white;
    transform: scale(1.03);
    box-shadow: 0 4px 12px rgba(18,0,49,0.3);
}
@media (max-width: 768px) {
    .custom-product-cta-inner {
        padding: 20px 16px;
        border-radius: 24px;
    }
    .custom-product-cta-title,
    .custom-product-cta-desc,
    .custom-product-cta-button {
        font-size: 20px;
    }
    .custom-product-cta-button {
        padding: 8px 24px;
        border-radius: 20px;
    }
}
/* End */
/* /local/templates/ferryvatt/components/bitrix/news.detail/detail/style.css?17810908331571 */
