.promo-banner{
    display: flex;
    margin: auto;
    margin-top: 30px;
    max-width: 1150px;
    width: 90%;
    min-height: 280px;
    background: #f6f7fb;
    border-radius: 5px;
    overflow: hidden;
    font-family:Arial,sans-serif;

    line-height: 1;
}

.promo-image{
    flex:1;
}
.promo-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}
.promo-content{flex:1;padding:30px;display:flex;flex-direction:column;justify-content:center;}
.promo-content p {margin:0 0 20px; font-size:16px; }
.promo-btn{align-self:flex-start;padding:14px 28px;background:#4f46e5;color:#fff;text-decoration:none;border-radius:8px;font-weight:600;transition:background .2s;}
.promo-btn:hover{background:#4338ca;}
@media (max-width:768px) {
    .promo-banner{ flex-direction:column; width: 100%; margin: 0; border-radius: 0px; }
    .promo-image{ height:200px; }
    .promo-content{ display: none; }
}

/* Стили только для верхнего и нижнего блоков, добавляемых car.js. */
#vv_top_external {
    position: relative;
    z-index: 1 !important;
    width: 100%;
    padding: 52px 0 0;
    background: #f7fcf9;
}

#vv_top_external .promo-banner {
    display: grid;
    width: min(1140px, calc(100% - 48px));
    max-width: none;
    height: 360px;
    min-height: 0;
    grid-template-columns: 55% 45%;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 20px;
    background: #f7f7f7;
    box-shadow: 0 4px 12px rgba(43, 45, 51, .08), 0 1px 2px rgba(43, 45, 51, .12);
    color: #232323;
    font-family: Arial, sans-serif;
    line-height: normal;
}

#vv_top_external .promo-content {
    display: flex;
    order: 1;
    padding: 48px 60px;
    align-items: flex-start;
    justify-content: center;
}

#vv_top_external .promo-image {
    order: 2;
    height: 100%;
    min-width: 0;
    min-height: 0;
}

#vv_top_external .promo-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

#vv_top_external .promo-content p:first-child {
    margin: 0 !important;
    color: #232323 !important;
    font-size: 44px !important;
    font-weight: 500;
    line-height: 44px !important;
}

#vv_top_external .promo-content p:first-child b {
    font-weight: 500;
}

#vv_top_external .promo-content p:last-child {
    max-width: 470px;
    margin: 12px 0 0 !important;
    color: #585858 !important;
    font-size: 18px !important;
    line-height: 26px !important;
}

#vv_bottom_external {
    display: block;
    width: 100%;
    padding: 0 0 52px;
    background: #fff;
}

#vv_bottom_external .b_bottom_view {
    display: block !important;
    width: min(1140px, calc(100% - 48px)) !important;
    max-width: none !important;
    margin: 0 auto !important;
    color: #232323;
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 24px;
}

#vv_bottom_external h3 {
    margin: 32px 0 16px;
    font-size: 28px;
    font-weight: 500;
    line-height: 32px;
}

#vv_bottom_external .b_bottom_view > div > h3:first-of-type {
    margin-top: 30px;
}

#vv_bottom_external ul {
    margin: 0;
    color: #585858;
    font-size: 16px;
    line-height: 24px;
}

#vv_bottom_external a {
    color: #406cff;
    text-underline-offset: 3px;
}

@media (min-width: 620px) and (max-width: 900px) {
    #vv_top_external .promo-content {
        padding: 48px 32px;
    }

    #vv_top_external .promo-content p:first-child {
        font-size: 32px !important;
        line-height: 34px !important;
    }

    #vv_top_external .promo-content p:last-child {
        font-size: 16px !important;
        line-height: 22px !important;
    }

    #vv_top_external .promo-image img {
        object-position: right top;
    }
}

@media (min-width: 620px) and (max-width: 768px) {
    #vv_top_external .promo-banner {
        display: flex;
        height: auto;
        flex-direction: column;
    }

    #vv_top_external .promo-image {
        order: 1;
        width: 100%;
        height: 280px;
        flex: 0 0 280px;
    }

    #vv_top_external .promo-image img {
        object-position: center top;
    }

    #vv_top_external .promo-content {
        order: 2;
        padding: 32px;
        align-items: center;
        text-align: center;
    }

    #vv_top_external .promo-content p:first-child {
        max-width: 360px;
    }

    #vv_top_external .promo-content p:last-child {
        max-width: 600px;
    }
}

@media (max-width: 619px) {
    #vv_top_external {
        padding: 32px 0 0;
    }

    #vv_top_external .promo-banner {
        display: flex;
        width: calc(100% - 32px);
        height: auto;
        min-height: 0;
        flex-direction: column;
        gap: 16px;
        border-radius: 18px;
    }

    #vv_top_external .promo-image {
        order: 1;
        width: 100%;
        height: 280px;
        flex: 0 0 280px;
    }

    #vv_top_external .promo-content {
        display: flex;
        order: 2;
        padding: 0 16px 20px;
        align-items: stretch;
        text-align: center;
    }

    #vv_top_external .promo-content p:first-child {
        font-size: 22px !important;
        line-height: 24px !important;
    }

    #vv_top_external .promo-content p:last-child {
        margin-top: 8px !important;
        font-size: 16px !important;
        line-height: 22px !important;
    }

    #vv_bottom_external {
        padding-bottom: 32px;
    }

    #vv_bottom_external .b_bottom_view {
        width: calc(100% - 32px) !important;
        font-size: 15px;
        line-height: 22px;
    }

    #vv_bottom_external h3 {
        margin: 24px 0 12px;
        font-size: 22px;
        line-height: 26px;
    }

    #vv_bottom_external .b_bottom_view > div > h3:first-of-type {
        margin-top: 28px;
    }

    #vv_bottom_external ul {
        padding-inline-start: 24px !important;
        padding-inline-end: 0 !important;
        font-size: 15px;
        line-height: 22px;
    }
}
