/* Hero / slider — только desktop, без конфликтов с mobile */

@media (min-width: 1176px) {
    .home-page .header-center {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 48px;
        min-height: 632px;
        padding: 40px 50px;
    }

    .home-page .header-center > .left-header-content {
        width: 468px;
        max-width: 468px;
        flex-shrink: 0;
        align-items: center;
    }

    .home-page .header-slider,
    .home-page .slide-header {
        width: 468px;
        max-width: 468px;
    }

    .home-page .slide-header {
        height: auto;
        min-height: 370px;
        overflow: hidden;
    }

    .home-page .slide-header .header-top-section {
        min-height: 360px;
        justify-content: center;
        padding: 8px 12px 8px 0;
        gap: 20px;
    }

    .home-page .slider-num {
        justify-content: flex-start;
        margin-top: 50px;
    }

    .home-page .right-header-content {
        flex: 0 1 auto;
        min-width: 320px;
        justify-content: center;
        padding-left: 0;
    }

    .home-page img.absolute-image-3 {
        top: 90px;
        left: 18%;
        z-index: 5;
    }

    .home-page img.absolute-image-1 {
        left: -163px;
        top: 189px;
    }

    .home-page img.absolute-image-2 {
        right: -132px;
        top: 105px;
    }
}
