#priem{
    font-family: "Noto Sans", sans-serif;
    max-width: 100%;
    margin: auto;
	margin-left: 0;
	margin-bottom: 20px;
	margin-top: 20px;
}
#priem *{
    font-family: "Noto Sans", sans-serif;
}
#priem h2{
    width: 100%;
    font-size: 48px;
    margin: 0;
	text-align: center;
}
#priem h3{
    margin: 0;
    margin-bottom: 20px;
    font-size: 24px;
}
#priem h2 span{
    color: #883F52;
}
#priem > p{
	display: block;
	width: 100%;
	text-align: center;
}
#priem p{
    margin: 0;
    font-size: 20px;
}
#priem .sost{
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 20px;
	margin-top: 64px;
}
#priem .sost .col{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 9px;
	background-color: white;
	border: 1px RGBA(0,0,0,0.08) solid;
	border-radius: 12px;
	box-sizing: border-box;
	padding: 20px;
}
#priem .sost .col img{
	width: 64px;
	height: 64px;
	object-fit: cover;
	object-position: center top;
	border-radius: 100vw;
}
#priem .sost .col h4{
	font-size: 24px;
	text-align: center;
	margin: 0;
}
#priem .sost .col a{
	font-size: 20px;
	text-align: center;
	margin: 0;
}
#priem .sost .col span{
	display: block;
	border-radius: 100vw;
	color: #883F52;
	font-weight: 800;
	margin: 0;
}
#priem .sost .col p{
	margin: 0;
}
#priem .docs{
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 36px;
}
#priem .docs .col{
    border: 1px RGBA(0,0,0,0.08) solid;
    box-sizing: border-box;
    padding: 32px;
    width: 100%;
    border-radius: 12px;
}
#priem .warn{
    width: 100%;
    box-sizing: border-box;
    padding: 32px;
    background-color: #ec326430;
    border-radius: 12px;
    border: 2px #b32e51 solid;
    margin-top: 12px;
}
#priem .warn .tag{
    background-color: #b32e51;
    color: white;
    box-sizing: border-box;
    display: block;
    width: max-content;
    padding: 0.6em 2em;
    border-radius: 100vw;
}
#priem .warn p{
    color: #891d3a;
    font-weight: 500;
	text-wrap: wrap;
}
#priem .warn p:nth-child(1n){
    margin-top: 12px;
}
.card {
      background: #fff;
      border: 1.5px solid rgba(0,0,0,0.08);
      border-radius: 12px;
      padding: 32px;
      width: 100%;
      box-shadow: 0 4px 24px rgba(0,0,0,0.06);
      margin-top: 24px;
      box-sizing: border-box;
    }

    /* ── Заголовок ── */
    .card-header {
      display: flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 20px;
    }
    .card-header .icon {
      font-size: 22px;
      line-height: 1;
    }
    .card-title {
      font-size: 24px;
      font-weight: 600;
      letter-spacing: 0.08em;
      color: #080808;
      font-weight: 800;
    }

    /* ── Период ── */
    .period {
      font-size: 18px;
      font-weight: 800;
      color: #313131;
      letter-spacing: 0.01em;
      margin-bottom: 16px;
      line-height: 1.3;
    }

    /* ── Расписание ── */
    .schedule {
      background: #f8f9fb;
      border-radius: 8px;
      padding: 14px 16px;
      margin-bottom: 24px;
    }
    .schedule-row {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 5px 0;
      font-size: 18px;
      color: #333;
    }
    .schedule-row:not(:last-child) {
      border-bottom: 1px solid rgba(0,0,0,0.06);
    }
    .schedule-row .days {
      font-weight: 600;
      color: #1a1a2e;
	  font-size: 16px;
    }
    .schedule-row .hours {
      color: #4a7cf7;
      font-weight: 600;
      font-size: 16px;
    }
    .schedule-row.closed .hours {
      color: #883F52;
    }

    /* ── Разделитель ── */
    .divider {
      height: 1px;
      background: rgba(0,0,0,0.07);
      margin-bottom: 20px;
    }

    /* ── Календарь ── */
    .calendar-title {
      font-size: 15px;
      font-weight: 700;
      color: #1a1a2e;
      margin-bottom: 14px;
      text-transform: capitalize;
    }

    .calendar-grid {
      display: grid;
      grid-template-columns: repeat(7, 1fr);
      gap: 4px;
    }

    .cal-head {
      text-align: center;
      font-size: 11px;
      font-weight: 700;
      color: #aaa;
      padding: 4px 0;
      text-transform: uppercase;
      letter-spacing: 0.05em;
    }
    .cal-head.weekend { color: #883F52; }

    .cal-day {
      text-align: center;
      border-radius: 8px;
      padding: 7px 2px;
      font-size: 13px;
      font-weight: 500;
      color: #555;
      position: relative;
      cursor: default;
      transition: background 0.15s;
    }

    /* Пустая ячейка */
    .cal-day.empty { background: transparent; }

    /* Воскресенье */
    .cal-day.sunday { color: #883F52; }

    /* Рабочий день в период приёма */
    .cal-day.workday {
      background: #eef2ff;
      color: #3a5bd9;
      font-weight: 700;
    }

    /* Воскресенье в период приёма */
    .cal-day.sunday.in-period {
      background: #fff0f0;
      color: #883F52;
    }

    /* До начала / после конца периода */
    .cal-day.out-period {
      opacity: 0.4;
    }

    /* Сегодня */
    .cal-day.today {
      background: #4a7cf7 !important;
      color: #fff !important;
      font-weight: 800;
      box-shadow: 0 2px 8px rgba(74,124,247,0.35);
    }
    .cal-day.today::after {
      content: '';
      display: block;
      width: 4px;
      height: 4px;
      border-radius: 50%;
      background: rgba(255,255,255,0.7);
      margin: 2px auto 0;
    }

    /* ── Легенда ── */
    .legend {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-top: 16px;
    }
    .legend-item {
      display: flex;
      align-items: center;
      gap: 6px;
      font-size: 12px;
      color: #666;
    }
    .legend-dot {
      width: 12px;
      height: 12px;
      border-radius: 4px;
      flex-shrink: 0;
    }

    /* ── Статус-бейдж ── */
    .status-badge {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      padding: 6px 12px;
      border-radius: 20px;
      font-size: 12px;
      font-weight: 700;
      margin-bottom: 20px;
      letter-spacing: 0.03em;
    }
    .status-badge.active {
      background: #e6f9f0;
      color: #1a9e5c;
    }
    .status-badge.inactive {
      background: #fff0e6;
      color: #d4700a;
    }
    .status-dot {
      width: 7px;
      height: 7px;
      border-radius: 50%;
    }
    .status-badge.active .status-dot { background: #1a9e5c; }
    .status-badge.inactive .status-dot { background: #d4700a; }
.campuses {
      display: flex;
      flex-wrap: wrap;
      gap: 28px;
      margin: 24px 0 20px 0;
    }

    /* ── Карточка корпуса ── */
    .campus-card {
      flex: 1;
      min-width: 260px;
      background: #ffffff;
      border-radius: 12px;
      border: 1px RGBA(0,0,0,0.08) solid;
      padding: 20px;
    }

    /* ── Заголовок корпуса ── */
    .campus-title {
      font-size: 110%;
      color: #000000;
      font-weight: bold;
      margin-bottom: 8px;
    }

    /* ── Адрес ── */
    .campus-address {
      font-weight: 500;
      margin-bottom: 24px;
    }

    /* ── Обёртка карты ── */
    .campus-map {
      display: block;
      margin-top: 20px;
      border-radius: 20px;
      overflow: hidden;
      border: 1px solid #e2e8f0;
    }

    /* ── iframe карты ── */
    .campus-map iframe {
      border: 0;
      display: block;
      width: 100%;
      height: 220px;
    }
.banner{
    width: 100%;
    background-image: linear-gradient(35deg, #883F52, #d25274);
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 32px;
}
#priem .banner .title{
    font-size: 32px;
    color: white;
    margin: 0;
}
#priem .banner .subtitle{
    margin: 0;
    color: rgba(255, 255, 255, 0.475);
}
#priem .banner ul{
    color: white;
    font-size: 20px;
    padding: 0;
    list-style: none;
}
#priem .banner ul li a{
    text-transform: none;
    color: #ffd6e1;
}
/* ── Обёртка сетки ── */
    .contacts {
      display: flex;
      flex-wrap: wrap;
      gap: 28px;
      margin: 24px 0 20px 0;
    }

    /* ── Карточка контакта ── */
    .contact-card {
      flex: 1;
      min-width: 220px;
      background: #ffffff;
      border-radius: 28px;
      padding: 20px 24px;
      box-shadow: 0 6px 14px rgba(0, 0, 0, 0.05);
      display: flex;
      flex-direction: column;
      gap: 6px;
    }

    /* ── Иконка ── */
    .contact-icon {
      font-size: 22px;
      line-height: 1;
      margin-bottom: 4px;
    }

    /* ── Подпись (название) ── */
    .contact-label {
      font-size: 14px;
      color: #888;
      font-weight: 500;
      letter-spacing: 0.02em;
    }

    /* ── Значение (номер / почта) ── */
    .contact-value {
      font-size: 20px;
      font-weight: 700;
      color: #1a1a2e;
      text-decoration: none;
      transition: color 0.15s;
    }

    .contact-value:hover {
      color: #4a7cf7;
    }

    /* ── Почта чуть меньше, чтобы влезала ── */
    .contact-value.email {
      font-size: 18px;
      word-break: break-all;
    }

    /* ── Бейдж корпуса ── */
    .contact-badge {
      display: inline-block;
      font-size: 16px;
      font-weight: 700;
      color: #4a7cf7;
      background: #eef2ff;
      border-radius: 20px;
      padding: 3px 10px;
      letter-spacing: 0.04em;
      align-self: flex-start;
      margin-top: 2px;
    }