

/* Start:/local/templates/.default/components/bitrix/news.list/hotel/style.css?17474868704671*/
@import url('https://fonts.googleapis.com/css2?family=Poiret+One&display=swap');
@font-face {
    font-family: 'Faberge';
    src: url('/local/templates/sovor-vrn/fonts/Faberge-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/* Основные стили карточки */
.room-card {
    border: 3px solid #04003c;
    border-radius: 12px;
    padding: 25px;
    background-color: rgba(248, 249, 250, 0.445);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-bottom: 30px;
}

.room-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}

/* Заголовок и тип номера */
.room-header {
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    /* align-items: center; */
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #e0e0e0;
}

.room-title {
    font-family: 'Faberge';
    font-size: 4.25rem;
    color: #04003c;
    margin: 0;
}

.room-type-badge {
    /* background-color: #04003c; */
    /* color: white; */
    /* padding: 5px 15px; */
    font-family: 'Faberge';
    border-radius: 20px;
    font-weight: bold;
    font-size: 1.563rem;
    color: #04003c;
    margin-top: -20px;
}

/* Галерея и описание */
.room-content {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.room-gallery-container {
    flex: 2;
    min-width: 300px;
    display: flex;
    gap: 15px;
}

@media screen and (max-width: 440px) {
    .room-gallery-container {
        min-width: 100%;
    }
}

.main-photo {
    flex: 2;
}

.main-photo img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.thumbnail-photos {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.thumbnail-photos a {
    flex: 1;
}

.thumbnail-photos img {
    width: 100%;
    height: calc((300px - 30px) / 3);
    object-fit: cover;
    border-radius: 6px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease;
}

.thumbnail-photos img:hover {
    transform: scale(1.05);
}
.room_descr {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.room-description {
    font-family: 'Faberge';
    flex: 1;
    min-width: 200px;
    padding: 15px;
    font-size: 1rem;
    line-height: 1.6;
    color: #04003c;
}

/* Блок пожертвования */
.room-donation {
    min-width: 200px;
    width: 100%;
    padding: 20px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    align-self: center;
}

.room-donation h4 {
    font-size: 1.2rem;
    color: #04003c;
    margin-bottom: 10px;
}

.donation-price {
    font-family: 'Faberge';
    font-size: 1.5rem;
    font-weight: bold;
    color: #04003c;
}

/* Кнопка бронирования */
.book-btn {
    display: block;
    width: 100%;
    max-width: 250px;
    margin: 25px auto 0;
    padding: 12px 25px;
    background-color: #04003c;
    color: white;
    border: none;
    border-radius: 30px;
    font-size: 1.1rem;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.book-btn:hover {
    background-color: #1a0066;
    transform: translateY(-2px);
}

/* Разделитель секций */
.section-divider {
    border: none;
    height: 2px;
    background-color: #04003c;
    margin: 40px 0;
}

/* Информация о бронировании */
.booking-info {
    padding: 20px;
    background-color: #f0f0f0;
    border-radius: 8px;
}

.booking-info p {
    font-family: 'Faberge';
    text-align: center;
    font-size: 1.25rem;
    line-height: 1rem;
}

.booking-info h5 {
    font-family: 'Faberge';
    text-align: center;
    font-size: 3.375rem;
    color: #04003c;
    margin-bottom: 20px;
}

.booking-alert {
    color: #7b0000;
    font-weight: bold;
}

.booking-note {
    font-size: 0.9rem;
    color: #555;
}

/* Адаптивность */
@media (max-width: 768px) {
    .room-gallery-container {
        flex-direction: column;
    }
    
    .thumbnail-photos {
        flex-direction: row;
    }
    
    .thumbnail-photos img {
        height: 80px;
    }
    
    .main-photo img {
        height: 200px;
    }
}
/* End */
/* /local/templates/.default/components/bitrix/news.list/hotel/style.css?17474868704671 */
