/*==================================================
  wellness
==================================================*/
#yourstay-section-1 .text-wrap {
	height: 583px;
	justify-content: flex-start;
	align-items: center;
	text-align: center;
}
#yourstay-section-1 .text-wrap h1 {
	color: white;
	font-family: 'AvenirNextLTPro-Bold';
	font-size: 44px;
	text-transform: uppercase;
	line-height: 1.3;
	text-align: left;
}
#yourstay-section-1 .text-wrap h1 .bg-red {
	padding-left: 10px;
}
#yourstay-section-2 .container {
	padding-top: 70px;
	padding-bottom: 90px;
}
#yourstay-section-2 .block-right {
	padding-left: 28%;
	padding-right: 8%;
}
#yourstay-section-3 {
	background: #ffb718;
}
#yourstay-section-3 .container {
	grid-template-columns: 1fr 2fr;
	padding-top: 130px;
	padding-bottom: 160px;
}
#yourstay-section-3 .block-left {
	width: 280px;
	min-height:450px;
}
#yourstay-section-3 .block-left h2 {
	line-height: 60px;
	padding: 30px 0 50px;
}
#yourstay-section-3 .block-left li {
	padding-left: 60px;
	cursor: pointer;
	line-height: 44px;
	position: relative;
}
#yourstay-section-3 .block-left li:before {
	position: absolute;
	content: '';
	display: block;
	width: 40px;
	top: 50%;
	left: 0;
	border-bottom: 1px solid transparent;
}
#yourstay-section-3 .block-left li:hover {
	color: white;
}
#yourstay-section-3 .block-left li:hover:before {
	border-bottom: 1px solid white;
}
#yourstay-section-3 .block-left li.active {
	color: white;
}
#yourstay-section-3 .block-left li.active:before {
	border-bottom: 1px solid white;
}
#yourstay-section-3 .block-right,
#yourstay-section-3 .block-right .item-slider {
	position: relative;
}
#yourstay-section-3 .block-right .slide-counter,
#yourstay-section-3 .block-right .arrow-left,
#yourstay-section-3 .block-right .arrow-right,
#yourstay-section-3 .block-right .item-slider div {
	position: absolute;
}
#yourstay-section-3 .block-right .arrow-left,
#yourstay-section-3 .block-right .arrow-right {
	bottom: -52px;
	right: 0;
	cursor: pointer;
}
#yourstay-section-3 .block-right .slide-counter {
	color: white;
	bottom: -60px;
	left: 0;
}
#yourstay-section-3 .block-right .arrow-left {
	right: 50px;
}
#yourstay-section-3 .block-right .item-slider div img {
	width: 863px;
	height: 465px;
	object-fit: cover;
	object-position: center;
}
#yourstay-section-3 .block-right .item-slider div {
	display: none;
}
#yourstay-section-3 .block-right .item-slider div:first-child {
	display: block;
}
#yourstay-section-3-mobile {
	background: #ffb718;
}
#yourstay-section-3-mobile .container {
	grid-template-columns: 1fr 2fr;
	padding-top: 130px;
	padding-bottom: 160px;
}
#yourstay-section-3-mobile .block-left {
	width: 280px;
}
#yourstay-section-3-mobile .block-left h2 {
	line-height: 60px;
	padding: 30px 0 50px;
}
#yourstay-section-3-mobile .block-left li {
	padding-left: 60px;
	cursor: pointer;
	line-height: 44px;
	position: relative;
}
#yourstay-section-3-mobile .block-left li:before {
	position: absolute;
	content: '';
	display: block;
	width: 40px;
	top: 50%;
	left: 0;
	border-bottom: 1px solid transparent;
}
#yourstay-section-3-mobile .block-left li:hover {
	color: white;
}
#yourstay-section-3-mobile .block-left li:hover:before {
	border-bottom: 1px solid white;
}
#yourstay-section-3-mobile .block-left li.active {
	color: white;
}
#yourstay-section-3-mobile .block-left li.active:before {
	border-bottom: 1px solid white;
}
#yourstay-section-3-mobile .block-right,
#yourstay-section-3-mobile .block-right .item-slider {
	position: relative;
}
#yourstay-section-3-mobile .block-right .slide-counter,
#yourstay-section-3-mobile .block-right .arrow-left,
#yourstay-section-3-mobile .block-right .arrow-right,
#yourstay-section-3-mobile .block-right .item-slider div {
	position: absolute;
}
#yourstay-section-3-mobile .block-right .arrow-left,
#yourstay-section-3-mobile .block-right .arrow-right {
	bottom: -52px;
	right: 0;
	cursor: pointer;
}
#yourstay-section-3-mobile .block-right .slide-counter {
	color: white;
	bottom: -60px;
	left: 0;
}
#yourstay-section-3-mobile .block-right .arrow-left {
	right: 50px;
}
#yourstay-section-3-mobile .block-right .item-slider div img {
	width: 863px;
	height: 465px;
	object-fit: cover;
	object-position: center;
}
#yourstay-section-3-mobile .block-right .item-slider div {
	display: none;
}
#yourstay-section-3-mobile .block-right .item-slider div:first-child {
	display: block;
}
#yourstay-section-3-mobile{
	display:none;
}
#yourstay-section-4 .container {
	padding-top: 150px;
	padding-bottom: 100px;
	display: flex;
	flex-direction: column;
	align-items: center;
	border-bottom: 1px solid #dcdcdc;
}
#yourstay-section-4 .container p {
	width: 45%;
	text-align: center;
}
#yourstay-section-5 .container {
	padding-top: 90px;
	padding-bottom: 190px;
}
#yourstay-section-5 .block-wrap:not(:last-child) {
	padding-bottom: 100px;
}
#yourstay-section-5 .block-wrap:nth-child(even) .img-wrap {
	order: 1;
}
#yourstay-section-5 .block {
	justify-items: center;
	align-items: center;
}
#yourstay-section-5 .text-wrap {
	padding: 0 15%;
}
#yourstay-section-5 .text-wrap h2 {
	margin-bottom: 20px;
}
#yourstay-section-5 .text-wrap a {
	align-items: center;
	margin-top: 15px;
	color: #999898;
}
#yourstay-section-5 .text-wrap a img {
	width: 15px;
	height: 14px;
	margin-left: 10px;
}
#yourstay-section-5 .text-wrap .translate:hover img {
    margin-left: 15px;
}
/*====================//====================*/
@media all and (max-width: 991px) {
	#yourstay-section-2 .container,
	#yourstay-section-3 .container,
	#yourstay-section-4 .container,
	#yourstay-section-5 .container {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	#yourstay-section-2 .block-left {
		margin-bottom: 30px;
		text-align: center;
	}
	#yourstay-section-2 .block-right {
		padding-left: 0;
		padding-right: 0;
		text-align: center;
	}
	#yourstay-section-3 .container {
		grid-template-columns: 1fr;
		position: relative;
		height: 860px;
	}
	
	#yourstay-section-3 .block-left {
		width: 100%;
	}
	#yourstay-section-3 .block-left h2 {
		padding: 0;
	}
	#yourstay-section-3 .block-right {
		position: relative;
		bottom: 230px;
	}
	#yourstay-section-3 .block-right .slide-counter {
		bottom: -255px;
	}
	#yourstay-section-3 .block-right .arrow-left,
	#yourstay-section-3 .block-right .arrow-right {
		bottom: -247px;
	}
	
	#yourstay-section-3-mobile .container {
		grid-template-columns: 1fr;
		position: relative;
		/*height: 860px;*/
	}
	#yourstay-section-3-mobile .center-demoo{
		text-align: center;
		padding: 15px 0px;
	}
	#yourstay-section-3-mobile .section-title-mobile {
		text-align: center;
		padding: 15px 0px;
		color: #fff;
	}
	
	#yourstay-section-3-mobile .block-left {
		width: 100%;
		top:285px;
		position: relative;
	}
	#yourstay-section-3-mobile .block-left h2 {
    padding: 0;
    margin: 0 auto;
    text-align: center;
	}
	#yourstay-section-3-mobile .container {
    padding-top: 30px;
    padding-bottom: 30px;
}
	#yourstay-section-3-mobile .block-right {
		position: relative;
		
	}
	#yourstay-section-3-mobile .block-right .slide-counter {
		bottom: -255px;
	}
	#yourstay-section-3-mobile .block-right .arrow-left,
	#yourstay-section-3-mobile .block-right .arrow-right {
		bottom: -247px;
	}
	
	#yourstay-section-4 .container p {
		width: 100%;
	}
	#yourstay-section-5 .block-wrap:not(:last-child) {
		padding-bottom: 30px;
	}
	#yourstay-section-5 .block-wrap:nth-child(even) .img-wrap {
		order: initial;
	}
	#yourstay-section-5 .img-wrap {
		margin-bottom: 30px;
	}
	#yourstay-section-5 .text-wrap {
		padding: 0;
		text-align: center;
	}
	#yourstay-section-5 .text-wrap a {
		margin: 30px auto 0;
	}
}
