.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    white-space: nowrap;
    display: inline-block;
    transform: scale(1) !important;
}

.steps-slider__pagination {
    white-space: nowrap !important;
    display: block !important;
    width: 108px !important;
}


.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    width: 12px !important;
}

@media (max-width: 1552px) {
    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
    }
}

.background-video {
    position: relative;
    min-height: 60vh;
    display: flex;
    align-items: center;
    margin-top: 0px;
}

.background-video__contanier {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: 1;
}

.background-video__contanier video {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: relative;
    border: 0;
    pointer-events: none;
}

.background-video__overlay {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-color: rgba(0, 0, 0, .7);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
}

.background-video .container {
    z-index: 3;
}

.video-content {
    text-align: center;
    color: #fff;
}

.video-content h2 {
    font-weight: 700;
    font-size: 2rem;
    line-height: 2.4rem;
    margin-bottom: 25px;
}

.video-content h3 {
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1.8rem;
    margin-bottom: 45px;
}

.video-content__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px
}

.video-content__grid span {
    text-align: left;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
}

.video-content__grid span i {
    color: #A41111;
    margin-right: 10px;
}


@media (max-width: 787px) {
    .video-content h2 {
        font-size: 26px;
        line-height: 1.2;
    }

    .video-content h3 {
        font-size: 20px;
        line-height: 1.2;
    }

    .video-content__grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }
}



.filter-form {
    gap: 30px;
    flex-wrap: wrap;
    justify-content: space-around;
}

.filter-info {
    width: 340px;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    text-align: center;
}

.filter-info span {
    font-size: 20px;
    color: #A41111;
    font-weight: 700;
}

.single-title {
    font-weight: 600;
    color: #fff;
    font-size: 26px;
    margin-bottom: 25px;
    margin-top: 10px;
}

.single-text h2 {
    margin-bottom: 20px;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
}

.single-text ul {
    color: #FFF;
    font-size: 20px;
    line-height: 130%;
    margin-bottom: 20px;
    margin-left: 25px;
}

.single-text ul li {
    list-style-type: square;
    font-size: 20px;
    line-height: 130%;
    margin-bottom: 5px;
}

.cooperation-btn {
    width: 300px;
    height: 50px;
    font-size: 16px;
}

.modal-block {
    background-size: cover;
}

.offer-form__inputs {
    z-index: 100;
}

.not-found {
    color: #fff;
    width: 100%;
    text-align: center;
}


.single-text p a {
    color: #A41111;
    font-size: inherit;
}


.footer-menu ul {
    display: flex;
    justify-content: center;
    gap: 30px
}

.mini-catalog__slider-text h3 {
    min-height: 55px;
}

@media (max-width: 576px) {
    .footer-menu ul {
        flex-direction: column;
        align-items: center;
        padding: 0;
        margin: 0;
        gap: 10px;
        width: 100%;
        margin-bottom: 25px;
    }
    .header-logo {
        z-index: 10;
    }
    .faq-text p {
        padding-left: 0px;
    }
    .faq-text ul {
        font-size: 16px;
        padding-left: 0px;
    }
    .faq-text div {
        padding-left: 23px;
    }
    .faq-text ul li {
        font-size: 16px;
    }
}