

/* Start:/local/components/custom/empty/templates/hero-service/style.css?17823028182958*/
.moving-banner {
    position: relative;
    min-height: 550px;
    display: flex;
    /*align-items: center;*/
    background: var(--banner-image);
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    margin-bottom: 30px;

    width: 100vw;
    transform: translateX(-50%);
    left: 50%;
}

.moving-banner__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
}

.moving-banner__container {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
}

.moving-banner__content {
    max-width: 520px;
}

.moving-banner .breadcrumb__item a span,
.moving-banner .breadcrumb__item span {
    color: #fff;
}

.moving-banner .breadcrumb__item a:hover {
    color: #fff;
}

.moving-banner__title {
    margin: 0 0 24px;
    font-size: 52px;
    line-height: 1.15;
    font-weight: 700;
    color: #fff;
    white-space: nowrap;
}

.moving-banner__phone {
    display: inline-block;
    margin-bottom: 24px;
    color: #fff;
    text-decoration: none;
    font-size: 34px;
    font-weight: 600;
}

.moving-banner__phone:hover {
    text-decoration: none;
    color: #fff;
}

.moving-banner__messengers {
    display: flex;
    gap: 16px;
    margin-bottom: 32px;
    flex-wrap: wrap;
}

.moving-banner__messenger {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 24px;
    text-decoration: none;
    color: #fff;
    transition: transform .2s ease;
}

.moving-banner__messenger:hover {
    transform: translateY(-2px);
    text-decoration: none;
    color: #fff;
}

.moving-banner__messenger--whatsapp {
    background: #25d366;
}

.moving-banner__messenger--telegram {
    background: #229ed9;
}

.moving-banner__messenger-icon {
    flex-shrink: 0;
}

.moving-banner__messenger-text {
    font-size: 18px;
    font-weight: 500;
}

.moving-banner__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 300px;
    height: 64px;
    padding: 0 32px;
    background: #e69d1c;
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    transition: background-color .2s ease;
}

.moving-banner__button:hover {
    background: #ce8d1b;
    color: #fff;
    text-decoration: none;
}

@media (max-width: 768px) {
    .moving-banner {
        min-height: 500px;
        padding-bottom: 30px;
    }

    .moving-banner__title {
        font-size: 36px;
        white-space: normal;
    }

    .moving-banner__phone {
        font-size: 28px;
    }

    .moving-banner__messengers {
        flex-direction: column;
    }

    .moving-banner__messenger {
        justify-content: center;
    }

    .moving-banner__button {
        width: 100%;
        min-width: auto;
    }
}
/* End */
/* /local/components/custom/empty/templates/hero-service/style.css?17823028182958 */
