/* ========================================
   STYLE.CSS — ЧАСТО МЕНЯЮЩИЕСЯ СТИЛИ
   ======================================== */

/* ========================================
   БЛОК HEADER-HERO
   ======================================== */

.hero-header {
    width: 100%;
    height: 818px;
    background-image: url('../images/headerbg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    overflow: hidden;
}

.hero-header::before {
    display: none;
}

.hero-header__container {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.hero-header__title-block {
    width: 38%;
    padding-top: 30px;
    position: relative;
    z-index: 2;
}

.hero-header__title-block::before {
    content: '';
    position: absolute;
    top: 0;
    left: -30px;
    width: calc(100% + 60px);
    height: 100%;
    background: linear-gradient(to bottom, #363f34 0%, transparent 100%);
    pointer-events: none;
    z-index: -1;
    border-radius: 0;
}

.hero-header__title {
    font-size: 31px;
    font-weight: 500;
    line-height: 37px;
    color: #fff;
    text-shadow: 
        -2px -2px 0 #373c2e,
        2px -2px 0 #373c2e,
        -2px 2px 0 #373c2e,
        2px 2px 0 #373c2e;
    margin: 0;
    font-family: "PF DinText Pro", system-ui, 'Segoe UI', Roboto, sans-serif !important;
    position: relative;
    z-index: 2;
    padding: 20px 30px;
}

/* ===== ДОПОЛНИТЕЛЬНЫЙ БЛОК (ДЕСКТОП) ===== */
.hero-header__info-block {
    min-width: 350px;
    width: 24%;
    background: #f0e7d1;
    color: #373C2E;
    padding: 15px;
    text-align: center;
    border-radius: 0;
    align-self: center;
    margin-bottom: 40px;
    margin-top: 120px;
    margin-left: auto;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
    font-family: "PF DinText Pro", system-ui, 'Segoe UI', Roboto, sans-serif !important;
}

.hero-header__info-item {
    font-size: 1rem;
    line-height: 1.4;
    font-weight: 500;
    padding: 6px 0;
    font-family: "PF DinText Pro", system-ui, 'Segoe UI', Roboto, sans-serif !important;
    color: #373C2E;
}

.hero-header__divider {
    border: none;
    border-top: 2px solid #373C2E;
    margin: 8px 0;
    opacity: 0.5;
}

/* ========================================
   АДАПТИВ HERO-HEADER (ПЛАНШЕТЫ ПОРТРЕТ И МОБИЛКИ)
   ======================================== */

@media (max-width: 1024px) and (orientation: portrait),
       (max-width: 768px) {
    body {
        padding-top: 0;
    }
    .hero-header {
        background-image: url('../images/headerbgmb.jpg');
        height: calc(100vh - 100px);
        min-height: calc(100vh - 100px);
        align-items: flex-end;
        padding-bottom: 0;
        overflow: hidden;
    }

    .hero-header__container {
        align-items: flex-end;
        justify-content: flex-end;
        padding: 0 0px 0px;
        flex-direction: column;
        height: 100%;
    }

    .hero-header__title-block {
        width: 100%;
        padding-top: 0;
        margin-bottom: 0;
        text-align: center;
    }

    .hero-header__title-block::before {
        left: -20px;
        width: calc(100% + 40px);
        background: linear-gradient(to bottom, transparent 0%, #363f34 100%);
        height: 100%;
    }

    .hero-header__title {
        font-size: 22px;
        line-height: 28px;
        padding: 20px;
        text-align: center;
        margin: 0;
    }

    .hero-header__info-block {
        display: none;
    }
}

/* ========================================
   ДОПОЛНИТЕЛЬНЫЙ БЛОК (ПЛАНШЕТЫ ПОРТРЕТ И МОБИЛКИ)
   ======================================== */

.hero-header__info-block--mobile {
    display: none;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    background: #ffffff;
    color: #373C2E;
    text-align: center;
    font-family: "PF DinText Pro", system-ui, 'Segoe UI', Roboto, sans-serif !important;
}

.hero-header__info-block--mobile .hero-header__info-item {
    font-size: 1rem;
    line-height: 1.4;
    font-weight: 500;
    padding: 6px 0;
    font-family: "PF DinText Pro", system-ui, 'Segoe UI', Roboto, sans-serif !important;
    color: #373C2E;
}

.hero-header__info-block--mobile .hero-header__divider {
    border: none;
    border-top: 2px solid #373C2E;
    margin: 8px 0;
    opacity: 0.5;
}

@media (max-width: 1024px) and (orientation: portrait),
       (max-width: 768px) {
    .hero-header__info-block--mobile {
        display: block;
    }
}

/* ========================================
   БЛОК "ПЕСОЧНИЦА" (ХЛЕБНЫЕ КРОШКИ)
   ======================================== */

.breadcrumbs {
    padding: 47px 0 47px 0;
    font-family: "PF Din Text Comp Pro", system-ui, 'Segoe UI', Roboto, sans-serif !important;
    font-weight: normal;
    font-size: 20px;
    color: #373C2E;
    text-align: left;
}

.breadcrumbs__link {
    color: #373C2E;
    text-decoration: none;
    font-family: "PF Din Text Comp Pro", system-ui, 'Segoe UI', Roboto, sans-serif !important;
    font-weight: normal;
    transition: color 0.2s;
}

.breadcrumbs__link:hover {
    color: #5a604a;
    text-decoration: none;
}

.breadcrumbs__separator {
    margin: 0 8px;
    color: #373C2E;
    font-family: "PF Din Text Comp Pro", system-ui, 'Segoe UI', Roboto, sans-serif !important;
    font-weight: normal;
}

.breadcrumbs__current {
    color: #373C2E;
    font-family: "PF Din Text Comp Pro", system-ui, 'Segoe UI', Roboto, sans-serif !important;
    font-weight: normal;
}

/* ========================================
   ВНУТРЕННЯЯ СТРАНИЦА (ПОЛНЫЙ КОНТЕНТ)
   ======================================== */

.page-content {
    margin: 0 0 60px 0;
}

.page-content__title {
    font-size: 50px;
    font-weight: 500;
    color: #373C2E;
    font-family: "PF DinText Pro", system-ui, 'Segoe UI', Roboto, sans-serif !important;
    margin-bottom: 30px;
    line-height: 1.2;
}

.page-content__title::after {
    display: none;
}

.page-content__body {
    background: #ffffff;
    padding: 50px;
    border-radius: 0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}

/* ===== ТИПОГРАФИКА ВНУТРЕННЕЙ СТРАНИЦЫ ===== */

.page-content__body h1 {
    font-size: 2.8rem;
    font-weight: 500;
    color: #373C2E;
    font-family: "PF DinText Pro", system-ui, 'Segoe UI', Roboto, sans-serif !important;
    margin: 0 0 20px 0;
    line-height: 1.2;
}

.page-content__body h2 {
    font-size: 2.2rem;
    font-weight: 500;
    color: #373C2E;
    font-family: "PF DinText Pro", system-ui, 'Segoe UI', Roboto, sans-serif !important;
    margin: 40px 0 16px 0;
    line-height: 1.3;
}

.page-content__body h3 {
    font-size: 1.6rem;
    font-weight: 500;
    color: #373C2E;
    font-family: "PF DinText Pro", system-ui, 'Segoe UI', Roboto, sans-serif !important;
    margin: 30px 0 12px 0;
    line-height: 1.3;
}

.page-content__body p {
    font-size: 1.1rem;
    font-weight: normal;
    color: #373C2E;
    font-family: "PF DinText Pro", system-ui, 'Segoe UI', Roboto, sans-serif !important;
    line-height: 1.7;
    margin: 0 0 16px 0;
}

.page-content__body a {
    color: #373C2E;
    text-decoration: underline;
    transition: color 0.2s;
    font-family: "PF DinText Pro", system-ui, 'Segoe UI', Roboto, sans-serif !important;
}

.page-content__body a:hover {
    color: #5a604a;
}

/* ===== СПИСКИ ===== */
.page-content__body ul,
.page-content__body ol {
    padding-left: 24px;
    margin: 0 0 16px 0;
    font-family: "PF DinText Pro", system-ui, 'Segoe UI', Roboto, sans-serif !important;
    font-weight: normal;
    font-size: 1.1rem;
    color: #373C2E;
    line-height: 1.7;
}

.page-content__body ul li,
.page-content__body ol li {
    margin-bottom: 4px;
}

.page-content__body ul {
    list-style-type: disc;
}

.page-content__body ol {
    list-style-type: decimal;
}

/* ===== ТАБЛИЦА ===== */
.page-content__table-wrapper {
    overflow-x: auto;
    margin: 20px 0 20px 0;
}

.page-content__table {
    width: 100%;
    border-collapse: collapse;
    font-family: "PF DinText Pro", system-ui, 'Segoe UI', Roboto, sans-serif !important;
    font-weight: normal;
    font-size: 1rem;
    color: #373C2E;
    border: 1px solid #dce0e6;
}

.page-content__table thead {
    background: #E8E3D7;
}

.page-content__table th,
.page-content__table td {
    padding: 12px 16px;
    text-align: left;
    border: 1px solid #dce0e6;
}

.page-content__table th {
    font-weight: 500;
    color: #373C2E;
}

.page-content__table td {
    font-weight: normal;
}

/* ===== ИЗОБРАЖЕНИЯ ===== */
.page-content__image-wrapper {
    margin: 20px 0 20px 0;
}

.page-content__image {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    background: #E8E3D7;
}

.page-content__image-caption {
    display: block;
    font-size: 0.9rem;
    font-weight: normal;
    color: #5a604a;
    font-family: "PF DinText Pro", system-ui, 'Segoe UI', Roboto, sans-serif !important;
    margin-top: 6px;
    text-align: center;
}

/* ===== ИЗОБРАЖЕНИЕ В ТЕКСТЕ (ШИРИНА 200PX) ===== */
.page-content__image-inline {
    max-width: 200px;
    width: 100%;
    height: auto;
    display: inline-block;
    margin: 0 15px 10px 0;
    background: #E8E3D7;
    float: left;
    border-radius: 4px;
}

/* Очистка обтекания после изображения */
.page-content__body p:has(.page-content__image-inline)::after {
    content: "";
    display: table;
    clear: both;
}

/* ===== ССЫЛКИ И КНОПКИ ===== */
.page-content__link {
    color: #373C2E;
    text-decoration: underline;
    font-family: "PF DinText Pro", system-ui, 'Segoe UI', Roboto, sans-serif !important;
    transition: color 0.2s;
}

.page-content__link:hover {
    color: #5a604a;
}

.page-content__button {
    display: inline-block;
    padding: 14px 40px;
    background: #373C2E;
    color: #ffffff !important;
    font-family: "PF DinText Pro", system-ui, 'Segoe UI', Roboto, sans-serif !important;
    font-weight: normal;
    font-size: 1.1rem;
    text-align: center;
    text-decoration: none !important;
    border: none;
    border-radius: 5px;
    transition: background 0.25s ease, opacity 0.2s;
    cursor: pointer;
}

.page-content__button:hover {
    background: #4a503e;
    color: #ffffff !important;
    text-decoration: none !important;
}

/* ========================================
   СТРАНИЦА ПОИСКА (SEARCH.HTML)
   ======================================== */

/* ===== КОМПАКТНАЯ ФОРМА ПОИСКА ===== */
.search-compact {
    margin-bottom: 40px;
}

.search-compact__form {
    display: flex;
    align-items: flex-end;
    gap: 20px;
    flex-wrap: wrap;
    position: relative;
}

.search-compact__fields {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    width: calc(100% - 140px);
}

.search-compact__group {
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 1;
    min-width: 140px;
}

.search-compact__group label {
    font-size: 25px;
    font-weight: normal;
    color: #373C2E;
    font-family: "PF Din Text Comp Pro", system-ui, 'Segoe UI', Roboto, sans-serif !important;
}

.search-compact__group input {
    padding: 10px 14px;
    border: 1px solid #a9abae;
    border-radius: 0;
    font-size: 25px;
    background: #fafaf9;
    transition: border 0.2s, box-shadow 0.2s;
    outline: none;
    width: 100%;
    font-family: "PF Din Text Comp Pro", system-ui, 'Segoe UI', Roboto, sans-serif !important;
    font-weight: normal;
    color: #373C2E;
    height: 44px;
}

.search-compact__group input:focus {
    border-color: #373C2E;
    box-shadow: 0 0 0 4px rgba(55, 60, 46, 0.1);
    background: #fff;
}

.search-compact__group input::placeholder {
    color: #a9abae;
    font-size: 20px;
	line-height: 20px;
    font-family: "PF Din Text Comp Pro", system-ui, 'Segoe UI', Roboto, sans-serif !important;
    font-weight: normal;
}

.search-compact__btn {
    background: #f0e7d1;
    color: #373C2E;
    border: none;
    padding: 0 34px;
    border-radius: 5px;
    font-weight: normal;
    font-size: 20px;
    cursor: pointer;
    transition: background 0.25s, color 0.25s;
    font-family: "PF Din Text Comp Pro", system-ui, 'Segoe UI', Roboto, sans-serif !important;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 1px;
    white-space: nowrap;
    min-width: 120px;
    position: absolute;
    right: 0;
    top: 33px;
}

.search-compact__btn:hover {
    background: #e3d9c0;
}

.search-compact__btn:active {
    transform: scale(0.98);
}

/* ===== ДОПОЛНИТЕЛЬНЫЕ ПАРАМЕТРЫ ===== */
.search-compact__toggle {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: none;
    border: none;
    color: #373C2E;
    font-family: "PF DinText Pro", system-ui, 'Segoe UI', Roboto, sans-serif !important;
    font-weight: 500;
    font-size: 18px;
    cursor: pointer;
    padding: 0px;
    transition: color 0.2s;
}

.search-compact__toggle:hover {
    color: #5a604a;
}

.search-compact__toggle svg {
    transition: transform 0.3s ease;
}

.search-compact__toggle.active svg {
    transform: rotate(180deg);
}

.search-compact__extra {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease, margin 0.4s ease;
    padding: 0;
    margin: 0;
}

.search-compact__extra.open {
    max-height: 200px;
    padding-bottom: 0px;
    margin-bottom: 20px;
}

.search-compact__extra-fields {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px 24px;
}

/* ===== РЕЗУЛЬТАТЫ ПОИСКА ===== */
.search-results {
    margin-top: 10px;
}

.search-results__count {
    font-size: 18px;
    font-weight: 500;
    color: #5a604a;
    font-family: "PF DinText Pro", system-ui, 'Segoe UI', Roboto, sans-serif !important;
    margin-bottom: 20px;
}

.search-results__grid {
    display: grid;
    grid-template-columns: repeat(3, 309px);
    justify-content: center;
    gap: 70px;
    margin-bottom: 40px;
}

/* ===== ПАГИНАЦИЯ / "ПОКАЗАТЬ ЕЩЕ" ===== */
.search-results__more {
    text-align: center;
    margin-top: 20px;
}

.search-results__more-btn {
    background: #f0e7d1;
    color: #373C2E;
    border: none;
    padding: 12px 50px;
    border-radius: 5px;
    font-weight: normal;
    font-size: 25px;
    cursor: pointer;
    transition: background 0.25s, color 0.25s;
    font-family: "PF Din Text Comp Pro", system-ui, 'Segoe UI', Roboto, sans-serif !important;
    letter-spacing: 1px;
}

.search-results__more-btn:hover {
    background: #e3d9c0;
}

.search-results__more-btn:active {
    transform: scale(0.98);
}

/* Альтернативная пагинация */
.search-results__pagination {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 30px;
    flex-wrap: wrap;
}

.search-results__pagination-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    height: 44px;
    padding: 0 12px;
    background: transparent;
    color: #373C2E;
    font-family: "PF DinText Pro", system-ui, 'Segoe UI', Roboto, sans-serif !important;
    font-weight: 500;
    font-size: 18px;
    text-decoration: none;
    border: 1px solid #dce0e6;
    border-radius: 5px;
    transition: background 0.2s, color 0.2s;
}

.search-results__pagination-link:hover {
    background: #f0e7d1;
    border-color: #dce0e6;
}

.search-results__pagination-link.active {
    background: #f0e7d1;
    color: #373C2E;
    border-color: #dce0e6;
    cursor: default;
}

.search-results__pagination-dots {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    height: 44px;
    color: #373C2E;
    font-family: "PF DinText Pro", system-ui, 'Segoe UI', Roboto, sans-serif !important;
    font-weight: 500;
    font-size: 18px;
}

/* ========================================
   КНОПКА "НАВЕРХ"
   ======================================== */

.scroll-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #f0e7d1;
    color: #373C2E;
    border: 2px solid #373C2E;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.scroll-top.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.scroll-top:hover {
    background: #e3d9c0;
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.scroll-top:active {
    transform: scale(0.92);
}

.scroll-top svg {
    width: 28px;
    height: 28px;
    stroke: currentColor;
    stroke-width: 2;
    fill: none;
}

/* ========================================
   МОДАЛЬНОЕ ОКНО ГЕРОЯ (РАСШИРЕННОЕ)
   ======================================== */

.hero-modal {
    display: flex;
    gap: 30px;
    padding: 50px;
    background: #f0e7d1;
    max-width: 1260px;
    align-items: stretch;
}

.hero-modal__image-wrapper {
    flex: 0 0 417px;
    min-width: 417px;
}

.hero-modal__image {
    width: 417px;
    height: 537px;
    object-fit: cover;
    display: block;
    background: #E8E3D7;
}

.hero-modal__content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 30px 20px 20px;
}

.hero-modal__name {
    font-family: "PF DinText Pro", system-ui, 'Segoe UI', Roboto, sans-serif !important;
    font-weight: 500;
    font-size: 28px;
    color: #373C2E;
    margin-bottom: 8px;
    line-height: 1.2;
}

.hero-modal__desc {
    font-family: "PF DinText Pro", system-ui, 'Segoe UI', Roboto, sans-serif !important;
    font-weight: normal;
    font-size: 18px;
    color: #373C2E;
    margin-bottom: 16px;
}

.hero-modal__text {
    font-family: "PF DinText Pro", system-ui, 'Segoe UI', Roboto, sans-serif !important;
    font-weight: normal;
    font-size: 16px;
    color: #373C2E;
    line-height: 1.7;
}

.hero-modal__text p {
    margin-bottom: 10px;
}

.hero-modal__text strong {
    font-weight: 500;
}

/* ========================================
   БЛОК ПОИСКА (ГЛАВНАЯ СТРАНИЦА)
   ======================================== */

.search-section {
    max-width: 931px;
    margin: 0 auto 40px auto;
}

.search-section__title {
    font-size: 72px;
    font-weight: 500;
    color: #373C2E;
    font-family: "PF DinText Pro", system-ui, 'Segoe UI', Roboto, sans-serif !important;
    margin-bottom: 30px;
    line-height: 1.1;
}

.search-section__title::after {
    display: none;
}

.search-section__form-wrapper {
    background: #fff;
    padding: 50px;
    border-radius: 0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}

.search-form {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px 24px;
    align-items: end;
}

.form-group--button {
    grid-column: 1 / 2;
    margin-top: 20px;
}

/* ===== ПОЛЯ ФОРМЫ НА ГЛАВНОЙ ===== */
.form-group label {
    font-size: 25px;
    font-weight: normal;
    color: #373C2E;
    font-family: "PF Din Text Comp Pro", system-ui, 'Segoe UI', Roboto, sans-serif !important;
    display: block;
    margin-bottom: 4px;
}

.form-group input {
    padding: 12px 14px;
    border: 1px solid #a9abae;
    border-radius: 0;
    font-size: 25px;
    background: #ffffff;
    transition: border 0.2s, box-shadow 0.2s;
    outline: none;
    width: 100%;
    font-family: "PF Din Text Comp Pro", system-ui, 'Segoe UI', Roboto, sans-serif !important;
    font-weight: normal;
    color: #373C2E;
    height: 54px;
}

.form-group input:focus {
    border-color: #373C2E;
    box-shadow: 0 0 0 4px rgba(55, 60, 46, 0.1);
}

.form-group input::placeholder {
    color: #a9abae;
    font-size: 25px;
    font-family: "PF Din Text Comp Pro", system-ui, 'Segoe UI', Roboto, sans-serif !important;
    font-weight: normal;
}

/* ===== ОБЁРТКА ДЛЯ DATE INPUT ===== */
.date-input-wrapper {
    position: relative;
    width: 100%;
    background: #ffffff;
}

/* Псевдоэлемент-плейсхолдер — по умолчанию скрыт */
.date-input-wrapper::before {
    font-family: "PF Din Text Comp Pro", system-ui, 'Segoe UI', Roboto, sans-serif !important;
    font-weight: normal;
    font-size: 20px;
    line-height: 54px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0 14px;
    content: "Введите дату";
    color: #a9abae;
    pointer-events: none;
    z-index: 1;
    transition: opacity 0.2s ease;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    opacity: 0; /* Скрыт по умолчанию */
}

/* Показываем кастомный плейсхолдер ТОЛЬКО на мобильных устройствах */
@media (max-width: 768px) {
    .date-input-wrapper::before {
        opacity: 1;
    }
    
    /* На мобилках скрываем стандартный плейсхолдер */
    .date-input-wrapper input[type="date"]::-webkit-datetime-edit {
        color: transparent !important;
    }
    
    .date-input-wrapper input[type="date"]::-webkit-datetime-edit-fields-wrapper {
        color: transparent !important;
    }
    
    .date-input-wrapper input[type="date"]::-webkit-datetime-edit-text {
        color: transparent !important;
    }
    
    .date-input-wrapper input[type="date"]::-webkit-datetime-edit-month-field,
    .date-input-wrapper input[type="date"]::-webkit-datetime-edit-day-field,
    .date-input-wrapper input[type="date"]::-webkit-datetime-edit-year-field {
        color: transparent !important;
    }
    
    /* Когда поле заполнено — показываем текст */
    .date-input-wrapper input[type="date"]:focus::-webkit-datetime-edit,
    .date-input-wrapper input[type="date"]:valid::-webkit-datetime-edit {
        color: #373C2E !important;
    }
    
    .date-input-wrapper input[type="date"]:focus::-webkit-datetime-edit-fields-wrapper,
    .date-input-wrapper input[type="date"]:valid::-webkit-datetime-edit-fields-wrapper {
        color: #373C2E !important;
    }
    
    .date-input-wrapper input[type="date"]:focus::-webkit-datetime-edit-text,
    .date-input-wrapper input[type="date"]:valid::-webkit-datetime-edit-text {
        color: #a9abae !important;
    }
    
    .date-input-wrapper input[type="date"]:focus::-webkit-datetime-edit-month-field,
    .date-input-wrapper input[type="date"]:valid::-webkit-datetime-edit-month-field,
    .date-input-wrapper input[type="date"]:focus::-webkit-datetime-edit-day-field,
    .date-input-wrapper input[type="date"]:valid::-webkit-datetime-edit-day-field,
    .date-input-wrapper input[type="date"]:focus::-webkit-datetime-edit-year-field,
    .date-input-wrapper input[type="date"]:valid::-webkit-datetime-edit-year-field {
        color: #373C2E !important;
    }
}

/* Сам инпут — поверх псевдоэлемента */
.date-input-wrapper input[type="date"] {
    width: 100%;
    height: 54px;
    padding: 12px 14px;
    border: 1px solid #a9abae;
    border-radius: 0;
    font-size: 25px;
    background: transparent;
    font-family: "PF Din Text Comp Pro", system-ui, 'Segoe UI', Roboto, sans-serif !important;
    font-weight: normal;
    color: #373C2E;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    position: relative;
    z-index: 2;
    padding-right: 40px;
    transition: background 0.2s ease;
}

.date-input-wrapper input[type="date"]:focus {
    border-color: #373C2E;
    box-shadow: 0 0 0 4px rgba(55, 60, 46, 0.1);
}

/* Когда поле заполнено или в фокусе — скрываем плейсхолдер (на мобилках через JS + CSS) */
.date-input-wrapper input[type="date"]:focus,
.date-input-wrapper input[type="date"]:valid {
    background: #ffffff;
}

/* Иконка календаря */
.date-input-wrapper input[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0.6;
    cursor: pointer;
    padding: 4px;
    filter: invert(0.2);
    transition: opacity 0.2s;
    position: absolute;
    right: 10px;
    z-index: 3;
}

.date-input-wrapper input[type="date"]::-webkit-calendar-picker-indicator:hover {
    opacity: 1;
}

/* Стили для текста внутри календаря (Chrome) */
.date-input-wrapper input[type="date"]::-webkit-datetime-edit {
    color: #373C2E;
    font-family: "PF Din Text Comp Pro", system-ui, 'Segoe UI', Roboto, sans-serif !important;
    font-weight: normal;
}

.date-input-wrapper input[type="date"]::-webkit-datetime-edit-fields-wrapper {
    color: #373C2E;
}

.date-input-wrapper input[type="date"]::-webkit-datetime-edit-text {
    color: #a9abae;
    padding: 0 4px;
}

.date-input-wrapper input[type="date"]::-webkit-datetime-edit-month-field,
.date-input-wrapper input[type="date"]::-webkit-datetime-edit-day-field,
.date-input-wrapper input[type="date"]::-webkit-datetime-edit-year-field {
    color: #373C2E;
    font-family: "PF Din Text Comp Pro", system-ui, 'Segoe UI', Roboto, sans-serif !important;
    font-weight: normal;
}

/* Firefox */
.date-input-wrapper input[type="date"]::-moz-calendar-picker-indicator {
    opacity: 0.6;
    cursor: pointer;
    filter: invert(0.2);
}

/* Стили для выпадающего календаря */
::-webkit-calendar-picker {
    background: #fff;
    border: 1px solid #a9abae;
    border-radius: 0;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

::-webkit-calendar-picker-header {
    background: #E8E3D7;
    color: #373C2E;
    font-family: "PF Din Text Comp Pro", system-ui, 'Segoe UI', Roboto, sans-serif !important;
}

/* ===== АДАПТИВ ДЛЯ КОМПАКТНОЙ ФОРМЫ (SEARCH.HTML) ===== */
.search-compact .date-input-wrapper::before {
    font-size: 25px;
    line-height: 44px;
}

.search-compact .date-input-wrapper input[type="date"] {
    height: 40px;
    font-size: 20px;
    padding: 10px 14px;
}

/* ===== КНОПКА ПОИСКА ===== */
.btn-search {
    background: #f0e7d1;
    color: #373C2E;
    border: none;
    padding: 12px 34px;
    border-radius: 5px;
    font-weight: normal;
    font-size: 25px;
    cursor: pointer;
    transition: background 0.25s, color 0.25s;
    font-family: "PF Din Text Comp Pro", system-ui, 'Segoe UI', Roboto, sans-serif !important;
    width: 100%;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 1px;
}

.btn-search:hover {
    background: #e3d9c0;
}

.btn-search:active {
    transform: scale(0.98);
}

/* ========================================
   БЛОК ГЕРОЕВ
   ======================================== */

.heroes-section {
    margin: 50px 0 30px;
}

.heroes-section__title {
    font-size: 50px;
    font-weight: 500;
    color: #373C2E;
    font-family: "PF DinText Pro", system-ui, 'Segoe UI', Roboto, sans-serif !important;
    margin-bottom: 30px;
    line-height: 1.2;
}

.heroes-section__title::after {
    display: none;
}

.heroes-grid {
    display: grid;
    grid-template-columns: repeat(3, 309px);
    justify-content: center;
    gap: 70px;
    margin-bottom: 40px;
}

.heroes-section__button-wrapper {
    text-align: left;
    margin-top: 10px;
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
}

.btn-all {
    display: inline-block;
    width: 244px;
    height: 62px;
    padding: 0;
    background: #373C2E;
    color: #ffffff;
    font-family: "PF Din Text Comp Pro", system-ui, 'Segoe UI', Roboto, sans-serif !important;
    font-weight: normal;
    font-size: 25px;
    text-align: center;
    text-decoration: none;
    border: none;
    border-radius: 5px;
    transition: background 0.25s ease;
    letter-spacing: 0.5px;
    cursor: pointer;
    line-height: 62px;
}

.btn-all:hover {
    background: #4a503e;
    color: #ffffff;
}

.btn-all:active,
.btn-all:focus {
    outline: none;
    border: none;
    box-shadow: none;
}

/* ========================================
   СТРАНИЦА НАГРАД (NAGRADI.HTML)
   ======================================== */

/* ===== ЭЛЕМЕНТ СПИСКА НАГРАД ===== */
.award-item {
    display: flex;
    gap: 30px;
    padding: 30px 0;
    border-bottom: 1px solid #dce0e6;
}

.award-item:last-child {
    border-bottom: none;
}

/* ===== ИЗОБРАЖЕНИЕ НАГРАДЫ (С ПОДЛОЖКОЙ) ===== */
.award-item__image-wrapper {
    flex: 0 0 200px;
    max-width: 200px;
    min-height: 290px;
    background-image: url('../images/nagradiitem.jpg');
    background-position: top;
    background-repeat: no-repeat;
    position: relative;
}

.award-item__image-wrapper a {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 290px;
}

.award-item__image {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    z-index: 1;
}

/* ===== КОНТЕНТ НАГРАДЫ ===== */
.award-item__content {
    flex: 1;
    min-width: 0;
}

.award-item__title {
    font-family: "PF DinText Pro", system-ui, 'Segoe UI', Roboto, sans-serif !important;
    font-weight: 500;
    font-size: 24px;
    color: #373C2E;
    margin-bottom: 12px;
    line-height: 1.3;
}

/* ===== СКРЫТЫЙ ЧЕКБОКС ===== */
.award-item__toggle-checkbox {
    display: none;
}

/* ===== ТЕКСТ ОПИСАНИЯ ===== */
.award-item__desc {
    font-family: "PF DinText Pro", system-ui, 'Segoe UI', Roboto, sans-serif !important;
    font-weight: normal;
    font-size: 16px;
    color: #373C2E;
    line-height: 1.7;
}

.award-item__text {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

/* ===== РАСКРЫТЫЙ ТЕКСТ ===== */
.award-item__toggle-checkbox:checked ~ .award-item__desc .award-item__text {
    -webkit-line-clamp: unset;
    max-height: 1000px;
}

/* ===== КНОПКА-ЛЕЙБЛ ===== */
.award-item__toggle-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: none;
    border: none;
    color: #373C2E;
    font-family: "PF DinText Pro", system-ui, 'Segoe UI', Roboto, sans-serif !important;
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
    padding: 8px 0 0 0;
    transition: color 0.2s;
    margin-top: 8px;
}

.award-item__toggle-label:hover {
    color: #5a604a;
}

.award-item__toggle-label svg {
    transition: transform 0.3s ease;
}

/* ===== ПОВОРОТ СТРЕЛКИ ПРИ ОТКРЫТИИ ===== */
.award-item__toggle-checkbox:checked ~ .award-item__toggle-label svg {
    transform: rotate(180deg);
}

/* ===== МЕНЯЕМ ТЕКСТ КНОПКИ ===== */
.award-item__toggle-label-text::before {
    content: 'Подробнее';
}

.award-item__toggle-checkbox:checked ~ .award-item__toggle-label .award-item__toggle-label-text::before {
    content: 'Скрыть';
}

/* ========================================
   СТРАНИЦА КОНТАКТЫ (CONTACTS.HTML)
   ======================================== */

/* ===== СЕТКА КОНТАКТОВ ===== */
.contacts-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    margin-bottom: 50px;
}

/* ===== ЛЕВАЯ КОЛОНКА — КОНТАКТНАЯ ИНФОРМАЦИЯ ===== */
.contacts-info__title {
    font-family: "PF DinText Pro", system-ui, 'Segoe UI', Roboto, sans-serif !important;
    font-weight: 500;
    font-size: 24px;
    color: #373C2E;
    margin-bottom: 20px;
    line-height: 1.3;
}

.contacts-info__item {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding: 12px 0;
    border-bottom: 1px solid #f0ede8;
}

.contacts-info__item:last-child {
    border-bottom: none;
}

.contacts-info__label {
    font-family: "PF DinText Pro", system-ui, 'Segoe UI', Roboto, sans-serif !important;
    font-weight: 500;
    font-size: 16px;
    color: #5a604a;
    letter-spacing: 0.3px;
}

.contacts-info__value {
    font-family: "PF DinText Pro", system-ui, 'Segoe UI', Roboto, sans-serif !important;
    font-weight: normal;
    font-size: 18px;
    color: #373C2E;
    line-height: 1.4;
}

.contacts-info__value a {
    color: #373C2E;
    text-decoration: none;
    transition: color 0.2s;
}

.contacts-info__value a:hover {
    color: #5a604a;
}

/* ===== ПРАВАЯ КОЛОНКА — ФОРМА ===== */
.contacts-form__title {
    font-family: "PF DinText Pro", system-ui, 'Segoe UI', Roboto, sans-serif !important;
    font-weight: 500;
    font-size: 24px;
    color: #373C2E;
    margin-bottom: 20px;
    line-height: 1.3;
}

.contacts-form__form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.contacts-form__group {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.contacts-form__group label {
    font-size: 16px;
    font-weight: 500;
    color: #373C2E;
    font-family: "PF DinText Pro", system-ui, 'Segoe UI', Roboto, sans-serif !important;
}

.contacts-form__group input,
.contacts-form__group textarea {
    padding: 12px 14px;
    border: 1px solid #a9abae;
    border-radius: 0;
    font-size: 18px;
    background: #fafaf9;
    transition: border 0.2s, box-shadow 0.2s;
    outline: none;
    width: 100%;
    font-family: "PF DinText Pro", system-ui, 'Segoe UI', Roboto, sans-serif !important;
    font-weight: normal;
    color: #373C2E;
}

.contacts-form__group input:focus,
.contacts-form__group textarea:focus {
    border-color: #373C2E;
    box-shadow: 0 0 0 4px rgba(55, 60, 46, 0.1);
    background: #fff;
}

.contacts-form__group input::placeholder,
.contacts-form__group textarea::placeholder {
    color: #a9abae;
    font-size: 18px;
    font-family: "PF DinText Pro", system-ui, 'Segoe UI', Roboto, sans-serif !important;
    font-weight: normal;
}

.contacts-form__group textarea {
    resize: vertical;
    min-height: 120px;
}

.contacts-form__btn {
    background: #f0e7d1;
    color: #373C2E;
    border: none;
    padding: 14px 34px;
    border-radius: 5px;
    font-weight: normal;
    font-size: 20px;
    cursor: pointer;
    transition: background 0.25s, color 0.25s;
    font-family: "PF DinText Pro", system-ui, 'Segoe UI', Roboto, sans-serif !important;
    width: fit-content;
    min-width: 180px;
    letter-spacing: 1px;
}

.contacts-form__btn:hover {
    background: #e3d9c0;
}

.contacts-form__btn:active {
    transform: scale(0.98);
}

/* ===== КАРТА ===== */
.contacts-map {
    margin-top: 20px;
}

.contacts-map__title {
    font-family: "PF DinText Pro", system-ui, 'Segoe UI', Roboto, sans-serif !important;
    font-weight: 500;
    font-size: 24px;
    color: #373C2E;
    margin-bottom: 16px;
    line-height: 1.3;
}

.contacts-map__wrapper {
    width: 100%;
    height: 400px;
    background: #E8E3D7;
    border: 1px solid #dce0e6;
}

/* ========================================
   СТРАНИЦА "О ПРОЕКТЕ" (ABOUT.HTML)
   ======================================== */

/* ===== ОБЁРТКА ДЛЯ СЕТКИ ===== */
.page-content__body--about {
    padding: 0 !important;
    overflow: hidden;
}

.about-grid {
    display: grid;
    grid-template-columns: 60% 40%;
    min-height: 500px;
}

/* ===== ЛЕВАЯ КОЛОНКА — ТЕКСТ ===== */
.about-text {
    padding: 50px 40px 50px 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about-text__title {
    font-family: "PF DinText Pro", system-ui, 'Segoe UI', Roboto, sans-serif !important;
    font-weight: 500;
    font-size: 32px;
    color: #373C2E;
    margin-bottom: 20px;
    line-height: 1.3;
}

.about-text__content p {
    font-family: "PF DinText Pro", system-ui, 'Segoe UI', Roboto, sans-serif !important;
    font-weight: normal;
    font-size: 18px;
    color: #373C2E;
    line-height: 1.8;
    margin-bottom: 16px;
}

.about-text__content p:last-child {
    margin-bottom: 0;
}

/* ===== ПРАВАЯ КОЛОНКА — ИЗОБРАЖЕНИЕ ===== */
.about-image {
    display: flex;
    align-items: stretch;
    overflow: hidden;
}

.about-image__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* ========================================
   АДАПТИВ (ВСЕ МЕДИА-ЗАПРОСЫ)
   ======================================== */

@media (max-width: 1024px) and (orientation: portrait),
       (max-width: 768px) {
    .search-section__title {
        font-size: 48px;
    }
    .search-section__form-wrapper {
        padding: 30px 20px;
    }
    .search-form {
        grid-template-columns: 1fr 1fr;
    }
    .form-group--button {
        grid-column: 1 / 2;
    }
    .btn-search {
        width: 100%;
        max-width: 100%;
    }
    .heroes-section__title {
        font-size: 38px;
    }
    .heroes-grid {
        grid-template-columns: repeat(2, 309px);
        gap: 40px;
        justify-content: center;
    }
    .btn-all {
        width: 100%;
        max-width: 100%;
        height: 54px;
        font-size: 20px;
        line-height: 54px;
    }
    .hero-modal {
        flex-direction: column;
        padding: 30px;
    }
    .hero-modal__image-wrapper {
        flex: none;
        min-width: unset;
        width: 100%;
    }
    .hero-modal__image {
        min-height: 300px;
        width: 100%;
        height: auto;
        aspect-ratio: 417 / 537;
    }
    .hero-modal__name {
        font-size: 24px;
    }
    .footer .container {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    .footer__nav-list {
        gap: 16px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .page-content__title {
        font-size: 38px;
    }
    .page-content__body {
        padding: 30px 20px;
    }
    .page-content__body h1 {
        font-size: 2.2rem;
    }
    .page-content__body h2 {
        font-size: 1.8rem;
    }
    .page-content__body h3 {
        font-size: 1.4rem;
    }
    .page-content__body p {
        font-size: 1rem;
    }
    .page-content__body ul,
    .page-content__body ol {
        font-size: 1rem;
        padding-left: 20px;
    }
    .page-content__button {
        width: 100%;
        text-align: center;
    }

    /* Адаптив страницы поиска */
    .search-compact__form {
        flex-direction: column;
        align-items: stretch;
    }
    .search-compact__fields {
        flex-direction: column;
        gap: 12px;
		width: 100%;
    }
    .search-compact__group {
        min-width: unset;
    }
    .search-compact__btn {
        width: 100%;
        padding: 0;
        height: 48px;
        font-size: 18px;
		position: relative;
		top: auto;
		margin-top:10px;
    }
		   .search-compact__toggle {
			   position:absolute;
			   bottom:80px;
		   }
    .search-compact {
        padding-bottom: 20px;
        margin-bottom: 30px;
		position: relative;
    }
    .search-results__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
        justify-items: center;
    }
    .hero-card {
        width: 100%;
        max-width: 309px;
    }
    .hero-card__image-wrapper {
        width: 100%;
        height: auto;
        aspect-ratio: 309 / 400;
        min-height: auto;
    }
    .hero-card__image-wrapper a {
        height: auto;
    }
    .search-results__more-btn {
        width: 100%;
        padding: 12px 20px;
        font-size: 18px;
    }
    .scroll-top {
        bottom: 20px;
        right: 20px;
        width: 48px;
        height: 48px;
    }
    .scroll-top svg {
        width: 22px;
        height: 22px;
    }
    .search-compact__extra-fields {
        grid-template-columns: 1fr;
    }
    .hero-modal__content {
        padding: 0;
    }
    .hero-modal__text {
        font-size: 15px;
    }

    /* Адаптив страницы наград */
		   
		   .award-item__content {
			   text-align: center;
		   }
    .award-item {
        flex-direction: column;
        gap:0px;
        padding: 24px 0;
    }
    .award-item__image-wrapper {
        flex: none;
		max-width: 160px;
        min-height: 240px;
		width: 160px;
        height: 240px;
        margin: 0 auto;
		background-size: 100%;
    }
    .award-item__image-wrapper a {
        min-height: 160px;
    }
    .award-item__title {
        font-size: 20px;
        text-align: center;
    }
    .award-item__desc {
        font-size: 15px;
    }
    .award-item__toggle-label {
        font-size: 15px;
        margin: 0 auto;
        justify-content: center;
    }

    /* Адаптив страницы контакты */
		   .contacts-info__title {
			   margin-top: 0 !important;
		   }
    .contacts-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    .contacts-info__item {
        padding: 10px 0;
    }
    .contacts-info__value {
        font-size: 16px;
    }
    .contacts-form__btn {
        width: 100%;
        justify-content: center;
    }
    .contacts-map__wrapper {
        height: 400px;
    }

    /* Адаптив страницы "О проекте" */
    .page-content__body--about {
        padding: 0 !important;
    }
    .about-grid {
        grid-template-columns: 1fr;
        min-height: auto;
    }
    .about-text {
        padding:0 20px 20px 20px;
        order: 2;
    }
    .about-image {
        order: 1;
        min-height: 300px;
        max-height: 400px;
    }
    .about-text__title {
        font-size: 26px;
    }
    .about-text__content p {
        font-size: 16px;
    }
}

@media (max-width: 720px) {
    .heroes-grid {
        grid-template-columns: 1fr;
        gap: 35px;
        justify-items: center;
    }
    .hero-card {
        width: 309px;
    }
    .hero-card__image-wrapper {
        width: 309px;
        height: 400px;
    }
    .hero-card__image-wrapper a {
        height: 400px;
    }
}

@media (max-width: 520px) {
	.search-compact .date-input-wrapper::before {
		font-size: 20px;
		line-height: 20px;
		height: 40px;
		    padding: 10px 14px;
	}
    .search-section__title {
        font-size: 32px;
    }
    .search-section__form-wrapper {
        padding: 20px 15px;
    }
    .search-form {
        grid-template-columns: 1fr;
    }
    .form-group--button {
        grid-column: 1;
    }
    .btn-search {
        width: 100%;
        font-size: 20px;
        height: 48px;
    }
    .heroes-section__title {
        font-size: 28px;
    }
    .heroes-grid {
        grid-template-columns: 1fr;
        gap: 35px;
        justify-items: center;
    }
    .hero-card {
        width: 100%;
        max-width: 309px;
    }
    .hero-card__image-wrapper {
        width: 100%;
        height: auto;
        aspect-ratio: 309 / 400;
        min-height: auto;
    }
    .hero-card__image-wrapper a {
        height: auto;
        aspect-ratio: 309 / 400;
    }
    .hero-card__surname,
    .hero-card__firstname {
        font-size: 18px;
    }
    .hero-card__desc {
        font-size: 16px;
    }
    .container {
        padding: 0 12px;
    }
    .breadcrumbs {
        font-size: 16px;
        padding: 30px 0 30px 0;
    }
    .form-group label {
        font-size: 20px;
    }
    .form-group input {
        height: 48px;
        font-size: 20px;
    }
    .form-group input::placeholder {
        font-size: 20px;
    }
    .btn-all {
        width: 100%;
        max-width: 100%;
        height: 48px;
        font-size: 18px;
        line-height: 48px;
    }
    .hero-modal {
        padding: 20px;
    }
    .hero-modal__image {
        min-height: 200px;
    }
    .hero-modal__name {
        font-size: 20px;
    }
    .hero-modal__desc {
        font-size: 16px;
    }
    .hero-modal__text {
        font-size: 14px;
    }
    .footer__nav-list {
        gap: 12px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .footer__nav-link {
        font-size: 0.85rem;
    }
    .page-content__title {
        font-size: 28px;
    }
    .page-content__body {
        padding: 20px 15px;
    }
    .page-content__body h1 {
        font-size: 1.8rem;
    }
    .page-content__body h2 {
        font-size: 1.5rem;
    }
    .page-content__body h3 {
        font-size: 1.2rem;
    }
    .page-content__body p {
        font-size: 0.95rem;
    }
    .page-content__body ul,
    .page-content__body ol {
        font-size: 0.95rem;
        padding-left: 16px;
    }
    .page-content__button {
        font-size: 1rem;
        padding: 12px 20px;
    }

    /* Адаптив страницы поиска (мобилки) */
    .search-results__grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .hero-card {
        max-width: 309px;
        margin: 0 auto;
    }
    .search-results__count {
        font-size: 16px;
    }
    .search-compact__group input {
        font-size: 20px;
		line-height: 20px;
		height: 40px;
        
    }
    .search-compact__group label {
        font-size: 20px;
    }
    .search-compact__btn {
        height: 44px;
        font-size: 16px;
    }
    .search-results__more-btn {
        font-size: 16px;
        padding: 10px 16px;
    }
    .scroll-top {
        width: 44px;
        height: 44px;
        bottom: 16px;
        right: 16px;
    }
    .scroll-top svg {
        width: 20px;
        height: 20px;
    }
    .hero-modal__name {
        font-size: 20px;
    }
    .hero-modal__desc {
        font-size: 16px;
    }
    .hero-modal__text p {
        font-size: 14px;
    }
    .search-results__pagination-link {
        min-width: 36px;
        height: 36px;
        font-size: 15px;
        padding: 0 8px;
    }
    .search-results__pagination-dots {
        min-width: 36px;
        height: 36px;
        font-size: 15px;
    }

    /* Адаптив страницы наград (мобилки) */
    .award-item {
        padding: 20px 0;
        gap: 12px;
    }
    .award-item__image-wrapper {
        max-width: 120px;
        min-height: 180px;
		width: 120px;
        height: 180px;
    }
    .award-item__image-wrapper a {
        min-height: 180px;
    }
    .award-item__title {
        font-size: 18px;
    }
    .award-item__desc {
        font-size: 14px;
    }
    .award-item__toggle-label {
        font-size: 14px;
    }

    /* Адаптив страницы контакты (мобилки) */
    .contacts-info__item {
        padding: 8px 0;
    }
    .contacts-info__label {
        font-size: 14px;
    }
    .contacts-info__value {
        font-size: 15px;
    }
    .contacts-form__group input,
    .contacts-form__group textarea {
        font-size: 16px;
        padding: 10px 12px;
    }
    .contacts-form__group label {
        font-size: 15px;
    }
    .contacts-form__btn {
        font-size: 18px;
        padding: 12px 20px;
        min-width: unset;
    }
    .contacts-map__wrapper {
        height: 400px;
    }
    .contacts-map__title {
        font-size: 20px;
    }

    /* Адаптив страницы "О проекте" (мобилки) */
	.about-image__img {
		width: 100%;
		height: auto;
	}
    .about-text {
        padding: 0 20px 20px 20px;
    }
    .about-text__title {
        font-size: 22px;
    }
    .about-text__content p {
        font-size: 15px;
        line-height: 1.6;
    }
    .about-image {
        min-height: 200px;
        max-height: 280px;
		justify-content: flex-start;
		align-items: flex-start;
    }
}