.terminals-slider__outer-wrap{
    padding-bottom: 90px;
}

.terminals-slider {
    margin: 60px auto 0;
    max-width: 1035px;
    width: 100%;
}

.slider-arrow {
    position: absolute;
    top: -webkit-calc(50% - 21px);
    top: calc(50% - 21px);
    height: 42px;
    width: 25px;
    cursor: pointer; }

.slider-arrow_prev {
    background: url("images/slider__prev-arrow_xl.png") 0 0 no-repeat;
    left: 0;
    z-index: 10; }

.slider-arrow_next {
    background: url("images/slider__next-arrow_xl.png") 0 0 no-repeat;
    right: 0; }

@media (max-width: 1170px) {
    .slider-arrow_next {
        right: 5px;
    }
    .slider-arrow_prev {
        left: 5px;
    }
}
@media (max-width: 750px) {
    .slider-arrow_next {
        background: url(images/slider__next-arrow_sm.png) 0 0 no-repeat;
        top: -webkit-calc(50% - 17px);
        top: calc(50% - 17px);
        height: 35px;
        width: 21px;
    }
    .slider-arrow_prev {
        background: url(images/slider__prev-arrow_sm.png) 0 0 no-repeat;
        top: -webkit-calc(50% - 17px);
        top: calc(50% - 17px);
        height: 35px;
        width: 21px;
    }
}