:root {
    interpolate-size: allow-keywords;
}
/* .org-list .swiper{
    width: 100%;
} */
.swiper-interface{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
}
.swiper-buttons{
    display: flex;
    width: auto;
    height: 100%;
    gap: 4px;
}
.swiper-buttons .swiper-button-prev, .swiper-buttons .swiper-button-next{
    position: relative ;
    width: 32px;
    height: 32px;
    margin-top: 0;
    left: auto;
    right: auto;
}
.swiper-buttons .swiper-button-prev::after, .swiper-buttons .swiper-button-next::after{
    content: none;
}
.swiper .swiper-interface .swiper-pagination{
    position: relative;
    width: auto;
    bottom: auto;
    top: auto;
    display: flex;
    align-items: center;
}
.swiper .swiper-pagination-bullet{
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid black;
    opacity: 1;
    transition: all 0.3s;
}
.swiper .swiper-pagination-bullet-active{
    background-color: black;
    /* transition: all 2s; */

}
.widget .swiper{
    padding-bottom: 86px;
}
.widget .swiper-interface{
    position: absolute;
    bottom: 6px;
    left: 0;
    margin: 0;
}
.mainSlider .swiper-interface{
    position: static;
    margin-top: 40px;
}
@media (max-width:768px) {
    .widget .swiper{
        padding-bottom: 66px;
    }
    .swiper-interface{
        margin-top: 20px;
    }
}
@media (max-width:400px) {
    .widget .swiper{
        padding-bottom: 52px;
    }
}