.image-slider {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.image-slider .swiper-wrapper {
    align-items: flex-start;
}

.image-slider .swiper-slide {
    height: auto;
}

.image-slider__slide-inner {
    align-items: flex-start;
    display: flex;
    position: relative;
    width: 100%;
}

.image-slider__link {
    display: flex;
    justify-content: inherit;
    width: 100%;
}

.image-slider__background {
    display: flex;
    justify-content: inherit;
    width: 100%;
}

.image-slider__background img,
.image-slider__absolute-image img {
    display: block;
    height: auto;
    max-width: 100%;
}

.image-slider__background img {
    width: 100%;
}

.image-slider__absolute-image {
    box-sizing: border-box;
    line-height: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 30%;
    z-index: 2;
}

.image-slider__absolute-link {
    text-decoration: none;
}

.image-slider__absolute-image img {
    width: 100%;
}

.image-slider .swiper-pagination {
    bottom: 18px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 2;
}

.image-slider .swiper-pagination-bullet {
    background: #fff;
    height: 10px;
    margin-left: 4px;
    margin-right: 4px;
    opacity: .55;
    width: 10px;
}

.image-slider .swiper-pagination-bullet-active {
    opacity: 1;
}

.image-slider .swiper-button-prev,
.image-slider .swiper-button-next {
    align-items: center;
    background: rgba(255, 255, 255, .88);
    border-radius: 50%;
    color: #111;
    display: flex;
    height: 44px;
    justify-content: center;
    transition: background-color .2s ease, color .2s ease, opacity .2s ease;
    width: 44px;
    z-index: 2;
}

.image-slider .swiper-button-prev {
    left: 18px;
}

.image-slider .swiper-button-next {
    right: 18px;
}

.image-slider .swiper-button-prev:after,
.image-slider .swiper-button-next:after {
    font-size: 22px;
}

.image-slider .swiper-button-disabled {
    opacity: .35;
}
