.header-top_text_slick {
    font-size: 15px;
    color: #fff;
    padding: 5px;
    text-align: center;
    background: #cc932a;
    border-bottom: 1px solid #a48b70;
}

.header-top_text_slick a {
    display: block;
    color: white;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    text-align: center;
}

.header-top_text_slick a:hover {
    color: #595757;
}

.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;
}