.cta-banner {
     margin-bottom: 20px;
    display: flex;
    justify-content: center;
     gap: 30px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    color: #293A5F;
    align-items: center;
    min-height: 60px;
    border-radius: 15px;
    padding: 10px 120px 10px 120px;
    background-image: 
        linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.95)),
        url("http://docma.ru/wp-content/uploads/2025/12/arrow-r-blue-r.png"),
        url("http://docma.ru/wp-content/uploads/2025/12/arrow-r-blue-r.png"),
        url("http://docma.ru/wp-content/uploads/2025/12/arrow-r-blue-l.png"),
        url("http://docma.ru/wp-content/uploads/2025/12/arrow-r-blue-l.png");
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
    background-position: 
        center center,          
        center left,            
        40px center,           
        center right,          
        calc(100% - 40px) center;           
    background-size: 
        cover,                 
        50px,                   
        50px,                   
        50px,                  
        50px;                   
}

.cta-banner h5 {
    margin: 10px 0 15px 0;
}


.cta-banner span {
    text-decoration: none;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.2em;
    padding: 0 10%;
    background: #02B5BC;
    border-radius: 8px;
    color: #fff !important;
    font-weight: 600;
}

@media (max-width: 767px) {

    .cta-banner h5 {
    margin: 0 0 15px 0;
    text-align: center;
    font-size: 16px;
    
}

.cta-banner span {
    width: 60%;
}

    .cta-banner {
        gap: 10px;
        padding: 10px;
        flex-direction: column;
        background-position: 
        center center,         
        center left,           
        -50px center,           
        center right,           
        calc(100% + 50px) center;          
        background-size: 
        cover,                 
        70px,                  
        70px,                   
        70px,                  
        70px;                   
    }

}

 .cta-banner-big {
        background: rgba(2, 181, 188, 0.01);
        box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
        padding: 25px 25px;
        border-radius: 20px;
        position: relative;
        margin: 1px 1px 30px 1px;
        border-radius: 20px;
        overflow: hidden;
    }
    
    #cta-banner-big--circle {
        content: "";
        height: 350px;
        width: 350px;
        background: linear-gradient(-90deg, rgba(2, 181, 188, 0.08), rgba(2, 181, 188, 0.03));
        position: absolute;
        right: -20%;
        border-radius: 50%;
        z-index: -1
    }
    
    .cta-banner-big ul {
        margin-top: 10px;
    }
    
    .cta-banner-big ul li {
        list-style: disc;
        line-height: 1.2em;
        margin-left: 20px;
        margin-top: 10px;
    }
    
    .cta-banner-big:after {
        content: '';
        position: absolute;
        bottom: 5px;
        left: 5px;
        width: 120px;
        height: 120px;
        border-bottom: 3px solid #02B5BC;
        border-left: 3px solid #02B5BC;
        border-radius: 0 0 0 15px; /* Плавный угол в нижнем левом углу */
    }

    .cta-banner-big:before {
        content: '';
        position: absolute;
        top: 5px;
        right: 5px;
        width: 120px;
        height: 120px;
        border-top: 3px solid #02B5BC;
        border-right: 3px solid #02B5BC;
        border-radius: 0 15px 0 0; /* Плавный угол в верхнем правом углу */
    }

    .cta-banner-big--links {
        display: flex;
        gap: 20px;
        margin-top: 20px;
    }

    .cta-banner-big--links a {
        text-decoration: none;
        height: 40px;
        max-width: 300px;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 1.2em;
        padding: 0 40px;
        border-radius: 10px;
        color: #fff !important;
        font-weight: 600;
    }

    .cta-banner-big--links > *:first-child {
        background: #02B5BC;
    }

    .cta-banner-big--links > *:nth-child(2) {
        background: #FE3F7A;
    }

    .cta-banner-big p {
        margin: 0;
    }
    
    @media (max-width: 767px) {
        
        #cta-banner-big--circle {
            right: -60%;
        }
        
        .cta-banner-big--links {
            flex-direction: column;
            align-items: center;
        }
        
        .cta-banner-big--links {
                margin: 40px 0 0 0;
        }
        
        .cta-banner-big--links a {
            width: 100%;
        }
    }