/* static/css/fonts.css */

@font-face {
    font-family: 'VelaSans';
    src: url('../fonts/VelaSans-Regular.woff2') format('woff2'),
         url('../fonts/VelaSans-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'VelaSans';
    src: url('../fonts/VelaSans-Light.woff2') format('woff2'),
         url('../fonts/VelaSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'VelaSans';
    src: url('../fonts/VelaSans-Medium.woff2') format('woff2'),
         url('../fonts/VelaSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'VelaSans';
    src: url('../fonts/VelaSans-SemiBold.woff2') format('woff2'),
         url('../fonts/VelaSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'VelaSans';
    src: url('../fonts/VelaSans-Bold.woff2') format('woff2'),
         url('../fonts/VelaSans-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'VelaSans';
    src: url('../fonts/VelaSans-ExtraBold.woff2') format('woff2'),
         url('../fonts/VelaSans-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'VelaSans';
    src: url('../fonts/VelaSans-ExtraLight.woff2') format('woff2'),
         url('../fonts/VelaSans-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

/* ========== PAGE ========== */
.about-page {
    min-height: 60vh;
    padding-bottom: 80px;
}

.about-page .container {
    max-width: 1440px;
    margin: 0 auto;
}

/* ========== BREADCRUMBS ========== */
.about-page__breadcrumbs {
    display: flex;
    align-items: center;
    gap: 6px;
    padding-top: 20px;
    font-size: 13px;
    color: #20221E7A;
}

.about-page__breadcrumbs a {
    color: #20221E7A;
    text-decoration: none;
}

.about-page__breadcrumbs .separator {
    color: #20221E7A;
}

.about-page__breadcrumbs .current {
    color: #20221E7A;
}

/* ========== HERO LOGOTYPE ========== */
.about-hero {
    padding: 48px 0 124px;
}

.about-hero__logotype {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0;
    width: 100%;
}


.about-hero__word {
    font-family: 'VelaSans', sans-serif;
    font-weight: 700;
    font-size: 186px;
    line-height: 186px;
    letter-spacing: -.04em;
    color: #81AD4F;
}

.about-hero__capsule {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-hero__capsule-inner {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.about-hero__capsule-inner img {
}

/* иконка-заглушка когда нет картинки */
.about-hero__capsule-icon {
    width: 45%;
    height: 45%;
    color: rgba(255,255,255,0.9);
}

/* ========== SECTION LABEL ========== */
.about-page__section-label {
    color: #20221E7A;
    margin-bottom: 24px;
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -.02em;
}

/* ========== CONTENT ========== */
.about-page__content {}

.special-li {
    list-style-type: disc;
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -.02em;
    color: #20221EB8;
}

.special-li:not(:last-child) {
    margin-bottom: 15px;
}

.special-li::marker {
    color: #81AD4F;
}

.special-ul{
    margin-left: 18px;
}

.about-page__content .para-large {
    color: #20221EB8;
    margin-bottom: 24px;
    max-width: 100%;
    font-family: Inter;
    font-weight: 500;
    font-size: 36px;
    line-height: 48px;
    letter-spacing: -.02em;
}

.about-page__content .para-large .brand {
    color: #81AD4F;
    font-family: Inter;
    font-weight: 500;
    font-size: 36px;
    line-height: 48px;
    letter-spacing: -.02em;
}

.about-page__content .para-large a {
    color: #81AD4F;
    text-decoration: none;
}

.about-page__content .para-large .emphasis {
    color: #20221E;
}

/* Двухколоночный блок: пустая левая + правая с мелким текстом */
.about-page__two-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    margin-top: 40px;
}

.about-page__two-col-left {
    /* пустая левая колонка */
}

.about-page__two-col-right {}

.about-page__two-col-right p {
    color: #20221EB8;
    margin-bottom: 24px;
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -.02em;
    max-width: 464px;
}

.about-page__two-col-right p:last-child {
    margin-bottom: 0;
}

.about-page__two-col-right a {
    color: #81AD4F;
    text-decoration: none;
}

/* ========== ADAPTIVE ========== */
@media (max-width: 1024px) {
    .about-page__two-col {
        grid-template-columns: 1fr;
    }

    .about-page__two-col-left {
        display: none;
    }
}

@media (max-width: 768px) {
    .about-page .container {
        padding: 0 20px;
    }

    .about-hero {
        padding: 28px 0 40px;
    }

    .about-page__content .para-large {
        font-size: clamp(17px, 4.5vw, 22px);
        margin-bottom: 24px;
    }

    .about-page__two-col-right p {
        font-size: 14px;
    }

    .about-page {
        padding-bottom: 56px;
    }
}

@media (max-width: 480px) {
    .about-hero__capsule-inner {
        border-radius: 24px;
    }
}

/* ========== ДОПОЛНИТЕЛЬНЫЙ АДАПТИВ ========== */

/* Планшеты (768px - 1024px) */
@media (max-width: 1024px) {
    .about-hero__word {
        font-size: 100px;
        line-height: 100px;
    }

    .about-page__content .para-large {
        font-size: 28px;
        line-height: 38px;
    }

    .about-page__content .para-large .brand {
        font-size: 28px;
        line-height: 38px;
    }

    .about-page__two-col-right p {
        max-width: 100%;
    }
}

/* Мобильные устройства (до 768px) */
@media (max-width: 768px) {
    .about-hero {
        padding: 32px 0 60px;
    }

    .about-hero__logotype {
        flex-direction: column;
        gap: 32px;
    }

    .about-hero__word {
        font-size: 64px;
        line-height: 64px;
        text-align: center;
    }

    .about-hero__capsule {
        flex: none;
        width: 100%;
        justify-content: center;
    }

    .about-hero__capsule-inner {
        width: 140px;
        height: 140px;
    }

    .about-hero__capsule-inner img {
        max-width: 80%;
        max-height: 80%;
    }

    .about-page__section-label {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }

    .about-page__content .para-large {
        font-size: 22px;
        line-height: 32px;
    }

    .about-page__content .para-large .brand {
        font-size: 22px;
        line-height: 32px;
    }

    .about-page__two-col {
        margin-top: 32px;
    }

    .about-page__two-col-right p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 20px;
    }
}

/* Маленькие телефоны (до 480px) */
@media (max-width: 480px) {
    .about-page {
        padding-bottom: 48px;
    }

    .about-page__breadcrumbs {
        font-size: 11px;
        gap: 4px;
        padding-top: 16px;
    }

    .about-hero {
        padding: 24px 0 40px;
    }

    .about-hero__word {
        font-size: 48px;
        line-height: 48px;
    }

    .about-hero__capsule-inner {
        width: 100px;
        height: 100px;
    }

    .about-page__section-label {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 16px;
    }

    .about-page__content .para-large {
        font-size: 18px;
        line-height: 28px;
    }

    .about-page__content .para-large .brand {
        font-size: 18px;
        line-height: 28px;
    }

    .about-page__two-col-right p {
        font-size: 13px;
        line-height: 20px;
        margin-bottom: 16px;
    }
}

/* Очень маленькие телефоны (до 375px) */
@media (max-width: 375px) {
    .about-hero__word {
        font-size: 40px;
        line-height: 40px;
    }

    .about-hero__capsule-inner {
        width: 80px;
        height: 80px;
    }

    .about-page__content .para-large {
        font-size: 16px;
        line-height: 26px;
    }

    .about-page__content .para-large .brand {
        font-size: 16px;
        line-height: 26px;
    }
}

/* ============================================================
   СТРАНИЦА: Что такое функциональный продукт
   ============================================================ */

.functional-page {
    font-family: 'Inter', sans-serif;
    color: #20221EB8;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -.02em;
    padding-bottom: 80px;
}

.functional-page .container {
    max-width: 1440px;
    margin: 0 auto;
}

/* Хлебные крошки */
.functional-page__breadcrumbs {
    display: flex;
    align-items: center;
    gap: 6px;
    padding-top: 20px;
    margin-bottom: 40px;
    font-size: 13px;
    color: #20221E7A;
}

.functional-page__breadcrumbs a {
    color: #20221E7A;
    text-decoration: none;
}

.functional-page__breadcrumbs a:hover {
    color: #81AD4F;
}

.functional-page__breadcrumbs .separator {
    color: #20221E7A;
}

.functional-page__breadcrumbs .current {
    color: #20221E7A;
}

/* Hero-блок (на всю ширину) */

.functional-page .fp-hero {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 360px;
    margin-bottom: 128px;
    overflow: hidden;
    width: 100%;
    background: #325B3E0A;
}

.functional-page .fp-hero__bg-blob {
    position: absolute;
    width: 320px;
    height: 320px;
    background: url('/static/images/leaf.png') no-repeat center center;
    background-size: cover;
    transform: rotate(-5deg);
    z-index: 0;
}

.functional-page .fp-hero__bg-blob--left {
    left: -104.97px;
    top: -76.8px;
}

.functional-page .fp-hero__bg-blob--right {
    left: auto;
    right: -173.97px;
    top: 149.03px;
}

.functional-page .fp-hero__inner {
    position: relative;
    z-index: 2;
    text-align: center;
}

.functional-page .fp-hero__title {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 48px;
    line-height: 56px;
    text-align: center;
    letter-spacing: -0.02em;
    margin: 0;
    background: linear-gradient(90deg, rgba(50, 91, 62, 0.24) 0%, #325B3E 53.37%, #6AC183 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Вводная цитата */
.functional-page .fp-intro {
    margin-bottom: 64px;
    max-width: 708px;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    gap: 24px;
    font-family: Inter;
    font-weight: 400;
    font-style: Italic;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: -.02em;
    color: #20221EB8;
}

.fp-content {
    max-width: 1074px;
}

.functional-page .fp-intro__text {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -.02em;
    color: #20221E;
    margin-bottom: 16px;
}

.functional-page .fp-intro__text:last-child {
    margin-bottom: 0;
}

/* Нумерованные секции */
.functional-page .fp-section {
    display: grid;
    grid-template-columns: 366px 708px;
    margin-bottom: 64px;
    max-width: 1074px;
}

.functional-page .fp-section:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.functional-page .fp-section__number {
    color: #325B3E1F;
    display: block;
    font-family: Inter;
    font-weight: 900;
    font-size: 64px;
    line-height: 64px;
    letter-spacing: -.02em;
}

.functional-page .fp-section__label {
    text-transform: uppercase;
    color: #81AD4F;
    display: block;
    margin-top: 12px;
    font-family: Inter;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: -.02em;
}

.functional-page .fp-section__body {
    padding-top: 4px;
}

.functional-page .fp-section__text {
    letter-spacing: -.02em;
    color: #20221EB8;
    margin-bottom: 16px;
    font-family: Inter;
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
}

.functional-page .fp-section__text span {
    color: #20221E;
}

.functional-page .fp-section__text:last-child {
    margin-bottom: 0;
}

.functional-page .fp-section__text--bold {
    font-weight: 600;
    color: #20221E;
}

/* Блок 15% */
.functional-page .fp-highlight {
    display: flex;
    align-items: center;
    gap: 24px;
    border-radius: 24px;
    padding: 72px;
    margin-top: 16px;
    background: #81AD4F;
    max-width: 708px;
    margin-left: auto;
    justify-content: center;
    margin-bottom: 64px;
}

.functional-page .fp-highlight__icon {
    flex-shrink: 0;
}

.functional-page .fp-highlight__icon svg {
    width: 56px;
    height: 56px;
}

.functional-page .fp-highlight__content {
    display: flex;
    flex-direction: column;
}

.functional-page .fp-highlight__value {
    color: white;
    font-family: Inter;
    font-weight: 900;
    font-size: 72px;
    line-height: 72px;
    letter-spacing: -.02em;
    text-align: center;
}

.functional-page .fp-highlight__label {
    color: white;
    margin-top: 8px;
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: -.02em;
    text-align: center;
    text-transform: uppercase;
}

/* Блок сертификации */
.functional-page .fp-cert {
    display: grid;
    grid-template-columns: 366px 708px;
}


.functional-page .fp-cert__text p {
    letter-spacing: -.02em;
    color: #20221EB8;
    font-family: Inter;
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 24px;
}

.functional-page .fp-cert__text p:last-child {
    margin-bottom: 0;
}

.functional-page .fp-cert__link {
    color: #81AD4F;
}

.functional-page .fp-cert__link:hover {
}

/* ========== АДАПТИВ ========== */

/* Планшеты (768px - 1024px) */
@media (max-width: 1024px) {
    .functional-page .fp-hero {
        min-height: 320px;
        margin-bottom: 60px;
    }

    .functional-page .fp-hero__bg-blob {
        width: 250px;
        height: 250px;
    }

    .functional-page .fp-hero__bg-blob--left {
        left: -130px;
        top: -80px;
    }

    .functional-page .fp-hero__bg-blob--right {
        right: -130px;
        top: 80px;
    }

    .functional-page .fp-hero__title {
        font-size: 40px;
        line-height: 48px;
    }

    .functional-page .fp-section {
        grid-template-columns: 200px 1fr;
        max-width: 900px;
    }

    .functional-page .fp-section__number {
        font-size: 54px;
        line-height: 54px;
    }

    .functional-page .fp-section__text {
        font-size: 20px;
        line-height: 30px;
    }

    .functional-page .fp-cert {
        grid-template-columns: 200px 1fr;
    }

    .functional-page .fp-cert__text p {
        font-size: 20px;
        line-height: 30px;
    }

    .functional-page .fp-highlight {
        max-width: 600px;
        padding: 50px;
    }

    .functional-page .fp-highlight__value {
        font-size: 60px;
        line-height: 60px;
    }
}

/* Мобильные устройства (до 768px) */
@media (max-width: 768px) {
    .functional-page {
        padding-bottom: 60px;
    }

    .functional-page .container {
        padding: 0 20px;
    }

    .functional-page__breadcrumbs {
        font-size: 12px;
        padding-top: 16px;
        margin-bottom: 24px;
        flex-wrap: wrap;
    }

    .functional-page .fp-hero {
        min-height: 260px;
        margin-bottom: 40px;
    }

    .functional-page .fp-hero__bg-blob {
        width: 180px;
        height: 180px;
    }

    .functional-page .fp-hero__bg-blob--left {
        left: -90px;
        top: -50px;
    }

    .functional-page .fp-hero__bg-blob--right {
        right: -90px;
        top: 50px;
    }

    .functional-page .fp-hero__title {
        font-size: 32px;
        line-height: 40px;
    }

    .functional-page .fp-intro {
        max-width: 100%;
        gap: 16px;
        margin-bottom: 40px;
    }

    .functional-page .fp-intro__text {
        font-size: 18px;
        line-height: 28px;
    }

    .functional-page .fp-section {
        grid-template-columns: 1fr;
        gap: 16px 0;
        margin-bottom: 48px;
        max-width: 100%;
    }

    .functional-page .fp-section__number-col {
        display: flex;
        flex-direction: row;
        align-items: baseline;
        gap: 12px;
    }

    .functional-page .fp-section__number {
        font-size: 40px;
        line-height: 40px;
    }

    .functional-page .fp-section__label {
        margin-top: 0;
    }

    .functional-page .fp-section__text {
        font-size: 18px;
        line-height: 28px;
    }

    .functional-page .fp-highlight {
        max-width: 100%;
        padding: 40px;
        margin: 40px 0;
    }

    .functional-page .fp-highlight__value {
        font-size: 48px;
        line-height: 48px;
    }

    .functional-page .fp-highlight__label {
        font-size: 12px;
    }

    .functional-page .fp-cert {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .functional-page .fp-cert__text p {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 20px;
    }
}

/* Маленькие телефоны (до 480px) */
@media (max-width: 480px) {
    .functional-page {
        padding-bottom: 48px;
    }

    .functional-page .container {
        padding: 0 16px;
    }

    .functional-page__breadcrumbs {
        font-size: 11px;
        padding-top: 12px;
        margin-bottom: 16px;
    }

    .functional-page .fp-hero {
        min-height: 200px;
        margin-bottom: 32px;
    }

    .functional-page .fp-hero__bg-blob {
        width: 140px;
        height: 140px;
    }

    .functional-page .fp-hero__bg-blob--left {
        left: -70px;
        top: -40px;
    }

    .functional-page .fp-hero__bg-blob--right {
        right: -70px;
        top: 40px;
    }

    .functional-page .fp-hero__title {
        font-size: 24px;
        line-height: 32px;
    }

    .functional-page .fp-intro {
        gap: 12px;
        margin-bottom: 32px;
    }

    .functional-page .fp-intro__text {
        font-size: 16px;
        line-height: 24px;
    }

    .functional-page .fp-section {
        margin-bottom: 32px;
    }

    .functional-page .fp-section__number {
        font-size: 32px;
        line-height: 32px;
    }

    .functional-page .fp-section__label {
        font-size: 10px;
    }

    .functional-page .fp-section__text {
        font-size: 16px;
        line-height: 24px;
    }

    .functional-page .fp-highlight {
        padding: 24px;
        margin: 32px 0;
        gap: 16px;
    }

    .functional-page .fp-highlight__value {
        font-size: 36px;
        line-height: 36px;
    }

    .functional-page .fp-highlight__label {
        font-size: 11px;
    }

    .functional-page .fp-highlight__icon svg {
        width: 40px;
        height: 40px;
    }

    .functional-page .fp-cert__icon svg {
        width: 40px;
        height: 40px;
    }

    .functional-page .fp-cert__text p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 16px;
    }
}

/* Очень маленькие телефоны (до 375px) */
@media (max-width: 375px) {
    .functional-page .fp-hero__bg-blob {
        display: none;
    }

    .functional-page .fp-hero__title {
        font-size: 22px;
        line-height: 30px;
    }

    .functional-page .fp-section__text {
        font-size: 15px;
        line-height: 22px;
    }

    .functional-page .fp-highlight {
        padding: 20px;
    }

    .functional-page .fp-highlight__value {
        font-size: 32px;
        line-height: 32px;
    }

    .functional-page .fp-cert__text p {
        font-size: 15px;
        line-height: 22px;
    }
}

/* ============================================================
   СТРАНИЦА: Оценка продуктов (дополнительные стили)
   ============================================================ */

.functional-page .fp-content {
    max-width: 708px;
    margin: 0 auto;
}

.functional-page .fp-text {
    margin-bottom: 24px;
}

.functional-page .fp-text p {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: -.02em;
    color: #20221EB8;
    margin: 0;
}

/* Блок с вопросами */
.functional-page .fp-questions {
    margin: 64px 0;
}

.functional-page .fp-questions__title {
    letter-spacing: -.02em;
    color: #20221E;
    margin: 0 0 24px 0;
    font-family: Inter;
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
}

.special-li.estimation-page {
    font-family: Inter;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -.02em;
    color: #20221EB8;
    margin-bottom: 24px;
}

/* Блок с кнопкой */

.functional-page .fp-cta {
    background: #81AD4F14;
    border-radius: 40px;
    padding: 40px;
    margin-top: 48px;
    min-height: 320px;
    display: flex;
    gap: 16px;
    flex-direction: column;
    justify-content: space-between;
}

.functional-page .fp-cta__text {
    font-family: 'Inter', sans-serif;
    letter-spacing: -.02em;
    color: #20221E;
    font-weight: 500;
    font-size: 28px;
    line-height: 36px;
    max-width: 546px;
}

.functional-page .fp-cta__btn {
    display: inline-block;
    background: #81AD4F;
    color: white;
    letter-spacing: -.02em;
    padding: 14px 32px;
    border-radius: 128px;
    text-decoration: none;
    transition: background 0.2s;
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    width: fit-content;
}

.functional-page .fp-cta__btn:hover {
    background: #6f9a3f;
}

/* Блок со ссылкой */
.functional-page .fp-link {
    margin-top: 12px;
}

.functional-page .fp-link__btn {
    background: #81AD4F1F;
    color: #81AD4F;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -.02em;
    padding: 12px 16px;
    border-radius: 128px;
    text-decoration: none;
    transition: background 0.2s;
    display: flex;
    align-items: center;
    width: fit-content;
}

.functional-page .fp-link__btn:hover {
    background: #81AD4F;
    color: white;
}

.fp-cloud {
    display: flex;
    padding: 24px;
    background: #325B3E0A;
    border-radius: 16px;
    gap: 4px;
    margin-bottom: 12px;
    flex-direction: column;
}

.fp-cloud p {
    font-family: Inter;
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: -.02em;
    color: #325B3E;
}

.fp-cloud a {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -.02em;
    color: #81AD4F;
}

.fp-cloud.last-item {
    margin-bottom: 64px;
}

/* Стили для текстовых блоков, если их ещё нет */
.functional-page .fp-text {
    margin-bottom: 24px;
}

.functional-page .fp-text p {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: -.02em;
    color: #20221EB8;
    margin: 0;
}

.functional-page .fp-text--first p {
    color: #20221E;
}

/* ============================================================
   СТРАНИЦА: КОНТАКТЫ
   ============================================================ */

.contacts-info {
    max-width: 464px;
    margin: 0 auto;
}

.contacts-info__heading {
    display: block;
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -.02em;
    color: #20221EB8;
    margin-bottom: 32px;
}

.contacts-info__item {
    display: flex;
    align-items: baseline;
    gap: 8px;
    padding: 32px;
    flex-direction: column;
    border-radius: 24px;
    background: #81AD4F14;
    margin-bottom: 24px;
}

.contacts-info__item:first-child {
    padding-top: 0;
}

.contacts-info__label {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -.02em;
    color: #20221E7A;
}

.contacts-info__value {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -.02em;
    color: #20221E;
}

.contacts-info__value:hover {
}

.contacts-info__item--full {
    display: block;
    border-bottom: none;
    padding-bottom: 0;
}

.contacts-info__social {
    display: flex;
    flex-direction: row;
    gap: 24px;
    margin-top: 24px;
    align-items: center;
}

.contacts-info__soc-item {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
}

.contacts-info__item--full .contacts-info__label {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #20221E7A;
    margin-top: 20px;
    min-width: auto;
}

/* ========== АДАПТИВ ========== */

@media (max-width: 768px) {
    .contacts-info__item {
        flex-direction: column;
        gap: 8px;
        padding: 16px 0;
    }

    .contacts-info__label {
        min-width: auto;
        font-size: 16px;
        line-height: 24px;
    }

    .contacts-info__value {
        font-size: 16px;
        line-height: 24px;
    }
}

@media (max-width: 480px) {
    .contacts-info__label {
        font-size: 14px;
        line-height: 22px;
    }

    .contacts-info__value {
        font-size: 14px;
        line-height: 22px;
    }
}

/* ============================================================
   СТРАНИЦА: Как разместить свой продукт в реестре
   ============================================================ */

.steps-list {
    max-width: 707px;
    margin: 0 auto;
}

.steps-list__item {
    display: flex;
    align-items: center;
    padding: 24px 32px;
    margin-bottom: 24px;
    gap: 16px;
    border-radius: 16px;
    background: #81AD4F14;
}


.steps-list__number {
    font-family: 'Inter', sans-serif;
    letter-spacing: -.02em;
    color: #81AD4F;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
}

.steps-list__text {
    font-family: 'Inter', sans-serif;
    letter-spacing: -.02em;
    color: #20221E;
    flex: 1;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
}

.steps-list__link {
    flex-shrink: 0;
    transition: opacity 0.2s;
}

.steps-list__link:hover {
    opacity: 0.8;
}

/* ========== АДАПТИВ ========== */

@media (max-width: 768px) {
    .steps-list__item {
        gap: 16px;
        padding: 20px 0;
    }

    .steps-list__number {
        font-size: 28px;
        line-height: 36px;
        min-width: 60px;
    }

    .steps-list__text {
        font-size: 18px;
        line-height: 26px;
    }
}

@media (max-width: 480px) {
    .steps-list__item {
        flex-wrap: wrap;
        gap: 12px;
        padding: 16px 0;
    }

    .steps-list__number {
        font-size: 24px;
        line-height: 32px;
        min-width: auto;
    }

    .steps-list__text {
        font-size: 16px;
        line-height: 24px;
        flex: auto;
    }

    .steps-list__link svg {
        width: 36px;
        height: 36px;
    }
}