.features {
    color: #000;
    padding: 64px 0
}

.features--items {
    border: 0
}

.features--heading_btn {
    align-items: flex-end;
    border: 0;
    border-top: 1px solid #d9d9d9;
    display: flex;
    gap: 24px;
    justify-content: space-between;
    padding: 16px 0 32px
}

.features--items .features--heading_btn:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3E%3Cpath stroke='currentColor' d='M0 8h16M8 0v16'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    bottom: 32px;
    content: "";
    height: 24px;
    margin: auto 0;
    position: absolute;
    right: 0;
    top: 16px;
    transition: all .3s ease;
    width: 24px
}

.features--items .handorgel__header--opened .features--heading_btn:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 2'%3E%3Cpath stroke='currentColor' d='M0 1h16'/%3E%3C/svg%3E")
}

.features--items .features--heading:first-child .features--heading_btn:after {
    top: 0
}

.features--heading_btn:focus,
.features--heading_btn:hover {
    border: 0;
    border-top: 1px solid #d9d9d9
}

.features--heading:first-child .features--heading_btn {
    border-top: 0;
    padding-top: 0
}

.features--title {
    font-family: 'Noto Serif JP', serif;
    font-size: 46px;
    font-weight: 300;
    letter-spacing: -5px;
    line-height: 100%;
    margin: 0
}

.features--buttons .button {
    font-family: Helvetica Neue, sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .06em;
    line-height: 12px;
    margin: 0 0 2px;
    padding: 9px 13px;
    text-transform: uppercase
}

.features--infos {
    max-width: 100%;
    padding: 8px 0 16px
}

.features--infos_items {
    display: flex;
    gap: 26px
}

.features--info {
    display: inline-block;
    flex: 0 1 420px;
    line-height: 0;
    overflow: hidden;
    position: relative
}

.features--info_shadow:after {
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .4));
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.features--info_img {
    height: 100%;
    object-fit: cover;
    transition: transform .6s ease;
    width: 100%
}

.features--info_title {
    bottom: 24px;
    color: #fff;
    font-family: 'Noto Serif JP', serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    left: 24px;
    letter-spacing: -.04em;
    line-height: 38px;
    margin: 0;
    position: absolute;
    z-index: 2
}

.features--info_link:focus .features--info_img,
.features--info_link:hover .features--info_img {
    transform: scale(1.2)
}

.features--infos_slider {
    display: none
}

@media only screen and (max-width:1024px) {
    .features {
        padding: 0 0 94px
    }

    .features--items {
        border-bottom: .5px solid rgba(0, 0, 0, .4)
    }

    .features--heading_btn {
        padding: 32px 0 8px
    }

    .features--heading_btn,
    .features--heading_btn:focus,
    .features--heading_btn:hover {
        border-top: .5px solid rgba(0, 0, 0, .4)
    }

    .features--items .features--heading_btn:after {
        bottom: 8px;
        top: 32px
    }

    .features--title {
        font-size: 32px;
        letter-spacing: -2px;
        line-height: 100%
    }

    .features--buttons .button {
        padding: 8px 19px
    }

    .features--infos {
        padding: 32px 0
    }

    .features--infos_items {
        gap: 14px
    }

    .features--info {
        flex: 0 1 420px;
        overflow: hidden;
        position: relative
    }

    .features--info_title {
        bottom: 27px;
        font-size: 20px;
        letter-spacing: 0;
        line-height: 24px;
        position: absolute;
        width: 100%
    }
}

@media only screen and (max-width:767px) {
    .features--infos_items {
        display: none
    }

    .features--heading_btn {
        padding-right: 30px
    }

    .features--info {
        position: relative;
        width: 100%
    }

    .features--info:before {
        content: "";
        display: block;
        padding-top: 105.556%;
        width: 100%
    }

    .features--info img {
        bottom: 0;
        height: 100%;
        left: 0;
        object-fit: cover;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%
    }

    .features--infos_slider {
        display: block;
        margin-right: -24px
    }

    .features--infos_swiper {
        padding-right: 46px !important
    }

    .features--infos_swiper:not(.swiper-initialized) .swiper-slide {
        width: 99%
    }

    .features--pagination {
        align-items: center;
        color: #000 !important;
        display: flex;
        font-size: 14px;
        font-weight: 400;
        gap: 5px;
        letter-spacing: .06em;
        padding: 32px 0 0
    }
}