

/* Start:/local/templates/fly/components/bitrix/news/hotels/bitrix/news.detail/.default/style.css?17361823201928*/
.hotel-gallery h1 {
    position:absolute;
}

.hotel-gallery-item {
    background-size: cover;
}

.detail-text {
    font-size: 1.3em;
    font-weight: 300;
}

.card {
    -webkit-box-shadow: 2px 3px 13px 2px rgba(34, 60, 80, 0.11);
    -moz-box-shadow: 2px 3px 13px 2px rgba(34, 60, 80, 0.11);
    box-shadow: 2px 3px 13px 2px rgba(34, 60, 80, 0.11);
}

.hotel-gallery-item a img {
    -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -ms-transition: all 1s ease; /* IE 9 */
    -o-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
}

.hotel-gallery-item a:hover img {
    -webkit-transform:scale(1.25); /* Safari and Chrome */
    -moz-transform:scale(1.25); /* Firefox */
    -ms-transform:scale(1.25); /* IE 9 */
    -o-transform:scale(1.25); /* Opera */
     transform:scale(1.25);
}

.hotel_info {
    background: #EFEFEF;
    padding: 1em;
    font-style: italic;
    line-height: 1.5em;
    border-radius: 0.5em;
}

.hotel_info i {font-size: 1.5em; color: var(--main-flag-color)}
.hotel_info strong {color: var(--main-flag-color); font-weight:300}
.card-title {color: var(--main-flag-color);}
.card-body ul {font-size: 1.3em; font-weight:300}

.video-bg {
    position: relative;
    height: 100vh; /* Растяжение на всю высоту экрана */
}

.video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; /* Растяжение на всю высоту экрана */
    overflow: hidden;
}

.video-container iframe {
    width: 100%;
    height: 100%; /* Растяжение на всю высоту экрана */
    position: absolute;
    top: 0;
    left: 0;
}

.content {
    position: relative;
    z-index: 1;
    text-align: center;
    color: white; /* Цвет текста */
    background: rgba(0, 0, 0, 0.5); /* Фон блока с описанием */
}

/* End */
/* /local/templates/fly/components/bitrix/news/hotels/bitrix/news.detail/.default/style.css?17361823201928 */
