

/* Start:/bitrix/templates/.default/components/bitrix/news/special/bitrix/news.detail/.default/style.css?17490467935085*/
.room-amenities {
    padding: 40px 0!important;
}
.new-font h2 {
	text-transform: uppercase;
    font-family: "Intro", sans-serif;
	font-weight: 300;
    font-size: 45px;
	margin-bottom: 40px;
}
.amenities-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 0px;
    justify-content: center;
    align-items: center;
}
.amenity {
	display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 14px;
    color: #333;
    justify-content: center;
    gap: 20px;
}
.amenity img {
    width: 40px;
    height: 40px;
    margin-bottom: 8px;
}
.amenity:not(:nth-child(3n)) {
    border-right: 1px solid #fff;
    padding-right: 15px;
}

.room-block-props {
    display: flex;
    gap: 20px;
	margin: 20px 0;
    border-bottom: 1px solid #C9C9C9;
    padding-bottom: 20px;
	justify-content: space-between;
}
.room-props-icon {
    display: flex;
    align-items: center;
	 width: 50%;
}
.room-icon img {
    margin-right: 20px;
}
.room-price {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0;
}
.room-text-icon {
	color: #2D2D2D;
}
.room-block-title {
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.room-block-price-detail {
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.room-props-icon:not(:nth-child(3n)) {
    border-right: 1px solid #C9C9C9;
    padding-right: 20px;
}
.mr-20 {
	margin-right: 20px;
}
@media (max-width: 768px) {
	.amenity {
		display: flex;
		flex-direction: column;
		align-items: center;
		font-size: 14px;
		color: #333;
		justify-content: center;
		gap: 20px;
	}
	.amenity:not(:nth-child(3n)) {
		border-right: 0px solid #2D2D2D;
		padding-right: 15px;
		padding-left: 15px;
		text-align: center;
	}
	.mb-mobile-20 {
		margin-bottom: 20px;
	}
}
.greenamenity {
	background: #266d4f!important;
}
.greenamenity h2, .greenamenity .amenity span {
	color: #fff!important;
}
.dflexstretch {
	display: flex;
	align-items: stretch;
}
.room-detail-content {
	padding: 20px;
    background: #F1F1F1;
	border-radius: 15px;
	flex: 1;
}
.room-border-top {
	border-top: 1px solid #C9C9C9;
    padding-top: 20px;
}
.detailSwiper img, .thumbsSwiper img {
	border-radius: 15px;
}
.room-amenities p, .room-detail-text {
	color: #000;
}
.swiper-button-prev.swiper-button-white-2,
.swiper-container-rtl .swiper-button-next.swiper-button-white-2 {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white-2,
.swiper-container-rtl .swiper-button-prev.swiper-button-white-2 {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.block-name {
	color: #000;
	font-size: 16px;
	font-weight: 900;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-family: "Intro", sans-serif;
}
.room-detail-content ul li {
	color: #000;
}


/**/
.owl-bath-box {
	position: relative;
	display: block;
}
.owl-bath-box .image {
  position: relative;
	border-radius: 10px;
}
.owl-bath-box .image:before {
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  background: -o-linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.owl-bath-box .bath-box {
  position: absolute;
  display: block;
  z-index: 10;
	bottom: 0;	
	padding: 30px 40px;
}
.owl-bath-box .bath-box .name {
	font-family: "Intro", sans-serif;
	font-size: 18px;
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
	color: #ffffff;
	margin-bottom: 10px;
}
.owl-bath-box .bath-box .property {
	margin-bottom: 15px;
}
.owl-bath-box .bath-box .property .item + .item {
	padding-left: 10px;
	margin-left: 10px;
	border-left: 1px solid #fff;
	text-transform: uppercase;
}
.owl-bath-box .bath-box .property .item {
	color: #fff;
	text-transform: uppercase;
}
.owl-bath-box .bath-box .property .item span {
	color: #fff;
	font-family: "Intro", sans-serif;
	font-weight: 900;
	margin-right: 5px;
}
.owl-bath-box .bath-box .text {
	font-size: 14px;
	font-weight: 300;
	color: #eee;
	margin-bottom: 20px;
}
.action-filter {
	padding: 5px 15px;
    display: inline-block;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 400;
	margin-bottom: 0px;
	height: auto;
	color: #fff;
	background-color: #266D4F;
	text-transform: uppercase;
    letter-spacing: .7px;
}
.gap-10 {
	gap:10px;
}
.flex {
	display:flex;
}
.f-wrap {
	flex-wrap: wrap;
}
/* End */
/* /bitrix/templates/.default/components/bitrix/news/special/bitrix/news.detail/.default/style.css?17490467935085 */
