.wrapper-slider-main{
    padding: 0 0 5rem ;
}

.wrapper_pagin-arrow-kursi {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    bottom: 0;
    left: 15px;
    z-index: 3
}
.arrow-svg {
    display: block;
    width: 10px;
    height: 14px
}
.arrow {
    display: inline-block;
    padding: 3px 2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    box-shadow: none;
    border: none;
    outline: none;
}
.wrapper_arrowa {
    margin-left: 15px
}
.wrapper_pan .swiper-pagination-bullet:before,
.wrapper_pan:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #e6e9eb
}
.wrapper_pan .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    opacity: 1;
    -webkit-transform: .3s ease;
    -moz-transform: .3s ease;
    -ms-transform: .3s ease;
    -o-transform: .3s ease;
    transform: .3s ease
}
.wrapper_pan .swiper-pagination-bullet, .wrapper_pan .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: transparent;
    color: #0d2839;
    opacity: 1
}
.wrapper_pan .swiper-pagination-bullet:before {
    background-color: #0ebab9;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    opacity: 0;
    -webkit-transform: .2s ease;
    -moz-transform: .2s ease;
    -ms-transform: .2s ease;
    -o-transform: .2s ease;
    transform: .2s ease
}
.wrapper_pan .swiper-pagination-bullet {
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.23;
    width: auto;
    height: auto;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    min-width: 42px;
    text-align: center;
    margin: 0;
    padding: 9px 2px;
    position: relative;
    box-shadow: none;
    border: none;
    outline: none;
}
.wrapper_pan {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
    margin-top: 9px
}
.slid-js {
    display: flex;
    justify-content: center;
    overflow: hidden;
}

@media only screen and (min-width: 1200px){
    .wrapper-slider-main{
        padding: 2.5rem 0 5rem ;
    }
}