p {
    margin: 0;
}

#assemblies .swiper-container {
    width: 100%;
}

.display-16-9 {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9 соотношение */
    overflow: hidden;
}

.display-16-9 > iframe, .display-16-9 > embed, .display-16-9 > video, .display-16-9 img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 0;
}

.swiper-container {
    width: 100%;
}

.btn-download {
    font-size: 21px;
    width: 100%;
    margin-top: 0.5rem;
}

.btn-download:first-child {
    margin-top: 0;
}

@media (min-width: 425px) {
    .swiper-container {
        width: 90%;
    }
}

@media (min-width: 768px) {
    .btn-download {
        width: auto;
        margin-top: 0;
    }

    .btn-download:last-child {
        margin-top: 0.5rem;
    }
}

@media (min-width: 1024px) {
    .btn-download:last-child {
        margin-top: 0;
    }

    .swiper-container {
        width: 80%;
    }
}

@media (min-width: 1440px) {
    .btn-download {
        font-size: 23px;
    }

    .swiper-container {
        width: 70%;
    }
}