/* Главная-хаб: hero-фото города с формой поиска (по мотивам старого сайта) */
.hub-hero__photo{position:relative;min-height:520px;overflow:hidden}
.hub-hero__img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.hub-hero__shadow{position:absolute;inset:0;background:rgba(37,39,41,.55)}
.hub-hero__content{position:relative;z-index:2;max-width:1024px;margin:0 auto;padding:120px 16px 60px;text-align:center}
.hub-hero__city{color:#fff;font-size:49px;font-weight:100;margin:0 0 28px;font-family:Roboto,Arial,Helvetica,sans-serif}
.hub-hero__form{display:flex;flex-wrap:wrap;gap:8px;justify-content:center}
.hub-hero__field{flex:1 1 150px;min-width:130px;max-width:240px;min-height:44px;padding:10px;border:2px solid #fff;background:#fff;font-size:1rem;border-radius:4px}
.hub-hero__select{max-width:240px}
.hub-hero__find{flex:1 1 120px;max-width:160px;min-height:44px;background:#f0b64c;border:2px solid #f0b64c;border-radius:5px;color:#fff;font-size:1rem;cursor:pointer}
.hub-hero__find:hover{background:#f5c96e;border-color:#f5c96e}
.hub-hero__all-link{display:inline-block;margin-top:18px;color:#fff;text-decoration:underline}
.hub-hero__all-link:hover{color:#f5c96e}
@media only screen and (max-width:640px){
  .hub-hero__photo{min-height:560px}
  .hub-hero__content{padding-top:80px}
  .hub-hero__city{font-size:30px}
  .hub-hero__field,.hub-hero__select,.hub-hero__find{max-width:100%;flex-basis:100%}
}

/* Блок карты метро с предложениями на главной */
.metro-map-block{margin:40px 0 10px}
.metro-map-block__title{font-family:Roboto,Arial,Helvetica,sans-serif;font-weight:300;font-size:28px;margin:0 0 16px;text-align:center}
.metro-map-block__map{width:100%;height:560px}
.metro-map-block__canvas{width:100%;height:100%}
.map-popup__link{color:#121212;text-decoration:none;font-family:Roboto,Arial,Helvetica,sans-serif;font-size:13px;line-height:1.5}
.map-popup__link:hover strong{color:#f0b64c}
@media only screen and (max-width:640px){.metro-map-block__map{height:420px}.metro-map-block__title{font-size:20px;padding:0 12px}}

/* Мультивыбор станций метро (бело-оранжевая гамма) */
.mms{position:relative;flex:1 1 150px;min-width:130px;max-width:240px}
.mms .mms__button{width:100%;max-width:none;display:flex;align-items:center;justify-content:space-between;cursor:pointer;text-align:left;color:#757575}
.mms__button--active{color:#121212;border-color:#f0b64c!important}
.mms__label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.mms__caret{color:#f0b64c;margin-left:6px}
.mms__panel{position:absolute;z-index:60;top:calc(100% + 6px);left:0;width:320px;max-width:86vw;background:#fff;border:2px solid #f0b64c;border-radius:8px;box-shadow:0 12px 32px rgba(0,0,0,.18);overflow:hidden;text-align:left}
.mms__search-wrap{display:flex;gap:6px;padding:10px;border-bottom:1px solid #f3e2c4;background:#fffaf1}
.mms__search{flex:1;min-height:38px;padding:8px 10px;border:1px solid #f0b64c;border-radius:6px;font-size:14px;outline:none}
.mms__search:focus{box-shadow:0 0 0 2px rgba(237,174,73,.25)}
.mms__clear{border:none;background:#f0b64c;color:#fff;border-radius:6px;padding:0 10px;cursor:pointer;font-size:13px}
.mms__clear:hover{background:#f5c96e}
.mms__list{max-height:300px;overflow:auto;padding:6px 0}
.mms__item{display:flex;align-items:center;gap:8px;width:100%;padding:7px 12px;border:none;background:#fff;cursor:pointer;font-size:14px;color:#121212;text-align:left}
.mms__item:hover{background:#fff6e6}
.mms__item--selected{background:#fff1d8}
.mms__check{flex:0 0 18px;height:18px;border:2px solid #d9c9a8;border-radius:4px;display:inline-flex;align-items:center;justify-content:center;font-size:12px;color:#fff}
.mms__check--on{background:#f0b64c;border-color:#f0b64c}
.mms__dots{display:inline-flex;gap:2px;flex:0 0 auto}
.mms__dot{width:8px;height:8px;border-radius:50%;display:inline-block}
.mms__name{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.mms__count{flex:0 0 auto;color:#b7a888;font-size:12px}
.mms__empty{padding:14px;text-align:center;color:#b7a888}
@media only screen and (max-width:640px){.mms{max-width:100%;flex-basis:100%}.mms__panel{width:100%}}

/* Мультивыбор метро и текстовый поиск в форме фильтров листинга */
.filter__query .filter__query-input{min-height:40px;border:1px solid rgba(34,36,38,.15);border-radius:4px;width:100%}
.mms__button--search{width:100%;min-height:40px;display:flex;align-items:center;justify-content:space-between;background:#fff;border:1px solid rgba(34,36,38,.15);border-radius:4px;padding:10px;font-size:1rem;color:#757575;cursor:pointer;text-align:left}
.mms__button--search.mms__button--active{color:#121212;border-color:#f0b64c}
.filter__metro .mms{max-width:none;width:100%}

/* Карточки «Популярные запросы» и популярных станций — ровная сетка */
.pop-searches{margin:40px 0}
.pop-searches__title,.city_metro_stations__title{font-weight:300}
.pop-searches__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:16px}
.pop-searches__card,.pop-stations__card{position:relative;display:block;height:180px;border-radius:10px;overflow:hidden}
.pop-searches__img,.pop-stations__img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .3s}
.pop-searches__card:hover .pop-searches__img,.pop-stations__card:hover .pop-stations__img{transform:scale(1.05)}
.pop-searches__shadow,.pop-stations__shadow{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,0) 40%,rgba(20,20,20,.75))}
.pop-searches__label,.pop-stations__name{position:absolute;left:14px;right:14px;bottom:12px;color:#fff;font-size:16px;line-height:1.35;display:flex;align-items:center;gap:6px}
.pop-stations__grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px;margin-top:16px}
.pop-stations__card{height:150px}
@media only screen and (max-width:900px){.pop-searches__grid{grid-template-columns:repeat(2,1fr)}.pop-stations__grid{grid-template-columns:repeat(2,1fr)}}

/* Подвал: чёрный фон как шапка, яркие оранжевые ссылки, белые заголовки */
.footer .footer-block{background:#303030}
.footer-links{max-width:1286px;margin:0 auto;padding:34px 16px;text-align:left}
.footer-links__block{margin-bottom:32px}
.footer-links__title{font-weight:700;font-size:18px;margin-bottom:16px;color:#fff}
.footer-links__grid{display:grid;grid-template-columns:repeat(6,1fr);gap:9px 32px}
.footer-links__link{color:#f0b64c;font-size:14px;text-decoration:none;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.footer-links__link:hover{color:#f5c96e;text-decoration:underline}
.footer-links__toggle{margin-top:14px;background:none;border:none;color:#f0b64c;font-size:14px;cursor:pointer;padding:0;text-decoration:underline dotted}
.footer-links__toggle:hover{color:#f5c96e}
.footer .copyright-home{background:#303030;color:#bbb}
@media only screen and (max-width:900px){.footer-links__grid{grid-template-columns:repeat(2,1fr)}}

/* Переключатель Аренда / Купить */
.deal-toggle{display:flex;gap:0;margin-bottom:12px;border-radius:6px;overflow:hidden;border:2px solid #f0b64c}
.deal-toggle__btn{flex:1;min-height:44px;padding:9px 26px;background:#fff;color:#f0b64c;border:none;font-size:1rem;cursor:pointer;font-family:Roboto,Arial,Helvetica,sans-serif}
.deal-toggle__btn--active{background:#f0b64c;color:#fff}
.deal-toggle--hero{margin:0 auto 12px;display:flex;width:100%;max-width:1024px}

/* Шире поля ввода на главной (площадь/цена) */
.hub-hero__field{min-width:150px;max-width:280px}
.hub-hero__form input.hub-hero__field{min-width:160px}
/* Дропдауны района/метро — крупнее и поверх карты ниже */
.hub-hero__content{position:relative;z-index:20}
.mms__panel{width:380px;z-index:300}
.mms__list{max-height:420px}
.mms--district .mms__panel,.filter__metro .mms__panel{width:380px}
/* Tagline — каждое предложение с новой строки */
.header__tagline-line{display:block}

/* Дропдауны района/метро не должны обрезаться hero-фото — виден весь список */
.hub-hero__photo{overflow:visible}
.hub-hero__img{border-radius:0}
/* Шире поля От/До в попапах фильтра (площадь и цена) */
.ui.input .ui.flowing.popup .popup-inputs .popup-inputs__price,
.ui.input .ui.flowing.popup .popup-inputs .popup-inputs__square{width:38%;min-width:110px}
.ui.input .ui.flowing.popup .popup-inputs .ui.buttons.period{width:100%}
/* Текстовый блок главной — стиль и размер как у FAQ (Roboto, 15px) */
.first-page-text-block__text,
.first-page-text-block__text p,
.first-page-text-block__text li,
.first-page-text-block__text span{
  font-family: 'Avenir Next', Roboto, Arial, Helvetica, sans-serif !important;
  font-size: 15px !important;
  line-height: 1.6 !important;
  color: #555;
}
.first-page-text-block__text h1,
.first-page-text-block__text h2,
.first-page-text-block__text h3{
  font-family: 'Avenir Next', Roboto, Arial, Helvetica, sans-serif !important;
  color: #313131;
}
.first-page-text-block__text h2{font-size:20px}
.first-page-text-block__text h3{font-size:17px}

/* Ещё шире попап цены и поля От/До — для крупных сумм продажи */
.filter__price .ui.input .price-popup,
.filter__square .ui.input .square-popup{width:340px !important}
.ui.input .ui.flowing.popup .popup-inputs .popup-inputs__price,
.ui.input .ui.flowing.popup .popup-inputs .popup-inputs__square{min-width:130px !important;width:42% !important}

/* Карта офисов на главной — выше */
.metro-map-block__map{height:680px !important}
@media only screen and (max-width:640px){.metro-map-block__map{height:460px !important}}
/* Кнопка «Сбросить» рядом с «Найти» */
.reset-search-form{background:#fff !important;color:#f0b64c !important;border:2px solid #f0b64c !important;padding:11px !important;margin-left:6px !important;font-weight:400}
.reset-search-form:hover{background:#fff6e6 !important}

/* Блок «предложения, которые могут заинтересовать» */
.related-offers{background:#fafafa;padding:32px 0 40px;margin-top:10px}
.related-offers .wrapper{max-width:1286px;margin:0 auto;padding:0 16px}
.related-offers__title{font-weight:300;font-size:26px;margin:0 0 20px;text-align:center;color:#313131}
.related-offers__list .description__office{background:#fff}

/* Шапка формы поиска: Аренда/Купить слева, «Сбросить» справа сверху */
.search-form-head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:12px}
.search-form-head .deal-toggle{margin-bottom:0}
.search-form-head .reset-search-form{margin:0 !important;align-self:flex-start;min-height:44px}
/* Единая нормальная толщина шрифта у кнопок Аренда/Купить/Найти (как «Сбросить») */
.deal-toggle__btn,
.hub-hero__find,
.submit-search-form,
.submit-search-form.ui.button,
.reset-search-form{font-weight:400 !important}

/* Заголовки секций — жирные оранжевые */
.section-title--accent{color:#f0b64c !important;font-weight:700 !important}
/* Popular searches: поля по бокам, hover-подсветка карточек */
.pop-searches{max-width:1286px;margin:40px auto;padding:0 24px}
.pop-searches__card{border:2px solid transparent;transition:border-color .2s,transform .2s}
.pop-searches__card:hover{border-color:#f0b64c;transform:translateY(-2px)}
/* Metro stations: слайдер, крупные карточки, hover */
.city_metro_stations{max-width:1286px;margin:0 auto;padding:0 24px}
.pop-stations__slider{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:12px;-webkit-overflow-scrolling:touch}
.pop-stations__slider::-webkit-scrollbar{height:8px}
.pop-stations__slider::-webkit-scrollbar-thumb{background:#f0b64c;border-radius:4px}
.pop-stations__slider .pop-stations__card{flex:0 0 300px;height:210px;scroll-snap-align:start;border:2px solid transparent;transition:border-color .2s,transform .2s}
.pop-stations__slider .pop-stations__card:hover{border-color:#f0b64c;transform:translateY(-2px)}
.pop-stations__name{font-size:17px}
@media only screen and (max-width:640px){.pop-stations__slider .pop-stations__card{flex-basis:78vw;height:180px}}
/* Business articles: подпись оранжевая, заголовок белый */
.news-block h2{color:#f0b64c !important;font-weight:700 !important}
.card-news__title,.news-grid .card-news .news-wrap{background:#f0b64c !important;color:#fff !important}
.news-grid .card-news{transition:transform .2s}
.news-grid .card-news:hover{transform:translateY(-2px)}
.news-grid .card-news:hover .news-wrap{background:#f5c96e !important}

/* Автоподсказки поля «Адрес или название БЦ» */
.filter__query{position:relative}
.query-suggest{position:absolute;z-index:80;top:calc(100% + 4px);left:0;right:0;background:#fff;border:2px solid #f0b64c;border-radius:8px;box-shadow:0 12px 32px rgba(0,0,0,.18);max-height:340px;overflow:auto}
.query-suggest__item{display:block;padding:9px 12px;border-bottom:1px solid #f3e2c4;text-decoration:none;color:#121212}
.query-suggest__item:last-child{border-bottom:none}
.query-suggest__item:hover{background:#fff6e6}
.query-suggest__name{display:block;font-size:14px;font-weight:500}
.query-suggest__addr{display:block;font-size:12px;color:#8a8a8a}

/* Заголовок «Офисы на карте» — отступ снизу */
.metro-map-block__title{margin-bottom:24px !important}
.metro-map-block{margin-bottom:36px}

/* Карточка статьи: оранжевая плашка тянется до низа (без белого края) */
.news-grid .card-news{display:flex;flex-direction:column;background:#f0b64c}
.news-grid .card-news img{flex:0 0 auto}
.news-grid .card-news .news-wrap{flex:1 0 auto;background:#f0b64c !important;color:#fff !important}
/* Кнопка «Все статьи» */
.news-block__more{display:block;margin:26px auto 0;background:#f0b64c;color:#fff;border:none;border-radius:6px;padding:11px 34px;font-size:1rem;cursor:pointer}
.news-block__more:hover{background:#f5c96e}

/* Единый шрифт по всему сайту — как в FAQ (Avenir Next) */
body, body *:not(i):not(.icon):not(i.icon *):not([class*="icon"]){
  font-family: 'Avenir Next', Roboto, Arial, Helvetica, sans-serif !important;
}

/* Заголовки в тексте города и зданий — Avenir Next */
.first-page-text-block__text h1,.first-page-text-block__text h2,.first-page-text-block__text h3,
.first-page-text-block__text strong,.building__description h1,.building__description h2,
.building__description h3,.building__description strong{
  font-family:'Avenir Next', Roboto, Arial, Helvetica, sans-serif !important;
}
/* Мобильный заголовок формы обратной связи — межстрочный отступ и воздух */
@media only screen and (max-width:640px){
  .contact-block h6, .feedback__title{line-height:1.4 !important;padding:6px 0}
}

/* Блок «похожих» перекрывает фикс-карту справа (не наоборот) */
.related-offers{position:relative;z-index:30;background:#fff}
/* Пагинация — оранжевые цифры (без синего/чёрного) */
.description__pagination_controls_page,
.description__pagination_controls_button,
.description__pagination_controls_next{color:#f0b64c !important}
.description__pagination_controls_page:hover,
.description__pagination_controls_next:hover{color:#f5c96e !important}
.description__pagination_controls_current{color:#f0b64c !important;border-bottom-color:#f0b64c !important}
/* Мобильный: телефонное поле по центру, как остальные */
@media only screen and (max-width:640px){
  .feedback__phone .iti,.feedback__phone .item__content,.feedback__phone input{text-align:center}
  .feedback__phone .iti__flag-container{position:static;display:inline-flex;vertical-align:middle}
  .feedback__phone{text-align:center}
}

/* Текущая страница пагинации — тоже оранжевая (перебиваем шаблон) */
.description__pagination .description__pagination_controls_current,
span.description__pagination_controls_current{color:#f0b64c !important;border-bottom-color:#f0b64c !important}

/* Ссылка «метро рядом» на странице здания — оранжевая, не синяя */
.building__metro__link,.building__metro-bold a{color:#f0b64c !important}
.building__metro__link:hover{color:#f5c96e !important}
/* Текст города — чуть меньше, заголовки Avenir Next */
.first-page-text-block__text,.first-page-text-block__text p,.first-page-text-block__text li,
.first-page-text-block__text span{font-size:14px !important;line-height:1.65 !important}
/* Описание здания — единый шрифт, нормальный размер (было крупно/жирно) */
.building__description,.building__description p,.building__description span,.building__description li,
.building__description div{font-family:'Avenir Next', Roboto, Arial, Helvetica, sans-serif !important;
  font-size:14px !important;line-height:1.65 !important;font-weight:400 !important;color:#333}
.building__description h1,.building__description h2,.building__description h3,.building__description strong{
  font-family:'Avenir Next', Roboto, Arial, Helvetica, sans-serif !important;color:#222}
.building__description h1,.building__description h2{font-size:18px !important;font-weight:700 !important;margin:16px 0 8px}
.building__description h3{font-size:16px !important;font-weight:700 !important}
.building__description strong{font-weight:700 !important}
.building__description img{max-width:100%;height:auto}
/* Карточка станции/района без фото — градиент */
.pop-stations__card--nophoto{background:linear-gradient(135deg,#3a3f45,#20242a)}
.pop-stations__card--nophoto .pop-stations__shadow{background:none}
/* Плавное раскрытие всех статей */
.news-grid{transition:none}
.news-block__more{transition:background .2s}

/* Плавное раскрытие статей */
.news-grid-wrap{max-height:400px;overflow:hidden;transition:max-height .55s ease}
.news-grid-wrap--open{max-height:6000px}
@media only screen and (max-width:900px){.news-grid-wrap{max-height:760px}}
@media only screen and (max-width:640px){.news-grid-wrap{max-height:420px}}

/* Статьи: один ряд в свёрнутом виде, без полу-ряда */
.news-grid-wrap{max-height:none;overflow:visible}
/* «Метро рядом» — станции в столбик */
.building__metro-bold{display:block;margin-bottom:6px}
/* Автоподсказка: выбранное/наведённое название — оранжевое, не синее */
.query-suggest__item,.query-suggest__name{color:#121212 !important}
.query-suggest__item:hover,.query-suggest__item:focus{background:#fff6e6}
.query-suggest__item:hover .query-suggest__name,.query-suggest__item:focus .query-suggest__name{color:#f0b64c !important}
/* Чекбоксы типа офиса — ровным столбиком */
.office-type-popup .office-type-option,.js-office-type-popup .office-type-option{
  display:flex !important;align-items:center;gap:10px;padding:6px 4px;text-align:left}
.office-type-popup .office-type-option input,.js-office-type-popup .office-type-option input{
  flex:0 0 auto;margin:0}
.office-type-popup .office-type-option span,.js-office-type-popup .office-type-option span{flex:1}
/* Все заголовки в тексте (город и листинг) — Avenir Next */
.first-page-text-block__text h1,.first-page-text-block__text h2,.first-page-text-block__text h3,
.first-page-text-block__text h4,.first-page-text-block__text strong,.first-page-text-block__text b{
  font-family:'Avenir Next', Roboto, Arial, Helvetica, sans-serif !important}

/* Заголовок «Похожие предложения для вас» — Avenir Next жирный */
.related-offers__title{font-family:'Avenir Next', Roboto, Arial, Helvetica, sans-serif !important;font-weight:700 !important;color:#222}

/* Всплывающий баннер-опросник */
.promo-overlay{position:fixed;inset:0;z-index:9999;background:rgba(20,20,22,.6);display:flex;align-items:center;justify-content:center;padding:16px;animation:promoFade .25s ease}
@keyframes promoFade{from{opacity:0}to{opacity:1}}
.promo-modal{position:relative;background:#fff;border-radius:14px;max-width:520px;width:100%;padding:30px 28px 24px;box-shadow:0 24px 60px rgba(0,0,0,.35);animation:promoUp .3s ease}
@keyframes promoUp{from{transform:translateY(20px);opacity:.6}to{transform:none;opacity:1}}
.promo-close{position:absolute;top:12px;right:14px;background:none;border:none;font-size:20px;color:#999;cursor:pointer;line-height:1}
.promo-close:hover{color:#f0b64c}
.promo-title{font-size:22px;font-weight:700;margin:0 0 8px;color:#1a1a1a;font-family:'Avenir Next',Roboto,sans-serif}
.promo-sub{font-size:14px;color:#666;margin:0 0 18px;line-height:1.5}
.promo-field{margin-bottom:12px;flex:1}
.promo-row{display:flex;gap:12px}
.promo-label{display:block;font-size:13px;color:#444;margin-bottom:5px;font-weight:500}
.promo-input{width:100%;min-height:42px;border:1px solid #d9d9d9;border-radius:8px;padding:10px 12px;font-size:15px;background:#fff}
.promo-input:focus{border-color:#f0b64c;outline:none;box-shadow:0 0 0 2px rgba(255,176,32,.25)}
.promo-toggle{display:flex;border:2px solid #f0b64c;border-radius:8px;overflow:hidden}
.promo-toggle__btn{flex:1;padding:9px;background:#fff;color:#f0b64c;border:none;cursor:pointer;font-size:15px}
.promo-toggle__btn--on{background:#f0b64c;color:#fff}
.promo-submit{width:100%;margin-top:6px;background:#f0b64c;color:#fff;border:none;border-radius:8px;padding:13px;font-size:16px;cursor:pointer}
.promo-submit:hover{background:#f5c96e}
.promo-agree{font-size:11px;color:#999;text-align:center;margin:10px 0 0;line-height:1.4}
.promo-field .iti{width:100%}
.promo-field .iti input{width:100%;min-height:42px;border:1px solid #d9d9d9;border-radius:8px;padding:10px 12px}
@media only screen and (max-width:520px){.promo-row{flex-direction:column;gap:0}.promo-modal{padding:26px 18px 20px}}

/* Контакты в шапке: телефон и почта тонким оранжевым, рядом с языками */
.header__contacts{float:right;display:flex;flex-direction:column;align-items:flex-end;margin:8px 18px 0 0;line-height:1.45}
.header__contacts a{color:#f0b64c;font-family:'Avenir Next',Roboto,Arial,sans-serif;font-weight:300;text-decoration:none;transition:color .15s,text-shadow .15s}
.header__contacts-phone{font-size:15px}
.header__contacts-mail{font-size:12.5px}
.header__contacts a:hover{color:#f5c96e;text-shadow:0 0 10px rgba(255,176,32,.65)}
@media only screen and (max-width:760px){.header__contacts{display:none}}

/* Мобильная: поля поиска одной ширины, языки вправо от логотипа */
@media only screen and (max-width:640px){
  .form__content .filter__item,
  .form__content .filter__item input,
  .form__content .filter__item .item__content,
  .form__content .filter__buttom,
  .form__content .deal-toggle{
    width:100% !important;max-width:100% !important;margin-left:0 !important;margin-right:0 !important;box-sizing:border-box}
  .header__language{float:right !important;margin-right:0 !important;margin-left:auto !important}
  .header .container{position:relative}
  .header__language .item__content{margin-right:0 !important}
}
@media only screen and (max-width:640px){
  .hub-hero__field{width:100% !important;max-width:100% !important;margin-left:0 !important;margin-right:0 !important;box-sizing:border-box}
}

/* Шапка: контакты + языки одним блоком справа; контакты белым, ховер — оранжевая подсветка */
.header__right{float:right;display:flex;align-items:center;gap:18px}
.header__right .header__language{float:none;margin:0}
.header__contacts{float:none;display:flex;flex-direction:column;align-items:flex-end;margin:0;line-height:1.45}
.header__contacts a{color:#fff}
.header__contacts a:hover{color:#f0b64c;text-shadow:0 0 12px rgba(255,176,32,.85)}

/* Попап коворкингов: оранжевая рамка со свечением */
.cw-modal{position:relative;background:#fff;border-radius:14px;max-width:440px;width:100%;padding:0 0 24px;overflow:hidden;
  border:2px solid #f0b64c;box-shadow:0 0 34px rgba(255,176,32,.6),0 24px 60px rgba(0,0,0,.35);animation:promoUp .3s ease;text-align:center}
.cw-modal__img{width:100%;height:200px;object-fit:cover;display:block;margin-bottom:16px}
.cw-modal .promo-title{padding:0 22px}
.cw-modal .promo-sub{padding:0 22px}
.cw-modal__btn{display:inline-block;margin:4px 22px 0;background:#f0b64c;color:#fff;border-radius:8px;padding:13px 28px;font-size:16px;text-decoration:none}
.cw-modal__btn:hover{background:#f5c96e;color:#fff}
.header__right .header__language{width:auto !important;min-width:0}
.header__right .header__language .item__content{position:relative;right:auto;left:auto;margin:0}

/* Попап «Самые выгодные предложения»: форма внутри карточки с фото */
.bd-form{padding:0 22px;text-align:left}
.bd-form .promo-submit{margin-top:2px}

/* Контакты в шапке: оранжевым, при наведении белая подсветка */
.header__contacts a{color:#f0b64c}
.header__contacts a:hover{color:#f5c96e;text-shadow:0 0 12px rgba(255,255,255,.95)}
/* Мобильная: языки сверху, телефон и почта под ними */
@media only screen and (max-width:760px){
  .header__contacts{display:flex}
  .header__right{flex-direction:column-reverse;align-items:flex-end;gap:4px}
  .header__contacts{align-items:flex-end;line-height:1.35}
  .header__contacts-phone{font-size:13.5px}
  .header__contacts-mail{font-size:11.5px}
}

/* Мобильная: попапы формы поиска не шире экрана, без сдвига страницы */
@media only screen and (max-width:640px){
  .office-type-popup,.js-office-type-popup,.price-popup,.js-price-popup{
    left:0 !important;right:auto !important;width:100% !important;max-width:100% !important;
    min-width:0 !important;box-sizing:border-box;transform:none !important}
  .office-type-popup .office-type-option,.js-office-type-popup .office-type-option{
    width:100%;justify-content:flex-start;text-align:left}
  .office-type-popup .office-type-option span{flex:1;white-space:normal}
  .price-popup input,.js-price-popup input{max-width:42%;box-sizing:border-box}
  .description__search,.description__content{overflow-x:clip}
  /* «Уточнить поиск» первой строкой листинга — не прятать за шапкой */
  .description__content > .description__detailed_search:first-child{margin-top:112px}
}
@media only screen and (max-width:640px){
  .form__content .filter__item input[type=checkbox]{width:18px !important;max-width:18px !important;flex:0 0 18px}
}

/* «Часто задаваемые вопросы» — оранжевым */
.faq-block h2{color:#f0b64c !important}
/* Карточки статей шире: 2 в ряд вместо 3 */
.news-grid{grid-template-columns:repeat(3,1fr) !important;gap:22px}
@media only screen and (max-width:640px){.news-grid{grid-template-columns:1fr !important}}
/* SEO-текст под подборками */
.offers-section__seo{margin:18px auto 0;max-width:1024px;font-size:14.5px;line-height:1.6;color:#555;text-align:left;font-family:'Avenir Next',Roboto,Arial,sans-serif}

/* Заголовки текста города/листинга — Avenir Next вместе со всеми вложенными span/strong */
.first-page-text-block__text h1,.first-page-text-block__text h2,.first-page-text-block__text h3,
.first-page-text-block__text h4,.first-page-text-block__text h5,.first-page-text-block__text h6,
.first-page-text-block__text :is(h1,h2,h3,h4,h5,h6) *{
  font-family:'Avenir Next',Roboto,Arial,Helvetica,sans-serif !important}

/* Страница статьи — формат старого сайта: хиро с фото, две колонки */
.news_article__title{position:relative;height:340px;background-size:cover;background-position:center}
.news_article__title_shadow{position:absolute;inset:0;background:rgba(37,39,41,.5)}
.news_article__title_text_position{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0 6%}
.news_article__title_text{color:#f7f7f7;font-family:'Avenir Next',Roboto,Arial,Helvetica,sans-serif;font-size:30px;font-weight:700;text-align:center;margin:0;position:relative}
.news_article__columns{max-width:1160px;margin:0 auto;padding:30px 16px 10px;display:flex;gap:36px;align-items:flex-start;text-align:left}
.news_article__left_column{flex:1 1 68%}
.news_article__content{width:100% !important;max-width:none !important}
.news_article__content h1,.news_article__content h2{font-size:22px}
.news_article__right_column{flex:0 0 28%;position:sticky;top:20px}
.news_article__another_title{font-family:'Avenir Next',Roboto,Arial,sans-serif;font-weight:700;font-size:18px;margin-bottom:12px;color:#222}
.news_article__another_item{margin:0 0 10px;font-size:15px;font-weight:400;line-height:1.4}
.news_article__another_item_link{color:#f0b64c;text-decoration:none}
.news_article__another_item_link:hover{color:#d99a2f;text-decoration:underline}
@media only screen and (max-width:768px){
  .news_article__columns{flex-direction:column;gap:16px}
  .news_article__right_column{position:static;flex:1 1 auto;width:100%}
  .news_article__title{height:240px}
  .news_article__title_text{font-size:22px}
}

/* Статья: фото хиро тегом img (no-referrer), контент не вылезает из колонки */
.news_article__title_img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.news_article__left_column{min-width:0}
.news_article__content img{max-width:100% !important;height:auto !important;float:none !important;margin:10px 0 !important;display:block}
.news_article__content table,.news_article__content iframe{max-width:100%}
.news_article__content{overflow-wrap:break-word}

/* Кнопка «Найти» на главной — во всю ширину строки формы (= ширине полей над ней) */
/* Кнопка «Найти» на главной — шириной с два поля площади (от+до), по центру */
.hub-hero__form .hub-hero__find{flex:0 1 auto !important;width:328px !important;max-width:100% !important;min-width:200px}


/* Выпадающие попапы формы листинга — выровнять по левому краю их кнопки */
.description__search .filter__price .ui.input .price-popup,
.description__search .filter__square .ui.input .square-popup,
.description__search .filter__square .ui.input .office-type-popup,
.description__search .filter__price .ui.input .js-price-popup,
.description__search .filter__square .ui.input .js-square-popup,
.description__search .filter__square .ui.input .js-people-popup,
.description__search .filter__square .ui.input .js-office-type-popup{
  left:0 !important;right:auto !important;margin-left:0 !important;transform:none !important}

/* Мобильная: «Найти» во всю ширину, как остальные поля (десктоп — 328px по центру) */
@media only screen and (max-width:640px){
  .hub-hero__form .hub-hero__find{width:100% !important;flex-basis:100% !important;min-width:0}
}


/* Заголовок в тексте главной — шрифт Avenir Next (с фолбэками) */
.first-page-text-block__text h1,
.first-page-text-block__text h2,
.first-page-text-block__text > p:first-child strong{
  font-family:"Avenir Next","Avenir","Segoe UI",Roboto,Arial,Helvetica,sans-serif;
}

/* Вкладка-ссылка «Коворкинги» в переключателе на главной */
.deal-toggle__btn--link{display:flex;align-items:center;justify-content:center;text-decoration:none;color:#f0b64c;background:#fff}
.deal-toggle__btn--link:hover{background:#fff6e6;color:#f0b64c}

/* Страница коворкингов */
.cw-page{max-width:1286px;margin:0 auto;padding:110px 16px 40px}
.cw-page__title{font-family:'Avenir Next',Roboto,Arial,Helvetica,sans-serif;font-weight:700;font-size:34px;color:#f0b64c;margin:0 0 8px}
.cw-section{margin:26px 0}
.cw-section__title{font-family:Roboto,Arial,Helvetica,sans-serif;font-weight:300;font-size:24px;margin:0 0 14px}
.cw-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.cw-card{display:flex;flex-direction:column;border:1px solid #eee;border-radius:10px;overflow:hidden;text-decoration:none;color:#121212;background:#fff;transition:box-shadow .2s}
.cw-card:hover{box-shadow:0 10px 26px rgba(0,0,0,.12)}
.cw-card__imgwrap{position:relative;height:170px;overflow:hidden}
.cw-card__img{width:100%;height:100%;object-fit:cover;transition:transform .3s}
.cw-card:hover .cw-card__img{transform:scale(1.05)}
.cw-card__class{position:absolute;top:10px;left:10px;background:#f0b64c;color:#fff;border-radius:6px;padding:2px 8px;font-size:13px;font-weight:700}
.cw-card__body{display:flex;flex-direction:column;gap:4px;padding:12px 14px 14px}
.cw-card__name{font-size:16px;font-weight:700;line-height:1.3}
.cw-card__addr{font-size:13px;color:#757575;line-height:1.35}
.cw-card__metro{display:flex;align-items:center;gap:6px;font-size:13px;color:#555}
.cw-card__mdot{width:8px;height:8px;border-radius:50%;background:#e42313;flex:0 0 auto}
.cw-card__meta{display:flex;justify-content:space-between;align-items:baseline;gap:8px;margin-top:6px;font-size:13px;color:#555}
.cw-card__price{color:#f0b64c;font-weight:700;font-size:14px;white-space:nowrap}
.cw-more-wrap{text-align:center;margin:22px 0 4px}
.cw-more{background:#f0b64c;border:2px solid #f0b64c;color:#fff;border-radius:6px;min-height:44px;padding:10px 28px;font-size:1rem;cursor:pointer}
.cw-more:hover{background:#f5c96e;border-color:#f5c96e}
@media only screen and (max-width:1000px){.cw-grid{grid-template-columns:repeat(2,1fr)}}
@media only screen and (max-width:640px){
  .cw-page{padding-top:96px}
  .cw-page__title{font-size:24px}
  .cw-grid{grid-template-columns:1fr}
  .deal-toggle--hero{flex-wrap:wrap}
}


/* Слайдер статей на главной: горизонтальная лента с оранжевым скроллбаром */
.news-slider{display:flex;gap:16px;overflow-x:auto;padding:4px 2px 16px;scroll-snap-type:x proximity}
/* карточка-колонка: оранжевая плашка заголовка тянется до нижней кромки */
.news-slider .card-news{display:flex;flex-direction:column;background:#f0b64c}
.news-slider .card-news img{flex:0 0 auto}
.news-slider .card-news .news-wrap{flex:1 0 auto;background:#f0b64c !important;color:#fff !important}
/* стандартные scrollbar-свойства отключают ::-webkit-scrollbar в Chrome — только для Firefox */
@supports not selector(::-webkit-scrollbar){.news-slider{scrollbar-width:auto;scrollbar-color:#f0b64c #f1f1f1}}
.news-slider .card-news{flex:0 0 320px;scroll-snap-align:start}
.news-slider::-webkit-scrollbar{height:9px}
.news-slider::-webkit-scrollbar-track{background:#f1f1f1;border-radius:5px}
.news-slider::-webkit-scrollbar-thumb{background:#f0b64c;border-radius:5px}
.news-slider::-webkit-scrollbar-thumb:hover{background:#f5c96e}
@media only screen and (max-width:640px){.news-slider .card-news{flex-basis:260px}}

/* ==== Попапы «Площадь» и «Цена» в hero-форме: окошко + двойной ползунок ==== */
.hub-hero__pop{position:relative;padding:0;border:0;background:transparent}
.hub-hero__popbtn{width:100%;height:44px;min-height:44px;background:#fff;border:2px solid #fff;border-radius:4px;padding:10px 14px;font-size:15px;color:#757575;text-align:left;cursor:pointer;font-family:inherit;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.hub-hero__popbtn:hover{color:#121212}
.hub-hero__popup{position:absolute;z-index:70;top:calc(100% + 8px);left:0;min-width:290px;background:#fff;border-radius:10px;box-shadow:0 12px 34px rgba(0,0,0,.24);padding:16px;text-align:left}
.hub-hero__popup--wide{min-width:340px;left:auto;right:0}
@media only screen and (max-width:640px){
  .hub-hero__pop{min-height:44px}
  .hub-hero__popup,.hub-hero__popup--wide{left:0;right:0;width:auto;min-width:0;padding:14px}
  .hub-hero__popup .phk-price__num{min-width:0}
}
/* валюты */
.phk-price__cur{display:flex;gap:6px;margin-bottom:12px}
.phk-cur{flex:1;padding:7px 0;border:1.5px solid #f0dbb0;background:#fff;border-radius:8px;font-size:15px;font-weight:700;color:#666;cursor:pointer}
.phk-cur--on{background:#f0b64c;border-color:#f0b64c;color:#fff}
/* числовые поля */
.phk-price__inputs{display:flex;align-items:center;gap:8px}
.phk-price__num{flex:1;min-width:0;padding:9px 10px;border:1.5px solid #ecdfc0;border-radius:8px;font-size:14px;outline:none}
.phk-price__num:focus{border-color:#f0b64c}
.phk-price__dash,.phk-price__unit{color:#999;font-size:14px}
/* двойной ползунок */
.phk-price__slider{position:relative;height:26px;margin:16px 2px 4px}
.phk-price__slider::before{content:'';position:absolute;left:0;right:0;top:11px;height:4px;background:#f0e7d3;border-radius:2px}
.phk-price__track{position:absolute;top:11px;height:4px;background:#f0b64c;border-radius:2px}
.phk-price__range{position:absolute;left:0;width:100%;top:0;height:26px;-webkit-appearance:none;appearance:none;background:none;pointer-events:none;margin:0}
.phk-price__range::-webkit-slider-thumb{-webkit-appearance:none;pointer-events:auto;width:20px;height:20px;border-radius:50%;background:#fff;border:3px solid #f0b64c;cursor:pointer;box-shadow:0 2px 6px rgba(0,0,0,.2)}
.phk-price__range::-moz-range-thumb{pointer-events:auto;width:20px;height:20px;border-radius:50%;background:#fff;border:3px solid #f0b64c;cursor:pointer}
.phk-price__range:focus{outline:none}
.phk-price__range:focus::-webkit-slider-thumb{box-shadow:0 0 0 3px rgba(240,182,76,.4),0 2px 6px rgba(0,0,0,.2)}
.phk-price__range:focus::-moz-range-thumb{box-shadow:0 0 0 3px rgba(240,182,76,.4)}
.phk-price__legend{display:flex;justify-content:space-between;font-size:13px;color:#8a8a8a}

/* Детальная страница коворкинга */


/* SEO-текст под секциями главной (метро, районы) — аккуратно, как под подборками */
.home-seo-block{margin:14px 0 8px}
.home-seo-block__text{max-width:1024px;margin:0 auto;padding:0 16px;font-size:14.5px;line-height:1.6;color:#555;font-family:'Avenir Next',Roboto,Arial,sans-serif}
.home-seo-block__text h2{font-family:'Avenir Next',Roboto,Arial,sans-serif;font-weight:700;font-size:19px;color:#f0b64c;margin:0 0 8px}
.home-seo-block__text p{margin:0}
.home-seo-block__text a{color:#f0b64c;text-decoration:none}
.home-seo-block__text a:hover{color:#f0b64c;text-decoration:underline}


.cw-section__count{color:#b7a888;font-weight:400}

/* Попап коворкингов с конкретными предложениями */
.cw-modal--offers{max-width:520px}
.cw-modal__offers{display:flex;flex-direction:column;gap:10px;margin:14px 0 16px;text-align:left}
.cw-modal__offer{display:flex;gap:12px;align-items:center;border:1px solid #eee;border-radius:10px;overflow:hidden;text-decoration:none;color:#121212;transition:box-shadow .15s}
.cw-modal__offer:hover{box-shadow:0 6px 18px rgba(0,0,0,.12)}
.cw-modal__offer-img{width:96px;height:72px;object-fit:cover;flex:0 0 auto}
.cw-modal__offer-body{display:flex;flex-direction:column;gap:3px;padding:6px 10px 6px 0;min-width:0}
.cw-modal__offer-name{font-weight:600;font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.cw-modal__offer-metro{color:#888;font-size:12px}
.cw-modal__offer-price{color:#f0b64c;font-weight:700;font-size:13px}


/* Заставка-баннер коворкингов: компактная вертикальная карточка, Avenir Next,
   динамика — ken-burns на фото, пульс бейджа, подъём при ховере */
.cw-banner{margin:44px 0;display:flex;justify-content:center;padding:0 16px}
.cw-banner__card{display:flex;flex-direction:column;width:100%;max-width:920px;border-radius:16px;overflow:hidden;text-decoration:none;color:#121212;background:#fff;box-shadow:0 10px 34px rgba(0,0,0,.10);border:1px solid #f3e8d2;transition:box-shadow .25s,transform .25s;font-family:'Avenir Next',Roboto,Arial,sans-serif}
.cw-banner__card:hover{box-shadow:0 18px 48px rgba(0,0,0,.16);transform:translateY(-4px)}
.cw-banner__imgwrap{position:relative;height:320px;overflow:hidden}
.cw-banner__img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;animation:cwKenBurns 16s ease-in-out infinite alternate}
@keyframes cwKenBurns{from{transform:scale(1)}to{transform:scale(1.09) translate(1.5%, -1.5%)}}
.cw-banner__card:hover .cw-banner__img{animation-play-state:paused}
.cw-banner__badge{position:absolute;top:16px;left:16px;background:#f0b64c;color:#fff;font-weight:700;font-size:15px;padding:6px 14px;border-radius:22px;box-shadow:0 4px 14px rgba(240,182,76,.5);animation:cwPulse 2.6s ease-in-out infinite}
@keyframes cwPulse{0%,100%{transform:scale(1)}50%{transform:scale(1.08)}}
.cw-banner__body{padding:26px 30px 30px;text-align:left}
.cw-banner__title{font-family:'Avenir Next',Roboto,Arial,sans-serif;font-weight:700;font-size:27px;color:#f0b64c;margin:0 0 4px}
.cw-banner__count{color:#888;font-size:14px;margin:0 0 14px}
.cw-banner__text{color:#555;font-size:14.5px;line-height:1.65;margin:0 0 20px}
.cw-banner__btn{display:inline-block;background:#f0b64c;color:#fff;font-size:15.5px;padding:12px 28px;border-radius:8px;transition:background .2s,transform .2s}
.cw-banner__card:hover .cw-banner__btn{background:#f5c96e;transform:translateX(3px)}
@media only screen and (min-width:900px){
  .cw-banner__card{flex-direction:row;align-items:stretch}
  .cw-banner__imgwrap{flex:0 0 46%;max-width:46%;height:auto;min-height:340px}
  .cw-banner__body{flex:1 1 auto;display:flex;flex-direction:column;justify-content:center;padding:30px 34px}
}
@media only screen and (max-width:640px){
  .cw-banner__imgwrap{height:230px}
  .cw-banner__body{padding:20px}
  .cw-banner__title{font-size:22px}
}

/* /coworkings/ — полноценный листинг: единая форма, 2 колонки + карта, пагинация */
.cw-search{display:flex;gap:8px;align-items:stretch;flex-wrap:wrap;margin:14px 0 10px}
.cw-search__item{flex:1 1 170px;min-width:150px;max-width:240px}
.cw-search__item .mms{max-width:none;width:100%}
.cw-search .mms__button,.cw-search__popbtn{border:1.5px solid #f0b64c !important;border-radius:6px;background:#fff;color:#757575}
.cw-search .mms__button--active{border-color:#f0b64c !important;color:#121212}
.cw-search__popbtn{font-size:15px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.cw-search__q{flex:2 1 260px;min-height:44px;padding:10px 14px;border:1.5px solid #f0b64c;border-radius:6px;font-size:15px;outline:none}
.cw-search__q:focus{border-color:#f0b64c}
.cw-search__reset{flex:0 0 auto;min-height:44px;padding:0 16px;border:1.5px solid #f0b64c;background:#fff;color:#c98a1b;border-radius:6px;cursor:pointer}
.cw-search__reset:hover{background:#fff6e6}
.cw-search__poplabel{font-size:13px;color:#888;margin:8px 0 6px}
.cw-search__poplabel:first-child{margin-top:0}
.cw-layout{display:flex;gap:20px;align-items:flex-start}
.cw-layout__list{flex:1 1 auto;min-width:0}
.cw-layout__map{flex:0 0 42%;max-width:42%;position:sticky;top:90px}
.cw-grid--two{grid-template-columns:repeat(2,1fr)}
.cw-empty{color:#999;padding:20px 0}
.cw-map{width:100%;height:640px;border-radius:12px;overflow:hidden}
.cw-map-marker{display:flex;flex-direction:column;align-items:center;text-decoration:none;cursor:pointer}
.cw-map-marker__dot{width:14px;height:14px;border-radius:50%;background:#f0b64c;border:3px solid #fff;box-shadow:0 2px 6px rgba(0,0,0,.35);order:2}
.cw-map-marker__label{order:1;background:#fff;color:#121212;font:600 11px/1.2 Roboto,Arial,sans-serif;padding:3px 8px;border-radius:6px;box-shadow:0 2px 8px rgba(0,0,0,.25);margin-bottom:3px;max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.cw-map-marker:hover .cw-map-marker__label{background:#f0b64c;color:#fff}
/* пагинация — оранжевая, как в листинге */
.cw-pag{display:flex;gap:8px;align-items:center;flex-wrap:wrap;margin:22px 0 4px}
.cw-pag__btn{min-width:38px;min-height:38px;border:1.5px solid #f0b64c;background:#fff;color:#f0b64c;border-radius:6px;font-size:16px;cursor:pointer}
.cw-pag__btn:hover{background:#fff6e6}
.cw-pag__btn--cur{background:#f0b64c;color:#fff;font-weight:700;font-size:18px}
.cw-pag__gap{color:#b7a888}
@media only screen and (max-width:1000px){
  .cw-layout{flex-direction:column-reverse}
  .cw-layout__map{position:static;flex-basis:auto;max-width:100%;width:100%}
  .cw-map{height:380px}
}
@media only screen and (max-width:640px){.cw-grid--two{grid-template-columns:1fr}.cw-search__item{max-width:100%;flex-basis:100%}}

/* Пакет правок /coworkings/ + анкоры (26.07.2026) */
.cw-search__find{flex:0 0 auto;min-width:120px;min-height:44px;padding:0 26px;background:#f0b64c;border:1.5px solid #f0b64c;color:#fff;border-radius:6px;font-size:15.5px;cursor:pointer}
.cw-search__find:hover{background:#f5c96e;border-color:#f5c96e}
.cw-section__title--avail{font-family:'Avenir Next',Roboto,Arial,sans-serif;font-weight:700}
/* названия карточек: без синего, ховер — фирменный оранжевый */
.cw-card,.cw-card:visited,.cw-card:active{color:#121212}
.cw-card .cw-card__name{color:#121212;transition:color .15s}
.cw-card:hover .cw-card__name{color:#f0b64c}
/* анкорные ссылки в SEO-текстах — фирменный оранжевый */
.first-page-text-block__text a,.first-page-text-block__text a:visited{color:#f0b64c;text-decoration:none}
.first-page-text-block__text a:hover{color:#f5c96e;text-decoration:underline}

/* Поиск по карте на главной: живой фильтр объектов */
.metro-map-block__search{display:block;width:100%;max-width:520px;margin:0 auto 14px;min-height:44px;padding:10px 16px;border:1.5px solid #f0b64c;border-radius:6px;font-size:15px;outline:none;font-family:'Avenir Next',Roboto,Arial,sans-serif}
.metro-map-block__search:focus{box-shadow:0 0 0 3px rgba(240,182,76,.25)}
.metro-map-block__search::placeholder{color:#a99}

/* Заголовки внутри SEO-текстов — единый стиль: Avenir Next 24px, жирные */
.first-page-text-block__text h2,.first-page-text-block__text h3,.first-page-text-block__text h4,.first-page-text-block__text h5,.first-page-text-block__text h6{font-family:'Avenir Next',Roboto,Arial,sans-serif;font-size:24px;font-weight:700;line-height:1.3;margin:26px 0 12px;color:#121212}
@media only screen and (max-width:640px){.first-page-text-block__text h2,.first-page-text-block__text h3,.first-page-text-block__text h4,.first-page-text-block__text h5,.first-page-text-block__text h6{font-size:20px}}

/* Фирменное «свечение» (как у контактов в шапке) на интерактивных элементах */
.logo__link-text{transition:color .15s,text-shadow .15s}
.logo__link:hover .logo__link-text{color:#f5c96e;text-shadow:0 0 12px rgba(255,176,32,.65)}
.header__language select.ui.dropdown,.header__language .ui.selection.dropdown{transition:color .15s,box-shadow .15s}
.header__language select.ui.dropdown:hover{color:#f5c96e;text-shadow:0 0 10px rgba(255,176,32,.65)}
.header__language .ui.selection.dropdown:hover{box-shadow:0 0 14px rgba(255,176,32,.55)}
/* кнопки форм обратной связи (футер, попапы) */
.contact-block .feedback__buttom button,.promo-modal button[type=submit],.cw-modal button[type=submit]{transition:background .2s,box-shadow .2s}
.contact-block .feedback__buttom button:hover,.promo-modal button[type=submit]:hover,.cw-modal button[type=submit]:hover{box-shadow:0 0 18px rgba(255,176,32,.75)}
/* карточки: популярные запросы, районы, метро, статьи */
.pop-stations__card,.pop-searches__card,.news-slider .card-news{transition:transform .2s,border-color .2s,box-shadow .25s}
.pop-stations__card:hover,.pop-searches__card:hover{box-shadow:0 0 24px rgba(255,176,32,.6)}
.news-slider .card-news:hover{box-shadow:0 0 24px rgba(255,176,32,.6);transform:translateY(-3px)}

/* Страница коворкинга — доп. элементы внутри структуры зданий */
.cw-detail__pricebar{display:inline-block;background:#fff6e6;border:1px solid #f0d9a8;border-radius:8px;padding:8px 16px;margin:0 0 16px;font-size:16px;color:#333}
.cw-detail__pricebar strong{color:#f0b64c;font-size:18px}
.open-office__info .cw-detail__params{list-style:none;margin:14px 0 4px;padding:0;max-width:440px}
.open-office__info .cw-detail__params li{display:flex;justify-content:space-between;gap:16px;padding:9px 0;border-bottom:1px solid #f0e6d2}
.open-office__info .cw-detail__params .cw-detail__k{color:#888}
.open-office__info .cw-detail__params .cw-detail__v{font-weight:600;text-align:right;color:#222}

/* Кнопка закрытия панели мультивыбора (iOS: тап по фону не всегда закрывает) */
.mms__close{flex:0 0 auto;min-width:40px;min-height:38px;border:1px solid #e6d9bd;background:#fff;color:#8a7a5c;border-radius:6px;font-size:15px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center}
.mms__close:hover{background:#fff6e6;color:#121212}

/* Офисы на соседних улицах (страница улицы, под первой формой) */
.nearby-streets{margin:34px 0 10px}
.nearby-streets__title{font-family:Roboto,Arial,Helvetica,sans-serif;font-weight:300;font-size:24px;margin:0 0 16px}
.nearby-streets__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.nearby-streets__card{position:relative;display:block;padding:14px 16px;border:1px solid #f0e2c4;border-radius:10px;background:#fffdf8;text-decoration:none;transition:border-color .2s,transform .2s}
.nearby-streets__card:hover{border-color:#f0b64c;transform:translateY(-2px)}
.nearby-streets__name{display:block;color:#121212;font-size:16px;font-weight:600;margin-bottom:5px;padding-right:54px}
.nearby-streets__meta{display:block;color:#7c7264;font-size:13px;line-height:1.45}
.nearby-streets__dist{position:absolute;top:14px;right:16px;color:#b7a888;font-size:12px}
@media only screen and (max-width:900px){.nearby-streets__grid{grid-template-columns:repeat(2,1fr)}}
@media only screen and (max-width:560px){.nearby-streets__grid{grid-template-columns:1fr}.nearby-streets__title{font-size:20px}}

/* Шапка (июль 2026, финал): в шапке ТОЛЬКО телефон — белый, по центру строки
   между «Избранным» и переключателем языка. Почта уехала в подвал. */
.header__right{align-items:center}
.header__contacts{flex-direction:row;align-items:center;justify-content:center;margin:0;line-height:1}
.header__contacts a,
.header__contacts-phone{color:#fff !important;font-size:15px;white-space:nowrap;display:flex;align-items:center}
.header__contacts a:hover,
.header__contacts-phone:hover{color:#fff !important;text-shadow:0 0 12px rgba(255,176,32,.9)}
.header__contacts-mail{display:none}
@media only screen and (max-width:760px){
  /* на мобильной телефон остаётся в одну строку с языком и сердечком */
  .header__right{flex-direction:row;align-items:center;gap:10px}
  .header__contacts{display:flex}
  .header__contacts-phone{font-size:13px}
}
/* Почта в подвале — как в остальных форках */
.footer__contacts{max-width:1286px;margin:0 auto;padding:0 16px 18px;text-align:center}
.footer__contacts-mail{color:#f0b64c;text-decoration:none;font-size:15px;transition:color .15s,text-shadow .15s}
.footer__contacts-mail:hover{color:#f5c96e;text-shadow:0 0 12px rgba(255,176,32,.65)}

/* Попап-оффер F2 (страницы коворкингов): два объекта, аргументы, расчёт экономии */
.f2-modal{position:relative;background:#fff;border-radius:16px;max-width:560px;width:100%;max-height:88vh;overflow-y:auto;
  padding:26px 26px 24px;border:2px solid #f0b64c;box-shadow:0 0 34px rgba(255,176,32,.5),0 24px 60px rgba(0,0,0,.35);
  animation:promoUp .3s ease;font-family:'Avenir Next',Roboto,Arial,sans-serif;text-align:left}
.f2-modal__title{font-size:22px;font-weight:700;color:#f0b64c;margin:0 0 4px;line-height:1.25}
.f2-modal__sub{color:#777;font-size:14px;margin:0 0 18px}
.f2-offers{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:16px}
.f2-offer{display:block;border:1.5px solid #f0e6d2;border-radius:12px;padding:14px;text-decoration:none;color:#121212;transition:border-color .15s,box-shadow .2s}
.f2-offer:hover{border-color:#f0b64c;box-shadow:0 0 18px rgba(255,176,32,.45)}
.f2-offer__photo{display:block;width:100%;height:110px;object-fit:cover;border-radius:8px;margin-bottom:9px}
.f2-offer__name{font-weight:700;font-size:17px;color:#f0b64c;margin-bottom:3px}
.f2-offer__place{font-size:13.5px;font-weight:600;line-height:1.3}
.f2-offer__area{font-size:12.5px;color:#888;margin-bottom:8px}
.f2-offer__price{font-weight:700;font-size:15px;color:#121212}
.f2-offer__seats{font-size:12.5px;color:#777;margin-bottom:6px}
.f2-offer__extra{font-size:12px;color:#555;border-top:1px solid #f4ece0;padding-top:6px;line-height:1.35}
.f2-perks{margin-bottom:14px}
.f2-perks__title{font-weight:700;font-size:14px;margin-bottom:6px}
.f2-perks ul{list-style:none;margin:0;padding:0}
.f2-perks li{position:relative;padding-left:22px;font-size:13.5px;line-height:1.5;color:#444}
.f2-perks li::before{content:'✓';position:absolute;left:0;color:#f0b64c;font-weight:700}
.f2-calc{background:#fffaf1;border:1px solid #f3e2c4;border-radius:10px;padding:12px 14px;margin-bottom:16px}
.f2-calc__title{font-weight:700;font-size:13.5px;margin-bottom:8px}
.f2-calc__row{display:flex;justify-content:space-between;align-items:baseline;font-size:13.5px;padding:3px 0}
.f2-calc__label{color:#666}
.f2-calc__val{font-weight:600}
.f2-calc__val--good{color:#f0b64c;font-weight:700}
.f2-calc__save{margin-top:8px;padding-top:8px;border-top:1px dashed #e8d6b4;color:#c98a1b;font-weight:700;font-size:13.5px;text-align:right}
.f2-modal__btn{display:block;text-align:center;background:#f0b64c;color:#fff;border-radius:9px;padding:13px 20px;font-size:16px;text-decoration:none;transition:background .2s}
.f2-modal__btn:hover{background:#f5c96e;color:#fff}
@media only screen and (max-width:640px){
  .f2-modal{padding:20px 16px;max-height:92vh}
  .f2-modal__title{font-size:19px;padding-right:26px}
  .f2-offers{grid-template-columns:1fr}
  /* шапка сайта (z-index 9998) залезала на верх окна, а крестик уезжал
     вместе с прокруткой длинного содержимого */
  .f2-overlay{z-index:10001;align-items:flex-start;padding-top:52px}
  .f2-modal .promo-close{position:sticky;float:right;top:0;right:0;margin:-4px -4px 0 0;
    background:#fff;border-radius:50%;width:28px;height:28px;font-size:18px}
}
