.main-banner{
    overflow: visible!important;
    height: 550px;
}
.main-banner .swiper-pagination{
    width: 100%;
}
.main-banner .swiper-pagination-bullet{
    margin: 5px;
    width: 8px;
    height: 8px;
    background-color: #ffffff;
}
.main-banner .swiper-button-prev,
.main-banner .swiper-button-next{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-image: unset;
}
.main-banner .swiper-button-turn:not(.swiper-button-disabled){
    background-color: #7d7d84;
}
.main-banner .swiper-button-next:after,
.main-banner .swiper-button-prev:after{
    font-size: 25px;
    /*font-family: 'Font Awesome 5 Free';*/
    color: #ffffff;
}
/*.main-banner .swiper-button-next:after{
    content: url('../assets/svgs/chevron-right.svg');
}
.main-banner .swiper-button-prev:after{
    content: url('../assets/svgs/chevron-left.svg');
}*/
.main-banner .slide-background-desktop{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}

.main-banner .background-contain{
    background-color: #ffffff!important;
    background-size: contain;
}

.main-banner .slide-options img{
    margin-right: 10px;
    max-height: 40px;
}

@media (max-width: 767px){
    .main-banner{
        height: 300px;
    }
    .main-banner .slide-content-desktop{
        display: none!important;
    }
}
@media (min-width: 768px){
    .main-banner .slide-content-mobile{
        display: none!important;
    }
}
.main-banner .with-overlay:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
}
.main-banner .slide-content{
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    z-index: 20;
    position: absolute;
    width: var(--content-width)!important;
}

.main-banner .swiper-slide{
    display: flex;
    justify-content: center;
}

.main-banner .swiper-navigation{
    z-index: 20;
    transform: translateX(-50%);
    left: 50%;
    top: 0;
    height: 100%;
    position: absolute;
    width: var(--content-width);
}

.sewing-needle-svg:before{
    width: 30px;
    height: 30px;
    content: url('https://pro.dp.ua/wp-content/themes/astra-child/assets/icons/sewing-needle.svg');
}
.money-bill-svg:before{
    width: 30px;
    height: 30px;
    content: url('https://pro.dp.ua/wp-content/themes/astra-child/assets/icons/money-bill.svg');
}
.star-svg:before{
    width: 30px;
    height: 30px;
    content: url('https://pro.dp.ua/wp-content/themes/astra-child/assets/icons/star.svg');
}