

/* Start:/local/templates/dev-tpl/components/placestart/colors_banner.section/.default/style.css?17798998461144*/
.banner__box {
    border-radius: 70px;
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    gap: 54px;
    position: relative;
    overflow: visible; 
}

.banner__image {
    position: relative;
    top: -70px; 
    margin-bottom: -155px; 
    flex-shrink: 0;
    width: 60%;
}

.banner__image img {
    width: 100%;
    height: auto;
    display: block;
}

.banner__content {
    position: relative;
    z-index: 1; 
}

.banner__tag{
    position: absolute;
    top: 23px;
    right: 34px;
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #ffffff31;
    border-radius: 50px;
    padding: 8px 16px;
}

.banner__tag-dot {
    width: 10px;
    height: 10px;
    background-color: #C0FF00;
    border-radius: 50%;
    animation: pulse 1.5s ease infinite;
}

.banner__tag-text {
    color: #F2F2F6;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.3);
        opacity: 0.7;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}
/* End */
/* /local/templates/dev-tpl/components/placestart/colors_banner.section/.default/style.css?17798998461144 */
