

/* Start:/include/booking/style.css?17745313652491*/
#restaurant {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    z-index: 999;
    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
    overflow: auto;
}
.old-flex {
	display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
/* модальный блок */
.popup {
    top: 25%;
    left: 0;
    right: 0;       
    font-size: 16px;
    margin: auto;
    width: 85%;
    min-width: 320px;
    max-width: 600px;
    position: absolute;
    border: 0px solid #383838;
    background: #fefefe;
    z-index: 1000;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -moz-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -ms-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
	line-height: 1.2;
}
/* кнопка закрытия */
.close-action {
    top: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
    position: absolute;
    border: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background-color: #266d4f;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    cursor: pointer;
    outline: none;

}
.close-action:before {
    color: rgba(255, 255, 255, 0.9);
    content: "X";
    font-family:  Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
/* кнопка закрытия при наведении */
.close-action:hover {
    background-color: rgba(252, 20, 0, 0.8);
}
/* изображения в модальном окне */
.popup img {
    width: 100%;
    height: auto;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.ppd {
	padding: 15px 20px;
}
/* End */


/* Start:/bitrix/templates/inner/components/bitrix/news/rest_2025/bitrix/news.detail/.default/style.css?17428915033542*/
.room-amenities {
    padding: 40px 0!important;
}
.new-font h2 {
	text-transform: uppercase;
    font-family: "Intro", sans-serif;
	font-weight: 400;
    font-size: 45px;
	margin-bottom: 40px;
}
.amenities-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 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 {
    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;
}
.room-props-block-menu {
	display: block;
	column-count: 2;
}
.room-props-block {
    display: block;
    width: 100%;
}
.room-text-icon a {
	font-size: 16px;
    line-height: 25px;
    font-weight: 700;
    color: rgba(45, 45, 45, 1);
    margin-bottom: 5px;
    font-family: "Intro", sans-serif;
}
/* End */


/* Start:/bitrix/templates/inner/components/bitrix/news.list/slider_rest/style.css?174289000454*/
.owl-service-box a .image {
    border-radius: 10px;
}
/* End */
/* /include/booking/style.css?17745313652491 */
/* /bitrix/templates/inner/components/bitrix/news/rest_2025/bitrix/news.detail/.default/style.css?17428915033542 */
/* /bitrix/templates/inner/components/bitrix/news.list/slider_rest/style.css?174289000454 */
