.header-top_text_slick {
    padding: 5px 0;
    background-color: #d25c2a;
}

.header-top_text_slick a {
    display: block;
    color: #ddd;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    text-align: center;
}

.header-top_text_slick a:hover {
    color: #fff;
}

.white-arrow2 .slick-next {
    right: 20px;
    outline: 0;
    width: 18.5px;
    height: 27px;
    z-index: 2;
    background: url(../images/main_controls.png) -9.5px no-repeat;
    background-size: 85%;
    opacity: .5;
}

.white-arrow2 .slick-next:focus,
.white-arrow2 .slick-next:hover {
    right: 20px;
    outline: 0;
    width: 18.5px;
    height: 27px;
    z-index: 2;
    background: url(../images/main_controls.png) -9.5px no-repeat;
    background-size: 85%;
    opacity: 1;
}

.white-arrow2 .slick-prev {
    left: 20px;
    outline: 0;
    width: 18.5px;
    height: 27px;
    z-index: 2;
    background: url(../images/main_controls.png) 9.5px no-repeat;
    background-size: 85%;
    opacity: .5;
}

.white-arrow2 .slick-prev:focus,
.white-arrow2 .slick-prev:hover {
    left: 20px;
    outline: 0;
    width: 18.5px;
    height: 27px;
    z-index: 2;
    background: url(../images/main_controls.png) 9.5px no-repeat;
    background-size: 85%;
    opacity: 1;
}