/* Блок "Производство насосных станций FLAMAX" */
.stmd-page .production-section {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .stmd-page .production-section.custom-section-wrapper--bg {
        background-color: #fff;
    }
}

.production-slider {
    max-height: 600px;
}

.production-slider .swiper {
    height: 600px;
    max-height: inherit;
    width: 1148px;
    overflow: unset;
}

.production-slider .swiper-slide img {
    opacity: 0.3;
}

.production-slider .swiper-slide.swiper-slide-active img {
    opacity: 1;
}

.production-slider .swiper-slide picture {
    max-width: 1148px;
    width: 1148px;
    height: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
}

.production-slider .swiper-slide picture img {
    width: 100%;
    height: 100%;
    max-width: inherit;
    max-height: 100%;
    object-fit: cover;
}

@media (max-width: 1420px) {
    .production-slider .swiper {
        width: clamp(345px, 3.553rem + 76.842vw, 1420px);
        height: 500px;
    }
    .production-slider .swiper-slide picture {
        max-width: unset;
        width: 100%;
        height: 100%;
        mix-blend-mode: multiply;
    }
}
@media (max-width: 992px) {
    .production-slider .swiper {
        height: 400px;
    }
}
@media (max-width: 768px) {
    .production-slider .swiper {
        height: 300px;
    }
    .stmd-page .production-section {
        gap: 20px;
    }
    .production-section .stmd-swiper-navigation {
        display: none !important;
    }
}
@media (max-width: 576px) {
    .production-slider .swiper {
        height: 230px;
    }
}

@media (max-width: 360px) {
    .production-slider .swiper {
        width: 300px;
        height: 200px;
    }
}

/* / Блок "Производство насосных станций FLAMAX" */
