/* Кейс «Вольный странник» — hero по макету */

:root {
    --volny-teal: #2a7f7f;
    --volny-teal-dark: #236b6b;
    --volny-teal-soft: #4a9e9e;
}

.volny-strannik-page {
    margin: 0;
    font-family: "Gilroy", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: var(--volny-teal-dark);
    background: #f8faf9;
}

.volny-main {
    margin: 0;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
}

/* Фон — текстура «акварель» на белом */
.volny-hero {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: stretch;
    padding: clamp(100px, 14vh, 140px) 0 0;
    box-sizing: border-box;
    background-color: #fdfcfb;
    background-image: url("../images/cases/Volny Strannik/background.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    overflow: hidden;
}

.volny-hero__inner {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 clamp(20px, 4vw, 40px);
    box-sizing: border-box;
    display: grid;
    grid-template-columns: minmax(0, 0.8fr) minmax(280px, 1fr);
    gap: clamp(28px, 5vw, 56px);
    align-items: start;
}

.volny-hero__visual {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    align-self: end;
}

.volny-hero__copy {
    max-width: 560px;
    width: 100%;
}

/* Верхний блок: логотип (полная ширина в макете) */
.volny-hero__brand {
    margin-bottom: clamp(20px, 3vw, 32px);
}

.volny-hero__logo {
    display: block;
    width: clamp(220px, 48vw, 420px);
    max-width: 100%;
    height: auto;
    object-fit: contain;
}
.volny-hero__tree-wrap {
    width: 100%;
    margin-bottom: clamp(24px, 4vw, 36px);
}

.volny-hero__tree {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.volny-hero__title {
    margin: 0 0 clamp(14px, 2vw, 20px);
    font-size: clamp(26px, 3.6vw, 36px);
    font-weight: 700;
    line-height: 1.18;
    letter-spacing: 0.02em;
    color: var(--volny-teal);
    text-transform: none;
}

.volny-hero__subtitle {
    margin: 0;
    font-size: clamp(16px, 1.25vw, 18px);
    font-weight: 500 !important;
    line-height: 1.45;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--volny-teal-soft);
    max-width: 38rem;
}

.volny-hero__phones {
    width: 100%;
    max-width: min(100%, 580px);
    height: auto;
    display: block;
    object-fit: contain;
    object-position: bottom center;
    margin: 0;
    padding: 0;
    filter: drop-shadow(0 20px 40px rgba(42, 127, 127, 0.12));
}

/* Блоки «Интернет-магазин» и «Технология скорочтения» — одна сетка */
.volny-store,
.volny-speed {
    padding: clamp(40px, 7vw, 80px) 0;
    box-sizing: border-box;
}

.volny-store {
    background: #eff7f9;
}

.volny-speed {
    background: rgb(239, 247, 249);
}

.volny-store__inner,
.volny-speed__inner {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 clamp(20px, 4vw, 40px);
    box-sizing: border-box;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 1.05fr);
    gap: clamp(24px, 4vw, 56px);
    align-items: stretch;
}

.volny-store__copy,
.volny-speed__copy {
    display: flex;
    flex-direction: column;
    min-height: 0;
    padding-bottom: clamp(36px, 5vw, 64px);
}

.volny-store__title,
.volny-reader__title,
.volny-speed__title,
.volny-audio__title {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 clamp(20px, 4vw, 42px);
    box-sizing: border-box;
    margin-bottom: clamp(20px, 3vw, 36px);
    font-size: clamp(22px, 3.4vw, 32px);
    font-weight: 700;
    line-height: 1.18;
    color: #111;
}

.volny-store__list,
.volny-calendar__list {
    margin: 0;
    padding: 0 0 0 1.2em;
    font-size: clamp(16px, 1.4vw, 18px);
    font-weight: 500;
    line-height: 1.65;
    color: #1a1a1a;
}

.volny-store__list li + li,
.volny-calendar__list li + li {
    margin-top: 0.72em;
}

.volny-store__badge {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: stretch;
    margin-top: auto;
    padding-top: clamp(24px, 3.5vw, 40px);
}

.volny-store__badge-circle {
    height: 100%;
    aspect-ratio: 1;
    width: 72px;
    justify-self: start;
    border-radius: 50%;
    background: #00b4ba;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.volny-store__badge-icon {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    flex-shrink: 0;
}

.volny-speed__copy .volny-store__badge-icon {
    width: 60px;
    height: 60px;
    max-width: 60px;
    max-height: 60px;
}

.volny-store__badge-label {
    margin: 0;
    padding: clamp(10px, 1.4vw, 14px) clamp(14px, 2.2vw, 22px);
    background: #fff;
    border-radius: 12px;
    font-size: clamp(16px, 1.25vw, 18px);
    font-weight: 500 !important;
    line-height: 1.35;
    color: #111;
    display: flex;
    align-items: center;
}

.volny-store__visual {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    align-self: end;
}

.volny-store__phones {
    display: block;
    width: 100%;
    max-width: min(100%, 640px);
    height: auto;
    margin: 0;
    padding: 0;
    object-fit: contain;
    object-position: bottom center;
}

/* Блок «Многофункциональная читалка» */
.volny-reader {
    background: #eff7f9;
    padding: clamp(40px, 7vw, 80px) 0;
    box-sizing: border-box;
}

.volny-reader__inner {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 clamp(20px, 4vw, 40px);
    box-sizing: border-box;
    display: grid;
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1fr);
    gap: clamp(24px, 4vw, 48px);
    align-items: center;
}

.volny-reader__visual {
    min-width: 0;
}

.volny-reader__photo-frame {
    border-radius: clamp(20px, 2.8vw, 28px);
    overflow: hidden;
    background: #e8f4f6;
    line-height: 0;
}

.volny-reader__photo {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.volny-reader__features {
    display: flex;
    flex-direction: column;
    gap: clamp(14px, 2.2vw, 22px);
    min-width: 0;
}

.volny-reader__plaque {
    display: flex;
    flex-direction: row;
    align-items: center;
    min-width: 0;
}

.volny-reader__plaque-asset {
    display: block;
    flex: 0 0 auto;
    width: auto;
    height: clamp(72px, 9vw, 110px);
    object-fit: contain;
    object-position: left center;
    z-index: 1;
}

.volny-reader__plaque-copy {
    margin: 0;
    flex: 1 1 auto;
    min-width: 0;
    padding: clamp(12px, 1.6vw, 16px) clamp(24px, 2.2vw, 32px);
    background: #fff;
    border-radius: 999px;
    font-size: clamp(16px, 1.35vw, 18px);
    font-weight: 600;
    line-height: 1.35;
    color: #111;
    margin-left: -20px;
    display: flex;
    align-items: center;
}

/* Блок «Аудиокниги» — список и фото */
.volny-audio {
    background: rgb(239, 247, 249);
    padding: clamp(40px, 7vw, 80px) 0;
    box-sizing: border-box;
}

.volny-audio__inner {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 clamp(20px, 4vw, 40px);
    box-sizing: border-box;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(260px, 0.92fr);
    gap: clamp(24px, 4vw, 48px);
    align-items: center;
}

.volny-audio__track {
    display: flex;
    min-width: 0;
    padding: clamp(4px, 1vw, 10px) 0;
}

.volny-audio__timeline {
    list-style: none;
    margin: 0;
    padding: 0;
    width: min(100%, 520px);
}

.volny-audio__step {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: clamp(12px, 2vw, 18px);
    margin-bottom: clamp(8px, 2vw, 18px);
    min-height: clamp(2.75rem, 8vw, 3.5rem);
    width: 100%;
    text-align: left;
}

.volny-audio__step:last-child {
    margin-bottom: 0;
}

.volny-audio__node {
    width: clamp(44px, 8vw, 52px);
    height: clamp(44px, 8vw, 52px);
    border-radius: 50%;
    background: #00b4ba;
    color: #fff;
    font-weight: 700;
    font-size: clamp(12px, 1.35vw, 15px);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    line-height: 1;
    font-variant-numeric: tabular-nums;
}

.volny-audio__text {
    margin: 0;
    font-size: clamp(16px, 1.4vw, 18px);
    font-weight: 500;
    line-height: 1.5;
    color: #111;
    text-align: left;
}

.volny-audio__visual {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
}

.volny-audio__photo-card {
    width: 100%;
    max-width: min(100%, 520px);
    margin-inline: auto;
    box-sizing: border-box;
    line-height: 0;
}

.volny-audio__photo {
    display: block;
    width: 100%;
    height: auto;
    border-radius: clamp(12px, 1.8vw, 18px);
}

/* Блок «Православный календарь» */
.volny-calendar {
    background: rgb(239, 247, 249);
    box-sizing: border-box;
}

.volny-calendar__inner {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: clamp(40px, 7vw, 80px) clamp(20px, 4vw, 40px);
    box-sizing: border-box;
}

.volny-calendar__title,
.volny-news__title,
.volny-media__title,
.volny-kids-cal__title {
    margin: 0 0 clamp(16px, 2.5vw, 28px);
    font-size: clamp(22px, 3.4vw, 32px);
    font-weight: 700;
    line-height: 1.18;
    color: #111;
    text-align: left;
}

.volny-calendar__visual {
    margin-top: clamp(28px, 5vw, 52px);
    display: flex;
    justify-content: center;
    width: 100%;
}

.volny-calendar__photo {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0;
}

/* Блок «Публикации и новости» */
.volny-news {
    background: rgb(239, 247, 249);
    box-sizing: border-box;
}

.volny-news__inner {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: clamp(40px, 7vw, 80px) clamp(20px, 4vw, 40px);
    box-sizing: border-box;
}

.volny-news__wrap {
    position: relative;
    padding-top: clamp(32px, 5vw, 56px);
}

.volny-news__scroll-track {
    position: relative;
    width: 100%;
}

.volny-news__accent {
    position: absolute;
    z-index: 0;
    left: 0;
    right: 0;
    top: -5%;
    height: 65%;
    border-radius: clamp(22px, 3.5vw, 40px);
    background: #47c1c6;
}

.volny-news__grid {
    position: relative;
    z-index: 1;
    display: grid;
    width: 100%;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: 0 20px;
    gap: clamp(14px, 2.5vw, 26px);
    align-items: end;
}

.volny-news__cell {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 0;
}

.volny-news__img {
    display: block;
    width: 100%;
    max-width: min(340px, 100%);
    height: auto;
}

/* Блок «Мультимедиа» */
.volny-media {
    background: rgb(239, 247, 249);
    box-sizing: border-box;
}

.volny-media__inner {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: clamp(40px, 7vw, 80px) clamp(20px, 4vw, 40px);
    box-sizing: border-box;
}

.volny-media__row {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    gap: clamp(24px, 4vw, 48px);
}

.volny-media__visual-left {
    flex: 1 1 50%;
    min-width: 0;
}

.volny-media__phones {
    display: block;
    width: 100%;
    height: auto;
}

.volny-media__column-right {
    flex: 1 1 50%;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    gap: clamp(16px, 3.5vw, 24px);
}

.volny-media__plate {
    background: #fff;
    border-radius: clamp(14px, 2vw, 22px);
    padding: clamp(20px, 3vw, 30px) clamp(20px, 3vw, 32px);
    box-sizing: border-box;
}

.volny-media__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.volny-media__list li {
    position: relative;
    padding-left: 1.1em;
    margin-bottom: 0.85em;
    font-size: clamp(16px, 1.1vw, 18px);
    font-weight: 600;
    letter-spacing: 0.07em;
    line-height: 1.45;
    color: #111;
    text-align: left;
}

.volny-media__list li:last-child {
    margin-bottom: 0;
}

.volny-media__list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #00b4ba;
}

.volny-media__figure {
    line-height: 0;
}

.volny-media__illustration {
    display: block;
    width: 100%;
    height: auto;
}

/* Блок «Интерактивные календари для детей» */
.volny-kids-cal {
    background: rgb(239, 247, 249);
    box-sizing: border-box;
}

.volny-kids-cal__inner {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: clamp(40px, 7vw, 80px) clamp(20px, 4vw, 40px);
    box-sizing: border-box;
}

.volny-kids-cal__banner {
    margin-top: clamp(24px, 4vw, 40px);
    line-height: 0;
    border-radius: clamp(18px, 2.6vw, 28px);
    overflow: hidden;
}

.volny-kids-cal__banner:first-of-type {
    margin-top: 0;
}

.volny-kids-cal__img {
    display: block;
    width: 100%;
    height: auto;
}

@media (max-width: 700px) {
    .volny-hero__tree-wrap {
        display: none;
    }

    .volny-hero {
        justify-content: flex-start;
        min-height: auto;
        padding-bottom: 0;
    }

    .volny-hero__inner {
        grid-template-columns: 1fr;
        text-align: left;
    }

    .volny-hero__visual {
        order: 2;
        align-self: stretch;
        align-items: center;
    }

    .volny-hero__copy {
        order: 1;
        max-width: none;
    }

    .volny-hero__phones {
        max-width: 420px;
    }

    .volny-store,
    .volny-speed {
        padding-bottom: clamp(28px, 6vw, 48px);
    }

    .volny-store__inner,
    .volny-speed__inner {
        grid-template-columns: 1fr;
    }

    .volny-store__copy,
    .volny-speed__copy {
        order: 1;
        padding-bottom: 0;
    }

    .volny-store__visual {
        order: 2;
        align-self: stretch;
        align-items: flex-end;
    }

    .volny-store__phones {
        max-width: 420px;
        margin-inline: auto;
    }

    .volny-store__badge {
        margin-top: 0;
    }

    .volny-reader__inner {
        grid-template-columns: 1fr;
    }

    .volny-reader__visual {
        max-width: min(100%, clamp(240px, 72vw, 340px));
        margin-inline: auto;
        width: 100%;
    }

    .volny-reader__photo-frame {
        margin-inline: auto;
    }

    .volny-reader__plaque {
        flex-wrap: wrap;
    }

    .volny-reader__plaque-asset {
        height: clamp(54px, 11vw, 64px);
    }

    .volny-reader__plaque-copy {
        flex: 1 1 200px;
    }

    .volny-audio {
        padding-bottom: clamp(28px, 6vw, 48px);
    }

    .volny-audio__inner {
        grid-template-columns: 1fr;
    }

    .volny-audio__visual {
        max-width: min(100%, clamp(240px, 72vw, 340px));
        margin-inline: auto;
        width: 100%;
    }

    .volny-audio__photo-card {
        max-width: 100%;
    }

    .volny-news__wrap {
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        overscroll-behavior-x: contain;
        padding-top: clamp(28px, 6vw, 48px);
        margin-bottom: clamp(4px, 1vw, 8px);
        scrollbar-gutter: stable;
    }

    .volny-news__scroll-track {
        width: max-content;
        min-width: 100%;
        box-sizing: border-box;
    }

    .volny-news__grid {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        width: max-content;
        gap: clamp(12px, 3vw, 20px);
        padding: 0 20px;
    }

    .volny-news__cell {
        flex: 0 0 auto;
        width: min(72vw, 280px);
    }

    .volny-news__accent {
        height: 65%;
        top: -4%;
    }

    .volny-news__img {
        max-width: 100%;
    }

    .volny-media {
        padding-bottom: clamp(28px, 6vw, 48px);
    }

    .volny-media__row {
        flex-direction: column;
        align-items: stretch;
        gap: clamp(28px, 5vw, 40px);
    }

    .volny-media__visual-left {
        flex: none;
        max-width: min(100%, 420px);
        margin-inline: auto;
    }

    .volny-media__column-right {
        flex: none;
        max-width: min(100%, 520px);
        margin-inline: auto;
    }
}

@media (max-width: 480px) {
    .volny-hero {
        min-height: auto;
        padding-top: 88px;
    }

    .volny-hero__logo {
        width: min(100%, 360px);
    }
}

/* ——— Обратная связь (бирюзовый блок + карточка формы) ——— */

.volny-contact {
    background: rgb(239, 247, 249);
    padding: clamp(48px, 8vw, 88px) 0;
    box-sizing: border-box;
}

.volny-contact__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.volny-contact__shell {
    display: flex;
    align-items: center;
    gap: 0;
    border-radius: 44px;
    background: #47c1c6;
    box-sizing: border-box;
    overflow: visible;
}

.volny-contact__left {
    flex: 1 1 58%;
    min-width: 0;
    padding: clamp(40px, 5.5vw, 72px) clamp(28px, 4vw, 56px);
    box-sizing: border-box;
}

.volny-contact__lead-title {
    margin: 0 0 clamp(14px, 2vw, 20px);
    font-size: clamp(26px, 4.2vw, 40px);
    font-weight: 600;
    line-height: 1.2;
    color: #ffffff;
}

.volny-contact__lead-text {
    margin: 0;
    max-width: 36ch;
    font-size: clamp(16px, 2vw, 20px);
    font-weight: 500;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.95);
}

.volny-contact__right {
    flex: 0 1 42%;
    max-width: 460px;
    min-width: 0;
    margin-left: -28px;
    box-sizing: border-box;
}

.volny-contact__card {
    background: #ffffff;
    border-radius: 36px;
    padding: clamp(28px, 4vw, 40px) clamp(24px, 4vw, 36px);
    box-sizing: border-box;
}

.volny-contact__form-title {
    margin: 0 0 clamp(20px, 3vw, 28px);
    font-size: clamp(20px, 2.5vw, 26px);
    font-weight: 600;
    line-height: 1.25;
    color: #1a1a1a;
}

.volny-contact__form {
    display: flex;
    flex-direction: column;
    gap: clamp(14px, 2vw, 20px);
}

.volny-contact__field {
    margin: 0;
}

.volny-contact__input {
    display: block;
    width: 100%;
    padding: 14px 0 12px;
    border: none;
    border-bottom: 1px solid #c8ced4;
    border-radius: 0;
    background: transparent;
    color: #1a1a1a;
    font-size: 16px;
    font-family: "Gilroy", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    outline: none;
    box-sizing: border-box;
    transition: border-color 0.2s ease;
}

.volny-contact__input::placeholder {
    color: #8a9399;
}

.volny-contact__input:focus {
    border-bottom-color: #47c1c6;
}

.volny-contact__submit {
    align-self: flex-start;
    margin-top: clamp(4px, 1vw, 8px);
    padding: 14px 44px;
    background: #47c1c6;
    color: #ffffff;
    border: none;
    border-radius: 999px;
    font-size: 16px;
    font-weight: 600;
    font-family: "Gilroy", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    cursor: pointer;
    transition: background-color 0.2s ease, opacity 0.2s ease;
}

.volny-contact__submit:hover:not(:disabled) {
    background: #3aa8ad;
}

.volny-contact__submit:disabled {
    opacity: 0.72;
    cursor: not-allowed;
}

.volny-contact .visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.volny-contact .checkbox-container {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    position: relative;
}

.volny-contact .checkbox-container input[type="checkbox"] {
    position: absolute;
    left: 0;
    top: 2px;
    opacity: 0;
    width: 20px;
    height: 20px;
    margin: 0;
    cursor: pointer;
    z-index: 1;
}

.volny-contact .checkbox-container .checkmark {
    position: relative;
    flex-shrink: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #9ccfd2;
    border-radius: 4px;
    margin-top: 2px;
}

.volny-contact .checkbox-container:hover input[type="checkbox"] ~ .checkmark,
.volny-contact .checkbox-container input[type="checkbox"]:focus-visible ~ .checkmark {
    border-color: #47c1c6;
}

.volny-contact .checkbox-container input[type="checkbox"]:checked ~ .checkmark {
    background-color: #47c1c6;
    border-color: #47c1c6;
}

.volny-contact .checkbox-container .checkmark::after {
    content: "";
    position: absolute;
    display: none;
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.volny-contact .checkbox-container input[type="checkbox"]:checked ~ .checkmark::after {
    display: block;
}

.volny-contact .checkbox-text {
    font-size: 14px;
    line-height: 1.45;
    color: #5c656b;
}

.volny-contact .privacy-link {
    color: #2a7f7f;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.volny-contact .privacy-link:hover {
    color: #236b6b;
}

@media (max-width: 900px) {
    .volny-contact__shell {
        flex-direction: column;
        align-items: stretch;
        border-radius: 32px;
    }

    .volny-contact__left {
        flex: 0 0 auto;
        padding-bottom: clamp(24px, 4vw, 36px);
    }

    .volny-contact__lead-text {
        max-width: none;
    }

    .volny-contact__right {
        flex: 1 1 auto;
        max-width: none;
        margin-left: 0;
    }

    .volny-contact__card {
        border-radius: 28px;
    }
}

@media (max-width: 480px) {
    .volny-contact {
        padding-left: 16px;
        padding-right: 16px;
    }

    .volny-contact__left {
        padding: clamp(28px, 6vw, 40px) clamp(18px, 4vw, 24px) clamp(18px, 3vw, 24px);
    }

    .volny-contact__card {
        padding: 24px 20px 28px;
    }
}
