.banner_body-left > p {
    bottom: 24%;
    line-height: 1.45;
}

.banner-contact-number {
    color: inherit;
    font: inherit;
}

.banner-contact-actions {
    position: absolute;
    right: 9%;
    bottom: 10%;
    left: 9%;
    display: flex;
    justify-content: center;
    gap: 12px;
}

.banner-contact-btn {
    display: inline-flex;
    flex: 1 1 0;
    align-items: center;
    justify-content: center;
    min-width: 0;
    max-width: 180px;
    min-height: 44px;
    padding: 0 18px;
    border: 1px solid #2c78aa;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0;
    transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, box-shadow 160ms ease;
}

.banner-contact-btn .iconfont {
    margin-right: 7px;
    font-size: 20px;
    line-height: 1;
}

.banner-contact-btn--online {
    color: #fff;
    background: #087fba;
}

.banner-contact-btn--online:hover,
.banner-contact-btn--online:focus {
    color: #fff;
    border-color: #066c9e;
    background: #066c9e;
    box-shadow: 0 4px 12px rgba(8, 92, 137, 0.2);
}

.banner-contact-btn--phone {
    color: #315f87;
    border-color: #7fa4c2;
    background: rgba(255, 255, 255, 0.9);
}

.banner-contact-btn--phone:hover,
.banner-contact-btn--phone:focus {
    color: #204f78;
    border-color: #527fa4;
    background: #fff;
    box-shadow: 0 4px 12px rgba(65, 110, 161, 0.14);
}

@media (max-width: 1200px) {
    .banner-contact-actions {
        right: 6%;
        left: 6%;
        gap: 8px;
    }

    .banner-contact-btn {
        min-height: 40px;
        padding: 0 10px;
        font-size: 14px;
    }

    .banner-contact-btn .iconfont {
        margin-right: 5px;
        font-size: 18px;
    }
}

@media (max-width: 900px) {
    .banner_body {
        padding: 16px 0 22px;
    }

    .banner_body-left,
    .banner_body-right {
        width: 100%;
    }

    .banner_body-left {
        order: 2;
        height: auto;
        max-width: none;
        margin: 10px 0 0;
        padding: 12px 10px;
        overflow: visible;
        border-radius: 0;
        background: #f3f8fb;
    }

    .banner_body-left > img {
        display: none;
    }

    .banner_body-left > p {
        position: static;
        top: auto;
        bottom: auto;
        margin: 0;
        font-size: 16px;
        line-height: 1.5;
    }

    .banner-contact-number {
        display: inline;
        color: #315f87;
        font-size: 16px;
    }

    .banner-contact-actions {
        display: none;
    }

    .banner_body-right {
        order: 1;
        margin-top: 0;
    }

    .banner_body-right .wrapper,
    .banner_body-right .swiper-container {
        width: 100%;
        height: auto;
    }

    .banner_body-right .swiper-container {
        aspect-ratio: 1300 / 843;
        background: #f7f9fa;
    }

    .banner_body-right .swiper-wrapper,
    .banner_body-right .swiper-slide,
    .banner_body-right .swiper-slide > a {
        height: 100% !important;
    }

    .banner_body-right .swiper-container img {
        position: static;
        left: auto;
        display: block;
        width: 100%;
        max-width: 100%;
        height: 100%;
        object-fit: contain;
        transform: none;
    }

    [id^="LRdiv"],
    [id^="LRfloater"],
    #LRMINIWIN {
        display: none !important;
    }
}

@media (max-width: 420px) {
    .banner_body-left > p {
        font-size: 15px;
    }

    .banner-contact-number {
        font-size: 15px;
    }
}
