.banner-main-wrapper-items.swiper-slide {
    display: grid;
    /*margin: 0 0 72px;*/
}
.banner-images {
    position: relative;
}
.banner-main-wrapper-items > * {
    grid-column: 1 / -1;
    grid-row: 1 / -1;
}
.content-banner {
    position: relative;
}
.banner-main-wrapper-items .banner-content{
    z-index: 50;
    margin: auto;
    width: 100%;
    position: relative;
    left: 0;
    gap: 40px;
}
.banner-content >*{
    max-width: 690px;
    padding: 0 40px;
}
.banner-content .title-4,
.banner-content .txt-4{
    color: #fff;
    /*padding: 0 15px;*/
}

.banner-content .title-4{
    line-height: 40.8px;
    letter-spacing: -0.2px;
    font-size: 36px;
    margin: 0;
}
.banner-content .txt-4{
    line-height: 24px;
}
.btn-banner{
    display: flex;
    padding: 20px 32px;
    align-items: center;
    gap: 26px;
    color: #FFF;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border: 0.704px solid #FFF;
    width: fit-content;
}
.banner-list-menu-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
}
.banner-list-menu-item{
    display: flex;
    align-items: center;
    gap: 10px;
}
.swiper-pagination-banner{
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
    bottom: 20px!important;
}
.banner-main-wrapper-swiper .swiper-pagination-banner .swiper-pagination-bullet-active{
    background: url(/local/templates/redesign-podshipnik/images/slider-active.png);
    background-size: 20px 20px;
    margin: 0;
    width: 20px;
    height: 20px;
}

.banner-main-wrapper-swiper .swiper-pagination-bullet {
    background: url(/local/templates/redesign-podshipnik/images/slider-noActive.png);
    background-size: 10px 10px;
    margin: 0;
    width: 10px;
    height: 10px;
}
.banner-main-wrapper-swiper .swiper-pagination-bullets {
    display: flex;
    gap: 14px;
    justify-content: center;
    align-items: center;
}

@media (hover:hover) {
    .main .btn.btn-banner:hover {
        color: #FFF;
        background: rgba(255, 255, 255, 0.20);
    }
     a.btn.btn-banner:hover svg path {
         stroke: white;
    }
}

@media (max-width: 1800px) {

    .banner-content .title-4{
        font-size: 28px;
    }
    .banner-main-wrapper-items .banner-content {
        gap: 24px;
    }
    .btn-banner{
        padding: 12px 24px;
        gap: 20px;
    }
    .btn-banner .arrow svg{
        width: 40px;
        height: 40px;
    }
    .banner-main-wrapper-items .banner-content{
        gap: 24px;
    }
}

@media (max-width: 1024px) {
    .banner-main-wrapper .content-banner{
        height: 400px;
    }
    .banner-main-wrapper .content-banner img{
       height: 100%;
        object-fit: cover;
    }
}

@media (max-width: 768px) {
    .banner-main-wrapper .content-banner{
        height: auto;
    }
    .banner-main-wrapper .content-banner img{
        height: unset;
        object-fit: unset;
    }
    .banner-main-wrapper-items .banner-content{
        margin: 40px auto 0;
    }
    .btn-banner{
        font-size: 20px;
    }
    .btn-banner {
        padding: 8px 12px;
        gap: 14px;
    }
    .banner-list-menu-wrapper{
        gap: 12px;
        flex-direction: column;
    }
}