/* Block: categories-list (categories-list) */
.g-e8ea43bb { display: flex; flex-wrap: wrap; gap: var(--size-s); }
.g-e8ea43bb .g-d077218b { 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-e8ea43bb .g-d077218b:hover { filter: brightness(0.96); }
.g-e8ea43bb .g-d077218b:hover .g-879cdb41 { opacity: 1; }
.g-e8ea43bb .g-42baaf6a { position: relative; z-index: 1; }
.g-e8ea43bb .g-879cdb41 { position: absolute; bottom: 16px; right: 16px; font-size: 80px; opacity: .3; transition: .2s ease-in-out opacity; }
@media screen and (max-width: 1024px) { .g-d077218b { flex: 0 0 calc((100% - (var(--size-s) * 2)) / 3); padding: var(--size-xs) var(--size-xs) 82px; }
.g-879cdb41 { font-size: 72px; }
 }@media screen and (max-width: 768px) { .g-d077218b { flex: 0 0 calc((100% - var(--size-s)) / 2); min-height: 119px; padding-bottom: 70px; }
.g-879cdb41 { font-size: 56px; }
 }

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

/* 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-ac214eb9 { display: none; position: fixed; bottom: 0; left: 0; width: 100%; padding: var(--size-m); z-index: 3; }
.g-3938f9cb { display: block; }
.g-694de4cc { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xl); }
.g-bf2a7ece { width: 195px; display: flex; flex-direction: column; gap: var(--size-xs); }
.g-90795229 { width: 100%; }
@media screen and (max-width: 768px) { .g-ac214eb9 { padding: var(--size-s); }
.g-694de4cc { text-align: center; gap: var(--size-s); flex-direction: column; }
.g-bf2a7ece { width: 100%; flex-direction: row; justify-content: center; flex-wrap: wrap; }
.g-90795229 { width: auto; }
 }@media screen and (max-width: 576px) { .g-bf2a7ece { gap: var(--size-xxs); }
 }

/* Block: featured-posts (featured-posts) */
.g-7bd066e0 { display: grid; grid-template-columns: minmax(0, 1fr) 466px; gap: var(--size-s); align-items: start; }
.g-56eb33ca { margin: 32px 0; height: 1px; border: 0; border-top: 1px solid var(--color-surface); }
.g-9f7b4acb { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); text-align: center; }
@media screen and (max-width: 1024px) { .g-7bd066e0 { grid-template-columns: 1fr 1fr; }
 }@media screen and (max-width: 870px) { .g-7bd066e0 { grid-template-columns: 1fr; gap: var(--size-l); }
 }

/* Block: footer (footer) */
.g-74c823cf { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-9f86d7d6 { 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-9f86d7d6.g-73533d4d { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-e29f566f { margin-top: var(--section-padding); }
.g-11b0e5a9 { 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-f9644ee0 { max-width: 510px; }
.g-bb53b8d9 { max-width: 430px; }
.g-55a4c530 { margin-top: var(--size-xs); }
.g-8865bf99 { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-265da74a { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-f7ed9ed0 { 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-f7ed9ed0:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-cbb8c585 { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-882b8ea8 { transform: scale(1.2); margin-right: var(--size-xs); }
.g-6d60f7a6 { background-color: var(--color-surface); border-radius: var(--b-radius); padding: var(--size-xl); margin-bottom: var(--size-m); }
.g-fd83e5eb { display: flex; justify-content: space-between; align-items: center; gap: var(--size-s); }
.g-29de46a7 { display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); }
.g-6df499f6 { 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-11b0e5a9 { padding: var(--size-m); margin-bottom: var(--size-m); }
.g-f9644ee0 { max-width: initial; }
.g-bb53b8d9 { max-width: initial; }
.g-6d60f7a6 { padding: var(--size-m); }
 }@media screen and (max-width: 870px) { .g-fd83e5eb { align-items: flex-start; justify-content: flex-start; flex-direction: column; gap: var(--size-m); }
.g-29de46a7 { justify-content: flex-start; }
 }@media screen and (max-width: 768px) { .g-6df499f6 { gap: var(--size-xs); flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-93a82e03 { order: 3; width: 100%; text-align: center; }
 }@media screen and (max-width: 576px) { .g-11b0e5a9 { gap: var(--size-m); }
.g-8865bf99 { flex-direction: column; gap: var(--size-xxs); }
.g-265da74a { width: 100%; }
.g-f7ed9ed0 { width: 100%; }
.g-29de46a7 { 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-b3d06199 { position: sticky; top: 0; background-color: var(--color-secondary); color: var(--color-text-light); z-index: 5; }
.g-346788be { display: flex; justify-content: space-between; align-items: center; height: 80px; position: relative; }
.g-82c5f4c4 { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; text-decoration: none; }
.g-eba9e2f3 { font-size: 36px; margin-right: var(--size-xs); }
.g-9ca573e3 { font-size: 24px; font-weight: 600; }
.g-3a14e06d { display: flex; justify-content: flex-end; align-items: center; gap: var(--size-xs); }
.g-3470b702 { text-decoration: none; white-space: nowrap; padding: var(--size-xxs); transition: opacity 0.2s ease; }
.g-3470b702:hover { opacity: 0.7; }
.g-da790761 { display: none; flex-direction: column; gap: 5px; border: 0; background-color: transparent; padding: 10px; }
.g-8bcb2aa6 { width: 32px; height: 3px; }
@media screen and (max-width: 768px) { .g-43e15324 { position: absolute; right: 0; bottom: 0; transform: translateY(100%); background-color: var(--color-surface); width: 260px; padding: var(--size-m); box-shadow: 0 4px 20px var(--input-bg); display: none; }
.g-43e15324.g-0a06d418 { display: block; }
.g-3a14e06d { gap: var(--size-m); flex-direction: column; align-items: flex-start; color: var(--color-text); }
.g-da790761 { display: flex; cursor: pointer; }
 }@media screen and (max-width: 576px) { .g-43e15324 { width: 100%; }
 }

/* Block: hero-search (hero-search) */
.g-77aacdf6 { position: relative; min-height: 600px; color: var(--color-text-light); }
.g-402346a7 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.g-bba3fa11 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.g-bba3fa11::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-885ad391 { 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-e1a677d7 { max-width: 760px; text-align: center; }
.g-612ff630 { max-width: 564px; margin-inline: auto; }
@media screen and (max-width: 768px) { .g-77aacdf6 { min-height: 500px; }
.g-885ad391 { padding-bottom: 80px; }
 }@media screen and (max-width: 576px) { .g-e1a677d7 { text-align: left; }
.g-a6cae393 { margin-top: var(--size-xs); }
.g-612ff630 { margin-top: var(--size-s); }
 }

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

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

/* Block: page-header (page-header) */
.g-9d6c6a24 { position: relative; padding: 80px 0; color: var(--color-text-light); }
.g-efdef52e { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.g-92e26bd5 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.g-92e26bd5::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-439b0f53 { border-left: 3px solid var(--color-primary); padding-left: var(--size-s); max-width: 650px; }
@media screen and (max-width: 768px) { .g-9d6c6a24 { padding-bottom: 50px; }
 }@media screen and (max-width: 576px) { .g-9d6c6a24 { padding-bottom: 40px; }
 }

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

.g-bc04a678 .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;
    border: 1px solid var(--color-secondary);
}

.g-bc04a678 .page-numbers:hover {
    text-decoration: underline;
}

.g-bc04a678 .prev {
    left: calc(var(--size-xs) * -1);
    transform: translateX(-100%);
}

.g-bc04a678 .prev::before {
    content: '';
    display: inline-block;
    width: 32px;
    height: 32px;
    background-color: var(--color-secondary);
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M16 0C24.8366 0 32 7.16344 32 16C32 24.8366 24.8366 32 16 32C7.16344 32 0 24.8366 0 16C0 7.16344 7.16344 0 16 0ZM14.0537 10.2197C13.7608 9.92683 13.2851 9.92683 12.9922 10.2197L8.21973 14.9932C7.92683 15.2861 7.92683 15.7608 8.21973 16.0537L12.9922 20.8271C13.2851 21.12 13.7608 21.12 14.0537 20.8271C14.3466 20.5343 14.3465 20.0585 14.0537 19.7656L10.5605 16.2734H24.75C25.1642 16.2734 25.5 15.9376 25.5 15.5234C25.5 15.1092 25.1642 14.7735 24.75 14.7734H10.5605L14.0537 11.2812C14.3466 10.9884 14.3465 10.5126 14.0537 10.2197Z' fill='currentColor'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M16 0C24.8366 0 32 7.16344 32 16C32 24.8366 24.8366 32 16 32C7.16344 32 0 24.8366 0 16C0 7.16344 7.16344 0 16 0ZM14.0537 10.2197C13.7608 9.92683 13.2851 9.92683 12.9922 10.2197L8.21973 14.9932C7.92683 15.2861 7.92683 15.7608 8.21973 16.0537L12.9922 20.8271C13.2851 21.12 13.7608 21.12 14.0537 20.8271C14.3466 20.5343 14.3465 20.0585 14.0537 19.7656L10.5605 16.2734H24.75C25.1642 16.2734 25.5 15.9376 25.5 15.5234C25.5 15.1092 25.1642 14.7735 24.75 14.7734H10.5605L14.0537 11.2812C14.3466 10.9884 14.3465 10.5126 14.0537 10.2197Z' fill='currentColor'/%3E%3C/svg%3E") center / contain no-repeat;
    flex-shrink: 0;
}

.g-bc04a678 .next {
    right: calc(var(--size-xs) * -1);
    transform: translateX(100%);
}

.g-bc04a678 .next::after {
    content: '';
    display: inline-block;
    width: 32px;
    height: 32px;
    background-color: var(--color-secondary);
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M16 32C7.16344 32 -6.26248e-07 24.8366 -1.39876e-06 16C-2.17128e-06 7.16345 7.16344 1.21761e-06 16 4.4509e-07C24.8366 -3.27426e-07 32 7.16344 32 16C32 24.8366 24.8366 32 16 32ZM17.9463 21.7803C18.2392 22.0732 18.7149 22.0732 19.0078 21.7803L23.7803 17.0068C24.0732 16.7139 24.0732 16.2392 23.7803 15.9463L19.0078 11.1729C18.7149 10.88 18.2392 10.88 17.9463 11.1729C17.6534 11.4657 17.6535 11.9415 17.9463 12.2344L21.4395 15.7266L7.25 15.7266C6.83583 15.7266 6.50003 16.0624 6.5 16.4766C6.5 16.8908 6.83581 17.2265 7.25 17.2266L21.4395 17.2266L17.9463 20.7188C17.6534 21.0116 17.6535 21.4874 17.9463 21.7803Z' fill='currentColor'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M16 32C7.16344 32 -6.26248e-07 24.8366 -1.39876e-06 16C-2.17128e-06 7.16345 7.16344 1.21761e-06 16 4.4509e-07C24.8366 -3.27426e-07 32 7.16344 32 16C32 24.8366 24.8366 32 16 32ZM17.9463 21.7803C18.2392 22.0732 18.7149 22.0732 19.0078 21.7803L23.7803 17.0068C24.0732 16.7139 24.0732 16.2392 23.7803 15.9463L19.0078 11.1729C18.7149 10.88 18.2392 10.88 17.9463 11.1729C17.6534 11.4657 17.6535 11.9415 17.9463 12.2344L21.4395 15.7266L7.25 15.7266C6.83583 15.7266 6.50003 16.0624 6.5 16.4766C6.5 16.8908 6.83581 17.2265 7.25 17.2266L21.4395 17.2266L17.9463 20.7188C17.6534 21.0116 17.6535 21.4874 17.9463 21.7803Z' fill='currentColor'/%3E%3C/svg%3E") center / contain no-repeat;
    flex-shrink: 0;
}

.g-bc04a678 .prev,
.g-bc04a678 .next {
    border: 0;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    padding: 0 16px;
    gap: 8px;
}

.g-bc04a678 .current {
    background-color: var(--color-secondary);
    color: var(--color-text-light);
}

@media screen and (max-width: 768px) {
    .g-bc04a678 .prev {
        left: 0;
        transform: none;
    }

    .g-bc04a678 .next {
        right: 0;
        transform: none;
    }

    .g-bc04a678 .prev,
    .g-bc04a678 .next {
        position: static;
        margin-top: 0;
    }
}

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

/* Block: post-card (post-card) */
.g-004a6638 { position: relative; overflow: hidden; height: 100%; }
.g-004a6638 .g-1a563edc { position: relative; height: 100%; text-decoration: none; display: flex; flex-direction: column; }
.g-004a6638 .g-62da6470 { height: 100%; background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; aspect-ratio: 16/10; }
.g-004a6638 .g-62da6470 img { width: 100%; height: 100%; object-fit: cover; }
.g-004a6638 .g-618e6902 { display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; }
.g-004a6638 .g-c05e6add { margin-top: var(--size-xs); display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; }
.g-004a6638 .g-7c1a8e5b { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-004a6638 .g-dfb23790 { margin-top: var(--size-xs); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-004a6638 .g-a5c67b78 { width: 100%; display: flex; justify-content: space-between; align-items: center; margin-top: var(--size-s); }
.g-004a6638 .g-fbc5bfe2 { display: flex; align-items: center; gap: 8px; }
.g-004a6638 .g-fbc5bfe2:hover { text-decoration: underline; }
.g-004a6638 .g-7feb9caa { white-space: nowrap; opacity: 0.8; }
.g-004a6638 .g-7d5129ae { margin-top: var(--size-s); }
.g-004a6638 .g-911236b2 { background-color: var(--color-text); width: 4px; height: 4px; border-radius: 50%; }
.g-862dafb9 { position: relative; overflow: hidden; height: 100%; }
.g-862dafb9 .g-1a563edc { position: relative; height: 100%; text-decoration: none; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.g-862dafb9 .g-62da6470 { flex-shrink: 0; width: 147px; height: 147px; background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; }
.g-862dafb9 .g-62da6470 img { width: 100%; height: 100%; object-fit: cover; }
.g-862dafb9 .g-618e6902 { flex: 1; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; }
.g-862dafb9 .g-c05e6add { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; }
.g-862dafb9 .g-7c1a8e5b { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-862dafb9 .g-dfb23790 { margin-top: 8px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-862dafb9 .g-a5c67b78 { margin-top: 16px; width: 100%; display: flex; justify-content: space-between; align-items: center; }
.g-862dafb9 .g-7d5129ae { margin-top: 16px; }
.g-862dafb9 .g-911236b2 { background-color: var(--color-text); width: 4px; height: 4px; border-radius: 50%; }
@media screen and (max-width: 576px) { .g-c05e6add { gap: 0 4px; }
.g-480c885d { flex-direction: column-reverse; }
.g-4c3919af { width: 100%; height: auto; aspect-ratio: 16/10; }
.g-038d739e { width: 100%; }
 }

/* 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-d6fb786f { display: grid; grid-template-columns: 1fr 368px; gap: var(--size-s); padding: var(--size-xl) 0; }
.g-d6fb786f blockquote { border-left: 3px solid var(--color-primary); background-color: var(--color-surface); padding: var(--size-s) var(--size-xs); }
.g-d6fb786f .g-c0c0b037 { padding: var(--size-s); position: sticky; top: calc(var(--header-height, 0px) + 15px); }
.g-d6fb786f .g-cbfddc04 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-d6fb786f .g-6b637a68 { margin-top: var(--size-m); }
.g-d6fb786f .g-9e40b8e2 { 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-d6fb786f .g-933e8e44 { display: block; text-decoration: none; }
.g-d6fb786f .g-933e8e44:hover { text-decoration: underline; }
.g-d6fb786f .g-06fe4562 { transform: translateX(16px); color: var(--color-text); font-weight: bold; }
@media screen and (max-width: 1024px) { .g-d6fb786f { grid-template-columns: 1fr; }
.g-d6fb786f .g-9bb8c6db { order: 1; }
.g-d6fb786f .g-43f53929 { order: 2; }
.g-d6fb786f .g-6b637a68 { margin-top: var(--size-s); }
.g-d6fb786f .g-9e40b8e2 { align-items: flex-start; margin-top: var(--size-s); gap: var(--size-xs); }
 }

/* Block: post-header (post-header) */
.g-c8f04380 { display: grid; grid-template-columns: 1fr 1fr; gap: var(--size-s); margin-top: var(--size-m); }
.g-ceb1c539 { display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; }
.g-9b9db637 { display: flex; align-items: center; justify-content: center; }
.g-a28dca65 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); flex-wrap: wrap; }
.g-1e44c4f6 { 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-1e44c4f6:hover { filter: brightness(0.96); }
.g-eec11250 { margin-top: var(--size-m); }
.g-ec344954 { margin-top: var(--size-s); margin-bottom: auto; }
.g-ba102166 { margin-top: var(--size-s); }
@media screen and (max-width: 1024px) { .g-c8f04380 { grid-template-columns: 1fr; }
.g-ceb1c539 { max-width: 70%; }
.g-9b9db637 { max-width: 70%; display: block; }
.g-1e44c4f6 { height: 30px; }
 }@media screen and (max-width: 768px) { .g-c8f04380 { gap: var(--size-m); }
.g-ceb1c539 { max-width: 100%; }
.g-9b9db637 { max-width: 100%; }
.g-ec344954 { margin-top: var(--size-xs); }
 }

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

/* Block: recommendation (recommendation) */
.g-4ce65e60 { text-align: center; }
.g-b0873bb9 { position: relative; }
.g-57f3babf { position: absolute; top: 50%; z-index: 10; margin-top: -16px; width: 32px; height: 32px; border-radius: 50%; border: 0; padding: 0; background-color: var(--color-primary); display: flex; justify-content: center; align-items: center; cursor: pointer; }
.g-57f3babf:hover { background-color: var(--color-primary); }
.g-37f32751 { left: -42px; }
.g-521bfb73 { right: -42px; }
@media screen and (max-width: 1024px) { .g-aecd94a9 { display: flex; justify-content: center; align-items: center; gap: var(--size-m); margin-top: var(--size-m); }
.g-57f3babf { position: static; margin-top: 0; }
 }

/* Block: search (search) */
.g-dfcde2f5 { background: var(--color-surface); padding: var(--size-m); border-radius: var(--b-radius); margin-top: var(--size-m); }
.g-dfcde2f5 .g-536ededc { text-align: center; max-width: 500px; margin: 0 auto; }
.g-dfcde2f5 .g-6a8db547 { margin-top: var(--size-m); }
.g-ea5ea466 { margin-top: var(--size-xl); }
.g-09805dc2 { margin: var(--size-m) auto 0; max-width: 500px; text-align: center; }
@media screen and (max-width: 768px) { .g-dfcde2f5 { padding: var(--size-s); }
 }

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

/* Block: toTop (toTop) */
.g-e37a73b7 { position: fixed; bottom: 30px; right: 30px; display: none; background-color: var(--color-primary); border: none; width: 50px; height: 50px; border-radius: var(--b-radius); cursor: pointer; z-index: 4; }
.g-e37a73b7 svg { fill: var(--color-text-light); }
@media screen and (max-width: 768px) { .g-e37a73b7 { transform: scale(0.75); bottom: 15px; right: 15px; }
 }

/* Block: front-page::hero-search (hero-search) */
.g-53ff1536 { position: relative; min-height: 600px; color: var(--color-text-light); }
.g-c1e3d1ae { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.g-96f8597d { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.g-96f8597d::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-31d057f1 { 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-ddf171e1 { max-width: 760px; text-align: center; }
.g-dc5e75f9 { max-width: 564px; margin-inline: auto; }
@media screen and (max-width: 768px) { .g-53ff1536 { min-height: 500px; }
.g-31d057f1 { padding-bottom: 80px; }
 }@media screen and (max-width: 576px) { .g-ddf171e1 { text-align: left; }
.g-acc11065 { margin-top: var(--size-xs); }
.g-dc5e75f9 { margin-top: var(--size-s); }
 }

/* Block: front-page::faq--0 (faq) */
.g-a45fd20e { position: relative; }
.g-558ae0cb::before { content: ""; position: absolute; top: 0; left: 0; width: clamp(30.3125rem, 47.0703125vw + 7.71875rem, 45.375rem); height: 100%; background-color: var(--color-secondary); z-index: -1; }
.g-8e7f1334 { padding: 80px 0; display: flex; justify-content: flex-start; align-items: center; }
.g-5f798fc5 { flex: 0 0 clamp(26.75rem, 45.3125vw + 5rem, 41.25rem); padding-right: clamp(10rem, 7.8125vw + 6.25rem, 12.5rem); position: relative; }
.g-719c6eee { flex: 1; padding: 0 0 0 clamp(1rem, 7.8125vw + -2.75rem, 3.5rem); margin-left: clamp(-7.0625rem, -3.3203125vw + -5.46875rem, -8.125rem); position: relative; z-index: 1; }
.g-719c6eee li:last-child .g-8bd9d431 { border-bottom: none; }
.g-8bd9d431 { border-bottom: 1px solid var(--color-secondary); user-select: none; }
.g-8bd9d431[open] .g-16f94d18 { transform: rotate(45deg); }
.g-8bd9d431 .g-6cfc4bf2 { padding-bottom: var(--size-s); }
.g-51036f55 { display: flex; justify-content: space-between; align-items: center; list-style: none; cursor: pointer; padding-top: var(--size-s); padding-bottom: var(--size-s); }
.g-51036f55::-webkit-details-marker { display: none; }
.g-16f94d18 { width: 32px; height: 32px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; background-color: var(--color-surface); border-radius: 50%; margin-left: var(--size-xs); }
.g-16f94d18 svg { fill: var(--color-text); }
.g-6cfc4bf2 { padding-bottom: var(--size-s); }
@media screen and (max-width: 768px) { .g-558ae0cb::before { width: 100%; }
.g-8e7f1334 { flex-direction: column; }
.g-5f798fc5 { flex: 0; padding-right: 0; text-align: center; padding-bottom: var(--size-s); }
.g-719c6eee { margin-left: 0; width: 100%; padding-right: 16px; }
 }@media screen and (max-width: 870px) { .g-51036f55 { padding-top: var(--size-xs); padding-bottom: var(--size-xs); }
.g-16f94d18 { width: 24px; height: 24px; }
.g-16f94d18 svg { width: 16px; height: 16px; }
.g-6cfc4bf2 { padding-bottom: var(--size-xs); }
 }

/* Block: front-page::categories-list (categories-list) */
.g-00b9a991 { display: flex; flex-wrap: wrap; gap: var(--size-s); }
.g-00b9a991 .g-f57227b4 { 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-00b9a991 .g-f57227b4:hover { filter: brightness(0.96); }
.g-00b9a991 .g-f57227b4:hover .g-8093a7fa { opacity: 1; }
.g-00b9a991 .g-1e7cc06b { position: relative; z-index: 1; }
.g-00b9a991 .g-8093a7fa { position: absolute; bottom: 16px; right: 16px; font-size: 80px; opacity: .3; transition: .2s ease-in-out opacity; }
@media screen and (max-width: 1024px) { .g-f57227b4 { flex: 0 0 calc((100% - (var(--size-s) * 2)) / 3); padding: var(--size-xs) var(--size-xs) 82px; }
.g-8093a7fa { font-size: 72px; }
 }@media screen and (max-width: 768px) { .g-f57227b4 { flex: 0 0 calc((100% - var(--size-s)) / 2); min-height: 119px; padding-bottom: 70px; }
.g-8093a7fa { font-size: 56px; }
 }

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

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

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

/* Block: contacts-page::form--0 (form) */
.g-0a492c93 { display: flex; justify-content: flex-start; align-items: center; position: relative; gap: var(--size-s); z-index: 1; }
.g-ffc39708 { padding: var(--size-m); flex: 0 0 60%; display: flex; flex-direction: column; justify-content: center; }
.g-833432e7 { display: flex; justify-content: flex-start; }
.g-fd9c2b4d { padding: var(--size-xl); flex: 1; display: flex; justify-content: flex-start; align-items: center; }
.g-e2ca0041 { display: flex; justify-content: flex-start; align-items: center; }
.g-628b9496 { width: 32px; height: 32px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; margin-right: var(--size-m); }
.g-38a51dab { fill: var(--color-text); }
.g-07ae47e2 { stroke: var(--color-text); }
.g-22bf6123 { stroke: var(--color-text); }
.g-bdb28ef6 { display: flex; flex-direction: column; }
.g-161a2106 { flex: 0 0 50%; height: 383px; }
.g-767d7f47 { position: relative; z-index: 1; }
@media screen and (max-width: 870px) { .g-0a492c93 { flex-direction: column; }
.g-ffc39708 { width: 100%; flex: 0 0 auto; }
.g-833432e7 { flex-direction: column; }
.g-fd9c2b4d { width: 100%; padding: var(--size-m); var(--wrapper-padding); }
.g-613c8c49 { width: 100%; display: flex; justify-content: space-between; }
.g-e2ca0041 { margin-top: 0; align-items: flex-start; flex-direction: column; }
.g-628b9496 { margin-right: 0; }
.g-bdb28ef6 { margin-top: var(--size-xs); }
.g-161a2106 { height: 429px; width: 100%; flex: 0 0 auto; }
 }@media screen and (max-width: 576px) { .g-ffc39708 { padding: var(--size-xs); }
.g-613c8c49 { flex-direction: column; align-items: center; gap: var(--size-s); margin-top: var(--size-s); }
.g-e2ca0041 { align-items: center; }
.g-bdb28ef6 { text-align: center; }
.g-161a2106 { height: 370px; }
 }

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

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

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