

/* Start:/local/templates/main/components/bitrix/catalog.section.list/hotel/style.css?17829054641113*/
.contacts-maps__container .ymap-container {
    background-image: url(/local/templates/main/img/new2/goroh2.jpg);
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.hotel-opening {
    margin-left: .5em;
    color: #ff0000 !important;
    font-size: .8em;
}

.hotel__registry-info {
	color: #467dc0;
}
.hotel__registry-info::before {
	content: 'Номер записи в едином реестре: ';
	opacity: .7;
}
.hotel__registry-info a {
	text-decoration: underline;
}
.hotel__registry-info a:hover {
	text-decoration: none;
}

.rating-widget {
    margin-top: 2rem;
    overflow: hidden;
}
.rating-widget__frame {
    transform: scale(2);
    transform-origin: left top;
    display: block;
    height: 100px;
}
.hotel__col:has(.rating-widget) {
    margin-left: auto;
}
.hotel__col:has(.rating-widget) + .hotel__col {
    margin-left: 3rem;
}

@media screen and (min-width: 640px) {
    .rating-widget {
        margin-top: initial;
    }
    .rating-widget__frame {
        height: 75px;
        transform: scale(1.5);
    }
}
/* End */


/* Start:/local/templates/main/components/bitrix/system.pagenavigation/show_more/style.css?1779732250709*/
.show-more {
    font-size: 18px;
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
    line-height: 1;
    font-weight: 700;
    color: #9fb13a;
    padding-left: 3rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 3rem;
    border: 3px solid #9fb13a;
    border-radius: 28px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.show-more:hover {
    color: white;
    background: #9fb13a;
}
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/service-list/style.css?177973225090*/
.services__item {
	padding: calc(3/8 * 100%) 0 0 0 !important;
	height: auto !important;
}
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/reviews-slider/style.css?1783414192687*/
.reviews-slider { margin-top: 15px; }
.reviews-slider .slick-slide { padding: 0 15px; }
.reviews-slider .slick-list { margin: 0 -15px; }

.show-all-btn {
    margin: 3rem auto 0;
    display: block;
    border-radius: 28px;
    padding: 1rem 3rem;
    width: fit-content;
    font-size: clamp(16px, 1.5vw, 18px);
    font-weight: 600;
    color: #fff;
    background: #5b7ebf;
    transition: .3s;
    opacity: .8;
}
.show-all-btn:hover {
    opacity: 1;
}

.text-expander {
    text-decoration: underline;
    color: #9eb13a;
    cursor: pointer;
    display: block;
    width: fit-content;
}
.text-expander:hover {
    text-decoration: none;
}
.text-expander ~ * {
    display: none;
}
/* End */


/* Start:/local/templates/main/components/bitrix/catalog.section.list/recommend/style.css?17866379361765*/
.hotels-list .slick-list {
    margin: 0 -10px;
}
.hotels-list .slick-slide {
    margin: 0 10px;
}

.hotel-card {
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 .25rem 1rem -.5rem #0005;
    overflow: hidden;
}
.hotel-card__content {
    padding: 25px;
}
.hotel-card__bottom {
    margin-top: 15px;
}
.hotel-card__name {
    font-size: clamp(16px, 1.4vw, 18px);
    line-height: 1.375;
}

.hotel-card__stars {
    position: absolute;
    right: 15px;
    top: 15px;
    background: #0006;
    box-shadow: 5px -5px 15px 15px #0006;
    border-bottom-left-radius: 15px;
}
.hotel-stars {
    padding-left: .5rem;
}
.hotel-stars__item {
    margin-right: 2px;
    width: 20px;
    height: 20px;
    fill: gold;
}

.hotel-card__img {
    position: relative;
}
.hotel-card__img img {
    display: block;
    max-width: 100%;
    object-fit: cover;
}

@supports (aspect-ratio: auto) {
    .hotel-card__img img {
        aspect-ratio: 8/5;
    }
}

@supports not (aspect-ratio: auto) {
    .hotel-card__img {
        position: relative;
        display: flex;
        align-items: stretch;
    }
    .hotel-card__img::after {
        content: '';
        padding-top: calc(5/8 * 100%);
    }
    .hotel-card__img img {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
    }
}
.hotel-card__options {
    margin-top: 10px;
    font-weight: 400;
    line-height: 1.375;
}
.hotel-card__details {
    border-radius: 15px;
    padding: 15px 20px;
    display: block;
    font-size: 16px;
    text-align: center;
    color: #fff;
    background: #5b7ebfcc;
    transition: .3s;
}
.hotel-card__details:hover {
    background: #5b7ebf;
}
.hotel-card__beginning {
    margin-top: 10px;
    font-weight: 400;
}
/* End */
/* /local/templates/main/components/bitrix/catalog.section.list/hotel/style.css?17829054641113 */
/* /local/templates/main/components/bitrix/system.pagenavigation/show_more/style.css?1779732250709 */
/* /local/templates/main/components/bitrix/news.list/service-list/style.css?177973225090 */
/* /local/templates/main/components/bitrix/news.list/reviews-slider/style.css?1783414192687 */
/* /local/templates/main/components/bitrix/catalog.section.list/recommend/style.css?17866379361765 */
