.hotel-wrapper {
	display: flex;
	justify-content: space-between;
	width: 760px;
	box-shadow: 3px 5px 6px -3px rgba(0, 0, 0, .25);
	border-radius: 4px;
	margin: 0 auto 15px
}

.hotel-wrapper .bold {
	font-weight: 700;
}

.hotel-wrapper.details-hidden .hotel-location,
.hotel-wrapper.details-hidden .hotel-proposition {
	display: none
}

@media (max-width:990px) {
	.hotel-wrapper {
		width: 70%;
		flex-direction: column;
		box-shadow: 0 9px 6px -3px rgba(0, 0, 0, .25)
	}
}

@media (max-width:600px) {
	.hotel-wrapper {
		width: 90%
	}
}

.hotel-wrapper__slider {
	width: 50%;
	position: relative
}

@media (max-width:990px) {
	.hotel-wrapper__slider:before {
		content: "";
		width: 100%;
		height: 63%;
		position: absolute;
		z-index: 1;
		top: auto;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), rgba(41, 41, 41, .101278) 10%, #2e2e2e)
	}
}

.hotel-wrapper__slider .hotel-price-768 {
	display: none
}

@media (max-width:990px) {
	.hotel-wrapper__slider .hotel-price-768 {
		position: absolute;
		left: 0;
		top: 10px;
		z-index: 5;
		display: flex;
		flex-direction: column;
		align-items: center;
		margin-bottom: 10px;
		background-color: #f7f6fb;
		opacity: .85;
		padding: 0 15px 5px;
		border-top-right-radius: 4px;
		border-bottom-right-radius: 4px
	}
	.hotel-wrapper__slider .hotel-price-768 .main-price-768 {
		color: #375959;
		font-size: 32px;
		font-weight: 600
	}
	.hotel-wrapper__slider .hotel-price-768 .night-price-768 {
		color: #a8a39f;
		font-weight: 600;
		font-size: 13px
	}
}

.hotel-wrapper__slider .hotel-desc {
	display: none
}

@media (max-width:990px) {
	.hotel-wrapper__slider .hotel-desc {
		display: block;
		position: absolute;
		z-index: 5;
		bottom: 5px;
		left: 10px;
		right: 10px
	}
	.hotel-wrapper__slider .hotel-desc .hotel-name {
		font-size: 28px;
		font-weight: 600;
		width: 100%
	}
	.hotel-wrapper__slider .hotel-desc .hotel-name a {
		color: #fff;
		text-decoration: none;
	}
}

@media (max-width:990px) and (max-width:350px) {
	.hotel-wrapper__slider .hotel-desc .hotel-name {
		font-size: 25px
	}
}

@media (max-width:990px) {
	.hotel-wrapper__slider .hotel-desc .hotel-location {
		font-size: 16px;
		color: #a8a39f;
		margin-bottom: 10px;
		font-weight: 600
	}
}

.hotel-wrapper__slider .hotel-image {
	width: 100%;
	height: 480px;
	border-radius: 4px;
	overflow: hidden
}

.hotel-wrapper__slider .hotel-image img {
	width: 100%;
	height: 480px;
	-o-object-fit: cover;
	object-fit: cover
}

.hotel-wrapper__slider .hotel-image:before {
	content: "";
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 80px;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(transparent, rgba(0, 0, 0, .8));
	border-radius: 5px;
}

@media (max-width:990px) {
	.hotel-wrapper__slider .hotel-image {
		height: 325px
	}
	
	.hotel-wrapper__slider .hotel-image img {
		height: 325px
	}
}

@media (max-width:990px) {
	.hotel-wrapper__slider {
		width: 100%;
		border-radius: 5px;
		overflow: hidden
	}
}

.hotel-wrapper__slider .slick-dots {
	bottom: 10px;
	z-index: 5
}

@media (max-width:990px) {
	.hotel-wrapper__slider .slick-dots {
		bottom: 75px
	}
}

.hotel-wrapper__slider .slick-dots li {
	margin: 0;
	width: 15px
}

.hotel-wrapper__slider .slick-dots li button {
	width: 15px
}

.hotel-wrapper__slider .slick-dots button:before {
	color: #fff;
	opacity: .65
}

.hotel-wrapper__slider .slick-dots button:hover:before {
	color: hsla(0, 0%, 100%, .7607843137254902)
}

.hotel-wrapper__slider .slick-dots .slick-active button:before {
	color: #fff;
	opacity: 1
}

.hotel-wrapper__slider .slick-next,
.hotel-wrapper__slider .slick-prev {
	display: flex!important;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	background-color: hsla(0, 0%, 100%, .6);
	border-radius: 100%;
	border: 1px solid #3c051d;
	box-shadow: 0 3px 4px rgba(0, 0, 0, .25);
	z-index: 5
}

.hotel-wrapper__slider .slick-next.disabled,
.hotel-wrapper__slider .slick-prev.disabled {
	display: none!important
}

@media (max-width:990px) {
	.hotel-wrapper__slider .slick-next,
	.hotel-wrapper__slider .slick-prev {
		background-color: hsla(0, 0%, 100%, .5);
		border: 0;
		width: 38px;
		height: 38px
	}
}

.hotel-wrapper__slider .slick-next:before,
.hotel-wrapper__slider .slick-prev:before {
	font-size: 16px;
	background-image: url(../images/arrow-left.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50%;
	color: transparent;
	width: 6px;
	height: 13px;
	position: relative
}

@media (max-width:990px) {
	.hotel-wrapper__slider .slick-next:before,
	.hotel-wrapper__slider .slick-prev:before {
		font-size: 20px;
		width: 8px;
		height: 16px
	}
}

.hotel-wrapper__slider .slick-next {
	right: 10px
}

.hotel-wrapper__slider .slick-next:before {
	transform: rotate(180deg);
	left: 1px
}

.hotel-wrapper__slider .slick-prev {
	left: 10px
}

.hotel-wrapper__slider .slick-prev:before {
	left: -1px
}

.hotel-wrapper .slick-slider {
	margin-bottom: 0
}

.hotel-wrapper__info {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	width: 50%;
	padding: 11px 18px 15px
}

@media (max-width:990px) {
	.hotel-wrapper__info {
		width: 100%
	}
}

.hotel-wrapper__info .hotel-name {
	font-size: 24px;
}

.hotel-wrapper__info .hotel-name a {
	color: #000;
	text-decoration: none;
}

@media (max-width:990px) {
	.hotel-wrapper__info .hotel-name {
		display: none
	}
}

.hotel-wrapper__info .hotel-location {
	font-size: 16px;
	color: #a8a39f;
	margin-bottom: 10px
}

@media (max-width:990px) {
	.hotel-wrapper__info .hotel-location {
		display: none
	}
}

.hotel-wrapper__info .hotel-proposition {
	-webkit-margin-before: 0;
	margin-block-start: 0;
}

.hotel-wrapper__info .benefits-container {
	position: relative;
}

.hotel-wrapper__info .benefits-container .hidden-text {
  color: transparent;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
  position: relative;
  list-style: none; 
  padding-left: 20px;
}

.hotel-wrapper__info .benefits-container .hidden-text::before {
	content: '\2022'; 
    position: absolute;
    left: 0;
}
  

.hotel-wrapper__info .benefits-container .hidden-benefits {
	opacity: 0.3;
}

.hotel-wrapper__info .benefits-container .login-container {
	position: absolute;
	display: flex;
	align-items: center;
	column-gap: 10px;
	width: 80%;
	top: 62%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.hotel-wrapper__info .benefits-container .login-container .hidden-benefit-login {
	font-size: 16px;
	line-height: 19px;
	letter-spacing: 0.08px;
}

.hotel-wrapper__info .benefits-container .login-container span {
	text-decoration: underline;
	cursor: pointer;
}



@media (max-width:468px) {
	.hotel-wrapper__info .hotel-proposition span {
		display: block
	}
}

.hotel-wrapper__info .hotel-price {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

@media (max-width:990px) {
	.hotel-wrapper__info .hotel-price {
		display: none
	}
}

.hotel-wrapper__info .hotel-price .main-price {
	color: #375959;
	font-size: 32px;
	font-weight: 600
}

.hotel-wrapper__info .hotel-price .night-price {
	color: #a8a39f;
	font-weight: 600;
	font-size: 13px
}

.hotel-wrapper__info .hotel-advantages {
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px
}

@media (max-width:990px) {
	.hotel-wrapper__info .hotel-advantages {
		justify-content: center
	}
}

@media (max-width:450px) {
	.hotel-wrapper__info .hotel-advantages {
		justify-content: space-between
	}
}

.hotel-wrapper__info .hotel-advantages__item {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 13px;
	font-weight: 600;
	margin-bottom: 10px;
	margin-right: 15px
}

.hotel-wrapper__info .hotel-advantages__item:nth-child(3) {
	margin-right: 0
}

@media (max-width:450px) {
	.hotel-wrapper__info .hotel-advantages__item {
		flex-direction: column
	}
	.hotel-wrapper__info .hotel-advantages__item:first-child {
		margin-top: 10px
	}
}

@media (max-width:990px) {
	.hotel-wrapper__info .button-section {
		padding-bottom: 15px
	}
}

.hotel-wrapper__info .button-section .booking-button {
	display: block;
	margin: 0 auto;
	width: 216px;
	background-color: #375959;
	border-radius: 4px;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 700;
	box-shadow: 4px 4px 27px -7px rgba(0, 0, 0, .4);
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

@media (max-width:990px) {
	.hotel-wrapper__info .button-section .booking-button {
		width: 256px
	}
}
