

/* Start:/local/templates/barnes/components/bitrix/news.list/developers/style.css?177619070410394*/
/* Застройщики Москвы — в тон текущему стилю BARNES (#D91546, нейтральная типографика) */

.developers-page {
    --dm-brand: #d91546;
    --dm-brand-hover: #b8123a;
    --dm-text: #1a1a1a;
    --dm-muted: #6b6b6b;
    --dm-line: #e8e8e8;
    --dm-line-strong: #d0d0d0;
    --dm-surface: #ffffff;
    --dm-surface-alt: #f7f7f7;
    --dm-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
    --dm-radius: 8px;
    --dm-radius-sm: 4px;

    padding-bottom: 6rem;
    padding-top: 0.25rem;
}

.grid__container.developers-page {
    padding-bottom: 6rem !important;
    margin-bottom: 2rem;
}

/* ——— Поиск: одна строка — поле и кнопка ——— */

.developers-page__search {
    margin: 1.5rem 0 2rem;
}

.developers-search {
    margin: 0;
    width: 100%;
}

.developers-search__row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 0.5rem;
    width: 100%;
    max-width: 100%;
}

.developers-search__input {
    flex: 1 1 auto;
    min-width: 0;
    height: 48px;
    min-height: 48px;
    padding: 0 0.85rem;
    border: 1px solid var(--dm-line-strong);
    border-radius: var(--dm-radius-sm);
    font-size: 0.9375rem;
    line-height: 1.2;
    color: var(--dm-text);
    background: var(--dm-surface);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    box-sizing: border-box;
}

.developers-search__input::placeholder {
    color: #9a9a9a;
}

.developers-search__input:hover {
    border-color: #bcbcbc;
}

.developers-search__input:focus {
    outline: none;
    border-color: var(--dm-brand);
    box-shadow: 0 0 0 2px rgba(217, 21, 70, 0.12);
}

.developers-search__submit {
    flex: 0 0 auto;
    height: 48px;
    min-height: 48px;
    padding: 0 1.1rem;
    border-radius: var(--dm-radius-sm);
    background: var(--dm-brand) !important;
    border: 1px solid var(--dm-brand) !important;
    color: #fff !important;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1;
    white-space: nowrap;
    transition: background 0.2s ease, border-color 0.2s ease;
    box-sizing: border-box;
}

.developers-search__submit .button__holder {
    line-height: 1;
}

.developers-search__submit:hover {
    background: var(--dm-brand-hover) !important;
    border-color: var(--dm-brand-hover) !important;
}

.developers-search__submit:focus-visible {
    outline: none;
    box-shadow: 0 0 0 2px rgba(217, 21, 70, 0.35);
}

@media (max-width: 480px) {
    .developers-search__row {
        max-width: none;
    }

    .developers-search__submit {
        padding-left: 0.9rem;
        padding-right: 0.9rem;
    }
}

/* ——— Список ——— */

.developers-list {
    list-style: none;
    margin: 0;
    padding: 0;
    background: var(--dm-surface);
    border: 1px solid var(--dm-line);
    border-radius: var(--dm-radius);
    box-shadow: var(--dm-shadow);
    overflow: hidden;
    margin-bottom: 2.25rem;
}

.developers-list__item {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid var(--dm-line);
    transition: background 0.2s ease;
}

.developers-list__item:last-child {
    border-bottom: none;
}

.developers-list__item:hover {
    background: linear-gradient(90deg, rgba(217, 21, 70, 0.04) 0%, var(--dm-surface-alt) 12%, var(--dm-surface-alt) 100%);
}

.developers-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1.35rem;
    padding: 1.15rem 1.5rem;
    box-sizing: border-box;
}

.developers-row__logo {
    flex: 0 0 104px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 72px;
    padding: 0.5rem;
    background: var(--dm-surface);
    border: 1px solid var(--dm-line);
    border-radius: 10px;
    box-sizing: border-box;
}

.developers-list__item:hover .developers-row__logo {
    border-color: #dcdcdc;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.developers-row__logo img {
    max-width: 88px;
    max-height: 52px;
    object-fit: contain;
}

.developers-row__logo-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: linear-gradient(145deg, #f0f0f0, #e4e4e4);
    font-size: 1.35rem;
    font-weight: 600;
    color: #888;
    letter-spacing: -0.03em;
}

.developers-row__content {
    flex: 1 1 auto;
    min-width: 0;
}

.developers-row__name {
    font-size: 1.0625rem;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: -0.02em;
    color: var(--dm-text);
    margin-bottom: 0.4rem;
}

.developers-row__text {
    font-size: 0.9375rem;
    line-height: 1.5;
    color: var(--dm-muted);
    max-width: 62rem;
}

.developers-row__link-wrap {
    flex: 0 0 auto;
    align-self: center;
}

.developers-row__link {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.55rem 1.1rem 0.55rem 1.15rem;
    font-weight: 600;
    font-size: 0.875rem;
    color: var(--dm-brand);
    text-decoration: none;
    white-space: nowrap;
    border: 1px solid var(--dm-brand);
    border-radius: 999px;
    background: transparent;
    transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.developers-row__link::after {
    content: "";
    display: inline-block;
    width: 0.35rem;
    height: 0.35rem;
    margin-right: 0.1rem;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(-45deg);
    transition: transform 0.2s ease;
}

.developers-row__link:hover {
    background: var(--dm-brand);
    color: #fff;
    border-color: var(--dm-brand);
    box-shadow: 0 4px 14px rgba(217, 21, 70, 0.28);
}

.developers-row__link:hover::after {
    transform: rotate(-45deg) translate(2px, -2px);
}

.developers-row__link:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px rgba(217, 21, 70, 0.25);
}

@media (max-width: 720px) {
    .developers-row {
        flex-wrap: wrap;
        align-items: flex-start;
        padding: 1rem 1.15rem;
        gap: 1rem;
    }

    .developers-row__logo {
        flex: 0 0 88px;
        min-height: 64px;
    }

    .developers-row__content {
        flex: 1 1 calc(100% - 104px);
    }

    .developers-row__link-wrap {
        flex: 1 1 100%;
        display: flex;
        justify-content: flex-start;
        padding-top: 0.15rem;
    }

    .developers-row__link {
        width: 100%;
        max-width: 100%;
        justify-content: center;
        box-sizing: border-box;
    }
}

.developers-list__pager {
    margin-top: 1.5rem;
    margin-bottom: 3.5rem;
    padding-top: 0.25rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
}

.developers-list__pager .pagination__wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
}

.developers-list__pager .pagination__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.25rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.developers-list__empty {
    margin: 2.5rem 0;
    padding: 2rem 1.5rem;
    text-align: center;
    font-size: 1rem;
    line-height: 1.55;
    color: var(--dm-muted);
    background: var(--dm-surface-alt);
    border: 1px dashed var(--dm-line-strong);
    border-radius: var(--dm-radius);
}

.developers-list__empty a {
    color: var(--dm-brand);
    font-weight: 600;
    text-decoration: none;
}

.developers-list__empty a:hover {
    text-decoration: underline;
}

/* ——— Детальная страница застройщика ——— */

.developers-detail {
    display: flex;
    flex-wrap: wrap;
    gap: 1.75rem;
    margin-bottom: 2.25rem;
    align-items: flex-start;
    padding: 1.5rem 0 0.5rem;
}

.developers-detail__logo {
    flex: 0 0 auto;
    padding: 1rem 1.25rem;
    background: #ffffff;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
}

.developers-detail__logo img {
    display: block;
    max-width: 220px;
    max-height: 120px;
    object-fit: contain;
}

.developers-detail__text {
    flex: 1 1 280px;
    line-height: 1.6;
    font-size: 1rem;
    color: #1a1a1a;
}

.developers-detail__lead {
    margin: 0.5rem 0 0;
}

.developers-detail__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 0.75rem;
    margin-top: 0.85rem;
}

.developers-detail__meta-item {
    min-width: 160px;
    padding: 0.7rem 0.95rem;
    border: 1px solid #e8e8e8;
    border-radius: 6px;
    background: #fff;
}

.developers-detail__meta-name {
    display: block;
    color: #6b6b6b;
    font-size: 0.8125rem;
    line-height: 1.2;
}

.developers-detail__meta-value {
    display: block;
    margin-top: 0.2rem;
    color: #1a1a1a;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.3;
}

.developers-detail__back {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.9375rem;
    font-weight: 600;
    color: #d91546;
    text-decoration: none;
    padding: 0.35rem 0;
    transition: opacity 0.2s ease;
}

.developers-detail__back:hover {
    opacity: 0.85;
    text-decoration: underline;
}

.developers-detail__subtitle {
    position: relative;
    margin: 0 0 2rem;
    padding: 0 0 0.85rem;
    font-weight: 700;
    font-size: 1.85rem;
    line-height: 1.25;
    letter-spacing: -0.02em;
    text-transform: none;
    color: #1a1a1a;
    margin-bottom: 2.75rem;
} 

.developers-detail__subtitle_objects {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
}

.developers-detail__subtitle_news {
    margin-top: 3.5rem;
    margin-bottom: 2.75rem;
}

.developers-detail__after-news-space {
    height: 3.5rem;
}

@media (max-width: 767px) {
    .developers-detail__meta-item {
        flex: 1 1 calc(50% - 0.75rem);
        min-width: 0;
    }

    .developers-detail__subtitle {
        font-size: 1.45rem;
        margin-bottom: 1.35rem;
        padding-bottom: 0.65rem;
    }

    .developers-detail__subtitle_objects {
        margin-top: 2rem;
    }

    .developers-detail__subtitle_news {
        margin-top: 2.5rem;
    }

    .developers-detail__after-news-space {
        height: 2.4rem;
    }

    .developers-list {
        margin-bottom: 1.5rem;
    }

    .developers-list__pager {
        margin-bottom: 2.4rem;
    }
}

/* End */


/* Start:/local/templates/barnes/components/bitrix/system.pagenavigation/pager_barnes/style.css?169713954536*/
.pagination{
    margin-top: 50px;
}
/* End */
/* /local/templates/barnes/components/bitrix/news.list/developers/style.css?177619070410394 */
/* /local/templates/barnes/components/bitrix/system.pagenavigation/pager_barnes/style.css?169713954536 */
