.page-home__previews > li > a:before {
    background: rgba(0, 0, 0, 0.5);
}

.page-home__nav li {
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-home__view_block .block-title--small {
    font-size: 55px;
    margin-bottom: 35px;
}

.container {
    max-width: 100%;
}

.page-room__bottom_text {
    text-align: center;
    margin-top: 50px;
    font-size: 20px;
}

figure img {
    height: auto;
}

.page-rooms__item > a {
    height: 262px;
}

.highslide img{
    height: auto;
}

.static img{
    height: auto;
}

/* Слайдеры озд центр */
.myGallery {margin: 5px 0;}
.myGallery .swiper-slide {
    height: auto;
    display: flex;
}
.myGallery .swiper-slide img {
    object-fit: cover;
}
.myGallery .swiper-button-next, 
.myGallery .swiper-button-prev {color: #c19a77;}
