section.hero {
    margin-top: 80px;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 576px;
    background-repeat: no-repeat;
    background-position: center;
    flex-direction: column;
    background-color: #0E0E0C;
    gap: 40px;
}

section.hero .breadcrumbs-block {
    margin: 92px auto 0;
    max-width: 1200px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}

section.hero .breadcrumbs-block a.parent-link {
    font-family: "Mona Sans Expanded", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 2.6;
    letter-spacing: -0.01em;
    text-align: left;
    margin: 0;
    opacity: 64%;
    text-decoration: none;
}

section.hero .breadcrumbs-block .separator {
    max-width: 16px;
    height: 16px;
}

section.hero .breadcrumbs-block .separator img {
    width: 100%;
    height: 100%;
}

section.hero .breadcrumbs-block span.name-post {
    font-family: "Mona Sans Expanded", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 2.6;
    letter-spacing: -0.01em;
    text-align: left;
    margin: 0;
    text-decoration: none;
}

section.hero .hero-container {
    margin: 0px auto 92px;
    display: flex;
    flex-direction: row;
    gap: 80px;
    max-width: 1200px;
    width: 100%;
}

section.hero .hero-container .hero-container-left {
    display: flex;
    flex-direction: column;
    gap: 40px;
    max-width: 560px;
    margin: 20px 0px;
}

section.hero .hero-container .hero-container-left .back-to a {
    display: flex;
    flex-direction: row;
    gap: 8px;
    text-align: center;
    text-decoration: none;
}

section.hero .hero-container .hero-container-left .back-to a img {
    width: 30px;
    height: 30px;
}

section.hero .hero-container .hero-container-left .back-to a span {
    font-family: "Mona Sans Expanded", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 1.6;
    letter-spacing: -0.02em;
    text-align: left;
    margin: 0;
}

section.hero .hero-container .hero-container-left .text-block {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

section.hero .hero-container .hero-container-left .text-block .title-post h1.post-title {
    font-family: 'Unbounded', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 36px;
    line-height: 1.2;
    letter-spacing: -0.02em;
    text-align: left;
    color: #ffffff;
    margin: 0;
}

section.hero .hero-container .hero-container-left .category-post {
    display: flex;
    flex-direction: row;
    gap: 8px;
}

section.hero .hero-container .hero-container-left .category-post .category-tag {
    padding: 15.5px 24px 13.5px 24px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border-radius: 100px;
    background: linear-gradient(180deg,
            rgba(255, 255, 255, 0.12) 0%,
            rgba(255, 255, 255, 0.06) 100%);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    color: #FFFFFF;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: -0.02em;
    text-decoration: none;
    font-family: "Mona Sans Expanded", sans-serif;
    font-weight: 700;
}

section.hero .hero-container .hero-container-left .publish-post {
    display: flex;
    flex-direction: row;
    gap: 6px;
}

section.hero .hero-container .hero-container-left .publish-post span.publish-label {
    font-family: "Mona Sans Expanded", sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 1.6;
    letter-spacing: -0.02em;
    text-align: left;
    margin: 0;
}

section.hero .hero-container .hero-container-left .publish-post span.time-read {
    font-family: "Mona Sans Expanded", sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 1.6;
    letter-spacing: -0.02em;
    text-align: left;
    margin: 0;
    opacity: 0.6;
}

section.hero .hero-container .hero-container-right {
    display: flex;
    flex-direction: column;
    gap: 40px;
    max-width: 560px;
    min-width: 560px;
    min-height: 356px;
    height: 100%;
}

section.hero .hero-container .hero-container-right .post-featured-image,
section.hero .hero-container .hero-container-right .post-featured-image img {
    height: 100%;
    width: 100%;
}

@media screen and (min-width: 1040px) and (max-width: 1280px) {
    section.hero .hero-container {
        max-width: 1040px;
    }

    section.hero .breadcrumbs-block {
        max-width: 1040px;
    }

    section.hero .hero-container .hero-container-left,
    section.hero .hero-container .hero-container-right {
        max-width: 480px;
        height: 100%;
        min-width: 480px;
    }

    section.post-content .post-content-blocks {
        max-width: 1040px;
    }
}

@media screen and (min-width: 720px) and (max-width: 1040px) {
    section.hero .hero-container {
        max-width: 1040px;
        margin: 40px auto 24px;
        flex-direction: column-reverse;
        padding: 0 32px;
        gap: 40px;
        position: relative;
    }

    section.hero .breadcrumbs-block {
        max-width: 1040px;
        padding: 0 32px;
        margin: 0px auto;
    }

    section.hero .hero-container .hero-container-left,
    section.hero .hero-container .hero-container-right {
        width: 100%;
        max-width: 100%;
    }

    section.hero .hero-container .hero-container-left .back-to {
        position: absolute;
        top: -62px;
    }
}

@media screen and (max-width: 719px) {
    section.hero .hero-container {
        max-width: 361px;
        margin: 50px auto 24px;
        flex-direction: column-reverse;
        padding: 0;
        gap: 40px;
        position: relative;
    }

    section.hero .breadcrumbs-block {
        max-width: 361px;
        padding: 0;
        margin: 24px auto 0;
        overflow: hidden;
    }

    section.hero .hero-container .hero-container-left,
    section.hero .hero-container .hero-container-right {
        width: 100%;
        max-width: 100%;
        min-height: 230px;
        min-width: 100%;
    }

    section.hero .hero-container .hero-container-left .back-to {
        position: absolute;
        top: -62px;
    }

    section.hero .hero-container .hero-container-left .category-post {
        flex-direction: column;
    }

    section.hero .hero-container .hero-container-left .category-post {
        flex-direction: column;
    }

    section.hero .hero-container .hero-container-left .category-post .category-tag {
        width: fit-content;
    }

    section.hero .hero-container .hero-container-left .text-block .title-post h1.post-title {
        font-size: 28px;
    }

    section.hero .breadcrumbs-block .separator {
        max-width: 16px;
        height: 16px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    section.hero .breadcrumbs-block span.name-post {
        white-space: nowrap;
        display: none;
    }

    section.hero .breadcrumbs-block .separator:nth-of-type(2) {
        display: none;
    }

}

/* Post content */

section.post-content {
    position: relative;
    width: 100%;
    background: #fff;
}

section.post-content .section-divider-top {
    height: 164px;
    background: #0E0E0C;
    clip-path: polygon(0 0, 100% 0, 100% 0%, 0% 80%);
    transform: scale(1.01);
    max-width: 99vw;
}

section.post-content .post-content-blocks {
    margin: 12px auto 0;
    display: flex;
    flex-direction: row;
    gap: 60px;
    max-width: 1200px;
    width: 100%;
    position: relative;
    align-items: flex-start;
}

section.post-content .post-content-blocks .sticky-block {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 364px;
    position: sticky;
    flex-shrink: 0;
    height: fit-content;
    top: 80px;
}

section.post-content .post-content-blocks .author-main {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

section.post-content .post-content-blocks .author-main .author-title {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
}

section.post-content .post-content-blocks .author-main .author-title .author-name {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

section.post-content .post-content-blocks .author-main .author-title .author-name span {
    font-family: "Mona Sans Expanded", sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #111112;
    line-height: 1.2;
    letter-spacing: -0.01em;
    text-align: left;
    margin: 0;
    opacity: 0.6;
}

section.post-content .post-content-blocks .author-main .author-title .author-name p {
    font-family: "Mona Sans Expanded", sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #111112;
    line-height: 1.2;
    letter-spacing: -0.01em;
    margin: 0;
}

section.post-content .post-content-blocks .author-main .author-content p {
    font-size: 16px;
    font-weight: 400;
    color: #111112;
    line-height: 1.5;
    letter-spacing: -0.01em;
    margin: 0;
}

section.post-content .post-content-blocks .author-main .author-image {
    max-width: 80px;
    height: 80px;
    width: 100%;
}

section.post-content .post-content-blocks .author-main .author-image img {
    width: 100%;
    height: 100%;
}

section.post-content .post-content-blocks .share-block {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 20px;
    align-items: center;
}

section.post-content .post-content-blocks .share-block span {
    flex-shrink: 0;
    font-size: 16px;
    font-weight: 400;
    color: #111112;
    line-height: 1.5;
    letter-spacing: -0.01em;
    margin: 0;
}

section.post-content .post-content-blocks .share-block .share-links {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 8px;
    align-items: center;
}

section.post-content .post-content-blocks .share-block .share-links a.share-item {
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    display: block;
    line-height: 0;
    text-decoration: none;
}

section.post-content .post-content-blocks .share-block .share-links a.share-item img {
    width: 44px;
    height: 44px;
    display: block;
    object-fit: contain;
    border-radius: 100%;
    transition: background-color 0.15s ease;
}

section.post-content .post-content-blocks .share-block .share-links a.share-item img:hover {
    background-color: #f1f1f1;
    border-radius: 100%;
}


section.post-content .post-content-blocks .title-block-for-step-by-step {
    display: flex;
    flex-direction: column;
    gap: 20px;
}


section.post-content .post-content-blocks .title-block-for-step-by-step span {
    color: #0E0E0C;
    font-family: 'Unbounded', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: 120%;
    letter-spacing: -0.48px;
    text-transform: uppercase;
    text-align: left;
    margin: 0;
}

section.post-content .post-content-blocks .title-block-for-step-by-step .items-title {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

section.post-content .post-content-blocks .title-block-for-step-by-step .items-title li.nav-item {
    display: flex;
    gap: 4px;
    flex-direction: row;
}

section.post-content .post-content-blocks .title-block-for-step-by-step .items-title .nav-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

section.post-content .post-content-blocks .title-block-for-step-by-step .items-title li.nav-item img.btn-icon {
    width: 10px;
    height: 10px;
    opacity: 0;
    visibility: hidden;
    margin-right: 4px;
    margin-top: 4px;
}

section.post-content .post-content-blocks .title-block-for-step-by-step .items-title li.nav-item.is-active img.btn-icon {
    opacity: 1;
    visibility: visible;
}


section.post-content .post-content-blocks .title-block-for-step-by-step .items-title .nav-list li.nav-item a {
    font-family: "Mona Sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #80807A;
    line-height: 1.24;
    letter-spacing: -0.02em;
    text-decoration: none;
    list-style: none;
}

section.post-content .post-content-blocks .title-block-for-step-by-step .items-title .nav-list li.nav-item.is-active a,
section.post-content .post-content-blocks .title-block-for-step-by-step .items-title .nav-list li.nav-item:hover a{
    color: #0E0E0C;
}

section.post-content .post-content-blocks .action-block {
    display: flex;
    flex-direction: column;
    gap: 8px;
    background: #F3F4F6;
    border-radius: 20px;
    padding: 20px 24px;
}

section.post-content .post-content-blocks .action-block p.title_action {
    font-family: "Mona Sans Expanded", sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #0E0E0C;
    line-height: 1.4;
    letter-spacing: 0;
    margin: 0;
    text-align: center;
}

section.post-content .post-content-blocks .action-block p.subtitle_action {
    font-family: "Mona Sans Expanded", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #0E0E0CCC;
    line-height: 1.4;
    letter-spacing: 0;
    margin: 0;
    text-align: center;
    opacity: 0.8;
}

section.post-content .post-content-blocks .action-block p.action_action {
    font-family: "Mona Sans Expanded", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #0E0E0C;
    line-height: 1.2;
    letter-spacing: -0.02em;
    margin: 0;
    text-align: center;
    padding: 16.5px 20px;
    background-color: #D2FF1C;
    border-radius: 90px;
    cursor: pointer;
}

section.post-content .post-content-blocks .action-block p.undernote_action {
    font-family: "Mona Sans Expanded", sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #0E0E0C99;
    line-height: 1.4;
    letter-spacing: 0;
    text-align: center;
    margin: 0;
    opacity: 0.6;
}

section.post-content .post-content-blocks .content-block {
    width: 100%;
    font-family: "Mona Sans Expanded", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #0E0E0C;
    line-height: 1.4;
    letter-spacing: 0;
    margin: -40px 0 0 0;
}

section.post-content .post-content-blocks .content-block p,
section.post-content .post-content-blocks .content-block .content-table-wrap {
    margin: 16px 0 0 0;
}

section.post-content .post-content-blocks .content-block h1 {
    font-family: 'Unbounded', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 36px;
    line-height: 1.2;
    letter-spacing: -0.02em;
    text-align: left;
    color: #0E0E0C;
    margin: 0;
}

section.post-content .post-content-blocks .content-block h2 {
    font-family: 'Unbounded', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: -0.02em;
    text-align: left;
    color: #0E0E0C;
    margin: 40px 0 0 0;
}

section.post-content .post-content-blocks .content-block h3 {
    font-family: 'Unbounded', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 28px;
    line-height: 1.2;
    letter-spacing: -0.02em;
    text-align: left;
    color: #0E0E0C;
    margin: 40px 0 0 0;
}

section.post-content .post-content-blocks .content-block h4 {
    font-family: 'Unbounded', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: -0.02em;
    text-align: left;
    color: #0E0E0C;
    margin: 0;
}

section.post-content .post-content-blocks .content-block h5 {
    font-family: 'Unbounded', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: -0.02em;
    text-align: left;
    color: #0E0E0C;
    margin: 0;
}

section.post-content .post-content-blocks .content-block :is(p, li, blockquote, figcaption),
section.post-content .post-content-blocks .content-block p,
section.post-content .post-content-blocks .content-block p a {
    font-family: "Mona Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #111112;
    line-height: 1.6;
    letter-spacing: -0.16px;
}

section.post-content .post-content-blocks .content-block p strong {
    font-family: "Mona Sans", sans-serif;
}

section.post-content .post-content-blocks .content-block p a:hover {
    color: rgb(0, 0, 0);
}


section.post-content .post-content-blocks .content-block img {
    width: 100%;
    border-radius: 28px;
}

section.post-content .post-content-blocks .content-block ul,
section.post-content .post-content-blocks .content-block ol {
    margin-block: 0;
    margin-top: 16px;
    padding-inline-start: 20px;
}

section.post-content .post-content-blocks .content-block ul li strong,
section.post-content .post-content-blocks .content-block ol li strong {
    font-family: "Mona Sans Expanded", sans-serif;
    font-size: 16px;
    font-weight: 500;
}

section.post-content .post-content-blocks .content-block blockquote {
    padding: 19px 0 19px 24px;
    border-left: 2px solid rgba(16, 19, 26, 0.44);
}

section.post-content .post-content-blocks .content-block blockquote p {
    font-style: italic;
}

section.post-content .post-content-blocks .content-block blockquote strong {
    display: block;
    margin-top: 12px;
    font-family: "Mona Sans Expanded", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #0E0E0C;
    line-height: 1.2;
    letter-spacing: -0.02em;
    font-style: normal;
}

section.post-content .post-content-blocks .content-block .action-active-wrapper {
    padding: 40px;
    border-radius: 28px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;margin-top: 40px;
}

section.post-content .post-content-blocks .content-block .title_active_block h3 {
    font-family: 'Unbounded', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: -0.02em;
    text-align: left;
    color: #0E0E0C;
    margin: 0;
    text-align: center;
}

section.post-content .post-content-blocks .content-block .subtitle_active_block p {
    font-family: "Mona Sans Expanded", sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #0E0E0CCC;
    line-height: 1.4;
    letter-spacing: 0;
    margin: 0;
    opacity: 0.8;
    text-align: center;
}

section.post-content .post-content-blocks .content-block .text-block-active-wrapper {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

section.post-content .post-content-blocks .content-block .action_active_block {
    text-align: center;
    padding: 16.5px 32px;
    background-color: #D2FF1C;
    border-radius: 90px;
    cursor: pointer;
    /*max-width: 180px;*/
    margin: 0 auto;
}

section.post-content .post-content-blocks .content-block .action_active_block span {
    font-family: "Mona Sans Expanded", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #0E0E0C;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

section.post-content .post-content-blocks .content-block .action_active_block {
    text-align: center;
    padding: 16.5px 32px;
    background-color: #111112;
    border-radius: 90px;
    cursor: pointer;
    /*max-width: 180px;*/
    margin: 0 auto;
}

section.post-content .post-content-blocks .content-block .action_active_block span {
    font-family: "Mona Sans Expanded", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

/* --------------------------------------------------------------------------
   Content tables (.content-block)
   Border #DBDCDC | text #121314 (Neutral/13) | header bg #F6F6F6 | radius 16px
   -------------------------------------------------------------------------- */

section.post-content .post-content-blocks .content-block .content-table-wrap {
    --table-border: #DBDCDC;
    --table-text: #121314;
    --table-header-bg: #F6F6F6;
    --table-radius: 16px;

    width: 100%;
    border: 1px solid var(--table-border);
    border-radius: var(--table-radius);
    overflow: hidden;
}

section.post-content .post-content-blocks .content-block .content-table-wrap table {
    width: 100%;
    margin: 0;
    border-collapse: collapse;
    border-spacing: 0;
    background-color: var(--table-border);
}

section.post-content .post-content-blocks .content-block .content-table-wrap :is(th, td) {
    padding: 16px 20px;
    text-align: left;
    vertical-align: middle;
    font-family: "Mona Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: -0.01em;
    color: var(--table-text);
    background-color: #fff;
    border: none;
    border-bottom: 1px solid var(--table-border);
    border-right: 1px solid var(--table-border);
    margin: 0;
}

section.post-content .post-content-blocks .content-block .content-table-wrap tr > :last-child {
    border-right: none;
}

section.post-content .post-content-blocks .content-block .content-table-wrap tr:last-child > :is(th, td) {
    border-bottom: none;
}

/* Header row */
section.post-content .post-content-blocks .content-block .content-table-wrap thead > tr:first-child > :is(th, td),
section.post-content .post-content-blocks .content-block .content-table-wrap:not(:has(thead)) > tbody > tr:first-child > :is(th, td) {
    background-color: var(--table-header-bg);
    font-weight: 600;
}

/* Body: first column (all tbody rows; in thead — all except header row) */
section.post-content .post-content-blocks .content-block .content-table-wrap thead > tr:not(:first-child) > :first-child,
section.post-content .post-content-blocks .content-block .content-table-wrap:has(thead) tbody > tr > :first-child,
section.post-content .post-content-blocks .content-block .content-table-wrap:not(:has(thead)) tbody > tr:not(:first-child) > :first-child {
    font-weight: 500;
}

section.post-content .post-content-blocks .content-block .content-table-wrap :is(th, td) strong {
    font-weight: inherit;
}

@media screen and (min-width: 1040px) and (max-width: 1280px) {
    section.post-content .post-content-blocks {
        max-width: 1040px;
    }
}

@media screen and (min-width: 720px) and (max-width: 1040px) {

    section.post-content .section-divider-top {
        max-width: 99vw;
    }

    section.post-content .post-content-blocks {
        min-width: 640px;
        width: 100%;
        flex-direction: column;
        padding: 0 32px 100px;
    }

    section.post-content .post-content-blocks .sticky-block {
        max-width: 100%;
        position: relative;
        top: 0;
    }

    section.post-content .post-content-blocks .content-block {
        max-width: 100%;
    }

    section.post-content .post-content-blocks .action-block {
        display: none;
    }


}

@media screen and (max-width: 719px) {
    section.post-content .section-divider-top {
        height: 38px;
    }

    section.post-content .post-content-blocks {
        min-width: 361px;
        width: 100%;
        flex-direction: column;
        padding: 0 16px 100px;
    }

    section.post-content .post-content-blocks .sticky-block {
        max-width: 100%;
        position: relative;
        top: 0;
    }

    section.post-content .post-content-blocks .content-block {
        max-width: 100%;
    }

    section.post-content .post-content-blocks .action-block {
        display: none;
    }

    section.post-content .post-content-blocks .content-block h1 {
        font-size: 28px;
    }

    section.post-content .post-content-blocks .content-block h2 {
        font-size: 24px;
    }

    section.post-content .post-content-blocks .content-block h3 {
        font-size: 20px;
    }

    section.post-content .post-content-blocks .content-block h4 {
        font-size: 20px;
    }

    section.post-content .post-content-blocks .content-block h5 {
        font-size: 16px;
    }

    section.post-content .post-content-blocks .content-block .title_active_block h3 {
        font-size: 20px;
    }

    section.post-content .post-content-blocks .content-block .subtitle_active_block p {
        font-size: 16px;
    }
}

/* FAQ */

section.post-content .post-content-blocks .content-block .faq-items {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    margin: 16px auto 0;
}

section.post-content .post-content-blocks .content-block .faq-items .faq-item {
    border-radius: 32px;
    overflow: hidden;
    transition: background-color 0.3s ease;
    cursor: pointer;
    background-color: #F3F4F6;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 32px;
}

section.post-content .post-content-blocks .content-block .faq-items .faq-item.active {
    background-color: #C4EF01;
}

section.post-content .post-content-blocks .content-block .faq-items .faq-header-qa {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

section.post-content .post-content-blocks .content-block .faq-items h3.faq-question {
    font-family: "Mona Sans Expanded", sans-serif;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: -0.02em;
    color: #0E0E0C;
    margin: 0;
    max-width: 664px;
}

section.post-content .post-content-blocks .content-block .faq-items .faq-answer p {
    font-family: "Mona Sans Expanded", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.01em;
    color: #0E0E0C;
    margin: 0;
    max-width: 664px;
}

section.post-content .post-content-blocks .content-block .faq-items .faq-content {
    max-width: 664px;
}

section.post-content .post-content-blocks .content-block .faq-items .faq-icon {
    width: 40px;
    height: 40px;
}

section.post-content .post-content-blocks .content-block .faq-items .faq-icon img {
    width: 100%;
    height: 100%;
    transition: transform 0.3s ease;
    margin: 0;
    border-radius: 0;

}


@media screen and (max-width: 719px) {


    section.post-content .post-content-blocks .content-block .faq-items .faq-header-qa {
        align-items: start;
    }


    section.post-content .post-content-blocks .content-block .faq-items .faq-item {
        padding: 24px;
    }

    section.post-content .post-content-blocks .content-block .faq-items h3.faq-question {
        font-size: 20px;
    }

    section.post-content .post-content-blocks .content-block .faq-items h3.faq-question,
    section.post-content .post-content-blocks .content-block .faq-items .faq-answer p {
        max-width: 261px;
    }

    section.post-content .post-content-blocks .content-block .faq-items .faq-answer p {
        font-size: 14px;
    }
}

/* Blog */
section.similar-posts {
    width: 100%;
    background: #fff;
    overflow: hidden;
}

section.similar-posts .blog-container {
    position: relative;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 60px;
    padding: 170px 0 100px 0;
    max-width: 1400px;
    width: 100%;
}

section.similar-posts .blog-container .blog-header {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

section.similar-posts .blog-container .blog-header .title-block h2 {
    font-family: 'Unbounded', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: -0.02em;
    text-align: center;
    color: #0E0E0C;
    margin: 0;
}

section.similar-posts .blog-container .blog-header .subtitle p {
    font-family: "Mona Sans Expanded", sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #0E0E0C;
    line-height: 1.2;
    letter-spacing: -0.02em;
    text-align: center;
    margin: 0;
}

section.similar-posts .blog-container .blog-items {
    display: flex;
    flex-wrap: nowrap;
    gap: 40px;
}

section.similar-posts .blog-container .blog-items {
    display: flex;
    flex-wrap: nowrap;
    gap: 40px;
}

section.similar-posts .blog-container .blog-items .blog-item {
    flex: 0 0 calc(33.333% - 20px);
    min-width: 350px;
    max-width: 440px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

section.similar-posts .blog-container .blog-items .blog-item article.blog-post {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

section.similar-posts .blog-container .blog-items .blog-item-image {
    max-width: 440px;
}

section.similar-posts .blog-container .blog-items .blog-item-image img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    object-fit: cover;
    display: block;
    max-height: 280px;
}

section.similar-posts .blog-container .blog-items .blog-item-title a {
    font-family: "Mona Sans Expanded", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.24;
    color: #111112;
    margin: 0;
    text-decoration: none;
}

section.similar-posts .blog-container .blog-items .blog-item-text {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin: 0 5px;
    min-height: 164px;
    justify-content: flex-end;
}

section.similar-posts .blog-container .blog-items .blog-item-text .header-item-post {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

section.similar-posts .blog-container .blog-items .blog-item-text .header-item-post a.category-link {
    font-family: "Mona Sans Expanded", sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #000;
    line-height: 1.24;
    letter-spacing: -0.02em;
    margin: 0 auto;
    max-width: 720px;
    text-decoration: none;
}

section.similar-posts .blog-container .blog-items .blog-item-text .header-item-post a.category-link:not(:last-child)::after {
    content: ", ";
    display: inline;
    color: inherit;
}

section.similar-posts .blog-container .blog-items .blog-item-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
}

section.similar-posts .blog-container .blog-items .blog-item-footer a.read-now-link {
    text-decoration: none;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
}

section.similar-posts .blog-container .blog-items .blog-item-footer a.read-now-link .read-now {
    font-family: "Mona Sans Expanded", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.24;
    letter-spacing: -0.01em;
    color: #111112;
    margin: 0;
}

section.similar-posts .blog-container .blog-items a.read-now-link img {
    max-width: 24px;
    height: 24px;
}

section.similar-posts .blog-container .blog-items a.read-now-link .read-now {
    color: #111112;
}

section.similar-posts .blog-container .blog-items .blog-item-footer .post-info {
    font-family: "Mona Sans Expanded", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.24;
    letter-spacing: -0.01em;
    color: #111112;
    margin: 0;
    opacity: 0.7;
}

section.similar-posts .blog-container .button-all-post {
    display: flex;
    justify-content: center;
}

section.similar-posts .blog-container .btn-learn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #111112;
    padding: 22.5px 32px;
    border-radius: 90px;
    text-decoration: none;
}

section.similar-posts .blog-container .btn-learn span {
    text-decoration: none;
    font-family: "Mona Sans Expanded", sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 1;
    letter-spacing: -0.02em;
}

section.similar-posts .blog-container .btn-learn .btn-icon {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

@media screen and (min-width: 1280px) and (max-width: 1440px) {
    section.similar-posts .blog-container {
        max-width: 1280px;
    }

    section.similar-posts .blog-container .blog-items .blog-item {
        min-width: 440px;
        max-width: 440px;
    }
}

@media screen and (min-width: 1040px) and (max-width: 1280px) {
    section.similar-posts .blog-container {
        max-width: 1040px;
    }

    section.similar-posts .blog-container .blog-items .blog-item-image img {
        max-height: 220px;
    }
}

@media screen and (min-width: 720px) and (max-width: 1040px) {
    section.similar-posts .blog-container {
        max-width: 1040px;
        padding: 0 36px;
    }

    section.similar-posts .blog-container .blog-items .blog-item {
        min-width: 440px;
        max-width: 442px;
    }

    section.similar-posts .blog-container .blog-header .title-block h2 {
        font-size: 36px;
    }


}

@media screen and (max-width: 719px) {
    section.similar-posts .blog-container {
        max-width: 361px;
        padding: 70px 0 100px 0;
    }

    section.similar-posts .blog-container .blog-header .title-block h2 {
        font-size: 28px;
    }

    section.similar-posts .blog-container .blog-header .subtitle p {
        font-size: 16px;

    }

    section.similar-posts .blog-container .blog-items .blog-item {
        min-width: 346px;
        max-width: 346px;
        gap: 16px;
    }

    section.similar-posts .blog-container .blog-items .blog-item-image img {
        min-height: 280px;
    }

    section.similar-posts .blog-container .blog-items .blog-item-title a {
        font-size: 16px;
    }

    section.similar-posts .blog-container .blog-items .blog-item-text {
        min-height: 96px;
    }

    section.similar-posts .blog-container .btn-learn {
        padding: 22.5px 120px;
    }

    section.similar-posts .blog-container .blog-items {
        gap: 16px;
    }
}

@media screen and (max-width: 380px) {

    section.hero .breadcrumbs-block,
    section.hero .hero-container,
    section.post-content .post-content-blocks .content-block,
    section.similar-posts .blog-container {
        max-width: 340px;
    }

    section.similar-posts .blog-container .btn-learn {
        padding: 22.5px 110px;
    }
}
