.hotel-cards {
    margin-bottom: 72px;
}
.section.hotel-cards {
    margin-bottom: calc(188 * var(--width-multiplier));
}
.hotel-cards_wrapper {
    display: flex;
    flex-direction: column;
    gap: 42px;
}
.hotel-cards_item {
    width: 100%;
    border-radius: 4px;
    position: relative;
    line-height: 0;
    overflow: hidden;
}

.hotel-cards_item img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.hotel-cards_item._dark-card {
    color: #fff;
}
.hotel-cards_item._light-card {
    color: var(--theme-color);
}

.fogging {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.hotel-cards_item._dark-card._fogging::after {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.7) 17%, transparent);
}

.hotel-cards_item._dark-card .tags_item {
    background-color: #fff;
    color: var(--theme-color);
}
.hotel-cards_item._light-card .tags_item{
    background-color: var(--theme-color);
    color: #fff;
}

.hotel-cards_block-text {
    position: absolute;
    top: 50%;
    z-index: 1;
    left: 32px;
    width: 38%;
    transform: translate(0, -50%);
}
._text-position-bottom .hotel-cards_block-text {
    top: unset;
    transform: unset;
    bottom: 42px;
}
._middle-title .hotel-cards_block-text {
    width: 95%;
}
.hotel-cards_block-text .title {
    font-family: "Medium22", sans-serif;
    font-size: 75px;
    line-height: 69px;
    margin-bottom: 40px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 350px;
}
._middle-title .hotel-cards_block-text .title {
    font-size: 60px;
    margin-bottom: 36px;
    max-width: unset;
    text-align: left;
}
._right-align-block .hotel-cards_block-text {
    right: 32px;
    left: unset;
}
._right-align-block._middle-title .hotel-cards_block-text .title {
    text-align: right;
}
.hotel-cards_block-text .tags_wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 4px;
    justify-content: center;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
}
.hotel-cards_block-text .tags_wrapper .tags_item {
    border-radius: 19px;
    padding: 0 8px;
    text-align: center;
    font-size: 14px;
    line-height: 22px;
}
._margin-tags-unset .hotel-cards_block-text .tags_wrapper {
    max-width: unset;
}
._middle-title .hotel-cards_block-text .tags_wrapper {
    justify-content: left;
    margin-right: auto;
    margin-left: 0;
}
._right-align-block._middle-title .hotel-cards_block-text .tags_wrapper {
    justify-content: right;
    margin-right: 0;
    margin-left: auto;
}
.hotel-cards_block-text .over-attribute {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
    text-align: center;
}
._middle-title .hotel-cards_block-text .over-attribute {
    text-align: left;
}
._right-align-block._middle-title .hotel-cards_block-text .over-attribute {
    text-align: right;
}
.hotel-cards_block-text .type-service {
    font-size: 48px;
    line-height: 56px;
    margin-bottom: 12px;
    text-align: left;
    font-weight: 400;
}
._right-align-block .hotel-cards_block-text .type-service {
    text-align: right;
}
@media (min-width: 1021px) {
    .hotel-cards_item img {
        max-height: 494px;
    }
}
@media (max-width: 1020px){
    .hotel-cards {
        margin-bottom: 80px;
    }
    .section.hotel-cards {
        margin-bottom: calc(80 * var(--width-multiplier));
    }
    .hotel-cards_wrapper {
        gap: 12px;
    }
    .hotel-cards_block-text {
        width: 50%;
        left: 20px;
    }
    .hotel-cards_block-text .title {
        font-size: 48px!important;
        line-height: 49px!important;
        margin-bottom: 24px!important;
        max-width: 290px;
    }
    .hotel-cards_block-text .tags_wrapper {
        max-width: 320px;
    }
    .hotel-cards_block-text .tags_wrapper .tags_item {
        font-size: 12px;
    }
    .hotel-cards_block-text .over-attribute {
        margin-bottom: 24px;
    }
    .hotel-cards_block-text .type-service {
        font-size: 32px;
        line-height: 42px;
        margin-bottom: 8px;
    }
}
@media (max-width: 767px){
    .hotel-cards {
        margin-bottom: 32px;
    }
    .section.hotel-cards {
        margin-bottom: calc(48 * var(--width-multiplier));
    }
    .hotel-cards_item, .hotel-cards_item img {
        min-height: 240px;
    }
    .hotel-cards_block-text .title {
        font-size: 16px!important;
        line-height: 27px!important;
        margin-bottom: 4px!important;
        text-align: left;
        margin-left: unset;
        margin-right: unset;
    }
    .hotel-cards_block-text .tags_wrapper {
        justify-content: left;
        max-width: unset;
    }
    .hotel-cards_block-text .tags_wrapper .tags_item {
        font-size: 10px;
    }
    .hotel-cards_block-text {
        left: 16px;
        width: calc(100% - 16px);
    }
    .hotel-cards_block-text._has-attribute, .hotel-cards_block-text {
        bottom: 16px;
        top: unset;
    }
    ._right-align-block .hotel-cards_block-text {
        right: 16px;
        left: unset;
    }
    ._right-align-block .hotel-cards_block-text .title {
        margin-left: auto;
        text-align: right;
    }
    ._right-align-block .hotel-cards_block-text .tags_wrapper {
        justify-content: right;
    }
    .hotel-cards_block-text .over-attribute {
        font-size: 10px;
        line-height: 11px;
        text-align: left;
        margin-bottom: 4px;
    }
    ._right-align-block .hotel-cards_block-text .over-attribute {
        text-align: right;
    }
    .hotel-cards_block-text .type-service {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 0;
    }
}
.hotel-cards_item[data-section-url] {
    cursor: pointer;
}