

/* Start:/local/templates/tenery_2024/components/bitrix/news/articles/style.css?1765906036944*/
@media (min-width: 80em) {
    h1 {
        width: 66.2%;
    }
}

.press-center {
    display: flex;
    flex-wrap: wrap;
}

.press-center .left {
    flex: 0 0 auto;
    width: 100%;
}

@media (min-width: 80em) {
    .press-center .left {
        width: 66.2%;
        padding-right: 100px;
    }
}

.press-center .right {
    flex: 0 0 auto;
    width: 100%;
    border-top: 1px solid rgba(var(--maroon), .3);
    margin-top: 20px;
    padding-top: 20px;
}

@media (min-width: 80em) {
    .press-center .right {
        width: 33.8%;
        padding-left: 18px;
        border-top: none;
        border-left: 1px solid rgba(var(--maroon), .3);
    }
}

.press-center .right > .title {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 0.97481;
    color: rgba(var(--maroon));
    margin-bottom: 20px;
}

.press-center .right .other {

}
/* End */


/* Start:/local/templates/tenery_2024/components/bitrix/news/articles/bitrix/news.detail/.default/style.css?1765906054702*/
.news-detail {
}

.news-detail .detail-picture {
    display: block;
    margin-bottom: 20px;
}

@media (min-width: 120em) {
    .news-detail .detail-picture {
        margin-bottom: 30px;
    }
}

.news-detail a:not(.button) {
    color: rgb(var(--green));
}

.news-detail a:not(.button):hover {
    text-decoration: none;
}

.news-detail a[href^="tel"] {
    white-space: nowrap;
    font-weight: 700;
    color: rgb(var(--maroon));
    text-decoration: none;
}

.news-detail a[href^="tel"]:hover {
    text-decoration: underline;
}

.news-detail a.tags__item {
    color: rgb(var(--purple));
}

.news-detail a.tags__item:hover {
  background-color: rgb(var(--purple));
  color: rgb(var(--cream));
}

/* End */


/* Start:/local/templates/tenery_2024/components/bitrix/news.list/rooms/style.min.css?1740637337571*/
.rooms{width:100%;padding-bottom:30px}@media (min-width:80em){.rooms{padding-bottom:50px}}@media (min-width:120em){.rooms{padding-bottom:90px}}.rooms .rooms__items{display:flex;flex-wrap:wrap;margin-left:-5px;margin-right:-5px;row-gap:10px}@media (min-width:80em){.rooms .rooms__items{margin-left:-10px;margin-right:-10px;row-gap:20px}}.rooms .rooms__item{flex:0 0 auto;width:50%;padding-left:5px;padding-right:5px}@media (min-width:36em){.rooms .rooms__item{width:33.33333333%}}@media (min-width:80em){.rooms .rooms__item{width:25%;padding-left:10px;padding-right:10px}}
/* End */


/* Start:/local/components/tenery/room.item/templates/.default/style.min.css?17406373373307*/
.room{display:flex;flex-direction:column;height:100%;background-color:rgb(var(--cream-secondary));border:1px solid rgb(var(--cream-secondary));padding-left:20px;padding-right:20px;padding-bottom:20px;transition:border-color .3s ease-in-out}@media (min-width:80em){.room:hover{border-color:rgb(var(--beige))}}.room .room__images{margin-left:-20px;margin-right:-20px;position:relative;margin-bottom:10px}@media (min-width:80em){.room .room__images{margin-bottom:20px}}.room .room__images .image{position:relative;display:block;width:100%}.room .room__images .image:before{content:'';display:block;width:100%;padding-top:89%}.room .room__images .image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.room .room__images .bullets{display:flex;justify-content:center;column-gap:5px;position:absolute;bottom:0;left:0;width:100%;z-index:1;pointer-events:none}@media (min-width:80em){.room .room__images .bullets{height:40px}}.room .room__images .bullets .bullet__link{display:flex;align-items:flex-end;pointer-events:all;padding-bottom:10px}@media (min-width:120em){.room .room__images .bullets .bullet__link{padding-bottom:40px}}.room .room__images .bullets .bullet__item{flex:0 0 auto;width:10px;height:10px;border-radius:50%;background-color:rgb(var(--cream));position:relative;cursor:pointer}.room .room__images .bullets .bullet__item:before{content:'';display:block;width:6px;height:6px;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:transparent;transition:background-color .3s ease-in-out}.room .room__images .bullets .bullet__link:hover .bullet__item:not(.bullet__item--active):before{background-color:rgb(var(--maroon))}.room .room__images .bullets .bullet__item.bullet__item--active:before{background-color:rgb(var(--maroon))}.room .room__images .price{position:absolute;left:0;bottom:0;font-weight:600;font-size:.875rem;color:var(--cream);padding-left:.938rem;padding-bottom:.938rem;z-index:1}@media (min-width:80em){.room .room__images .price{font-size:1.125rem;padding-left:1.25rem;padding-bottom:1.25rem;padding-bottom:clamp(1.25rem,-.6252rem + 2.344vw,2.1875rem);padding-left:clamp(1.25rem,.9996rem + .313vw,1.375rem)}}.room .room__title{display:block}.room .room__title a{font-weight:700;font-size:12px;color:rgb(var(--maroon));text-decoration:none}@media (min-width:80em){.room .room__title a{font-size:14px;transition:color .3s ease-in-out}.room .room__title a:hover{color:rgba(var(--red))}}@media (min-width:120em){.room .room__title a{font-size:16px}}.room .room__desc{font-weight:400;font-size:12px;color:rgba(var(--maroon),.7);margin-top:10px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical}@media (min-width:80em){.room .room__desc{font-size:14px}}@media (min-width:120em){.room .room__desc{font-size:16px;margin-top:15px}}.room .room__options{margin-top:auto;padding-top:10px;display:none;align-items:center;column-gap:10px}@media (min-width:80em){.room .room__options{padding-top:20px}}.room .room__options>div{display:flex;align-items:center;column-gap:5px}.room .room__options>div i{font-size:1.5rem}.room .room__options>div span{font-weight:700;font-size:1rem;color:var(--maroon-secondary);display:none}.room .room__action{padding-top:10px;margin-top:auto}
/* End */
/* /local/templates/tenery_2024/components/bitrix/news/articles/style.css?1765906036944 */
/* /local/templates/tenery_2024/components/bitrix/news/articles/bitrix/news.detail/.default/style.css?1765906054702 */
/* /local/templates/tenery_2024/components/bitrix/news.list/rooms/style.min.css?1740637337571 */
/* /local/components/tenery/room.item/templates/.default/style.min.css?17406373373307 */
