.c-btn {
    background: #1a1a1a;
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    border: 1px solid #1a1a1a;
    display: block;
    text-align: center;
    padding: 1.2em 0;
    width: 24rem;
    line-height: 1;
    border-radius: 0;
}

@media screen and (min-width: 992px) {
    .c-btn:hover {
        color: #000;
        background: #fff;
    }

    .c-btn:hover .arrow {
        fill: #fff;
        right: 1rem;
    }
}

.c-panel_contact__cnt {
    width: 58%;
    display: flex;
    align-items: center;
}

.c-panel_contact__btn {
    width: 100%;
}

@media screen and (max-width: 991.9px) {
    .c-panel_contact__cnt {
        width: 100%;
    }
}

.p-home_works__arrows {
    flex-direction: row-reverse;
}

.p-home_works__arrows .slick-prev {
    transform: rotate(180deg);
}

.p-home_works__arrows .slick-next {
    margin-left: 0;
    margin-right: 1.6rem;
    transform: rotate(180deg);
}