/* HOTELS */
.star-rating {
    display: inline-flex;
    vertical-align: middle;
    align-items: center;
    gap: 2px;
    margin-left: 5px;
}
.star-rating .icon-star {
    font-size: 14px;
    line-height: 14px;
    color: #ffc600;
}


.hotel-mark {
    display: flex;
    position: relative;
    background: #e5f4ff;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 5px 10px;
    min-height: 50px;
    padding-right: 60px;
}
.hotel-mark__review {

}
.hotel-mark__how {
    color: #006ba0;
    font-size: 18px;
    font-weight: bold;
}
.hotel-mark__how-reviews {
    font-size: 14px;
    padding-top: 8px;	
}
.hotel-mark__how-reviews a {
    display: block;
    color: #333333;
    font-size: 14px;
    text-decoration: none;
}
.hotel-mark__mark {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50px;
    background: #125889;
    border-radius: 5px 5px 5px 0;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}


.hotel_icons-text {
    display: flex;
    gap: 0.25em;
    align-items: center;
}
.hotel_icons-text svg {
    font-size: 1.3em;
}


.hotel-top {
    display: flex;
    flex-wrap: wrap;
}
.hotel-top > * {
    margin: 0;
}

.hotel__address {
    margin-bottom: 20px;
    color: #999;
}


.hotel-menu {
    background-color: var(--background);
    margin-bottom: 2em;
    overflow-x: auto;
    border-radius: 4px;
    font-size: 1.2em;
}

.hotel-menu__list {
    display: flex;
    justify-content: space-between;
    gap: 2em;
}
.hotel-menu__item {
    white-space: nowrap;
    /*cursor: pointer;
	padding: 20px;*/
}
.hotel-menu__item a {
    color: #000;
	text-decoration-line: none;
	display: block;
	width: 100%
	height: 100%;
	padding: 20px;
}
.hotel-menu__item a:hover {
    color: #fff;
}
.hotel-menu__item:hover {
    color: #fff;
	background-color: var(--base);
}

.hotel-price {
    background: #f4fbfa;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 15px 10px;
    text-align: center;
    font-size: 1.5em;
    margin-bottom: 2em;
}

.hotel-price__value {
    font-weight: 700;
    color: #ff6f59;
}


.price-from {
    color: #0ba992;
    font-size: 18px;
    font-weight: bold;
}
.per-night {
    color: #333333;
    font-size: 14px;
    padding-top: 8px
}

.hotel-mark-block {
    max-width: 190px;
    margin-left: auto;
}


.hotel-gallery {
    margin-bottom: 2em;
}

.hotel__descr {
    color: #000033;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 2em;
}


#ymap {
    height: 400px;
    margin-bottom: 2em;
}

.hotel__comfort-item {
    margin-bottom: 1em;
}
.hotel-comfort__text:before {
    content: '•';
    display: inline;
    color: #ff6f59;
    padding-right: 10px;
}

.hotel-comfort {
    margin-bottom: 2em;
}

.hotel-profile {
    margin-bottom: 2em;
}

.hotel-options {
    margin-bottom: 2em;
}
.hotel-options__icon {
    text-align: center;
    margin-bottom: 5px;
}
.hotel-options__icon svg {
    color: var(--base);
    font-size: 2em;
}
.hotel-options__text {
    text-align: center;
    color: #999;
}
/* background: #e5f4ff; */



.hotel__title {
    color: #999;;
}

.hotel-info {
    margin-bottom: 2em;
}
sup {
    vertical-align: top;
    font-size: 0.8em;
}

.hotel-order .msg {
    font-size: 16px;
    padding: 10px;
}
.order-room {
    padding: 0 15px;
    background: #e5f4ff;
}
.order-room > .row {
    display: flex;
    flex-wrap: wrap;
}
.order-room .buttons {
    display: flex;
    flex-direction: column;
}
.order-room input[type="text"], 
.order-room input[type="tel"] {
    line-height: 30px;
    border: #007cb9 1px solid;
    padding: 0 10px;
    font-size: 14px;
    color: #333333;
    width: 100%;
}
.order-room select {
    height: 30px;
    border: #007cb9 1px solid;
    padding: 0 10px;
    font-size: 14px;
    color: #333333;
}
.order-room .order-room-row {
    margin-bottom: 20px;
}
.order-room .order-room-row label {
    font-size: 14px;
    color: #333333;
}
.order-room .to-child {
    padding: 0;
    text-align: right;
}
.order-room .to-room {
    text-align: right;
}
.order-room .order-agree {
    font-size: 14px;
    color: #125889;
    font-weight: normal;
}
.order-room .order-button {
    text-align: center;
    margin-top: auto;
}
.order-room .order-button button {
    text-align: center;
    font-size: 13px;
    line-height: 22px;
    color: #fff;
    padding: 6px 10px;
    border: none;
    font-weight: bold;
    text-transform: uppercase;
    width: 100%;
    border-radius: 3px;
    background: #2db29f;
    letter-spacing: 1px;
    box-shadow: 0px 6px 24px 0px rgba(0, 95, 81, 0.18);
}
.order-room .order-button button:hover {
    background: #28a997;
}

.order-room .order-button button span[class*="icon-"] {
    position: relative;
    top: -2px;
    display: inline-block;
    vertical-align: middle;
    font-size: 21px;
    line-height: 30px;
}
.order-room .textarea-row input[type="text"] {
    width: 100%;
    box-sizing: border-box;
}
.order-room .order-agree {
    display: flex;
}
.order-room #agree {
    margin-right: 10px;
    min-width: 13px;
    min-height: 13px;
    max-width: 13px;
    max-height: 13px;
}
.order-room .order-agree a {
    color: #006ba0;
    font-weight: bold;
}
.hotel-map {
    margin-top: 50px;
}
#hotel-map {
    border: #006ba0 1px solid;
    padding-right: 1px;
}
.map-address {
    color: #006ba0;
    font-size: 14px;
    line-height: 1.2;
    margin: 10px 0;
}


@media (max-width:991px) {
    .order-room .order-button button {max-width: 240px;}
}

.hotel-reviews {
    margin-bottom: 2em;
}

/* Catalog */
.hotelCatalogCard {
    position: relative;
}
.hotelCatalogCard .img {
    text-align: center;
}
.hotelCatalogCard .info {
    display: flex;
}
.hotelCatalogCard .star-rating {
    margin: 0;
    padding: 5px 0 5px 0;
    min-width: auto;
    flex-shrink: 0;
}
.hotelCatalogCard .resort {
    margin-left: auto;
    padding: 5px 0 5px 10px;
    text-align: right;
}
.hotelCatalogCard .header {
    display: flex;
    align-items:flex-start;
}
.hotelCatalogCard .header a {
    line-height: 1.2em;
    font-size: 16px;
    text-decoration: none;
    display: block;
    padding: 5px 5px 10px 0;
}
.hotelCatalogCard .rating {
    background: #125889;
    border-radius: 5px 5px 5px 0;
    text-align: center;
    padding: 0 8px;
    line-height: 26px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    flex-shrink: 0;
    margin-left: auto;
    margin-top: 2px;
}

.yesBullet, .noBullet {
    background: #53b965;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    display: inline-block;
}
.noBullet {
    background: #e63c3c;
}
.tv-search-form .TVExtSearchForm {
    max-width: 100%;
}




/* Cards */
.card-object {
    height: 100%;
    position: relative;
    container-type: inline-size;
    container-name: card-object;
    margin-bottom: 2em;
}

.card-object__container {
    height: 100%;
    display: flex;
    flex-direction: column;
    background-color: white;
    border-radius: 4px;
    overflow: hidden;
}

.card-object__figure {
    margin: 0;
    padding: 0;
    position: relative;
    border-radius: 4px 4px 0 0;
    height: 220px;
    overflow: hidden;
}

.card-object__aside {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

.card-object__wr {
    height: 100%;
    display: flex;
    flex-direction: column;    
}


.card-object__image {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    display: block;
    z-index: 1;
}

.card-object__link {
    display: block;
    width: 100%;
}

.card-object__title-link {
    padding: 15px 15px 10px;
    display: block;
    font-weight: 700;
    font-size: 20px;
    text-decoration: none;
}

.card-object__header {

}

.card-object__footer {
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
    text-decoration: none;
}


.card-object__price {
    font-size: 20px;
    font-weight: 700;
}

.card-object__features {
    padding: 15px;
}

.card-object__btn {
    margin: 0 0 0 0;
    padding: 0;
}


.card-object__properties {
    padding: 10px 15px;
    overflow: hidden;
}

.properties__icon {
    margin-right: 10px;
    width: 20px;
    height: 20px;
    max-width: 20px;
    color: var(--base);
    flex: 1 0 auto;
}

.properties__items {
    margin: 0;
    padding: 0;
    list-style: none;
    column-count: 2;
    column-gap: 15px;
}

.properties__item {
    display: flex;
    align-items: flex-start;
}

.properties__item:not(:last-child) {
    margin-bottom: 10px;
}

.card-object__descr {
    padding: 10px 15px;
    color: #999;
    line-height: 1.5;
    font-size: 15px;
}

.card-object__region {
    color: #999;
    font-size: 0.9em;
    margin-bottom: 5px;
    padding: 0 15px;
}

.object-layout_horizontal > div {
    width: 100%;
}



@container card-object (min-width: 700px) {
    .card-object {
        height: auto;
        flex-direction: row;
    }
    .card-object__container {
        flex-direction: row;
        border: solid 1px #ddd;
    }
    .card-object__aside {
        flex: 0 0 300px;
    }
    .card-object__figure {       
        height: 100%;
        border-radius: 4px 0 0 4px;
    }
    
    .card-object__wr {
        flex: 1;
    }
    .card-object__header {
        border-bottom: none;
        min-height: auto;
        max-height: initial;
    }
    .card-object__properties {
        border-bottom: none;
        min-height: auto;
        max-height: initial;
    }
    .card-object__footer {
        gap: 15px;
    }
    .properties__items {
        column-count: 2;
    }

}



/* Cards */


/* HOTELS END */