

/* Start:/local/templates/template1/styles.css?172968622376*/
.contacts__item.contacts__item--phone.icon.icon-phone {
    display: none;
}
/* End */


/* Start:/local/templates/template1/template_styles.css?17875904311443*/
@media (max-width: 767px) {
    .about-apart__contact {
        width: 300px;
    }
}
.hotel-info {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin: 20px 0;
}

.hotel-info__item {
	display: flex;
	align-items: flex-start;
	gap: 8px;
}

.hotel-info__icon-box {
	width: 22px;
	height: 22px;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: unset;
}

.hotel-info__icon-box img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	display: block;
	object-fit: contain;
	background-color: unset; /* Дублируем для самой картинки на всякий случай */
}

.hotel-info__content {
	flex: 1;
	min-width: 0;
}

/* Высота строки заголовка совпадает с высотой иконки (22px) для идеального центрирования в первой строке */
.hotel-info__title {
	font-size: 18px;
	font-weight: 700;
	line-height: 22px; 
	color: #111827;
}

.hotel-info__desc {
	font-size: 16px;
	line-height: 1.5;
	color: #374151;
	margin-top: 4px;
}

/* Для однострочных текстов высота строки тоже привязана к иконке (22px) */
.hotel-info__text {
	font-size: 16px;
	line-height: 22px; 
	color: #1f2937;
}

.hotel-info__link {
	color: #0284c7;
	text-decoration: underline;
	font-weight: 500;
}

.hotel-info__link:hover {
	color: #0369a1;
}
/* End */
/* /local/templates/template1/styles.css?172968622376 */
/* /local/templates/template1/template_styles.css?17875904311443 */
