

/* Start:/bitrix/templates/inner/components/bitrix/news/bathhouse_2026/bitrix/news.list/.default/style.css?17488654603761*/
.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 #2D2D2D;
    padding-right: 15px;
}

/**/

/* Стили для секции корпусов */
.d-ro {
	margin-bottom: 17px;
    padding-bottom: 17px;
    border-bottom: 1px solid #E7E7E7;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.title-room {
	font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Intro", sans-serif;
	color:#3B6C51;
}

.section-corpus ul {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 15px;
	margin: 0;
    padding: 0;
}

.section-corpus li {
    cursor: pointer;
    padding: 10px 15px;
    border-radius: 5px;
    background: #e0e0e0;
    transition: 0.3s;
	margin-bottom: 0;
}

.section-corpus li.active,
.section-corpus li:hover {
    background: #266d4f;
    color: #fff;
}
ul.js-tabs-list li:after {
    position: unset;
}

/* Стили для карточек номеров */
.room-list {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
    transition: 0.3s;
}
.room-list:hover {
    transform: scale(1.02);
}
.img-room {
	height: 250px;
    background-size: cover !important;
    background-position: center !important;
}
.room-content {
    padding: 15px;
	background: #F1F1F1;
}
.room-title h3 {
    font-size: 20px;
    margin: 0 0 10px;
}
.badge-cond {
    background: #ff9800;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    display: inline-block;
    font-size: 14px;
}
.room-block-props {
    display: flex;
    gap: 20px;
	margin: 20px 0;
    border-bottom: 1px solid #C9C9C9;
    padding-bottom: 20px;
}
.room-props-icon {
    display: flex;
    align-items: center;
}
.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) {
	.section-corpus ul {
		flex-wrap: wrap;
	}
	/*.room-block-props {
		flex-direction: column;
	}*/
	.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;
	}
	.room-block-price-detail {
		flex-direction: column;
	}
	.d-ro {
		flex-direction: column;
	}
	.title-room {
		margin-bottom: 20px;
	}
}
.js-tabs-trigger {
    cursor: pointer;
}
.js-tabs-content {
    display: none;
    animation: fadeEffect 1s;
}
.js-tabs-content.active {
    display: block;
}
@keyframes fadeEffect {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.js-tabs-data {
	width: 100%;
}
.badge-box div {
    border-radius: 5px;
}
/* End */
/* /bitrix/templates/inner/components/bitrix/news/bathhouse_2026/bitrix/news.list/.default/style.css?17488654603761 */
