.resort-with-tags_slider {
    position: relative;
}
.resort-with-tags_slide {
    border-radius: 5px;
    background-color: #fff
}
.resort-with-tags_img {
    height: 200px;
    display: block;
    background: no-repeat center / cover;
    border-radius: 5px 5px 0 0;
}
.resort-with-tags_body {
    padding: 20px 16px 12px;
}
.resort-with-tags_title {
    margin: 0 0 20px;
}
.resort-with-tags_title-link {
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    color: #474f55;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.resort-with-tags_title-link:hover {
    text-decoration: none;
}
.resort-with-tags_tags {
    display: flex;
    flex-wrap: wrap;
}
.resort-with-tags_tag {
    display: flex;
    align-items: center;
    height: 28px;
    border-radius: 16px;
    background-color: #f8f8f9;
    padding: 10px;
    margin: 0 8px 8px 0;
    font-size: 14px;
    color: #535c62;
    transition: background-color .2s;
}
.resort-with-tags_tag:hover {
    text-decoration: none;
    background-color: #dedfe1;
}
.resort-with-tags_tag i {
    margin-right: 7px;
    background-size: contain;
    opacity: .8;
}
.resort-with-tags_tag .i16-transport-3 {
    min-width: 16px;
    min-height: 16px;
    width: 16px;
    height: 16px;
}
.resort-with-tags_tag .i16-location-10 {
    min-width: 12px;
    min-height: 12px;
    width: 12px;
    height: 12px;
}
.resort-with-tags_tag .i16-location-4 {
    min-width: 9px;
    min-height: 12px;
    width: 9px;
    height: 12px;
}
.resort-with-tags_tag .i16-categories-6 {
    min-width: 12px;
    min-height: 13px;
    width: 12px;
    height: 13px;
}
.resort-with-tags_slider .swiper-button-prev,
.resort-with-tags_slider .swiper-button-next {
    margin-top: 8px;
}
.resort-with-tags_slider .swiper-button-next {
    right: -20px;
}
.resort-with-tags_slider .swiper-button-prev {
    left: -20px;
}

.resort-with-tags_slider.no-slider .no-slider-wrapper {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 24px);
}

.resort-with-tags_slider.no-slider .resort-with-tags_slide {
    margin: 0 24px 24px 0;
    width: calc((100% - 72px)/3);
}
.resort-with-tags_slider.no-slider .swiper-button {
    display: none;
}

@media (max-width: 1024px) {
    .resort-with-tags_slider.no-slider .resort-with-tags_slide {
        width: calc((100% - 48px)/2);
    }
}

@media (max-width: 767px) {
    .resort-with-tags_slider.no-slider .no-slider-wrapper {
        width: 100%;
    }
    .resort-with-tags_slider.no-slider {
        margin: 0;
    }
    .resort-with-tags_slider.no-slider .resort-with-tags_slide {
        margin: 0 0 24px;
        width: 100%;
    }
    .resort-with-tags_slider {
        margin: 0 -20px 0 0;
        padding: 0;
        width: auto;
    }
    .resort-with-tags_slide {
        width: calc(100vw - 55px);
        margin-right: 16px;
    }
    .resort-with-tags_slider .swiper-button-prev,
    .resort-with-tags_slider .swiper-button-next {
        display: none;
    }
}
@media (min-width: 1200px) {
    .resort-with-tags_slider .noDrag .swiper-wrapper {
        transform: none !important;
    }
}