body{
	background-image: url(../images/background-1759511.jpg);
    background-color: #000;
}

.group-hotel-list-wrap{
	background: #242424;
}

.rlanding-page-head{
	background-color: #242424;
	color: #fda54e;
}

.rlanding-page-subhead{
	color: #fda54e;
}

.rlanding-page-subhead b{
	font-weight: bold;
}

.rlanding-header, .group-hotel-list{
	background-color: #242424;
}

.hotel-list-item {
    background-color: #565656;
}

.hotel-list-item:hover {
    background-color: #3e3e3e;
}

.hotel-list-item-content *, .hotel-list-item-additional.r-flex *{
    color: #fff;
}

.promo-label-wrap{
	position: absolute;
	top: 0;
	left: -5px;
}

.promo-label-elem{
	margin: 5px 0;
	display: flex;
}

.promo-label-elem-content{
	position: relative;
    font-size: 13px;
    background-color: #fda54e;
	color: #000;
	padding: 8px 16px;
	border-radius: 0 2px 2px 0;
	-webkit-box-shadow: 5px 0px 13px 0px rgb(230 118 0 / 70%);
    box-shadow: 5px 0px 13px 0px rgb(230 118 0 / 70%);
}

.promo-label-elem-content:before{
    content: "";
    position: absolute;
    bottom: -5px;
    left: 2px;
    border-width: 5px;
    border-style: solid;
    z-index: -1;
    border-color: transparent #e67600 transparent transparent;
    transform: rotate(135deg);
}

.promo-label-elem-content span{
	font-size: 16px;
	font-weight: 600;
	
}

.hl-item-head-title{
	text-decoration: underline;
}

.hl-item-row-board, .tooltip-facilities>i, .hl-item-row-board>i{
	color: #fda54e;
}
