.hero {
    padding-bottom: 64px;
}

.hero__slide:before {
    content: "";
    position: relative;
    display: block;
    width: 100%;
    padding-top: 48.1428571429%;
}

.hero__slide {
    position: relative;
}

.hero__slide-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.hero__slide-background img {
    width: 100%;
    height: 100%;
}

.hero__slide-content {
    position: absolute;
    top: 0;
    left: 0;
    color: #F9F9F9;
    padding-left: 72px;
    display: flex;
    flex-flow: column;
    justify-content: space-around;
    height: 100%;
    max-width: 710px;
}

.hero__slide-title {
    font-weight: 700;
    font-size: 36px;
    letter-spacing: -0.02em;
    line-height: 1.1;
    margin-bottom: 25px;
    overflow: hidden;
    max-height: 79.2px;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
}

.hero__slide-subtitle {
    font-size: 16px;
    line-height: 1.1;
    margin-bottom: 38px;
    height: 100%;
    overflow: hidden;
    max-height: 54px;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
}

.hero__slide-characteristic {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
    max-width: 285px;
}

@supports (-webkit-line-clamp: 4) and (-webkit-box-orient: vertical) {
    .hero__slide-title {
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .hero__slide-subtitle {
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }
}

.hero__slide .ui-button {
    max-width: 300px;
    height: 57px;
    margin-top: 67px;
}

.hero__slide-link {
    display: none;
}

.hero__slide-more {
    display: block;
    color: rgb(0, 0, 0);
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    padding: 14px 70px;
    border-radius: 11px;
    background: rgb(255, 255, 255);
}

.hero .swiper-pagination {
    bottom: 20px;
    position: absolute;
    text-align: center;
    transition: 300ms opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
    left: 0;
    width: 100%;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
}

.swiper-pagination-bullet-active {
    background: #000;
    border: 2px solid #fff;
    box-sizing: content-box;
    top: 2px;
    position: relative;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
}