/* Block: categories-list (categories-list) */
.g-78eb931f { display: inline-flex; flex-wrap: wrap; gap: var(--size-m); }
.g-78eb931f .g-2aa64f51 { text-decoration: none; background-color: var(--color-surface); min-height: 54px; padding: 8px 32px; border-radius: 54px; text-align: left; transition: .2s ease-in-out filter; }
.g-78eb931f .g-2aa64f51:hover { filter: brightness(0.96); }
.g-78eb931f .g-9ad61ff5 { display: flex; justify-content: flex-start; align-items: center; gap: 16px; height: 100%; }
.g-78eb931f .g-27f6131b { font-size: 28px; }
@media screen and (max-width: 1024px) { .g-78eb931f { gap: var(--size-s); }
.g-2aa64f51 { min-height: 50px; padding: 8px 24px; }
 }@media screen and (max-width: 768px) { .g-78eb931f { gap: var(--size-xs); }
.g-2aa64f51 { min-height: 40px; padding: 8px 16px; }
.g-9ad61ff5 { gap: 8px; }
 }

/* Block: category-header (category-header) */
.g-8a2e523b { 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-8a2e523b .g-54f97d1f { display: inline-flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-8a2e523b .g-65b4b6f1 { margin-top: var(--size-s); text-align: center; }
@media screen and (max-width: 576px) { .g-54f97d1f { display: flex; margin: 0 auto; justify-content: center; gap: var(--size-xxs); }
.g-65b4b6f1 { 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-306b7653 { display: none; position: fixed; bottom: 0; left: 0; width: 100%; padding: var(--size-m); z-index: 3; }
.g-8e14407b { display: block; }
.g-1f91aa58 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xl); }
.g-dd48c431 { width: 195px; display: flex; flex-direction: column; gap: var(--size-xs); }
.g-6cc24405 { width: 100%; }
@media screen and (max-width: 768px) { .g-306b7653 { padding: var(--size-s); }
.g-1f91aa58 { text-align: center; gap: var(--size-s); flex-direction: column; }
.g-dd48c431 { width: 100%; flex-direction: row; justify-content: center; flex-wrap: wrap; }
.g-6cc24405 { width: auto; }
 }@media screen and (max-width: 576px) { .g-dd48c431 { gap: var(--size-xxs); }
 }

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

/* Block: footer (footer) */
.g-9de4eb35 { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-6f5739f4 { 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-6f5739f4.g-e88269b0 { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-9bb68f21 { margin-top: var(--section-padding); }
.g-6eb68894 { border-radius: var(--b-radius); padding: var(--size-m); }
.g-c6fb4abb { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: var(--size-xl); padding-bottom: var(--size-m); border-bottom: 1px solid var(--color-surface); margin-bottom: var(--size-m); }
.g-533f61b6 { max-width: 524px; }
.g-df0897f7 { max-width: 450px; }
.g-c927cd2d { margin-top: var(--size-xs); }
.g-2fcd6626 { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-6f9c79a7 { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-6f15944e { 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-6f15944e:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-dfb4647d { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-20446dbb { transform: scale(1.2); margin-right: var(--size-xs); }
.g-efad0a7a { display: flex; flex-direction: column; justify-content: flex-start; align-items: center; }
.g-a4ba33ec { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); margin-top: var(--size-m); }
.g-062ba508 { margin: var(--size-m) 0; display: flex; justify-content: space-between; align-items: center; gap: var(--size-s); text-align: center; }
@media screen and (max-width: 1024px) { .g-533f61b6 { max-width: initial; }
.g-df0897f7 { max-width: initial; }
 }@media screen and (max-width: 870px) { .g-a4ba33ec { justify-content: flex-start; }
 }@media screen and (max-width: 768px) { .g-062ba508 { gap: var(--size-xs); flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-29dc758e { order: 3; width: 100%; text-align: center; }
 }@media screen and (max-width: 576px) { .g-c6fb4abb { gap: var(--size-m); }
.g-2fcd6626 { flex-direction: column; gap: var(--size-xxs); }
.g-6f9c79a7 { width: 100%; }
.g-6f15944e { width: 100%; }
.g-a4ba33ec { flex-direction: column; align-items: center; }
 }

/* Block: header (header) */
#navigation-modal .menu-item a,
#navigation-modal .page_item a {
    text-decoration: none;
}
#navigation-modal .menu-item a:hover,
#navigation-modal .page_item a:hover {
    text-decoration: underline;
}
#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-af8ebebd { position: relative; z-index: 5; }
.g-ef4de63c { display: flex; justify-content: center; align-items: center; height: 85px; }
.g-620b541e { position: sticky; top: -1px; z-index: 5; }
.g-880551af { display: flex; justify-content: center; align-items: center; height: 85px; position: relative; }
.g-880551af::after { content: ""; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 75%; height: 1px; background-color: var(--color-text-light); }
.g-85fa0522 { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; text-decoration: none; margin: 0 auto; }
.g-ea07bf30 { font-size: 34px; margin-right: var(--size-xxs); }
.g-58582ec6 { font-size: 24px; font-weight: 600; }
.g-a210b0c6 { display: block; }
.g-e1e04692 { display: flex; justify-content: flex-end; align-items: center; gap: clamp(0.75rem, 8.59375vw + -3.375rem, 3.5rem); }
.g-3abe9cb7 { text-decoration: none; white-space: nowrap; padding: var(--size-xxs); }
.g-3abe9cb7:hover { text-decoration: underline; }
.g-8e1b710f { display: none; flex-direction: column; gap: 5px; border: 0; padding: 12px; border-radius: var(--b-radius); cursor: pointer; }
.g-8f2f12d5 { width: 32px; height: 3px; }
@media screen and (max-width: 768px) { .g-af8ebebd { position: sticky; top: 0; }
.g-ef4de63c { justify-content: space-between; height: 65px; }
.g-f6b0c2e8 { top: 65px; height: 0; }
.g-880551af::after { display: none; }
.g-85fa0522 { margin: 0; }
.g-a210b0c6 { position: absolute; right: 0; bottom: 75px; transform: translateY(100%); background-color: var(--color-surface); width: 260px; padding: var(--size-m); border-radius: var(--size-xxs); display: none; }
.g-a210b0c6.g-4f329fb6 { display: block; }
.g-e1e04692 { gap: var(--size-m); flex-direction: column; align-items: center; color: var(--color-text); }
.g-8e1b710f { display: flex; }
 }@media screen and (max-width: 576px) { .g-ea07bf30 { font-size: 28px; }
.g-58582ec6 { font-size: 20px; }
.g-a210b0c6 { width: 100%; }
 }

/* Block: hero-search (hero-search) */
.g-33c98dc8 { padding: var(--section-padding) 0; }
.g-9795f7f8 { display: flex; }
.g-eb520675 { flex: 1; border-radius: var(--b-radius) 0 0 var(--b-radius); overflow: hidden; }
.g-f87cc4ef { width: 100%; height: 100%; }
.g-67043d3a { 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-814980c5 { margin-top: var(--size-s); }
.g-26e3ddab { margin-top: var(--size-m); }
@media screen and (max-width: 1024px) { .g-9795f7f8 { flex-direction: column-reverse; }
.g-eb520675 { border-radius: 0 0 var(--b-radius) var(--b-radius); }
.g-f87cc4ef { height: 350px; }
.g-67043d3a { border-radius: var(--b-radius) var(--b-radius) 0 0; padding-bottom: var(--size-xl); }
 }@media screen and (max-width: 576px) { .g-f87cc4ef { height: auto; }
.g-67043d3a { padding: var(--size-s); }
 }

/* Block: page-404 (page-404) */
.g-3594ef25 { display: flex; justify-content: center; align-items: center; flex-direction: column; }
.g-b756f48e { fill: var(--color-text-description); max-width: 100%; height: auto; }
.g-c44bf07c { text-align: center; margin-top: var(--size-xl); }
.g-fa0170f3 { text-align: center; margin-top: var(--size-s); }
.g-0b565bc3 { text-align: center; }
@media screen and (max-width: 768px) { .g-c44bf07c { margin-top: var(--size-m); }
 }

/* Block: page-content (page-content) */
.g-da557b8f { 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-da557b8f { padding: var(--size-xs); }
 }

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

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

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

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

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

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

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

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

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

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

/* Block: post-card (post-card) */
.g-6a65a877 { position: relative; border-radius: var(--b-radius); overflow: hidden; height: 100%; background-color: var(--color-surface); }
.g-6a65a877 .g-f619e969 { position: relative; height: 100%; text-decoration: none; display: flex; flex-direction: column; }
.g-6a65a877 .g-c9605524 { height: 100%; background-color: var(--color-secondary); margin-bottom: -19px; aspect-ratio: 16/10; }
.g-6a65a877 .g-c9605524 img { width: 100%; height: 100%; object-fit: cover; }
.g-6a65a877 .g-fe8f83ff { 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-6a65a877 .g-0dd03ff5 { 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-6a65a877 .g-4bc7c936 { padding: 8px 4px; display: flex; justify-content: center; gap: 16px; align-items: center; white-space: nowrap; }
.g-6a65a877 .g-982271f5 { margin-top: var(--size-xs); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-6a65a877 .g-3fa7417e { margin-top: var(--size-s); display: flex; align-items: center; gap: 8px; }
.g-6a65a877 .g-3fa7417e:hover { text-decoration: underline; }
.g-6a65a877 .g-5258529c { white-space: nowrap; opacity: 0.8; margin-top: var(--size-xs); }
.g-6a65a877 .g-b4a3a4e9 { margin-top: var(--size-s); }
.g-6a65a877 .g-967ddc2d { background-color: var(--color-text); width: 4px; height: 4px; border-radius: 50%; }
.g-f9283024 { position: relative; height: 100%; background-color: var(--color-surface); padding: 24px 0; }
.g-f9283024 .g-f619e969 { position: relative; height: 100%; text-decoration: none; }
.g-f9283024 .g-1294f762 { display: flex; justify-content: flex-start; align-items: center; gap: 16px; }
.g-f9283024 .g-97052f5d { flex-shrink: 0; width: 120px; }
.g-f9283024 .g-c9605524 { height: 120px; background-color: var(--color-secondary); border-radius: var(--b-radius); }
.g-f9283024 .g-c9605524 img { width: 100%; height: 100%; object-fit: cover; }
.g-f9283024 .g-0dd03ff5 { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 8px; }
.g-f9283024 .g-4bc7c936 { display: flex; justify-content: center; gap: 8px; align-items: center; white-space: nowrap; }
.g-f9283024 .g-982271f5 { margin-top: 16px; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-f9283024 .g-5258529c { white-space: nowrap; opacity: 0.8; }
.g-f9283024 .g-967ddc2d { background-color: var(--color-text); width: 4px; height: 4px; border-radius: 50%; }
@media screen and (max-width: 576px) { .g-fe8f83ff { padding: 0 8px 8px; }
.g-0dd03ff5 { gap: 0 4px; }
.g-f9283024 { padding: 16px 0; }
.g-f9283024 .g-1294f762 { flex-wrap: wrap; justify-content: space-between; gap: 8px; }
.g-f9283024 .g-97052f5d { flex-shrink: initial; width: auto; }
.g-f9283024 .g-c9605524 { width: 100%; height: 100%; aspect-ratio: 16/10; }
.g-f9283024 .g-fe8f83ff { 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-2b139bac { display: grid; grid-template-columns: 270px 1fr; gap: var(--size-s); padding: var(--size-xl) 0; }
.g-2b139bac blockquote { margin: 0 var(--size-s); border-left: 3px solid var(--color-primary); padding: var(--size-s) var(--size-xs); }
.g-2b139bac .g-d58389b9 { position: sticky; top: calc(var(--header-height, 0px) + 15px); }
.g-2b139bac .g-aa485ce3 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-2b139bac .g-afac780f { margin-top: var(--size-m); }
.g-2b139bac .g-877f2ced { 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-2b139bac .g-806f6253 { display: block; text-decoration: none; }
.g-2b139bac .g-806f6253:hover { text-decoration: underline; }
.g-2b139bac .g-e0b7830c { background-color: var(--color-surface); border-radius: var(--b-radius); padding: 8px 16px; font-weight: bold; }
@media screen and (max-width: 1024px) { .g-2b139bac { grid-template-columns: 1fr; }
.g-2b139bac .g-97446afd { display: none; }
.g-2b139bac .g-afac780f { margin-top: var(--size-s); }
.g-2b139bac .g-877f2ced { align-items: flex-start; margin-top: var(--size-s); gap: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-2b139bac blockquote { margin: 0; }
 }

/* Block: post-header (post-header) */
.g-e4dbbb2f { margin-top: var(--size-m); display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: var(--size-m); }
.g-bb18ea9a { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: var(--size-xs); }
.g-9c4e15b0 { text-decoration: none; }
.g-9c4e15b0:hover { text-decoration: underline; }
.g-bab3d48a { text-align: center; max-width: 760px; margin: var(--size-l) auto 0; }
.g-f8233d4c { margin-top: var(--size-s); }
.g-c3519f74 { margin-top: var(--size-l); }
@media screen and (max-width: 768px) { .g-e4dbbb2f { gap: var(--size-xs); }
.g-bab3d48a { margin-top: var(--size-s); }
.g-c3519f74 { margin-top: var(--size-m); }
 }

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

/* Block: recommendation (recommendation) */
.g-914d14c4 { text-align: center; }
.g-fc08294b { position: relative; }
.g-6e2038f7 { 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-6e2038f7:hover { background-color: var(--color-primary); }
.g-60b12a7b { left: -42px; }
.g-d6f9f243 { right: -42px; }
@media screen and (max-width: 1024px) { .g-f1ac7eee { display: flex; justify-content: center; align-items: center; gap: var(--size-m); margin-top: var(--size-m); }
.g-6e2038f7 { position: static; margin-top: 0; }
 }

/* Block: search (search) */
.g-06fad65e { background: var(--color-surface); padding: var(--size-m); border-radius: var(--b-radius); margin-top: var(--size-m); }
.g-06fad65e .g-5a23c66a { margin-top: var(--size-m); max-width: 600px; }
.g-d03acdf1 { margin-top: var(--size-xl); }
.g-e91f9b9f { margin-top: var(--size-m); max-width: 600px; }
@media screen and (max-width: 768px) { .g-06fad65e { padding: var(--size-s); }
 }

/* Block: searchform (searchform) */
.g-72804b45 { position: relative; display: inline-block; width: 100%; }
.g-72804b45 .g-033bb590 { 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-72804b45 .g-6928dbf5 { 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-72804b45 .g-6928dbf5:hover { opacity: .7; }

/* Block: toTop (toTop) */
.g-6fdb62f7 { 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-6fdb62f7 svg { fill: var(--color-text-light); }
@media screen and (max-width: 768px) { .g-6fdb62f7 { transform: scale(0.75); bottom: 15px; right: 15px; }
 }

/* Block: front-page::hero-search (hero-search) */
.g-ccd441a3 { padding: var(--section-padding) 0; }
.g-dc1a7839 { display: flex; }
.g-2ad1511d { flex: 1; border-radius: var(--b-radius) 0 0 var(--b-radius); overflow: hidden; }
.g-b8eee924 { width: 100%; height: 100%; }
.g-ca35aaab { 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-6a06dd82 { margin-top: var(--size-s); }
.g-815733d4 { margin-top: var(--size-m); }
@media screen and (max-width: 1024px) { .g-dc1a7839 { flex-direction: column-reverse; }
.g-2ad1511d { border-radius: 0 0 var(--b-radius) var(--b-radius); }
.g-b8eee924 { height: 350px; }
.g-ca35aaab { border-radius: var(--b-radius) var(--b-radius) 0 0; padding-bottom: var(--size-xl); }
 }@media screen and (max-width: 576px) { .g-b8eee924 { height: auto; }
.g-ca35aaab { padding: var(--size-s); }
 }

/* Block: front-page::about--0 (about) */
.g-868a97b6 { padding: 0; }
@media screen and (max-width: 1280px) { .g-78b8254b { border-radius: 0; }
 }@media screen and (max-width: 768px) { .g-868a97b6 { padding: 0 var(--wrapper-padding); }
.g-d6c1f7c6 { column-count: 1; }
.g-78b8254b { border-radius: var(--b-radius); }
 }@media screen and (max-width: 576px) { .g-d6c1f7c6 { text-align: center; }
 }

/* Block: front-page::categories-list (categories-list) */
.g-36ebab85 { display: inline-flex; flex-wrap: wrap; gap: var(--size-m); }
.g-36ebab85 .g-1d4668c9 { text-decoration: none; background-color: var(--color-surface); min-height: 54px; padding: 8px 32px; border-radius: 54px; text-align: left; transition: .2s ease-in-out filter; }
.g-36ebab85 .g-1d4668c9:hover { filter: brightness(0.96); }
.g-36ebab85 .g-9d9905b9 { display: flex; justify-content: flex-start; align-items: center; gap: 16px; height: 100%; }
.g-36ebab85 .g-1eec16ea { font-size: 28px; }
@media screen and (max-width: 1024px) { .g-36ebab85 { gap: var(--size-s); }
.g-1d4668c9 { min-height: 50px; padding: 8px 24px; }
 }@media screen and (max-width: 768px) { .g-36ebab85 { gap: var(--size-xs); }
.g-1d4668c9 { min-height: 40px; padding: 8px 16px; }
.g-9d9905b9 { gap: 8px; }
 }

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

/* Block: front-page::page-content--0 (page-content) */
.g-579935f3 { 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-579935f3 { padding: var(--size-xs); }
 }

/* Block: contacts-page::page-content--0 (page-content) */
.g-b3868600 { 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-b3868600 { padding: var(--size-xs); }
 }

/* Block: contacts-page::form--0 (form) */
.g-7582b7e1 { position: relative; z-index: 1; }
.g-92b05079 { display: flex; justify-content: flex-start; position: relative; gap: var(--size-m); z-index: 1; }
.g-db8d2aa5 { flex: 1; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; }
.g-5b33a8c2 { flex: 0 0 660px; padding: var(--size-m) var(--size-m) var(--size-xl); display: flex; flex-direction: column; justify-content: center; }
.g-9847aee4 { position: relative; z-index: 1; transform: translateY(50%); padding: var(--size-xs); }
.g-70185c6f { width: 100%; display: flex; justify-content: space-evenly; align-items: flex-start; gap: var(--size-m); flex-wrap: wrap; }
.g-55a06aa8 { flex: 1; display: flex; align-items: center; flex-direction: column; text-align: center; }
.g-56d01e75 { width: 56px; height: 56px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; border-radius: 50%; font-size: 24px; }
.g-22028029 { fill: var(--color-text); }
.g-0227e6cf { stroke: var(--color-text); }
.g-9a193ac1 { stroke: var(--color-text); }
.g-a2c12eb4 { display: flex; flex-direction: column; }
.g-dfb2a531 { width: 100%; height: 370px; }
@media screen and (max-width: 1024px) { .g-92b05079 { flex-direction: column; }
.g-a2cf15c4 { margin-top: 0; }
.g-5b33a8c2 { flex: 1; }
.g-dfb2a531 { height: 430px; }
 }@media screen and (max-width: 768px) { .g-a2c12eb4 { margin-top: var(--size-xs); }
 }@media screen and (max-width: 576px) { .g-db8d2aa5 { align-items: center; text-align: center; }
.g-5b33a8c2 { padding: var(--size-s); }
.g-9847aee4 { transform: translateY(var(--size-xl)); }
.g-70185c6f { flex-direction: column; align-items: center; }
.g-dfb2a531 { height: 370px; }
 }

/* Block: company_values::about--0 (about) */
.g-ef35b6bd { display: flex; align-items: center; gap: var(--size-m); }
.g-410eb371 { flex: 1; }
.g-81563694 { max-height: 600px; display: flex; justify-content: center; align-items: center; }
@media screen and (max-width: 768px) { .g-ef35b6bd { flex-direction: column; }
 }@media screen and (max-width: 576px) { .g-35b9b2a6 { text-align: center; }
 }

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

/* Block: company_values::gallery--0 (gallery) */
.g-bc87adc9 { display: flex; gap: var(--size-s); }
.g-bc87adc9 * { flex: 1; }
.g-5ec7cecf { display: grid; gap: var(--size-s); grid-template-columns: 1fr 1fr; }
.g-3a825a8f { aspect-ratio: 3/2; }
@media screen and (max-width: 576px) { .g-bc87adc9 { text-align: center; }
.g-5ec7cecf { grid-template-columns: 1fr; }
 }@media screen and (max-width: 768px) { .g-bc87adc9 { flex-direction: column; gap: var(--size-xs); }
 }

/* Block: company_values::about--1 (about) */
.g-3694dac6 { display: flex; align-items: center; gap: var(--size-m); }
.g-76ed5e05 { flex: 1; }
.g-87ce4a27 { flex: 1; }
@media screen and (max-width: 768px) { .g-3694dac6 { flex-direction: column-reverse; }
 }@media screen and (max-width: 576px) { .g-87ce4a27 { text-align: center; }
 }

/* Block: company_values::text--1 (text) */
.g-06d864cb { column-count: 2; gap: var(--size-m); }
@media screen and (max-width: 768px) { .g-5e71c483 { text-align: center; }
.g-06d864cb { column-count: 1; }
 }