/* Block: categories-list (categories-list) */
.g-d746e484 { display: grid; grid-template-columns: repeat(6, 1fr); gap: var(--size-s); }
.g-d746e484 .g-022139eb { position: relative; text-decoration: none; background: linear-gradient(180deg, var(--color-surface) 0%, transparent 100%); border-radius: var(--b-radius); padding: 24px 24px 150px; min-height: 178px; overflow-wrap: break-word; word-break: break-word; text-wrap: balance; grid-column: span 2; transition: background 0.2s ease-in-out, box-shadow 0.2s ease-in-out; }
.g-d746e484 .g-022139eb:hover { background: linear-gradient(180deg, var(--color-surface) 0%, var(--color-surface) 100%); box-shadow: inset var(--shadow); transition: background 0.2s ease-in-out, box-shadow 0.2s ease-in-out; }
.g-d746e484 .g-022139eb:hover .g-628562bb { opacity: 1; }
.g-d746e484 .g-788329cf { position: relative; z-index: 1; }
.g-d746e484 .g-628562bb { position: absolute; right: 24px; bottom: 24px; font-size: 120px; opacity: 0.6; transition: opacity 0.2s ease-in-out; }
.g-d746e484 .g-54ef9f61 { padding-bottom: 210px; min-height: 266px; grid-column: span 3; }
.g-d746e484 .g-54ef9f61 .g-628562bb { font-size: 200px; }
@media screen and (max-width: 1024px) { .g-022139eb { min-height: 144px; padding-bottom: 82px; }
.g-628562bb { font-size: 72px; }
.g-54ef9f61 { padding-bottom: 120px; min-height: 159px; }
.g-54ef9f61 .g-628562bb { font-size: 100px; }
 }@media screen and (max-width: 768px) { .g-d746e484 { gap: var(--size-xs); grid-template-columns: repeat(2, 1fr); }
.g-022139eb { min-height: 119px; padding: 16px 16px 76px; grid-column: auto; }
.g-628562bb { font-size: 56px; right: 16px; bottom: 16px; }
.g-54ef9f61 { min-height: 119px; grid-column: auto; padding-bottom: 76px; }
.g-54ef9f61 .g-628562bb { font-size: 56px; }
 }

/* Block: category-header (category-header) */
.g-12b93e24 { padding: var(--size-m) 0 var(--section-padding); }
.g-12b93e24 .g-acd4dc5a { 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-12b93e24 .g-ade4036e { margin-top: var(--size-s); }
@media screen and (max-width: 576px) { .g-acd4dc5a { display: flex; margin: 0 auto; justify-content: center; gap: var(--size-xxs); }
.g-ade4036e { 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-3b830410 { display: none; position: fixed; bottom: 30px; left: var(--wrapper-padding); width: calc(100% - var(--wrapper-padding) * 2); max-width: 600px; padding: var(--size-m); z-index: 3; }
.g-44607e2e { display: block; }
.g-ffcd93fc { display: flex; flex-wrap: wrap; gap: var(--size-xs); }
@media screen and (max-width: 768px) { .g-3b830410 { padding: var(--size-s); }
 }@media screen and (max-width: 576px) { .g-ffcd93fc { gap: var(--size-xxs); }
.g-02e36438 { width: 100%; }
 }

/* Block: featured-posts (featured-posts) */
.g-907adb0b { display: grid; grid-template-columns: minmax(0, 1fr) 564px; gap: var(--size-s); align-items: start; }
.g-0c45fd54 { display: grid; grid-template-columns: 1fr 1fr; gap: var(--size-s); }
.g-476a039a { margin: 32px 0; height: 1px; border: 0; border-top: 1px solid var(--color-surface); }
.g-64ead549 { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); text-align: center; }
@media screen and (max-width: 1024px) { .g-907adb0b { grid-template-columns: 1fr 1fr; }
 }@media screen and (max-width: 870px) { .g-907adb0b { grid-template-columns: 1fr; gap: var(--size-l); }
 }@media screen and (max-width: 576px) { .g-0c45fd54 { gap: var(--size-xs); }
 }

/* Block: footer (footer) */
.g-579d8d78 { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-5b95402f { 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-5b95402f.g-298ef44f { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-af632c36 { margin-top: var(--section-padding); }
.g-e18a038c { 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-444def10 { max-width: 510px; }
.g-d78305dc { max-width: 430px; }
.g-a0572cde { margin-top: var(--size-xs); }
.g-f759a918 { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-326eb967 { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-8881547a { 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-8881547a:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-d1688fd5 { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-422f54d1 { transform: scale(1.2); margin-right: var(--size-xs); }
.g-1767bc9f { background-color: var(--color-surface); border-radius: var(--b-radius); padding: var(--size-xl); margin-bottom: var(--size-m); }
.g-89e6e8e1 { display: flex; justify-content: space-between; align-items: center; gap: var(--size-s); }
.g-12cf76e5 { display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); }
.g-8cb66c2f { 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-e18a038c { padding: var(--size-m); margin-bottom: var(--size-m); }
.g-444def10 { max-width: initial; }
.g-d78305dc { max-width: initial; }
.g-1767bc9f { padding: var(--size-m); }
 }@media screen and (max-width: 870px) { .g-89e6e8e1 { align-items: flex-start; justify-content: flex-start; flex-direction: column; gap: var(--size-m); }
.g-12cf76e5 { justify-content: flex-start; }
 }@media screen and (max-width: 768px) { .g-8cb66c2f { gap: var(--size-xs); flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-ee86e3c6 { order: 3; width: 100%; text-align: center; }
 }@media screen and (max-width: 576px) { .g-e18a038c { gap: var(--size-m); }
.g-f759a918 { flex-direction: column; gap: var(--size-xxs); }
.g-326eb967 { width: 100%; }
.g-8881547a { width: 100%; }
.g-12cf76e5 { flex-direction: column; align-items: flex-start; }
 }

/* Block: header (header) */
#header-nav-desktop .menu-item a,
#header-nav-desktop .page_item a,
#header-nav-dropdown .menu-item a,
#header-nav-dropdown .page_item a {
    position: relative;
    text-decoration: none;
    white-space: nowrap;
    padding: var(--size-xxs) var(--size-xs);
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 35px;
    transition: 0.1s text-shadow ease-in-out;
}
#header-nav-desktop .menu-item a:hover,
#header-nav-desktop .page_item a:hover,
#header-nav-dropdown .menu-item a:hover,
#header-nav-dropdown .page_item a:hover {
    text-shadow: 0.5px 0 0 currentColor;
}
#header-nav-desktop .current-menu-item a,
#header-nav-desktop .current_page_item a,
#header-nav-dropdown .current-menu-item a,
#header-nav-dropdown .current_page_item a {
    text-shadow: 0.5px 0 0 currentColor;
}
#header-nav-desktop .current-menu-item a .g-8d108135,
#header-nav-desktop .current_page_item a .g-8d108135,
#header-nav-dropdown .current-menu-item a .g-8d108135,
#header-nav-dropdown .current_page_item a .g-8d108135 {
    background-color: var(--color-text);
}

.g-8eb4e5e0 { position: sticky; top: 0; z-index: 5; box-shadow: var(--shadow); }
.g-8ceffeea { display: flex; justify-content: space-between; align-items: center; height: 80px; position: relative; }
.g-f5a6441e { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; text-decoration: none; }
.g-9794fcb5 { display: none; }
.g-dd824fc5 { font-size: 34px; margin-right: var(--size-xxs); }
.g-14a297e4 { font-size: 24px; font-weight: 600; }
.g-48fe3013 { -ms-overflow-style: none; scrollbar-width: none; }
.g-67d867e9 { display: none; }
.g-b2564a66 { display: flex; justify-content: flex-start; align-items: center; height: 51px; border-radius: 51px; gap: var(--size-s); padding: 0 8px; }
.g-8d108135 { position: absolute; bottom: -6px; display: block; width: 8px; height: 8px; border-radius: 50%; }
.g-f7ceeacd { cursor: pointer; border: 0; padding: var(--size-xxs) var(--size-xs); transition: 0.3s transform ease-in-out; width: 72px; text-align: center; background-color: transparent; }
.g-f7ceeacd:hover { transform: scale(1.05); }
.g-212d0a21 { display: none; }
.g-ffd8449a { display: none; }
.g-76a43535 { display: inline; }
.g-29feb363 { display: none; }
.g-b60b3761 { display: none; justify-content: flex-start; align-items: center; padding-bottom: var(--size-xs); }
.g-b60b3761.g-2cf33f82 { display: flex; width: 100%; }
.g-f4a3345b { height: auto; display: flex; flex-direction: column; text-align: left; align-items: flex-start; }
.g-f4a3345b .g-8d108135 { bottom: 50%; margin-bottom: -4px; left: -5px; }
@media screen and (max-width: 870px) { .g-dd824fc5 { font-size: 28px; }
.g-14a297e4 { font-size: 20px; }
.g-b2564a66 { gap: var(--size-xxs); }
.g-162da4ad { display: none; }
.g-ffd8449a { display: block; }
.g-b60b3761.g-2cf33f82 { display: flex; width: 100%; }
 }

/* Block: hero-search (hero-search) */
.g-fc2a3804 { padding: var(--section-padding) 0; }
.g-52027216 { display: flex; }
.g-7e796c67 { flex: 1; border-radius: var(--b-radius) 0 0 var(--b-radius); overflow: hidden; }
.g-5d99728f { width: 100%; height: 100%; }
.g-8aed2d9a { flex: 1; border-radius: 0 var(--b-radius) var(--b-radius) 0; background-color: var(--color-primary); color: var(--color-text-light); display: flex; flex-direction: column; justify-content: center; padding: var(--size-m); }
.g-ff8b043a { margin-top: var(--size-s); }
.g-dd0b77a0 { margin-top: var(--size-m); }
@media screen and (max-width: 1024px) { .g-52027216 { flex-direction: column-reverse; }
.g-7e796c67 { border-radius: 0 0 var(--b-radius) var(--b-radius); }
.g-5d99728f { height: 350px; }
.g-8aed2d9a { border-radius: var(--b-radius) var(--b-radius) 0 0; padding-bottom: var(--size-xl); }
 }@media screen and (max-width: 576px) { .g-5d99728f { height: auto; }
.g-8aed2d9a { padding: var(--size-s); }
 }

/* Block: page-404 (page-404) */
.g-8a21a68a { display: flex; justify-content: center; align-items: center; flex-direction: column; position: relative; min-height: 480px; }
.g-a99715f8 { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); max-width: 100%; height: auto; }
.g-50737524 { position: relative; padding: var(--size-xl) 0; }
.g-a72ca2c7 { text-align: center; }
.g-11421d7d { text-align: center; margin-top: var(--size-s); }
.g-b7fe53fb { display: flex; justify-content: center; align-items: center; gap: var(--size-m); }
@media screen and (max-width: 576px) { .g-b7fe53fb { flex-direction: column; gap: var(--size-xs); }
 }

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

/* Block: page-header (page-header) */
.g-fc6477e3 { padding: var(--size-m) 0 50px; }
.g-e20d109e { margin-top: var(--size-m); padding: var(--size-s) var(--size-s) var(--size-m); text-align: center; }
.g-dc66cd21 { margin-top: var(--size-xs); }
@media screen and (max-width: 576px) { .g-e20d109e { margin-top: var(--size-xs); }
 }

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

.g-9259efba .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-9259efba .page-numbers:hover {
    box-shadow: 0px 0px 0px 1px var(--color-secondary);
}

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

.g-9259efba .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-9259efba .next {
    right: 0;
    transform: translateX(calc(100% + 44px));
    color: var(--color-secondary);
}

.g-9259efba .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-9259efba .prev,
.g-9259efba .next {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    padding: 0 16px;
    gap: 8px;
        color: var(--color-text);
}

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

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

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

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

/* Block: post-card (post-card) */
.g-5741750c { position: relative; overflow: hidden; border-radius: var(--b-radius); background-color: var(--color-surface); padding: 8px; }
.g-5741750c .g-7fb64a93 { position: relative; text-decoration: none; }
.g-5741750c .g-731d2fb4 { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; color: var(--color-primary); }
.g-5741750c .g-fec124df { margin-top: var(--size-xs); background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; aspect-ratio: 16/10; }
.g-5741750c .g-fec124df img { width: 100%; height: 100%; object-fit: cover; }
.g-5741750c .g-27136b28 { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-5741750c .g-66e578a8 { margin-top: var(--size-xs); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-5741750c .g-b1fffef8 { display: block; margin-top: var(--size-s); white-space: nowrap; opacity: 0.8; }
.g-5741750c .g-83c41d41 { margin-top: var(--size-s); padding-bottom: var(--size-xs); border-bottom: 1px solid var(--color-text); }
.g-e3d836d7 { position: relative; overflow: hidden; border-radius: var(--b-radius); background-color: var(--color-surface); padding: 8px; }
.g-e3d836d7 .g-7fb64a93 { position: relative; text-decoration: none; }
.g-e3d836d7 .g-731d2fb4 { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; color: var(--color-primary); }
.g-e3d836d7 .g-fec124df { margin-top: var(--size-xs); background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; aspect-ratio: 16/10; }
.g-e3d836d7 .g-fec124df img { width: 100%; height: 100%; object-fit: cover; }
.g-e3d836d7 .g-27136b28 { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-e3d836d7 .g-66e578a8 { border-top: 1px solid var(--color-text); margin-top: var(--size-xxs); padding-top: var(--size-xxs); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-e3d836d7 .g-b1fffef8 { display: block; margin-top: var(--size-s); white-space: nowrap; opacity: 0.8; }
.g-e3d836d7 .g-83c41d41 { margin-top: var(--size-xxs); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
@media screen and (max-width: 576px) { .g-731d2fb4 { gap: 0 4px; }
 }

/* 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-2cfbfcca { display: grid; grid-template-columns: 1fr 368px; gap: var(--size-s); padding: var(--size-xl) 0; }
.g-2cfbfcca blockquote { border-left: 3px solid var(--color-primary); background-color: var(--color-surface); padding: var(--size-s) var(--size-xs); }
.g-2cfbfcca .g-efd5d084 { padding: var(--size-s); position: sticky; top: calc(var(--header-height, 0px) + 15px); }
.g-2cfbfcca .g-30a3fa26 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-2cfbfcca .g-f9eac526 { margin-top: var(--size-m); }
.g-2cfbfcca .g-f0dbaac2 { 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-2cfbfcca .g-3ecab9ea { display: block; text-decoration: none; }
.g-2cfbfcca .g-3ecab9ea:hover { text-decoration: underline; }
.g-2cfbfcca .g-b3b6c42e { transform: translateX(16px); color: var(--color-text); font-weight: bold; }
@media screen and (max-width: 1024px) { .g-2cfbfcca { grid-template-columns: 1fr; }
.g-2cfbfcca .g-521cd4eb { order: 1; }
.g-2cfbfcca .g-b9cf16ce { order: 2; }
.g-2cfbfcca .g-f9eac526 { margin-top: var(--size-s); }
.g-2cfbfcca .g-f0dbaac2 { align-items: flex-start; margin-top: var(--size-s); gap: var(--size-xs); }
 }

/* Block: post-header (post-header) */
.g-e99ce698 { display: grid; grid-template-columns: 1fr 1fr; gap: var(--size-s); margin-top: var(--size-m); }
.g-644562dc { display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; }
.g-623be84d { display: flex; align-items: center; justify-content: center; }
.g-6d08b9dc { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); flex-wrap: wrap; }
.g-f42bfc96 { 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-f42bfc96:hover { filter: brightness(0.96); }
.g-612de114 { margin-top: var(--size-m); }
.g-73aa435b { margin-top: var(--size-s); margin-bottom: auto; }
.g-b1d09520 { margin-top: var(--size-s); }
@media screen and (max-width: 1024px) { .g-e99ce698 { grid-template-columns: 1fr; }
.g-644562dc { max-width: 70%; }
.g-623be84d { max-width: 70%; display: block; }
.g-f42bfc96 { height: 30px; }
 }@media screen and (max-width: 768px) { .g-e99ce698 { gap: var(--size-m); }
.g-644562dc { max-width: 100%; }
.g-623be84d { max-width: 100%; }
.g-73aa435b { margin-top: var(--size-xs); }
 }

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

/* Block: recommendation (recommendation) */
.g-a7c9a8cb { text-align: center; }
.g-83848519 { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); }
.g-8ec5903b { background-color: var(--color-secondary); display: flex; justify-content: center; align-items: center; border-radius: var(--size-l); padding: 8px; gap: 16px; }
.g-5417a951 { 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-5417a951:hover { background-color: var(--color-primary); }
@media screen and (max-width: 768px) { .g-83848519 { margin-top: var(--size-m); }
.g-8ec5903b { border-radius: var(--size-m); }
.g-5417a951 { width: var(--size-m); height: var(--size-m); }
 }

/* Block: search (search) */
.g-5dc3dca2 { background: var(--color-surface); padding: var(--size-m); border-radius: var(--b-radius); margin-top: var(--size-m); }
.g-5dc3dca2 .g-a859ad07 { margin-top: var(--size-m); max-width: 600px; }
.g-0793469c { margin-top: var(--size-xl); }
.g-586c165a { margin-top: var(--size-m); max-width: 600px; }
@media screen and (max-width: 768px) { .g-5dc3dca2 { padding: var(--size-s); }
 }

/* Block: searchform (searchform) */
.g-13bd0fa7 { position: relative; display: inline-block; width: 100%; height: 48px; border-radius: 48px; background-color: var(--color-primary); padding: 4px 0; margin-top: 10px; }
.g-13bd0fa7 .g-a7a374c9 { color: var(--color-text); position: absolute; top: 50%; transform: translateY(-50%); left: 4px; width: calc(100% - 56px); height: 40px; border-radius: 44px; background-color: var(--color-surface); border: 0; padding: var(--size-xxs) var(--size-s); font-size: clamp(0.75rem, 0.4419889503vw + 0.6464088398rem, 1rem); font-weight: 500; line-height: 120%; }
.g-13bd0fa7 .g-381ab67f { position: absolute; right: 0; top: 0; height: 100%; border: 0; width: 52px; border-radius: 48px; cursor: pointer; display: flex; justify-content: center; align-items: center; padding: 0; transition: opacity .2s ease-in-out; background-color: transparent; }
.g-13bd0fa7 .g-381ab67f:hover { opacity: .7; }

/* Block: toTop (toTop) */
.g-c8c55a64 { 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-0f1941fd { fill: var(--color-text-light); }
.g-e08e936e { opacity: 1; transform: translateY(-35px); }
@media screen and (max-width: 768px) { .g-c8c55a64 { transform: scale(0.8); bottom: 15px; right: 15px; }
 }

/* Block: front-page::hero-search (hero-search) */
.g-ce5261ab { padding: var(--section-padding) 0; }
.g-15ecd95f { display: flex; }
.g-766f7d03 { flex: 1; border-radius: var(--b-radius) 0 0 var(--b-radius); overflow: hidden; }
.g-595801e6 { width: 100%; height: 100%; }
.g-f28195b2 { flex: 1; border-radius: 0 var(--b-radius) var(--b-radius) 0; background-color: var(--color-primary); color: var(--color-text-light); display: flex; flex-direction: column; justify-content: center; padding: var(--size-m); }
.g-81d5b016 { margin-top: var(--size-s); }
.g-421133d8 { margin-top: var(--size-m); }
@media screen and (max-width: 1024px) { .g-15ecd95f { flex-direction: column-reverse; }
.g-766f7d03 { border-radius: 0 0 var(--b-radius) var(--b-radius); }
.g-595801e6 { height: 350px; }
.g-f28195b2 { border-radius: var(--b-radius) var(--b-radius) 0 0; padding-bottom: var(--size-xl); }
 }@media screen and (max-width: 576px) { .g-595801e6 { height: auto; }
.g-f28195b2 { padding: var(--size-s); }
 }

/* Block: front-page::faq--0 (faq) */
.g-ffec5af3 { position: relative; gap: var(--size-s); }
.g-ffec5af3 * { flex: 1; }
.g-1d15511a { width: 80%; margin-inline: auto; }
.g-39a269a7 { 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-5d5d6e6c { user-select: none; }
.g-5d5d6e6c[open] .g-592a58a7 { transform: scaleY(1); }
.g-e416f894 { display: flex; justify-content: flex-start; align-items: center; list-style: none; cursor: pointer; padding: var(--size-s) var(--size-m); }
.g-e416f894::-webkit-details-marker { display: none; }
.g-592a58a7 { 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-592a58a7 svg { fill: var(--color-primary); }
.g-aab9093d { padding: 0 var(--size-m) var(--size-s); }
@media screen and (max-width: 870px) { .g-e416f894 { padding-top: var(--size-xs); padding-bottom: var(--size-xs); }
.g-aab9093d { padding-bottom: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-ffec5af3 { flex-direction: column; }
.g-1d15511a { width: 100%; margin-top: var(--size-m); }
.g-39a269a7 { margin-right: var(--size-s); }
 }

/* Block: front-page::categories-list (categories-list) */
.g-076c9854 { display: grid; grid-template-columns: repeat(6, 1fr); gap: var(--size-s); }
.g-076c9854 .g-be2dc6eb { position: relative; text-decoration: none; background: linear-gradient(180deg, var(--color-surface) 0%, transparent 100%); border-radius: var(--b-radius); padding: 24px 24px 150px; min-height: 178px; overflow-wrap: break-word; word-break: break-word; text-wrap: balance; grid-column: span 2; transition: background 0.2s ease-in-out, box-shadow 0.2s ease-in-out; }
.g-076c9854 .g-be2dc6eb:hover { background: linear-gradient(180deg, var(--color-surface) 0%, var(--color-surface) 100%); box-shadow: inset var(--shadow); transition: background 0.2s ease-in-out, box-shadow 0.2s ease-in-out; }
.g-076c9854 .g-be2dc6eb:hover .g-bd46b88d { opacity: 1; }
.g-076c9854 .g-8c1744c7 { position: relative; z-index: 1; }
.g-076c9854 .g-bd46b88d { position: absolute; right: 24px; bottom: 24px; font-size: 120px; opacity: 0.6; transition: opacity 0.2s ease-in-out; }
.g-076c9854 .g-f94fb4f8 { padding-bottom: 210px; min-height: 266px; grid-column: span 3; }
.g-076c9854 .g-f94fb4f8 .g-bd46b88d { font-size: 200px; }
@media screen and (max-width: 1024px) { .g-be2dc6eb { min-height: 144px; padding-bottom: 82px; }
.g-bd46b88d { font-size: 72px; }
.g-f94fb4f8 { padding-bottom: 120px; min-height: 159px; }
.g-f94fb4f8 .g-bd46b88d { font-size: 100px; }
 }@media screen and (max-width: 768px) { .g-076c9854 { gap: var(--size-xs); grid-template-columns: repeat(2, 1fr); }
.g-be2dc6eb { min-height: 119px; padding: 16px 16px 76px; grid-column: auto; }
.g-bd46b88d { font-size: 56px; right: 16px; bottom: 16px; }
.g-f94fb4f8 { min-height: 119px; grid-column: auto; padding-bottom: 76px; }
.g-f94fb4f8 .g-bd46b88d { font-size: 56px; }
 }

/* Block: front-page::featured-posts (featured-posts) */
.g-9010fe08 { display: grid; grid-template-columns: minmax(0, 1fr) 564px; gap: var(--size-s); align-items: start; }
.g-e3fcb09f { display: grid; grid-template-columns: 1fr 1fr; gap: var(--size-s); }
.g-c0bd34ed { margin: 32px 0; height: 1px; border: 0; border-top: 1px solid var(--color-surface); }
.g-7592dfe3 { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); text-align: center; }
@media screen and (max-width: 1024px) { .g-9010fe08 { grid-template-columns: 1fr 1fr; }
 }@media screen and (max-width: 870px) { .g-9010fe08 { grid-template-columns: 1fr; gap: var(--size-l); }
 }@media screen and (max-width: 576px) { .g-e3fcb09f { gap: var(--size-xs); }
 }

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

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

/* Block: contacts-page::form--0 (form) */
.g-b5f9b9f2 { display: flex; justify-content: flex-start; position: relative; gap: var(--size-m); z-index: 1; }
.g-22a875e5 { flex: 1; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.g-2dc84da5 { flex: 0 0 450px; padding: var(--size-m) var(--size-m) var(--size-xl); display: flex; flex-direction: column; justify-content: center; }
.g-9e5b48eb { display: none; }
.g-f7ca3c78 { width: 100%; }
.g-f2855dc5 { width: 100%; display: flex; justify-content: space-between; align-items: flex-start; gap: var(--size-m); white-space: nowrap; flex-wrap: wrap; }
.g-5c58cf08 { flex: 1; display: flex; align-items: flex-start; flex-direction: column; }
.g-7c8f025f { width: 56px; height: 56px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; border-radius: 50%; font-size: 24px; margin-right: var(--size-m); }
.g-5f311714 { fill: var(--color-text); }
.g-2976fc68 { stroke: var(--color-text); }
.g-c0ed7727 { stroke: var(--color-text); }
.g-f418a9c9 { display: flex; flex-direction: column; }
.g-38ecf129 { width: 100%; height: 300px; }
.g-8a311cae { position: relative; z-index: 1; }
@media screen and (max-width: 1024px) { .g-b5f9b9f2 { flex-direction: column-reverse; }
.g-22a875e5 { flex-direction: column-reverse; justify-content: flex-start; }
.g-2dc84da5 { flex: 1; }
.g-8954a0f2 { display: none; }
.g-9e5b48eb { display: block; text-align: center; }
.g-f2855dc5 { justify-content: space-evenly; }
.g-38ecf129 { height: 430px; margin-top: var(--size-s); }
 }@media screen and (max-width: 870px) { .g-22a875e5 { width: 100%; }
 }@media screen and (max-width: 768px) { .g-7c8f025f { margin-right: 0; }
.g-f418a9c9 { margin-top: var(--size-xs); }
 }@media screen and (max-width: 576px) { .g-22a875e5 { text-align: center; }
.g-2dc84da5 { padding: var(--size-s); }
.g-f2855dc5 { flex-direction: column; align-items: center; margin-top: var(--size-s); }
.g-5c58cf08 { flex: inherit; align-items: center; }
 }

/* Block: about-page::text--0 (text) */
.g-880fa391 { text-align: center; }

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