.search-suggest-block{
  padding: 0px 5px;
}

.search-suggest-block + .search-suggest-block{
  border-top: 1px solid #eef1f6;
  padding-top: 12px;
  margin-top: 12px;
}

.search-suggest-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.search-suggest-title{
  font-size: 12px;
  /* font-weight: 700; */
  /* text-transform: uppercase; */
  letter-spacing: .02em;
  color: #797a7c;
}

.search-suggest-clear{
  border: none;
  background: none;
  padding: 0;
  font-size: 12px;
  color: #9ea1a6;
  cursor: pointer;
  text-decoration: underline;
}

.search-suggest-clear:hover{
  color: #dc4550;
}

.search-suggest-chips{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.search-suggest-chip{
  display: inline-flex;
  align-items: center;
  padding: 6px 14px;
  border-radius: 20px;
  background: #f3f5f9;
  color: #1a2540;
  font-size: 12px;
  line-height: 1.3;
  cursor: pointer;
  text-decoration: none;
  /* white-space: nowrap; */
  transition: background .15s ease, color .15s ease;
}

.search-suggest-chip:hover{
  background: #ffe7d1;
  color: #a06a00;
}
 
.search-suggest-block--popular .search-suggest-chip{
  background: #eef3ff;
  color: #2e4a8a;
}

.search-suggest-block--popular .search-suggest-chip:hover{
  background: #dce8ff;
  color: #1a3a7a;
}

.search-suggest-empty{
  font-size: 13px;
  color: #a9b2c3;
  padding: 4px 0;
}

@media (max-width: 640px){
  .search-suggest-block{
    padding: 12px;
  }
  .search-suggest-chip{
    padding: 5px 12px;
    font-size: 12px;
  }
}
 
.srp-layout { display: flex; flex-direction: column; gap: 36px; margin-top: 24px; }

 
.srp-section__title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 17px;
  font-weight: 600;
  color: #1a2540;
  margin: 0 0 16px;
  padding-bottom: 12px;
  /* border-bottom: 1.5px solid #edf0f5; */
}
.srp-section__title svg {width: 20px;height: 20px;color: #ec9048;flex-shrink: 0;}

 
.srp-cats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 12px;
}
.srp-cat-card {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px;
  border-radius: 14px;
  border: 1px solid #e5eaf3;
  background: #fff;
  text-decoration: none;
  color: inherit;
  transition: box-shadow .18s, border-color .18s, transform .18s;
  flex-wrap: wrap;
  align-content: flex-start;
}
.srp-cat-card:hover {
  border-color: #ffe2cb;
  box-shadow: 0 4px 18px rgb(212 177 74 / 12%);
  transform: translateY(-2px);
}
.srp-cat-card__img {
  width: 100%;
  height: 158px;
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 0;
  background: #fff3e8;
  display: flex;
  align-items: center;
  justify-content: center;
}
.srp-cat-card__img img { width: 100%; height: 100%; object-fit: cover; }
.srp-cat-card__img-placeholder { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; }
.srp-cat-card__img-placeholder svg { width: 32px; height: 32px; }
.srp-cat-card__body { flex: 1; min-width: 0; }
.srp-cat-card__name { display: block; font-size: 14px; font-weight: 600; color: #1a2540; line-height: 1.3; }
.srp-cat-card__desc {display: block;font-size: 12px;color: #888888;margin-top: 3px;}
.srp-cat-card__arrow {font-size: 16px;color: #ebb387;flex-shrink: 0;transition: color .15s;}
.srp-cat-card:hover .srp-cat-card__arrow {color: #dc4550;}

 
.srp-doctors-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 12px;
}
.srp-doctor-card {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px;
  border-radius: 14px;
  border: 1px solid #e5eaf3;
  background: #fff;
  text-decoration: none;
  color: inherit;
  transition: box-shadow .18s, border-color .18s, transform .18s;
  flex-wrap: wrap;
}
.srp-doctor-card:hover {
    border-color: #ffca96;
    box-shadow: 0 4px 18px rgb(255 161 98 / 13%);
    transform: translateY(-2px);
}
.srp-doctor-card__photo {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    background: #ffffff;
    border: 1px solid #eee;
}
.srp-doctor-card__photo img { width: 100%; height: 100%; object-fit: cover; }
.srp-doctor-card__no-photo { width: 100%; height: 100%; display: flex; align-items: flex-end; justify-content: center; overflow: hidden; }
.srp-doctor-card__no-photo svg { width: 50px; height: 50px; }
.srp-doctor-card__info { flex: 1; min-width: 0; }
.srp-doctor-card__name {display: block;font-size: 14px;color: #1a2540;line-height: 1.3;font-family: Montserrat-Bold, "Helvetica Neue", Arial, sans-serif;}
.srp-doctor-card__pos  {display: block;font-size: 12px;color: #888888;margin-top: 3px;}
.srp-doctor-card__exp  {
  display: inline-block;
  font-size: 11px;
  color: #c98651;
  margin-top: 4px;
  background: #fff3e8;
  border-radius: 20px;
  padding: 2px 8px;
  }
.srp-doctor-card__arrow {font-size: 16px;color: #ebb387;flex-shrink: 0;transition: color .15s;}
.srp-doctor-card:hover .srp-doctor-card__arrow { color: #dc4550; }
 
.srp-promo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 14px;
}
.srp-promo-card {
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  border: 1px solid #ffe7d1;
  background: #fff;
  text-decoration: none;
  color: inherit;
  overflow: hidden;
  transition: box-shadow .18s, border-color .18s, transform .18s;
}
.srp-promo-card:hover {
  border-color: #f0b840;
  box-shadow: 0 6px 24px rgba(240,184,64,.15);
  transform: translateY(-3px);
}
.srp-promo-card--checkup:hover {
  border-color: #9d7fe8;
  box-shadow: 0 6px 24px rgba(108,79,216,.13);
}
.srp-promo-card--article:hover {
  border-color: #7fb0e8;
  box-shadow: 0 6px 24px rgba(46,111,216,.13);
}
.srp-promo-card__img { height: 140px; overflow: hidden; background: #f7f2e8; }
.srp-promo-card__img img { width: 100%; height: 100%; object-fit: cover; }
.srp-promo-card__img--empty {
  display: flex; align-items: center; justify-content: center;
}
.srp-promo-card__img--empty svg { width: 56px; height: 56px; }
.srp-promo-card__img--checkup { background: #f0ecfd; }
.srp-promo-card__img--article { background: #e3f0ff; }
.srp-promo-card__body { padding: 14px 16px 16px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.srp-promo-card__title { font-size: 14px; font-weight: 600; color: #1a2540; line-height: 1.4; }
.srp-promo-card__meta { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.srp-promo-card__date {font-size: 12px;color: #b7835b;}
 
.srp-badge {
  display: inline-flex; align-items: center;
  font-size: 12px; font-weight: 600;
  padding: 3px 10px; border-radius: 20px;
}
.srp-badge--akciya  { background: #fff3db; color: #a06a00; }
.srp-badge--checkup { background: #ede8fd; color: #5c3cb8; }
.srp-badge--article { background: #e3f0ff; color: #2e6fd8; }

 
.srp-empty {
  display: flex; flex-direction: column; align-items: center; gap: 14px;
  padding: 60px 20px; text-align: center;
}
.srp-empty__icon svg { width: 72px; height: 72px; }
.srp-empty__title { font-size: 20px; font-weight: 600; color: #1a2540; margin: 0; }
.srp-empty__hint  { font-size: 15px; color: #7a8aaa; margin: 0; }
 
@media (max-width: 640px) {
  .srp-cats-grid    { grid-template-columns: 1fr 1fr; }
  .srp-doctors-grid { grid-template-columns: 1fr; }
  .srp-promo-grid   { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 420px) {
  .srp-cats-grid  { grid-template-columns: 1fr; }
  .srp-promo-grid { grid-template-columns: 1fr; }
}
.search-suggest-block--popular {
    display: none;
}

/* =========================================================
   Фото врача в выпадающем поиске шапки (.search_five_res)
   Добавляется к результату типа "Врачи" — res_doctor
========================================================= */

.res_doctor{
  display: flex;
}

.one_s_res--doctor{
  display: flex !important;
  align-items: center;
  gap: 12px;
}

.search_doctor_photo{
  width: 44px;
  height: 52px;
  flex: 0 0 44px;
  border-radius: 8px;
  overflow: hidden;
  background: #f0f2f5;
  border: 1px solid #eee;
}

.search_doctor_photo img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.search_doctor_photo--empty{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
}

.search_doctor_photo--empty svg{
  width: 28px;
  height: 28px;
}

.one_s_res--doctor .sear_bottom{
  flex: 1;
  min-width: 0;
}