body {
    overflow-x: hidden;
}
.fastSlider-slider {
    width: 1280px;
    margin: auto;
    height: 420px;
    position: relative;
    max-width: 100%;
}
.sliderInSidebar .fastSlider-slider {
    height: 150px;width:100%;margin: auto;    position: relative;
}
.sliderInSidebar .fastSlider-title {
    font-size: 13px;
    line-height: 15px;
    max-width:80%;
}
.sliderInSidebar .fastSlider-title div {
    padding: 5px;
}
.slick-track {
    width: 100% !important;
    transform: unset !important;
}
.fastSlider-slide.slick-slide {
    position: absolute;
    opacity: 0;
    transition: all 1s;
    overflow: hidden;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: -1;
}
.fastSlider-slide.slick-slide.slick-current.slick-active {
    opacity: 1;
    z-index: 1;
}
.fastSlider-slider .arrows {
    background: #e78230;
    opacity: 1;
    padding: 10px 10px 10px 10px;
    box-shadow: none;
    border: 0px solid RGBA(0,0,0,1);
    border-radius: 3px;
    width: 52px;
    right: 15px;
    position: absolute;
    top: 15px;
    cursor: pointer;
    z-index: 2;
}
a.fastSlider-link {
    display: block;
    height: 100%;
}
.fastSlider-title div {
    padding: 10px;
    transform: skewX(10deg);
}
.fastSlider-title {
    position: absolute;
    bottom: 15px;
    left: 15px;
    background: #e78230;
    color: white;
    padding: 0 10px;
    font-size: 29px;
    line-height: 43.5px;
    transform: skewX(-10deg);
    transition: all 1s;
}
.fastSlider-title {
    padding: 5px;
    transform: skewX(10deg);
}


.sliderInSidebar .fastSlider-slider .arrows {
    width: 25px;
    right: 5px;
    padding: 0;
    height: 25px;
}
.sliderInSidebar .fastSlider-slider .arrows img {
    max-width: 100%;
}
.fastSlider-slide .fastSlider-title {
    transform: skewX(-10deg) translateY(100px) translateX(10px);
}
.fastSlider-slide.slick-active .fastSlider-title {
    transform: skewX(-10deg) translateY(0px);
}
.fastSlider .arrows.next-arrow.slick-arrow {
    bottom: 15px;
    top: unset;
}
.fastSlider-slider .arrows img {
    max-width: none;
    max-height: none;
    height: auto;
    box-shadow: none;
    border-radius: 0;
    background: 0 0;
    background: 0 0;
    padding: 0;
    margin: 0;
    border: 0;
    vertical-align: top;
}
.fastSlider-slide.fastSlider-slide_first {
    position: absolute; height: 420px; max-width: 100%; width:1280px; background-size: cover; background-position: center; 
}
.sliderInSidebar .fastSlider-slide_first {
    height:150px;
}
.fastSlider-slide .fastSlider-title_first {
    font-size: 29px;
    line-height: 43.5px;
    transform: skewX(-10deg) translateY(0px); position: absolute;
    bottom: 15px;
    left: 15px;
    background: #e78230;
    color: white;
    padding: 0 10px;
    transition: all 1s;
}
.sliderInSidebar .fastSlider-title_first {
    font-size: 13px;
    line-height: 15px;
}
@media(max-width:768px) {
    .fastSlider-title {
        max-width: 70%;
    }
    .fastSlider-title div {
        font-size: 14px;
        line-height: 20px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
}

@media(max-width:500px) {
    .fastSlider-slider, .fastSlider-slide_first {
        height: 186px !important;
    }
    .fastSlider-slider .arrows {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 30px;
        height: 30px;
        padding: 5px;
    }
    .fastSlider-slider .arrows img {
        max-width: 100%;
        width: 20px;
    }
}