.site_s2 .detail-block__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px;
    flex-wrap: wrap;
}

.site_s2 .detail-block__title {
    margin: 0;
}

.site_s2 .detail-block__title h3 {
    margin: 0;
    font-size: 36px;
    font-weight: 600;
}

.site_s2 .detail-block__link .show-all {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
}

.site_s2 .detail-block__link .show-all:hover {}

.site_s2 .button-prev {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px !important;
    height: 40px !important;
    background: var(--white) !important;
    border: 1px solid var(--theme-base-color) !important;
    border-radius: 50% !important;
    margin: 0 !important;
    z-index: 10;
    transition: all 0.2s
}

.site_s2 .detail-block__link .show-all:hover .button-prev {
    background: var(--theme-base-color) !important;
}

.site_s2 .detail-block__link .show-all:hover .button-prev svg path {
    fill: var(--white) !important;
}