

.local-breadcrumbs .breadcrumbs__list {
    display: block;
}

.local-breadcrumbs .breadcrumbs__item {
    font-size: 14px;
}

.local-breadcrumbs .breadcrumbs__item::after {
    content: none;
}

.local-breadcrumbs .breadcrumbs__item + .breadcrumbs__item::before {
    content: " / ";
    margin: 0 4px;
    color: #999;
}

.proflist-hero .main-form__price.proflist-hero__lead {
    max-width: 760px;
    font-size: 22px;
    line-height: 1.45;
    text-transform: none;
}

.proflist-page section {
    margin: 48px 0;
}

.proflist-page section.section-gray {
    margin: 32px 0;
}

.proflist-page section.section-gray .c-container {
    padding: 64px;
}

.proflist-section {
    padding: 0;
}

.proflist-section-intro {
    margin-bottom: 24px;
}

.proflist-section-intro p,
.proflist-section-description,
.blog-hero__lead,
.article-hero__lead,
.article-cta p {
    max-width: 920px;
    font-size: 19px;
    line-height: 1.6;
}

.proflist-section-intro--price {
    position: relative;
    padding-right: 180px;
}

.proflist-price-badge {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 150px;
    padding: 16px 22px;
    background: #a91d17;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    border-radius: 20px;
    box-shadow: 0 20px 35px rgba(169, 29, 23, 0.22);
}

.proflist-cards,
.blog-grid,
.article-related__grid,
.proflist-projects {
    display: grid;
    gap: 24px;
}

.proflist-cards {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.proflist-cards--three,
.proflist-projects {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.proflist-projects {
    margin-top: 30px;
}

.proflist-card,
.blog-card,
.proflist-project-card,
.article-related-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 26px;
    overflow: hidden;
    box-shadow: 0 18px 40px rgba(17, 17, 17, 0.08);
}

.proflist-card__image,
.blog-card__image,
.proflist-project-card img,
.article-hero__media img,
.article-related-card img {
    aspect-ratio: 16 / 11;
    background: #efefef;
}

.proflist-card__image img,
.blog-card__image img,
.proflist-project-card img,
.article-hero__media img,
.article-related-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.proflist-card__body,
.blog-card__body,
.proflist-project-card__body,
.article-related-card__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 24px;
}

.proflist-card__body h3,
.blog-card__body h2,
.proflist-project-card__body h3,
.article-related-card__body h3 {
    margin: 0 0 14px;
    font-size: 24px;
    line-height: 1.2;
}

.proflist-card__body p,
.blog-card__body p,
.proflist-project-card__body p,
.article-related-card__body p {
    flex: 1;
    margin: 0 0 20px;
    font-size: 17px;
    line-height: 1.6;
}

.proflist-note {
    margin-top: 24px;
    padding: 22px 26px;
    border-left: 6px solid #b1261e;
    background: #f4f4f4;
    border-radius: 18px;
    max-width: none;
    font-size: 19px;
    line-height: 1.6;
}

.proflist-note--soft {
    border-left-color: #1b1b1b;
    background: #faf7f2;
}

.proflist-note-grid {
    display: grid;
    gap: 20px;
}

.proflist-note-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 24px;
}

.proflist-page .prof-block__swiper {
    align-self: stretch;
}

.proflist-page .prof-list-slider-item {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    padding: 24px 24px 28px;
}

.proflist-page .prof-list-slider-item__title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.proflist-page .prof-list-slider-item__text {
    margin-bottom: 24px;
    line-height: 1.6;
}

.proflist-page [data-swiper="prof"] .prof-list-slider-item__text {
    min-height: 160px;
}

.proflist-page [data-swiper="prof-2"] .prof-list-slider-item__text,
.proflist-page [data-swiper="prof-3"] .prof-list-slider-item__text {
    min-height: 120px;
}

.proflist-page .prof-list-slider-item__action {
    margin-top: auto;
}

.proflist-cert-preview {
    display: block;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 18px 40px rgba(17, 17, 17, 0.08);
}

.proflist-cert-preview img {
    width: 100%;
    display: block;
}

.proflist-cert-text {
    font-weight: 700;
}

.blog-hero,
.article-page {
    padding: 26px 0 70px;
}

.blog-hero__lead,
.article-hero__lead {
    margin-top: 18px;
}

.blog-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 34px;
}

.blog-card__body h2 {
    font-size: 22px;
}

.blog-card__link,
.article-related-card__link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    color: #a91d17;
}

.blog-card__link::after,
.article-related-card__link::after {
    content: "→";
}

.blog-cta,
.article-cta {
    margin-top: 42px;
    padding: 36px 40px;
    color: #fff;
    background: linear-gradient(135deg, #232323 0%, #0f0f0f 100%);
    border-radius: 30px;
}

.blog-cta .section-title,
.article-cta .section-title {
    color: #fff;
}

.article-page {
    background: linear-gradient(180deg, #f6f6f6 0%, #ffffff 280px);
}

.article-shell {
    background: #fff;
    border-radius: 34px;
    box-shadow: 0 22px 50px rgba(17, 17, 17, 0.08);
    overflow: hidden;
}

.article-hero {
    padding: 38px 42px 26px;
}

.article-meta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 14px;
    margin-bottom: 18px;
    border-radius: 999px;
    background: #f0ece5;
    color: #6b4f32;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.article-hero__media {
    margin-top: 26px;
    border-radius: 28px;
    overflow: hidden;
}

.article-content {
    padding: 0 42px 42px;
}

.article-content h2,
.article-content h3 {
    margin: 34px 0 16px;
    line-height: 1.25;
}

.article-content h2 {
    font-size: 34px;
}

.article-content h3 {
    font-size: 26px;
}

.article-content p,
.article-content li,
.article-content td,
.article-content th {
    font-size: 18px;
    line-height: 1.75;
}

.article-content ul,
.article-content ol {
    margin: 18px 0;
    padding-left: 22px;
}

.article-content a {
    color: #a91d17;
    font-weight: 700;
}

.article-content hr {
    margin: 42px 0;
    border: 0;
    border-top: 1px solid #e1e1e1;
}

.article-box {
    margin: 28px 0;
    padding: 24px 28px;
    border-radius: 24px;
    background: #f5f5f5;
    border-left: 6px solid #a91d17;
}

.article-table {
    width: 100%;
    margin: 22px 0;
    border-collapse: collapse;
    overflow: hidden;
    border-radius: 20px;
}

.article-table th,
.article-table td {
    padding: 16px 18px;
    border: 1px solid #e1e1e1;
    text-align: left;
}

.article-table th {
    background: #1f1f1f;
    color: #fff;
}

.article-content .article-faq {
    margin-top: 42px;
}

.article-content .article-faq__list {
    display: grid;
    gap: 12px;
}

.article-content .article-faq .c-accordion-item.c-accordion-item {
    margin-top: 0;
}

.article-content .article-faq .c-accordion-item__trigger {
    padding: 18px 20px;
    background: #1f1f1f;
    border-radius: 16px;
    font-size: 18px;
    line-height: 1.45;
}

.article-content .article-faq .c-accordion-item__trigger:hover {
    background: #a91d17;
}

.article-content .article-faq .c-accordion-item__content {
    padding: 0 20px;
    background: #f5f5f5;
    border-radius: 0 0 16px 16px;
}

.article-content .article-faq [data-opened="true"] .c-accordion-item__trigger {
    border-radius: 16px 16px 0 0;
}

.article-content .article-faq [data-opened="true"] .c-accordion-item__content {
    padding: 18px 20px;
}

.article-content .article-faq .c-accordion-item__content p {
    margin: 0;
}

.article-related {
    padding: 0 42px 42px;
}

.article-related__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.article-cta {
    margin: 0 42px 42px;
}

.article-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 24px;
}

@media (max-width: 1023px) {
    .proflist-page section.section-gray .c-container {
        padding: 36px;
    }

    .proflist-cards,
    .proflist-cards--three,
    .blog-grid,
    .article-related__grid,
    .proflist-projects {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .proflist-section-intro--price {
        padding-right: 0;
    }

    .proflist-price-badge {
        position: static;
        margin: 18px 0;
    }

    .proflist-note-grid {
        grid-template-columns: 1fr 1fr;
    }

    .proflist-page [data-swiper="prof"] .prof-list-slider-item__text,
    .proflist-page [data-swiper="prof-2"] .prof-list-slider-item__text,
    .proflist-page [data-swiper="prof-3"] .prof-list-slider-item__text {
        min-height: 0;
    }
}

@media (max-width: 767px) {
    .proflist-page section {
        margin: 28px 0;
    }

    .proflist-page section.section-gray {
        margin: 24px 0;
    }

    .proflist-page section.section-gray .c-container {
        padding: 24px;
    }

    .proflist-section,
    .blog-hero,
    .article-page {
        padding: 22px 0 46px;
    }

    .proflist-section-intro p,
    .proflist-section-description,
    .proflist-note,
    .blog-hero__lead,
    .article-hero__lead,
    .article-cta p,
    .article-content p,
    .article-content li,
    .article-content td,
    .article-content th {
        font-size: 16px;
    }

    .proflist-cards,
    .proflist-cards--three,
    .blog-grid,
    .article-related__grid,
    .proflist-projects,
    .proflist-note-grid {
        grid-template-columns: 1fr;
    }

    .proflist-card__body,
    .blog-card__body,
    .proflist-project-card__body,
    .article-related-card__body,
    .article-hero,
    .article-content,
    .article-related {
        padding: 20px;
    }

    .blog-cta,
    .article-cta {
        padding: 24px 20px;
        margin-top: 28px;
    }

    .article-cta {
        margin: 0 20px 20px;
    }

    .article-content h2 {
        font-size: 28px;
    }

    .article-content h3 {
        font-size: 22px;
    }

    .article-box {
        padding: 20px;
    }

    .article-content hr {
        margin: 30px 0;
    }

    .article-content .article-faq .c-accordion-item__trigger {
        padding: 16px;
        font-size: 16px;
    }

    .article-content .article-faq .c-accordion-item__content,
    .article-content .article-faq [data-opened="true"] .c-accordion-item__content {
        padding-left: 16px;
        padding-right: 16px;
    }

    .article-table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
}
