.separateHotels {
    font-family: "Roboto", sans-serif;
    border-top: 1px dashed #273b7d;
    border-bottom: 1px dashed #273b7d;
    padding: 30px 0;
    margin-bottom: 20px;
    max-width: 857px;
}

.separateHotels h3,
.separateHotels a {
    font-family: inherit;
}

.separateHotels img {
    display: block;
    border-radius: 0;
}

.separateHotels h3.separateHotels-title {
    color: #200e32;
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    padding: 0 15px;
}

.separateHotels-slider > .slider-container {
    margin-top: 0;
}
.separateHotels-slider__wrapper {
    margin-bottom: 10px;
    overflow: hidden;
    padding: 20px 15px;
}
.separateHotels-slider__item {
    position: relative;
    width: 270px;
}
.separateHotels-slider__link {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}
.separateHotels-slider__card {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 0 0 0 20px;
    background: #fff;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
}
.separateHotels-card__img {
    height: 150px;
}
.separateHotels-card__img .previewCard__slider-wrapper img {
    width: 270px;
    height: 150px;
    border-radius: 0;
    margin: 0;
}
.separateHotels-card__img .previewCard__slider-pagination {
    bottom: 10px;
}
.separateHotels-card__info {
    display: flex;
    flex-direction: column;
    padding: 0 10px 20px 10px;
}
.separateHotels-card__rate {
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
    height: 27px;
}
.separateHotels-card__rate div:nth-of-type(1) {
    display: flex;
    align-items: center;
}
.separateHotels-card__rate div:nth-of-type(1) span:nth-of-type(1) {
    display: flex;
}
.separateHotels-card__rate div:nth-of-type(1) span:nth-of-type(1) img {
    width: 14px;
    height: 14px;
}
.separateHotels-card__rate div:nth-of-type(1) span:nth-of-type(2) {
    white-space: nowrap;
    color: #f8991d;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    height: 20px;
    line-height: 21px;
    margin-left: 8px;
}
.separateHotels-card__rate div:nth-of-type(2) {
    display: flex;
    align-items: center;
}
.separateHotels-card__rate div:nth-of-type(2) span:nth-of-type(1) {
    text-align: right;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-right: 5px;
}
.separateHotels-card__rate div:nth-of-type(2) span:nth-of-type(2) {
    width: 42px;
    height: 27px;
    position: relative;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: flex;
    justify-content: center;
    padding: 7px;
}
.separateHotels-card__rate div:nth-of-type(2) span:nth-of-type(2)::after {
    position: absolute;
    content: '';
    bottom: -18px;
    left: 0;
    width: 42px;
    height: 18px;
}
.separateHotels-card__rate div.score_highest span:nth-of-type(1) {
    color: #019947;
}
.separateHotels-card__rate div.score_highest span:nth-of-type(2) {
    background: #019947;
}
.separateHotels-card__rate div.score_highest span:nth-of-type(2)::after {
    background: url(../../images/icons/green-triangle.svg);
}
.separateHotels-card__rate div.score_high span:nth-of-type(1) {
    color: #9fe587;
}
.separateHotels-card__rate div.score_high span:nth-of-type(2) {
    background: #9fe587;
}
.separateHotels-card__rate div.score_high span:nth-of-type(2)::after {
    background: url(../../images/icons/lightgreen-triangle.svg);
}
.separateHotels-card__rate div.score_average span:nth-of-type(1) {
    color: #f6c619;
}
.separateHotels-card__rate div.score_average span:nth-of-type(2) {
    background: #f6c619;
}
.separateHotels-card__rate div.score_average span:nth-of-type(2)::after {
    background: url(../../images/icons/average-triangle.svg);
}
.separateHotels-card__rate div.score_low span:nth-of-type(1) {
    color: #f2a1a1;
}
.separateHotels-card__rate div.score_low span:nth-of-type(2) {
    background: #f2a1a1;
}
.separateHotels-card__rate div.score_low span:nth-of-type(2)::after {
    background: url(../../images/icons/low-triangle.svg);
}
.separateHotels-card__rate div.score_very-low span:nth-of-type(1) {
    color: red;
}
.separateHotels-card__rate div.score_very-low span:nth-of-type(2) {
    background: red;
}
.separateHotels-card__rate div.score_very-low span:nth-of-type(2)::after {
    background: url(../../images/icons/verylow-triangle.svg);
}
.separateHotels-card__name {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 10px;
    position: relative;
}
.separateHotels-card__name h3 {
    color: #0662ba;
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    width: 100%;
    text-overflow: ellipsis;
    text-wrap: nowrap;
    overflow: hidden;
}
.separateHotels-card__name_small {
    width: 73% !important;
}
.separateHotels-card__name span {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    width: 100%;
    color: #0662ba;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    -webkit-line-clamp: 1;
}
.separateHotels-card__name .separateHotels-card__gps {
    position: absolute;
    right: 0;
    top: 0;
    width: 27%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #0662ba;
    text-align: right;
    font-family: Roboto;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    z-index: 10;
    cursor: pointer;
}
.separateHotels-card__name .separateHotels-card__gps svg {
    margin-left: 2px;
    height: 18px;
    width: 12px;
}
.separateHotels-card__name .separateHotels-card__gps_info {
    display: none;
    position: absolute;
    top: 25px;
    right: 0;
    padding: 10px;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
    height: auto;
    width: 100%;
    color: #200e32;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
@media (hover: hover) {
    .separateHotels-card__gps:hover ~ .separateHotels-card__gps_info {
        display: block;
    }
}
.separateHotels-card__services {
    display: flex;
    align-items: center;
    height: 12px;
    justify-content: space-between;
    margin-bottom: 10px;
}
.separateHotels-card__services div {
    display: flex;
    align-items: center;
    height: 12px;
    gap: 10px;
}
.separateHotels-card__services div img {
    width: 12px;
    height: 12px;
    -o-object-fit: contain;
    object-fit: contain;
}
.separateHotels-card__services div span:nth-of-type(2) {
    color: #019947;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-left: 5px;
}
.separateHotels-card__price {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.separateHotels-card__price div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.separateHotels-card__price div span:nth-of-type(1) {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.separateHotels-card__price div span:nth-of-type(2) {
    color: #200e32;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.separateHotels-card__price button {
    display: flex;
    width: 100px;
    height: 30px;
    background: #f8991d;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
    color: #fff;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    align-items: center;
}
.separateHotels-more {
    width: 100%;
    text-align: end;
    padding-right: 15px;
}
.separateHotels-more a {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    display: inline-flex;
    align-items: center;
    text-align: right;
    text-decoration-line: underline;
    color: #0662ba;
}
.separateHotels-more a img {
    margin-left: 10px;
    width: unset;
    height: unset;
    min-height: unset;
}
.separateHotels-slider__prev {
    z-index: 92;
    position: absolute;
    top: 140px;
    transform: rotate(0);
    left: 0;
}
.separateHotels-slider__next {
    z-index: 92;
    position: absolute;
    top: 140px;
    transform: rotate(0);
    right: 0;
}
.separateHotels__slider-pagination {
    display: none;
}
@media (max-width: 1199px) {
    .separateHotels-slider__wrapper {
        width: 100%;
    }
    .separateHotels-card__img {
        width: auto;
    }
}
@media (max-width: 1023px) {
    .separateHotels-card__img {
        width: auto;
        height: 120px;
    }
    .separateHotels-card__info {
        padding: 0 10px 20px 10px;
    }
    .separateHotels-card__name h3 {
        text-align: center;
        width: 100%;
        order: 1;
    }
    .separateHotels-card__name_small {
        width: 100% !important;
    }
    .separateHotels-card__name span {
        text-align: center;
        width: 100%;
        order: 3;
    }
    .separateHotels-card__services {
        flex-direction: column;
    }
    .separateHotels-card__price {
        flex-direction: column;
    }
    .separateHotels-card__price div {
        margin-bottom: 6px;
    }
    .separateHotels-card__price div span:nth-of-type(2) {
        display: block;
        text-align: center;
        width: 100%;
    }
    .separateHotels-card__price button {
        width: 100%;
    }
    .separateHotels-slider__prev {
        top: 180px;
    }
    .separateHotels-slider__next {
        top: 180px;
    }
    .separateHotels-card__name .separateHotels-card__gps {
        position: static;
        width: 100%;
        justify-content: center;
        order: 2;
    }
    .separateHotels-card__gps_info {
        top: 40px;
        transform: translateX(-50%);
    }
}
@media (max-width: 767px) {
    .separateHotels-slider__prev {
        display: none;
    }
    .separateHotels-slider__next {
        display: none;
    }
    .separateHotels-card__img {
        width: auto;
        height: 200px;
    }
    .separateHotels-card__img .previewCard__slider-wrapper img {
        height: 200px;
    }
    .separateHotels-card__name h3 {
        text-align: start;
        width: 100%;
        padding: 5px 0;
    }
    .separateHotels-card__name_small {
        width: 73% !important;
    }
    .separateHotels-card__name span {
        text-align: start;
    }
    .separateHotels-card__services {
        flex-direction: row;
    }
    .separateHotels-card__price {
        flex-direction: row;
    }
    .separateHotels-card__price div {
        margin-bottom: 0;
    }
    .separateHotels-card__price button {
        width: 100px;
    }
    .separateHotels-card__price div span:nth-of-type(2) {
        text-align: start;
    }
    .separateHotels__slider-pagination {
        display: flex;
        justify-content: center;
    }
    .separateHotels__slider-pagination .swiper-pagination-bullet {
        height: 12px;
        width: 12px;
        background: #fff;
        border: 1px solid #f8991d;
        opacity: 1;
    }
    .separateHotels__slider-pagination
        .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #f8991d !important;
    }
    .separateHotels-more {
        margin-bottom: 20px;
    }
    .separateHotels-card__name .separateHotels-card__gps {
        position: absolute;
        width: 27%;
        justify-content: flex-end;
    }
    .separateHotels-card__rate div:nth-of-type(1) span:nth-of-type(1) img {
        width: 16px;
        height: 16px;
    }
}
@media (max-width: 575px) {
    .separateHotels-title {
        font-size: 18px;
    }
    .separateHotels-more a {
        font-size: 14px;
    }
    .separateHotels-slider__wrapper {
        margin-bottom: 0;
    }
}
