/* Block: categories-list (categories-list) */
.g-7aab2b47 { display: flex; flex-wrap: wrap; gap: var(--size-s); }
.g-7aab2b47 .g-d1ff131f { position: relative; text-decoration: none; background-color: var(--color-surface); flex: 0 0 calc((100% - (var(--size-s) * 4)) / 5); padding: var(--size-s) var(--size-s) 90px; border-radius: var(--b-radius); text-align: left; overflow-wrap: break-word; text-wrap: balance; min-height: 156px; transition: .2s ease-in-out filter; }
.g-7aab2b47 .g-d1ff131f:hover { filter: brightness(0.96); }
.g-7aab2b47 .g-d1ff131f:hover .g-1853341a { opacity: 1; }
.g-7aab2b47 .g-3b101c4a { position: relative; z-index: 1; }
.g-7aab2b47 .g-1853341a { position: absolute; bottom: 16px; right: 16px; font-size: 80px; opacity: .3; transition: .2s ease-in-out opacity; }
@media screen and (max-width: 1024px) { .g-d1ff131f { flex: 0 0 calc((100% - (var(--size-s) * 2)) / 3); padding: var(--size-xs) var(--size-xs) 82px; }
.g-1853341a { font-size: 72px; }
 }@media screen and (max-width: 768px) { .g-d1ff131f { flex: 0 0 calc((100% - var(--size-s)) / 2); min-height: 119px; padding-bottom: 70px; }
.g-1853341a { font-size: 56px; }
 }

/* Block: category-header (category-header) */
.g-831e5627 { padding: var(--size-m) 0 var(--section-padding); }
.g-831e5627 .g-dac81108 { display: inline-flex; justify-content: flex-start; align-items: center; padding: var(--size-xxs) var(--size-s); background-color: var(--color-surface); border-radius: var(--b-radius); gap: var(--size-xs); }
.g-831e5627 .g-b3d927cf { margin-top: var(--size-s); }
@media screen and (max-width: 576px) { .g-dac81108 { display: flex; margin: 0 auto; justify-content: center; gap: var(--size-xxs); }
.g-b3d927cf { margin-top: var(--size-xs); text-align: center; }
 }

/* Block: comments (comments) */
.comments-block .comments {
    list-style: none;
    padding: 0;
}

.comments-block .comments ul {
    padding: 0;
}

.comments-block .comment {
    list-style: none;
}

.comments-block .comments-title,
.comments-block .comment-reply-title {
    font-size: clamp(1.5rem, 0.8839779006vw + 1.2928176796rem, 2rem);
    font-weight: 600;
    line-height: 120%;
    margin-bottom: var(--size-m);
}

.comments-block .comment-body,
.comments-block .comment-respond {
    margin-top: var(--size-m);
    background-color: var(--color-surface);
    padding: var(--size-s);
    border-radius: var(--b-radius);
}

.comments-block .comment-content {
    margin-top: var(--size-s);
}

.comments-block .comment-metadata {
    margin-top: var(--size-xxs);
}

.comments-block .avatar {
    border-radius: 50%;
    margin-right: var(--size-xs);
}

.comments-block .comment-form {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: var(--size-xs);
}

.comments-block .comment-form p {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: var(--size-xxs);
}

.comments-block .comment-form input[type="email"],
.comments-block .comment-form input[type="text"],
.comments-block .comment-form input[type="url"],
.comments-block .comment-form textarea {
    width: 100%;
    border: 0;
    border-radius: var(--b-radius);
    font-size: clamp(0.75rem, 0.4419889503vw + 0.6464088398rem, 1rem);
    font-weight: 400;
    line-height: 120%;
    color: var(--color-text);
    background-color: var(--color-bg);
    outline: none;
}

.comments-block .comment-form input[type="email"],
.comments-block .comment-form input[type="text"],
.comments-block .comment-form input[type="url"] {
    height: var(--size-l);
}

.comments-block .comment-form textarea {
    min-height: 130px;
    resize: vertical;
}

.comments-block .comment-form .submit {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: var(--color-text-light);
    padding: 9px 75px;
    min-height: var(--size-l);
    text-decoration: none;
    font-size: 18px;
    border: 0;
    cursor: pointer;
    background-color: var(--color-primary);
    border-radius: var(--b-radius);
}

.comments-block p.comment-form-cookies-consent {
    flex-direction: row;
    align-items: center;
}

/* Block: cookie (cookie) */
.g-c590086b { display: none; position: fixed; bottom: 0; left: 0; width: 100%; padding: var(--size-m); z-index: 3; }
.g-2ca7eebd { display: block; }
.g-588efca8 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xl); }
.g-27f64985 { width: 195px; display: flex; flex-direction: column; gap: var(--size-xs); }
.g-d90ff53e { width: 100%; }
@media screen and (max-width: 768px) { .g-c590086b { padding: var(--size-s); }
.g-588efca8 { text-align: center; gap: var(--size-s); flex-direction: column; }
.g-27f64985 { width: 100%; flex-direction: row; justify-content: center; flex-wrap: wrap; }
.g-d90ff53e { width: auto; }
 }@media screen and (max-width: 576px) { .g-27f64985 { gap: var(--size-xxs); }
 }

/* Block: featured-posts (featured-posts) */
.g-f8f1ff29 { display: grid; grid-template-columns: minmax(0, 1fr) 466px; gap: var(--size-xs); align-items: start; }
.g-bab901c2 { background-color: var(--color-surface); padding: var(--size-xs); border-radius: var(--b-radius); }
.g-f5a0de0b { margin: 0; height: 1px; border: 0; border-top: 1px solid var(--color-text); }
.g-16a6bbe3 { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); text-align: center; }
@media screen and (max-width: 1024px) { .g-f8f1ff29 { grid-template-columns: 1fr 1fr; }
 }@media screen and (max-width: 870px) { .g-f8f1ff29 { grid-template-columns: 1fr; gap: var(--size-l); }
.g-bab901c2 { padding: 8px; }
 }

/* Block: footer (footer) */
.g-ca85718a { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-d37dd1b9 { text-align: center; position: fixed; left: 50%; top: 50%; transform: translateX(-50%) translateY(-50%) scale(0.7); padding: var(--size-xs) var(--size-s); border-radius: 14px; background: var(--color-secondary); box-shadow: var(--shadow); color: var(--color-text-light); opacity: 0; visibility: hidden; transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease; z-index: 1000; }
.g-d37dd1b9.g-803b2b2f { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-3a938925 { margin-top: var(--section-padding); }
.g-f0cc35e9 { background-color: var(--color-primary); color: var(--color-text-light); border-radius: var(--b-radius); padding: var(--size-xl); display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: var(--size-xl); margin-bottom: var(--size-xl); }
.g-d7a1c16e { max-width: 510px; }
.g-07cea256 { max-width: 430px; }
.g-8e7b88f9 { margin-top: var(--size-xs); }
.g-dd254f71 { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-b1a83fc5 { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-01d8fe78 { flex: 1; cursor: pointer; border: 0; background-color: var(--color-secondary); color: var(--text-light); height: 40px; border-radius: 40px; padding: 10px 24px; transition: transform 0.1s ease-in-out; }
.g-01d8fe78:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-2b767fba { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-e60523e7 { transform: scale(1.2); margin-right: var(--size-xs); }
.g-ef6e8946 { background-color: var(--color-surface); border-radius: var(--b-radius); padding: var(--size-xl); margin-bottom: var(--size-m); }
.g-76901bee { display: flex; justify-content: space-between; align-items: center; gap: var(--size-s); }
.g-2d93307c { display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); }
.g-d781d579 { margin-top: var(--size-xl); display: flex; justify-content: space-between; align-items: center; gap: var(--size-s); text-align: center; }
@media screen and (max-width: 1024px) { .g-f0cc35e9 { padding: var(--size-m); margin-bottom: var(--size-m); }
.g-d7a1c16e { max-width: initial; }
.g-07cea256 { max-width: initial; }
.g-ef6e8946 { padding: var(--size-m); }
 }@media screen and (max-width: 870px) { .g-76901bee { align-items: flex-start; justify-content: flex-start; flex-direction: column; gap: var(--size-m); }
.g-2d93307c { justify-content: flex-start; }
 }@media screen and (max-width: 768px) { .g-d781d579 { gap: var(--size-xs); flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-b5531d37 { order: 3; width: 100%; text-align: center; }
 }@media screen and (max-width: 576px) { .g-f0cc35e9 { gap: var(--size-m); }
.g-dd254f71 { flex-direction: column; gap: var(--size-xxs); }
.g-b1a83fc5 { width: 100%; }
.g-01d8fe78 { width: 100%; }
.g-2d93307c { flex-direction: column; align-items: flex-start; }
 }

/* Block: header (header) */
#navigation-modal li {
    list-style: none;
}
#navigation-modal .menu-item,
#navigation-modal .page_item {
    transition: color .2s ease-out;
}
#navigation-modal .menu-item:hover,
#navigation-modal .menu-item a:hover,
#navigation-modal .page_item:hover,
#navigation-modal .page_item a:hover {
    color: var(--color-primary);
}
#navigation-modal .current-menu-item,
#navigation-modal .current_page_item,
#navigation-modal .current-menu-item a,
#navigation-modal .current_page_item a {
    color: var(--color-primary);
}

.g-137c0a35 { position: relative; z-index: 5; }
.g-32eeaaa6 { width: 100%; }
.g-5c1f46af { display: flex; justify-content: center; align-items: center; height: 85px; }
.g-2b9cce46 { position: sticky; top: -1px; z-index: 5; }
.g-f9f7e496 { display: block; }
.g-d9a86d44 { display: flex; justify-content: center; align-items: center; height: 85px; position: relative; }
.g-d9a86d44::after { content: ""; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 75%; height: 1px; background-color: var(--color-text); }
.g-5000e580 { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; text-decoration: none; margin: 0 auto; }
.g-b946adaa { font-size: 34px; margin-right: var(--size-xxs); }
.g-b9a07a0a { font-size: 24px; font-weight: 600; }
.g-5c9e9799 { display: block; }
.g-5f217e37 { display: flex; justify-content: flex-end; align-items: center; gap: var(--size-s); }
.g-a6d06e9f { text-decoration: none; white-space: nowrap; padding: var(--size-xxs); transition: 0.2s ease; }
.g-a6d06e9f:hover { text-decoration: underline; }
.g-86ff3643 { display: none; flex-direction: column; gap: 5px; border: 0; padding: var(--size-xs); border-radius: var(--size-xxs); cursor: pointer; }
.g-35148c29 { width: 32px; height: 3px; }
@media screen and (max-width: 768px) { .g-137c0a35 { position: sticky; top: 0; }
.g-5c1f46af { justify-content: space-between; height: 65px; }
.g-eaea41fd { top: 65px; height: 0; }
.g-d9a86d44::after { display: none; }
.g-5000e580 { margin: 0; }
.g-5c9e9799 { position: absolute; right: 0; bottom: 75px; transform: translateY(100%); background-color: var(--color-secondary); width: 260px; padding: var(--size-m); border-radius: var(--size-xxs); display: none; }
.g-5c9e9799.g-3d18a0f7 { display: block; }
.g-5f217e37 { gap: var(--size-m); flex-direction: column; align-items: center; color: var(--color-text-light); }
.g-86ff3643 { display: flex; }
 }@media screen and (max-width: 576px) { .g-b946adaa { font-size: 28px; }
.g-b9a07a0a { font-size: 20px; }
.g-5c9e9799 { width: 100%; }
 }

/* Block: hero-search (hero-search) */
.g-3704db51 { position: relative; min-height: 600px; color: var(--color-text-light); }
.g-1dfb956a { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.g-81cc1216 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.g-81cc1216::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, #191917 100%); }
.g-24e484f7 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; padding: var(--wrapper-padding); justify-content: flex-end; align-items: center; flex-direction: column; padding-top: 150px; padding-bottom: 150px; }
.g-cc870f52 { max-width: 760px; text-align: center; }
.g-07838530 { max-width: 564px; margin-inline: auto; }
@media screen and (max-width: 768px) { .g-3704db51 { min-height: 500px; }
.g-24e484f7 { padding-bottom: 80px; }
 }@media screen and (max-width: 576px) { .g-cc870f52 { text-align: left; }
.g-f789fd4b { margin-top: var(--size-xs); }
.g-07838530 { margin-top: var(--size-s); }
 }

/* Block: page-404 (page-404) */
.g-db4ec5c1 { display: flex; justify-content: center; align-items: center; flex-direction: column; }
.g-80b81b5d { fill: var(--color-text-description); max-width: 100%; height: auto; }
.g-1cabf9a9 { text-align: center; margin-top: var(--size-xl); }
.g-be0d454d { text-align: center; margin-top: var(--size-s); }
.g-da61dd2b { text-align: center; }
@media screen and (max-width: 768px) { .g-1cabf9a9 { margin-top: var(--size-m); }
 }

/* Block: page-content (page-content) */
.g-977e90de { background-color: var(--color-surface); border-radius: var(--b-radius); padding: var(--size-m); margin: var(--section-padding) 0; }
@media screen and (max-width: 768px) { .g-977e90de { padding: var(--size-xs); }
 }

/* Block: page-header (page-header) */
.g-8b411231 { position: relative; padding: 80px 0; color: var(--color-text-light); }
.g-bf11a343 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.g-5cab2d20 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.g-5cab2d20::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 3.41%, #191917 94.77%); }
.g-31e6b050 { border-left: 3px solid var(--color-primary); padding-left: var(--size-s); max-width: 650px; }
@media screen and (max-width: 768px) { .g-8b411231 { padding-bottom: 50px; }
 }@media screen and (max-width: 576px) { .g-8b411231 { padding-bottom: 40px; }
 }

/* Block: pagination (pagination) */
.g-0a5708c6 .nav-links {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.g-0a5708c6 .page-numbers {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 32px;
    border-radius: 32px;
    min-width: 32px;
    text-decoration: none;
    font-weight: 500;
}

.g-0a5708c6 .page-numbers:hover {
    box-shadow: 0px 0px 0px 1px var(--color-secondary);
}

.g-0a5708c6 .prev {
    left: 0;
    transform: translateX(calc(-100% - 44px));
    color: var(--color-secondary);
}

.g-0a5708c6 .prev::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 12px;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='12' viewBox='0 0 18 12'%3E%3Cpath d='M4.99213 0.21967C5.28502 -0.0732234 5.76076 -0.0732234 6.05365 0.21967C6.34655 0.512563 6.34655 0.9883 6.05365 1.28119L2.56049 4.77338H16.7499C17.1642 4.77338 17.4999 5.10917 17.4999 5.52338C17.4999 5.93759 17.1642 6.27338 16.7499 6.27338H2.56049L6.05365 9.76557C6.34655 10.0585 6.34655 10.5342 6.05365 10.8271C5.76076 11.12 5.28502 11.12 4.99213 10.8271L0.21967 6.05365C-0.0732233 5.76076 -0.0732233 5.286 0.21967 4.99311L4.99213 0.21967Z' fill='white'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='12' viewBox='0 0 18 12'%3E%3Cpath d='M4.99213 0.21967C5.28502 -0.0732234 5.76076 -0.0732234 6.05365 0.21967C6.34655 0.512563 6.34655 0.9883 6.05365 1.28119L2.56049 4.77338H16.7499C17.1642 4.77338 17.4999 5.10917 17.4999 5.52338C17.4999 5.93759 17.1642 6.27338 16.7499 6.27338H2.56049L6.05365 9.76557C6.34655 10.0585 6.34655 10.5342 6.05365 10.8271C5.76076 11.12 5.28502 11.12 4.99213 10.8271L0.21967 6.05365C-0.0732233 5.76076 -0.0732233 5.286 0.21967 4.99311L4.99213 0.21967Z' fill='white'/%3E%3C/svg%3E") center / contain no-repeat;
    flex-shrink: 0;
}

.g-0a5708c6 .next {
    right: 0;
    transform: translateX(calc(100% + 44px));
    color: var(--color-secondary);
}

.g-0a5708c6 .next::after {
    content: '';
    display: inline-block;
    width: 18px;
    height: 12px;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='12' viewBox='0 0 18 12'%3E%3Cpath d='M4.99213 0.21967C5.28502 -0.0732234 5.76076 -0.0732234 6.05365 0.21967C6.34655 0.512563 6.34655 0.9883 6.05365 1.28119L2.56049 4.77338H16.7499C17.1642 4.77338 17.4999 5.10917 17.4999 5.52338C17.4999 5.93759 17.1642 6.27338 16.7499 6.27338H2.56049L6.05365 9.76557C6.34655 10.0585 6.34655 10.5342 6.05365 10.8271C5.76076 11.12 5.28502 11.12 4.99213 10.8271L0.21967 6.05365C-0.0732233 5.76076 -0.0732233 5.286 0.21967 4.99311L4.99213 0.21967Z' fill='white'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='12' viewBox='0 0 18 12'%3E%3Cpath d='M4.99213 0.21967C5.28502 -0.0732234 5.76076 -0.0732234 6.05365 0.21967C6.34655 0.512563 6.34655 0.9883 6.05365 1.28119L2.56049 4.77338H16.7499C17.1642 4.77338 17.4999 5.10917 17.4999 5.52338C17.4999 5.93759 17.1642 6.27338 16.7499 6.27338H2.56049L6.05365 9.76557C6.34655 10.0585 6.34655 10.5342 6.05365 10.8271C5.76076 11.12 5.28502 11.12 4.99213 10.8271L0.21967 6.05365C-0.0732233 5.76076 -0.0732233 5.286 0.21967 4.99311L4.99213 0.21967Z' fill='white'/%3E%3C/svg%3E") center / contain no-repeat;
    flex-shrink: 0;
    transform: scale(-1);
}

.g-0a5708c6 .prev,
.g-0a5708c6 .next {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    padding: 0 16px;
    gap: 8px;
        color: var(--color-text);
}

.g-0a5708c6 .prev,
.g-0a5708c6 .next,
.g-0a5708c6 .current {
    box-shadow: 0px 0px 0px 1px var(--color-text);
}

@media screen and (max-width: 768px) {
    .g-0a5708c6 .prev,
    .g-0a5708c6 .next {
        position: static;
        margin-top: 0;
        transform: none;
    }
}

@media screen and (max-width: 576px) {
    .g-0a5708c6 .prev::before,
    .g-0a5708c6 .next::after {
        display: none;
    }
}

.g-0a5708c6 { display: flex; justify-content: center; padding: var(--size-l) 0 var(--size-xl); }
@media screen and (max-width: 768px) { .g-0a5708c6 { padding: var(--size-m) 0 var(--size-l); }
 }

/* Block: post-card (post-card) */
.g-0c40a25f { position: relative; border-radius: var(--b-radius); overflow: hidden; height: 100%; background-color: var(--color-surface); }
.g-0c40a25f .g-900a24e3 { position: relative; height: 100%; text-decoration: none; display: flex; flex-direction: column; }
.g-0c40a25f .g-a5d9663d { height: 100%; background-color: var(--color-secondary); margin-bottom: -19px; aspect-ratio: 16/10; }
.g-0c40a25f .g-a5d9663d img { width: 100%; height: 100%; object-fit: cover; }
.g-0c40a25f .g-3173f2ed { margin-top: auto; padding: 0 var(--size-s) var(--size-s); display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; }
.g-0c40a25f .g-699313c0 { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 8px; background-color: var(--color-surface); border-radius: var(--b-radius) var(--b-radius) 0 0; padding: 0 8px; }
.g-0c40a25f .g-d79cd4dd { padding: 8px 4px; display: flex; justify-content: center; gap: 16px; align-items: center; white-space: nowrap; }
.g-0c40a25f .g-6f5db23f { margin-top: var(--size-xs); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-0c40a25f .g-dc08dfc1 { margin-top: var(--size-s); display: flex; align-items: center; gap: 8px; }
.g-0c40a25f .g-dc08dfc1:hover { text-decoration: underline; }
.g-0c40a25f .g-81b7c521 { white-space: nowrap; opacity: 0.8; margin-top: var(--size-xs); }
.g-0c40a25f .g-219e3b1c { margin-top: var(--size-s); }
.g-0c40a25f .g-badd02cd { background-color: var(--color-text); width: 4px; height: 4px; border-radius: 50%; }
.g-c4bc024a { position: relative; height: 100%; background-color: var(--color-surface); padding: 24px 0; }
.g-c4bc024a .g-900a24e3 { position: relative; height: 100%; text-decoration: none; }
.g-c4bc024a .g-72961afb { display: flex; justify-content: flex-start; align-items: center; gap: 16px; }
.g-c4bc024a .g-ceaaee4b { flex-shrink: 0; width: 120px; }
.g-c4bc024a .g-a5d9663d { height: 120px; background-color: var(--color-secondary); border-radius: var(--b-radius); }
.g-c4bc024a .g-a5d9663d img { width: 100%; height: 100%; object-fit: cover; }
.g-c4bc024a .g-699313c0 { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 8px; }
.g-c4bc024a .g-d79cd4dd { display: flex; justify-content: center; gap: 8px; align-items: center; white-space: nowrap; }
.g-c4bc024a .g-6f5db23f { margin-top: 16px; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-c4bc024a .g-81b7c521 { white-space: nowrap; opacity: 0.8; }
.g-c4bc024a .g-badd02cd { background-color: var(--color-text); width: 4px; height: 4px; border-radius: 50%; }
@media screen and (max-width: 576px) { .g-3173f2ed { padding: 0 8px 8px; }
.g-699313c0 { gap: 0 4px; }
.g-c4bc024a { padding: 16px 0; }
.g-c4bc024a .g-72961afb { flex-wrap: wrap; justify-content: space-between; gap: 8px; }
.g-c4bc024a .g-ceaaee4b { flex-shrink: initial; width: auto; }
.g-c4bc024a .g-a5d9663d { width: 100%; height: 100%; aspect-ratio: 16/10; }
.g-c4bc024a .g-3173f2ed { margin-top: 8px; }
 }

/* Block: post-content (post-content) */
[id^="anchor-"] {
    scroll-margin-top: calc(var(--header-height, 0px) + 15px);
}

.post-navigation-wrapper .nav-links {
    margin-top: var(--size-xl);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: var(--size-xl);
}

.post-navigation-wrapper .nav-links .post-navigation-link {
    gap: var(--size-xxs);
}

.post-navigation-wrapper .nav-links .nav-next {
    margin-left: auto;
        text-align: right;
}

.g-4ce8ef85 { display: grid; grid-template-columns: 1fr 368px; gap: var(--size-s); padding: var(--size-xl) 0; }
.g-4ce8ef85 blockquote { border-left: 3px solid var(--color-primary); background-color: var(--color-surface); padding: var(--size-s) var(--size-xs); }
.g-4ce8ef85 .g-0291d9e4 { padding: var(--size-s); position: sticky; top: calc(var(--header-height, 0px) + 15px); }
.g-4ce8ef85 .g-f0fc64dd { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-4ce8ef85 .g-74bca09d { margin-top: var(--size-m); }
.g-4ce8ef85 .g-e1996966 { margin-top: var(--size-m); color: var(--color-text-description); display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; gap: 16px; }
.g-4ce8ef85 .g-dfb0096f { display: block; text-decoration: none; }
.g-4ce8ef85 .g-dfb0096f:hover { text-decoration: underline; }
.g-4ce8ef85 .g-706344a4 { transform: translateX(16px); color: var(--color-text); font-weight: bold; }
@media screen and (max-width: 1024px) { .g-4ce8ef85 { grid-template-columns: 1fr; }
.g-4ce8ef85 .g-bff0660e { order: 1; }
.g-4ce8ef85 .g-9efff5e5 { order: 2; }
.g-4ce8ef85 .g-74bca09d { margin-top: var(--size-s); }
.g-4ce8ef85 .g-e1996966 { align-items: flex-start; margin-top: var(--size-s); gap: var(--size-xs); }
 }

/* Block: post-header (post-header) */
.g-6db56f02 { display: grid; grid-template-columns: 1fr 1fr; gap: var(--size-s); margin-top: var(--size-m); }
.g-6243e758 { display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; }
.g-dd6f94a4 { display: flex; align-items: center; justify-content: center; }
.g-c5bf901f { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); flex-wrap: wrap; }
.g-440fdc99 { padding: 8px 16px; height: 37px; border-radius: 37px; background-color: var(--color-surface); display: flex; justify-content: flex-start; align-items: center; gap: 8px; text-decoration: none; transition: filter .2s ease-in-out; }
.g-440fdc99:hover { filter: brightness(0.96); }
.g-9b88ac83 { margin-top: var(--size-m); }
.g-9528b773 { margin-top: var(--size-s); margin-bottom: auto; }
.g-ea42bd80 { margin-top: var(--size-s); }
@media screen and (max-width: 1024px) { .g-6db56f02 { grid-template-columns: 1fr; }
.g-6243e758 { max-width: 70%; }
.g-dd6f94a4 { max-width: 70%; display: block; }
.g-440fdc99 { height: 30px; }
 }@media screen and (max-width: 768px) { .g-6db56f02 { gap: var(--size-m); }
.g-6243e758 { max-width: 100%; }
.g-dd6f94a4 { max-width: 100%; }
.g-9528b773 { margin-top: var(--size-xs); }
 }

/* Block: posts-list (posts-list) */
.g-1bdc16e8 { display: grid; gap: 24px; grid-template-columns: repeat(3, 1fr); }
@media screen and (max-width: 1024px) { .g-1bdc16e8 { grid-template-columns: repeat(2, 1fr); }
 }@media screen and (max-width: 768px) { .g-1bdc16e8 { grid-template-columns: 1fr; }
 }

/* Block: recommendation (recommendation) */
.g-2038fa31 { text-align: center; }
.g-63219422 { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); }
.g-6bd85678 { background-color: var(--color-secondary); display: flex; justify-content: center; align-items: center; border-radius: var(--size-l); padding: 8px; gap: 16px; }
.g-d2b37835 { width: var(--size-l); height: var(--size-l); border-radius: 50%; border: 0; padding: 0; background-color: transparent; display: flex; justify-content: center; align-items: center; cursor: pointer; }
.g-d2b37835:hover { background-color: var(--color-primary); }
@media screen and (max-width: 768px) { .g-63219422 { margin-top: var(--size-m); }
.g-6bd85678 { border-radius: var(--size-m); }
.g-d2b37835 { width: var(--size-m); height: var(--size-m); }
 }

/* Block: search (search) */
.g-44a65381 { background: var(--color-surface); padding: var(--size-m); border-radius: var(--b-radius); margin-top: var(--size-m); }
.g-44a65381 .g-09f15d5d { margin-top: var(--size-m); max-width: 600px; }
.g-6edcdbcc { margin-top: var(--size-xl); }
.g-75e6d192 { margin-top: var(--size-m); max-width: 600px; }
@media screen and (max-width: 768px) { .g-44a65381 { padding: var(--size-s); }
 }

/* Block: searchform (searchform) */
.g-df71b53d { position: relative; display: inline-block; width: 100%; }
.g-df71b53d .g-f50f1ae4 { width: 100%; background-color: var(--color-surface); height: 48px; border-radius: 48px; border: 0; box-shadow: inset 0 0 0 2px var(--color-primary); padding: var(--size-xxs) 48px; font-size: clamp(0.75rem, 0.4419889503vw + 0.6464088398rem, 1rem); font-weight: 500; line-height: 120%; color: var(--color-text); }
.g-df71b53d .g-f50f1ae4:focus + .g-0b3e5b2a { opacity: 1; }
.g-df71b53d .g-2361ee25 { position: absolute; left: 0; top: 0; height: 100%; width: 48px; border: 0; background-color: transparent; cursor: pointer; display: flex; justify-content: center; align-items: center; padding: 0; transition: opacity .2s ease-in-out; }
.g-df71b53d .g-2361ee25:hover { opacity: .7; }
.g-df71b53d .g-4312a3c6 { fill: var(--color-primary); }
.g-df71b53d .g-0b3e5b2a { position: absolute; right: 0; top: 0; height: 100%; border: 0; width: 48px; padding: 8px; cursor: pointer; display: flex; justify-content: center; align-items: center; transition: opacity .2s ease-in-out; background-color: transparent; opacity: 0; font-size: 32px; }
.g-df71b53d .g-0b3e5b2a:hover { opacity: .7; }

/* Block: toTop (toTop) */
.g-40d2c826 { position: fixed; bottom: 0; opacity: 0; right: 30px; opacity: 0; transform: translateY(100%); background-color: var(--color-primary); border: none; width: 60px; height: 60px; border-radius: 50%; cursor: pointer; transition: 0.3s opacity ease-in-out, 0.3s transform ease-in-out; z-index: 4; }
.g-667ab253 { fill: var(--color-text-light); }
.g-63cfff57 { opacity: 1; transform: translateY(-35px); }
@media screen and (max-width: 768px) { .g-40d2c826 { transform: scale(0.8); bottom: 15px; right: 15px; }
 }

/* Block: front-page::hero-search (hero-search) */
.g-6cda64c8 { position: relative; min-height: 600px; color: var(--color-text-light); }
.g-6365b1e4 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.g-e09e5fce { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.g-e09e5fce::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, #191917 100%); }
.g-c05ebe0d { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; padding: var(--wrapper-padding); justify-content: flex-end; align-items: center; flex-direction: column; padding-top: 150px; padding-bottom: 150px; }
.g-2abc8450 { max-width: 760px; text-align: center; }
.g-c5e8e6b7 { max-width: 564px; margin-inline: auto; }
@media screen and (max-width: 768px) { .g-6cda64c8 { min-height: 500px; }
.g-c05ebe0d { padding-bottom: 80px; }
 }@media screen and (max-width: 576px) { .g-2abc8450 { text-align: left; }
.g-3217fc02 { margin-top: var(--size-xs); }
.g-c5e8e6b7 { margin-top: var(--size-s); }
 }

/* Block: front-page::faq--0 (faq) */
.g-d29b96c1 { position: relative; gap: var(--size-s); }
.g-d29b96c1 * { flex: 1; }
.g-49b27b32 { width: 80%; margin-inline: auto; }
.g-3450f482 { width: 32px; height: 32px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; background-color: var(--color-secondary); border-radius: 50%; margin-right: var(--size-xl); color: var(--color-text-light); }
.g-d767617c { user-select: none; }
.g-d767617c[open] .g-3608a7cf { transform: scaleY(1); }
.g-85ea4c0d { display: flex; justify-content: flex-start; align-items: center; list-style: none; cursor: pointer; padding: var(--size-s) var(--size-m); }
.g-85ea4c0d::-webkit-details-marker { display: none; }
.g-3608a7cf { width: 32px; height: 32px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; margin-left: auto; border-radius: 50%; background-color: var(--color-bg); transform: scaleY(-1); }
.g-3608a7cf svg { fill: var(--color-primary); }
.g-39cb6f96 { padding: 0 var(--size-m) var(--size-s); }
@media screen and (max-width: 870px) { .g-85ea4c0d { padding-top: var(--size-xs); padding-bottom: var(--size-xs); }
.g-39cb6f96 { padding-bottom: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-d29b96c1 { flex-direction: column; }
.g-49b27b32 { width: 100%; margin-top: var(--size-m); }
.g-3450f482 { margin-right: var(--size-s); }
 }

/* Block: front-page::categories-list (categories-list) */
.g-5d4581c9 { display: flex; flex-wrap: wrap; gap: var(--size-s); }
.g-5d4581c9 .g-3a43333d { position: relative; text-decoration: none; background-color: var(--color-surface); flex: 0 0 calc((100% - (var(--size-s) * 4)) / 5); padding: var(--size-s) var(--size-s) 90px; border-radius: var(--b-radius); text-align: left; overflow-wrap: break-word; text-wrap: balance; min-height: 156px; transition: .2s ease-in-out filter; }
.g-5d4581c9 .g-3a43333d:hover { filter: brightness(0.96); }
.g-5d4581c9 .g-3a43333d:hover .g-a10d84fa { opacity: 1; }
.g-5d4581c9 .g-6ce5201b { position: relative; z-index: 1; }
.g-5d4581c9 .g-a10d84fa { position: absolute; bottom: 16px; right: 16px; font-size: 80px; opacity: .3; transition: .2s ease-in-out opacity; }
@media screen and (max-width: 1024px) { .g-3a43333d { flex: 0 0 calc((100% - (var(--size-s) * 2)) / 3); padding: var(--size-xs) var(--size-xs) 82px; }
.g-a10d84fa { font-size: 72px; }
 }@media screen and (max-width: 768px) { .g-3a43333d { flex: 0 0 calc((100% - var(--size-s)) / 2); min-height: 119px; padding-bottom: 70px; }
.g-a10d84fa { font-size: 56px; }
 }

/* Block: front-page::featured-posts (featured-posts) */
.g-27e22560 { display: grid; grid-template-columns: minmax(0, 1fr) 466px; gap: var(--size-xs); align-items: start; }
.g-9b7d35cc { background-color: var(--color-surface); padding: var(--size-xs); border-radius: var(--b-radius); }
.g-72b5b558 { margin: 0; height: 1px; border: 0; border-top: 1px solid var(--color-text); }
.g-d5095667 { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); text-align: center; }
@media screen and (max-width: 1024px) { .g-27e22560 { grid-template-columns: 1fr 1fr; }
 }@media screen and (max-width: 870px) { .g-27e22560 { grid-template-columns: 1fr; gap: var(--size-l); }
.g-9b7d35cc { padding: 8px; }
 }

/* Block: front-page::page-content--0 (page-content) */
.g-0e54a80c { margin: var(--section-padding) 0; }

/* Block: contacts-page::page-content--0 (page-content) */
.g-f372f798 { margin: var(--section-padding) 0; }

/* Block: contacts-page::form--0 (form) */
.g-5f6d2039 { display: flex; justify-content: flex-start; align-items: center; position: relative; gap: var(--size-s); z-index: 1; }
.g-0d7a0415 { padding: var(--size-m); flex: 0 0 60%; display: flex; flex-direction: column; justify-content: center; }
.g-09f3a1f4 { display: flex; justify-content: flex-start; }
.g-f2b7678b { padding: var(--size-xl); flex: 1; display: flex; justify-content: flex-start; align-items: center; }
.g-753ecfd7 { display: flex; justify-content: flex-start; align-items: center; }
.g-2c1e9801 { width: 32px; height: 32px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; margin-right: var(--size-m); }
.g-de262120 { fill: var(--color-text); }
.g-86b40aa8 { stroke: var(--color-text); }
.g-bdc2e4ed { stroke: var(--color-text); }
.g-a426f8c4 { display: flex; flex-direction: column; }
.g-6097f89f { flex: 0 0 50%; height: 383px; }
.g-a0b842c8 { position: relative; z-index: 1; }
@media screen and (max-width: 870px) { .g-5f6d2039 { flex-direction: column; }
.g-0d7a0415 { width: 100%; flex: 0 0 auto; }
.g-09f3a1f4 { flex-direction: column; }
.g-f2b7678b { width: 100%; padding: var(--size-m); var(--wrapper-padding); }
.g-ddf94e65 { width: 100%; display: flex; justify-content: space-between; }
.g-753ecfd7 { margin-top: 0; align-items: flex-start; flex-direction: column; }
.g-2c1e9801 { margin-right: 0; }
.g-a426f8c4 { margin-top: var(--size-xs); }
.g-6097f89f { height: 429px; width: 100%; flex: 0 0 auto; }
 }@media screen and (max-width: 576px) { .g-0d7a0415 { padding: var(--size-xs); }
.g-ddf94e65 { flex-direction: column; align-items: center; gap: var(--size-s); margin-top: var(--size-s); }
.g-753ecfd7 { align-items: center; }
.g-a426f8c4 { text-align: center; }
.g-6097f89f { height: 370px; }
 }

/* Block: about-page::about--0 (about) */
.g-dd316e40 { padding: 0; }
@media screen and (max-width: 1280px) { .g-6e2bf815 { border-radius: 0; }
 }@media screen and (max-width: 768px) { .g-dd316e40 { padding: 0 var(--wrapper-padding); }
.g-3ede5e63 { column-count: 1; }
.g-6e2bf815 { border-radius: var(--b-radius); }
 }@media screen and (max-width: 576px) { .g-3ede5e63 { text-align: center; }
 }

/* Block: about-page::page-content--0 (page-content) */
.g-3a997f20 { background-color: var(--color-surface); border-radius: var(--b-radius); padding: var(--size-m); margin: var(--section-padding) 0; }
@media screen and (max-width: 768px) { .g-3a997f20 { padding: var(--size-xs); }
 }

/* Block: reassurance::about--0 (about) */
.g-631f6ec9 { display: flex; align-items: center; gap: var(--size-m); }
.g-e1a7ef00 { flex: 1; }
.g-6cb480a1 { flex: 1; }
@media screen and (max-width: 768px) { .g-631f6ec9 { flex-direction: column-reverse; }
 }@media screen and (max-width: 576px) { .g-6cb480a1 { text-align: center; }
 }

/* Block: reassurance::faq--0 (faq) */
.g-9cbebe07 { position: relative; gap: var(--size-s); }
.g-9cbebe07 * { flex: 1; }
.g-750c51b3 { width: 80%; margin-inline: auto; }
.g-66a7ed91 { width: 32px; height: 32px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; background-color: var(--color-secondary); border-radius: 50%; margin-right: var(--size-xl); color: var(--color-text-light); }
.g-e128a6d4 { user-select: none; }
.g-e128a6d4[open] .g-dbdb0a3c { transform: scaleY(1); }
.g-479f0eb2 { display: flex; justify-content: flex-start; align-items: center; list-style: none; cursor: pointer; padding: var(--size-s) var(--size-m); }
.g-479f0eb2::-webkit-details-marker { display: none; }
.g-dbdb0a3c { width: 32px; height: 32px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; margin-left: auto; border-radius: 50%; background-color: var(--color-bg); transform: scaleY(-1); }
.g-dbdb0a3c svg { fill: var(--color-primary); }
.g-8cae12ea { padding: 0 var(--size-m) var(--size-s); }
@media screen and (max-width: 870px) { .g-479f0eb2 { padding-top: var(--size-xs); padding-bottom: var(--size-xs); }
.g-8cae12ea { padding-bottom: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-9cbebe07 { flex-direction: column; }
.g-750c51b3 { width: 100%; margin-top: var(--size-m); }
.g-66a7ed91 { margin-right: var(--size-s); }
 }

/* Block: reassurance::text--0 (text) */
.g-468ac638 { padding: var(--size-xl); }
@media screen and (max-width: 768px) { .g-468ac638 { text-align: center; padding: var(--size-m); }
 }@media screen and (max-width: 576px) { .g-468ac638 { padding: var(--size-s); }
 }

/* Block: reassurance::about--1 (about) */
.g-bc8e0a0a { position: relative; display: flex; align-items: center; gap: var(--size-m); min-height: 550px; padding: var(--size-xl); }
.g-93066568 { position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: 1; }
.g-7cbf5995 { position: relative; z-index: 2; width: 60%; margin-left: auto; padding: var(--size-m); }
@media screen and (max-width: 870px) { .g-7cbf5995 { width: 100%; }
 }@media screen and (max-width: 576px) { .g-bc8e0a0a { padding: 0; flex-direction: column-reverse; }
.g-93066568 { position: static; border-radius: 0; width: 100vw; left: 50%; right: 50%; margin-left: -50vw; margin-right: -50vw; }
.g-7cbf5995 { text-align: center; }
 }