/* Block: categories-list (categories-list) */
.g-55194f8b { display: inline-flex; flex-wrap: wrap; gap: var(--size-m); }
.g-55194f8b .g-e77b32ac { 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-55194f8b .g-e77b32ac:hover { filter: brightness(0.96); }
.g-55194f8b .g-f14c1be9 { display: flex; justify-content: flex-start; align-items: center; gap: 16px; height: 100%; }
.g-55194f8b .g-cf42457e { font-size: 28px; }
@media screen and (max-width: 1024px) { .g-55194f8b { gap: var(--size-s); }
.g-e77b32ac { min-height: 50px; padding: 8px 24px; }
 }@media screen and (max-width: 768px) { .g-55194f8b { gap: var(--size-xs); }
.g-e77b32ac { min-height: 40px; padding: 8px 16px; }
.g-f14c1be9 { gap: 8px; }
 }

/* Block: category-header (category-header) */
.g-1097c475 { padding: var(--size-m) 0 var(--section-padding); }
.g-1097c475 .g-da5fdb7c { 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-1097c475 .g-dcfe831e { margin-top: var(--size-s); }
@media screen and (max-width: 576px) { .g-da5fdb7c { display: flex; margin: 0 auto; justify-content: center; gap: var(--size-xxs); }
.g-dcfe831e { 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-59120e97 { display: none; position: fixed; bottom: 0; left: 0; width: 100%; padding: var(--size-m); z-index: 3; }
.g-777c9323 { display: block; }
.g-e9ff3182 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xl); }
.g-2c62dff3 { width: 195px; display: flex; flex-direction: column; gap: var(--size-xs); }
.g-ecabc3af { width: 100%; }
@media screen and (max-width: 768px) { .g-59120e97 { padding: var(--size-s); }
.g-e9ff3182 { text-align: center; gap: var(--size-s); flex-direction: column; }
.g-2c62dff3 { width: 100%; flex-direction: row; justify-content: center; flex-wrap: wrap; }
.g-ecabc3af { width: auto; }
 }@media screen and (max-width: 576px) { .g-2c62dff3 { gap: var(--size-xxs); }
 }

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

/* Block: footer (footer) */
.g-4114f06a { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-8fcd5cdd { 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-8fcd5cdd.g-71350776 { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-8d0ce23a { margin-top: var(--section-padding); }
.g-2dbedc3e { border-radius: var(--b-radius); padding: var(--size-m); }
.g-e4b558f4 { 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-eb8246a4 { max-width: 524px; }
.g-ed82742a { max-width: 450px; }
.g-89c1f7b9 { margin-top: var(--size-xs); }
.g-39d30f9d { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-0623d85a { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-9c87acce { 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-9c87acce:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-af50340c { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-a68d63cd { transform: scale(1.2); margin-right: var(--size-xs); }
.g-2b6257da { display: flex; flex-direction: column; justify-content: flex-start; align-items: center; }
.g-208cb28c { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); margin-top: var(--size-m); }
.g-9e8c4caa { 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-eb8246a4 { max-width: initial; }
.g-ed82742a { max-width: initial; }
 }@media screen and (max-width: 870px) { .g-208cb28c { justify-content: flex-start; }
 }@media screen and (max-width: 768px) { .g-9e8c4caa { gap: var(--size-xs); flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-49b9acc7 { order: 3; width: 100%; text-align: center; }
 }@media screen and (max-width: 576px) { .g-e4b558f4 { gap: var(--size-m); }
.g-39d30f9d { flex-direction: column; gap: var(--size-xxs); }
.g-0623d85a { width: 100%; }
.g-9c87acce { width: 100%; }
.g-208cb28c { 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-cbe2554a { position: relative; z-index: 5; }
.g-b1b9c6e8 { display: flex; justify-content: center; align-items: center; height: 85px; }
.g-5696a17a { position: sticky; top: -1px; z-index: 5; }
.g-7a8e998d { display: flex; justify-content: center; align-items: center; height: 85px; position: relative; }
.g-7a8e998d::after { content: ""; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 75%; height: 1px; background-color: var(--color-text-light); }
.g-4461c7df { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; text-decoration: none; margin: 0 auto; }
.g-3371e586 { font-size: 34px; margin-right: var(--size-xxs); }
.g-25baac2a { font-size: 24px; font-weight: 600; }
.g-d668062e { display: block; }
.g-27b69e64 { display: flex; justify-content: flex-end; align-items: center; gap: clamp(0.75rem, 8.59375vw + -3.375rem, 3.5rem); }
.g-f462bdf1 { text-decoration: none; white-space: nowrap; padding: var(--size-xxs); }
.g-f462bdf1:hover { text-decoration: underline; }
.g-161d681a { display: none; flex-direction: column; gap: 5px; border: 0; padding: 12px; border-radius: var(--b-radius); cursor: pointer; }
.g-0e75bee0 { width: 32px; height: 3px; }
@media screen and (max-width: 768px) { .g-cbe2554a { position: sticky; top: 0; }
.g-b1b9c6e8 { justify-content: space-between; height: 65px; }
.g-30a68bcb { top: 65px; height: 0; }
.g-7a8e998d::after { display: none; }
.g-4461c7df { margin: 0; }
.g-d668062e { 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-d668062e.g-c11dbad8 { display: block; }
.g-27b69e64 { gap: var(--size-m); flex-direction: column; align-items: center; color: var(--color-text); }
.g-161d681a { display: flex; }
 }@media screen and (max-width: 576px) { .g-3371e586 { font-size: 28px; }
.g-25baac2a { font-size: 20px; }
.g-d668062e { width: 100%; }
 }

/* Block: hero-search (hero-search) */
.g-081c4fd5 { padding: var(--size-xl) 0; }
.g-cba0bf23 { max-width: 565px; margin: 0 auto; text-align: center; }
.g-66b2ad6a { margin-top: var(--size-s); }
.g-040e34c8 { margin-top: var(--size-m); }
@media screen and (max-width: 576px) { .g-66b2ad6a { margin-top: var(--size-xs); }
.g-040e34c8 { margin-top: var(--size-s); }
 }

/* Block: page-404 (page-404) */
.g-510263b6 { display: flex; justify-content: center; align-items: center; flex-direction: column; }
.g-6c5b3a67 { fill: var(--color-text-description); max-width: 100%; height: auto; }
.g-699b3b19 { text-align: center; margin-top: var(--size-xl); }
.g-3acf559d { text-align: center; margin-top: var(--size-s); }
.g-3c7a94e5 { display: flex; justify-content: center; align-items: center; gap: var(--size-m); }
@media screen and (max-width: 768px) { .g-699b3b19 { margin-top: var(--size-m); }
 }@media screen and (max-width: 576px) { .g-3c7a94e5 { flex-direction: column; gap: var(--size-xs); }
 }

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

/* Block: page-header (page-header) */
.g-d2e30ed3 { position: relative; padding: var(--size-xl) 0; background-color: var(--color-secondary); color: var(--color-text-light); }
.g-cb7d61bc { margin-top: var(--size-xl); text-align: center; }
.g-5426d63d { margin-top: var(--size-xs); }
@media screen and (max-width: 768px) { .g-d2e30ed3 { padding-bottom: 45px; }
 }@media screen and (max-width: 576px) { .g-d2e30ed3 { padding-bottom: 35px; }
.g-cb7d61bc { margin-top: var(--size-xs); }
 }

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

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

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

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

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

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

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

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

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

/* Block: post-card (post-card) */
.g-bac74138 { position: relative; border-radius: var(--b-radius); overflow: hidden; height: 100%; background-color: var(--color-surface); }
.g-bac74138 .g-9f0f9abd { position: relative; height: 100%; text-decoration: none; display: flex; flex-direction: column; }
.g-bac74138 .g-8d83d3f3 { height: 100%; background-color: var(--color-secondary); margin-bottom: -19px; aspect-ratio: 16/10; }
.g-bac74138 .g-8d83d3f3 img { width: 100%; height: 100%; object-fit: cover; }
.g-bac74138 .g-a029ad27 { 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-bac74138 .g-fc4e5b61 { 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-bac74138 .g-6457d948 { padding: 8px 4px; display: flex; justify-content: center; gap: 16px; align-items: center; white-space: nowrap; }
.g-bac74138 .g-8362602d { margin-top: var(--size-xs); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-bac74138 .g-73e2f7be { margin-top: var(--size-s); display: flex; align-items: center; gap: 8px; }
.g-bac74138 .g-73e2f7be:hover { text-decoration: underline; }
.g-bac74138 .g-ee89cb68 { white-space: nowrap; opacity: 0.8; margin-top: var(--size-xs); }
.g-bac74138 .g-0c305686 { margin-top: var(--size-s); }
.g-bac74138 .g-27c9f92b { background-color: var(--color-text); width: 4px; height: 4px; border-radius: 50%; }
.g-3d37055e { position: relative; height: 100%; background-color: var(--color-surface); padding: 24px 0; }
.g-3d37055e .g-9f0f9abd { position: relative; height: 100%; text-decoration: none; }
.g-3d37055e .g-e3f04c8e { display: flex; justify-content: flex-start; align-items: center; gap: 16px; }
.g-3d37055e .g-32fa44e8 { flex-shrink: 0; width: 120px; }
.g-3d37055e .g-8d83d3f3 { height: 120px; background-color: var(--color-secondary); border-radius: var(--b-radius); }
.g-3d37055e .g-8d83d3f3 img { width: 100%; height: 100%; object-fit: cover; }
.g-3d37055e .g-fc4e5b61 { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 8px; }
.g-3d37055e .g-6457d948 { display: flex; justify-content: center; gap: 8px; align-items: center; white-space: nowrap; }
.g-3d37055e .g-8362602d { margin-top: 16px; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-3d37055e .g-ee89cb68 { white-space: nowrap; opacity: 0.8; }
.g-3d37055e .g-27c9f92b { background-color: var(--color-text); width: 4px; height: 4px; border-radius: 50%; }
@media screen and (max-width: 576px) { .g-a029ad27 { padding: 0 8px 8px; }
.g-fc4e5b61 { gap: 0 4px; }
.g-3d37055e { padding: 16px 0; }
.g-3d37055e .g-e3f04c8e { flex-wrap: wrap; justify-content: space-between; gap: 8px; }
.g-3d37055e .g-32fa44e8 { flex-shrink: initial; width: auto; }
.g-3d37055e .g-8d83d3f3 { width: 100%; height: 100%; aspect-ratio: 16/10; }
.g-3d37055e .g-a029ad27 { 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-a6d2c1f4 { display: grid; grid-template-columns: 270px 1fr; gap: var(--size-s); padding: var(--size-xl) 0; }
.g-a6d2c1f4 blockquote { margin: 0 var(--size-s); border-left: 3px solid var(--color-primary); padding: var(--size-s) var(--size-xs); }
.g-a6d2c1f4 .g-fc6517e1 { position: sticky; top: calc(var(--header-height, 0px) + 15px); }
.g-a6d2c1f4 .g-34786179 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-a6d2c1f4 .g-0519aec5 { margin-top: var(--size-m); }
.g-a6d2c1f4 .g-879134b5 { 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-a6d2c1f4 .g-1b75a263 { display: block; text-decoration: none; }
.g-a6d2c1f4 .g-1b75a263:hover { text-decoration: underline; }
.g-a6d2c1f4 .g-d4c714af { background-color: var(--color-surface); border-radius: var(--b-radius); padding: 8px 16px; font-weight: bold; }
@media screen and (max-width: 1024px) { .g-a6d2c1f4 { grid-template-columns: 1fr; }
.g-a6d2c1f4 .g-0a235b74 { display: none; }
.g-a6d2c1f4 .g-0519aec5 { margin-top: var(--size-s); }
.g-a6d2c1f4 .g-879134b5 { align-items: flex-start; margin-top: var(--size-s); gap: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-a6d2c1f4 blockquote { margin: 0; }
 }

/* Block: post-header (post-header) */
.g-926baf15 { display: grid; grid-template-columns: 1fr 1fr; gap: var(--size-s); margin-top: var(--size-m); }
.g-a1498946 { display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; }
.g-3194f1d7 { display: flex; align-items: center; justify-content: center; }
.g-fb70fb30 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); flex-wrap: wrap; }
.g-4609afdd { 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-4609afdd:hover { filter: brightness(0.96); }
.g-fefa6591 { margin-top: var(--size-m); }
.g-49911366 { margin-top: var(--size-s); margin-bottom: auto; }
.g-9ef7c2d2 { margin-top: var(--size-s); }
@media screen and (max-width: 1024px) { .g-926baf15 { grid-template-columns: 1fr; }
.g-a1498946 { max-width: 70%; }
.g-3194f1d7 { max-width: 70%; display: block; }
.g-4609afdd { height: 30px; }
 }@media screen and (max-width: 768px) { .g-926baf15 { gap: var(--size-m); }
.g-a1498946 { max-width: 100%; }
.g-3194f1d7 { max-width: 100%; }
.g-49911366 { margin-top: var(--size-xs); }
 }

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

/* Block: recommendation (recommendation) */
.g-74fdc57f { text-align: center; }
.g-71ca2fc2 { position: relative; }
.g-efcd9b45 { position: absolute; top: 50%; z-index: 10; margin-top: -16px; width: 32px; height: 32px; border: 0; padding: 0; background-color: transparent; display: flex; justify-content: center; align-items: center; cursor: pointer; color: var(--color-text); }
.g-efcd9b45:hover { color: var(--color-primary); }
.g-9feb3dcf { left: -42px; }
.g-860cc727 { right: -42px; }
@media screen and (max-width: 1024px) { .g-9967a0f7 { display: flex; justify-content: center; align-items: center; gap: var(--size-m); margin-top: var(--size-m); }
.g-efcd9b45 { position: static; margin-top: 0; }
 }

/* Block: search (search) */
.g-29aae607 { background: var(--color-surface); padding: var(--size-m); border-radius: var(--b-radius); margin-top: var(--size-m); }
.g-29aae607 .g-d2066310 { margin-top: var(--size-m); max-width: 600px; }
.g-3f90fca6 { margin-top: var(--size-xl); }
.g-9dbfbbee { margin-top: var(--size-m); max-width: 600px; }
@media screen and (max-width: 768px) { .g-29aae607 { padding: var(--size-s); }
 }

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

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

/* Block: front-page::hero-search (hero-search) */
.g-34738de0 { padding: var(--size-xl) 0; }
.g-460eb1ab { max-width: 565px; margin: 0 auto; text-align: center; }
.g-c5f63a56 { margin-top: var(--size-s); }
.g-9042bd04 { margin-top: var(--size-m); }
@media screen and (max-width: 576px) { .g-c5f63a56 { margin-top: var(--size-xs); }
.g-9042bd04 { margin-top: var(--size-s); }
 }

/* Block: front-page::about--0 (about) */
.g-50d7c458 { display: flex; align-items: center; gap: var(--size-m); }
.g-435d9483 { flex: 1; }
.g-6c872931 { max-height: 600px; display: flex; justify-content: center; align-items: center; }
@media screen and (max-width: 768px) { .g-50d7c458 { flex-direction: column; }
 }@media screen and (max-width: 576px) { .g-0bb5574f { text-align: center; }
 }

/* Block: front-page::categories-list (categories-list) */
.g-2b664fb5 { display: inline-flex; flex-wrap: wrap; gap: var(--size-m); }
.g-2b664fb5 .g-004fb5dc { 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-2b664fb5 .g-004fb5dc:hover { filter: brightness(0.96); }
.g-2b664fb5 .g-3c9bebf9 { display: flex; justify-content: flex-start; align-items: center; gap: 16px; height: 100%; }
.g-2b664fb5 .g-2be78db4 { font-size: 28px; }
@media screen and (max-width: 1024px) { .g-2b664fb5 { gap: var(--size-s); }
.g-004fb5dc { min-height: 50px; padding: 8px 24px; }
 }@media screen and (max-width: 768px) { .g-2b664fb5 { gap: var(--size-xs); }
.g-004fb5dc { min-height: 40px; padding: 8px 16px; }
.g-3c9bebf9 { gap: 8px; }
 }

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

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

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

/* Block: contacts-page::form--0 (form) */
.g-ba29453b { display: flex; justify-content: flex-start; position: relative; gap: var(--size-m); z-index: 1; }
.g-fdc2fa14 { flex: 1; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.g-315a02d7 { flex: 0 0 450px; padding: var(--size-m) var(--size-m) var(--size-xl); display: flex; flex-direction: column; justify-content: center; }
.g-ab32d2e1 { display: none; }
.g-b8f66b69 { width: 100%; }
.g-5b407181 { width: 100%; display: flex; justify-content: space-between; align-items: flex-start; gap: var(--size-m); white-space: nowrap; flex-wrap: wrap; }
.g-45c204ad { flex: 1; display: flex; align-items: flex-start; flex-direction: column; }
.g-1293e97f { 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-381ef8bb { fill: var(--color-text); }
.g-74bfb674 { stroke: var(--color-text); }
.g-b767fb92 { stroke: var(--color-text); }
.g-a0fcc976 { display: flex; flex-direction: column; }
.g-e39cd23d { width: 100%; height: 300px; }
.g-914d5179 { position: relative; z-index: 1; }
@media screen and (max-width: 1024px) { .g-ba29453b { flex-direction: column-reverse; }
.g-fdc2fa14 { flex-direction: column-reverse; justify-content: flex-start; }
.g-315a02d7 { flex: 1; }
.g-d0f6344f { display: none; }
.g-ab32d2e1 { display: block; text-align: center; }
.g-5b407181 { justify-content: space-evenly; }
.g-e39cd23d { height: 430px; margin-top: var(--size-s); }
 }@media screen and (max-width: 870px) { .g-fdc2fa14 { width: 100%; }
 }@media screen and (max-width: 768px) { .g-1293e97f { margin-right: 0; }
.g-a0fcc976 { margin-top: var(--size-xs); }
 }@media screen and (max-width: 576px) { .g-fdc2fa14 { text-align: center; }
.g-315a02d7 { padding: var(--size-s); }
.g-5b407181 { flex-direction: column; align-items: center; margin-top: var(--size-s); }
.g-45c204ad { flex: inherit; align-items: center; }
 }

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

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

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

/* Block: expertise::process--0 (process) */
.g-3109bf21 { width: 60%; }
.g-c70df81b { flex: 1; position: relative; display: flex; gap: var(--size-l); }
.g-9a1776bd { flex: 1; }
.g-a767acc1 { position: relative; }
.g-a767acc1::before { content: ""; position: absolute; top: 0; left: calc(-1 * var(--size-l) / 2); width: 1px; height: 100%; background-color: var(--color-secondary); }
.g-6ce7464b::before { display: none; }
@media screen and (max-width: 870px) { .g-e5acc0d9 { flex-direction: column; }
.g-3109bf21 { width: 100%; }
.g-c70df81b { display: grid; grid-template-columns: 1fr 1fr; }
.g-c70df81b::before { content: ""; position: absolute; top: 0; left: 50%; width: 1px; height: 100%; background-color: var(--color-secondary); }
.g-c70df81b::after { content: ""; position: absolute; top: 50%; left: 0; width: 100%; height: 1px; background-color: var(--color-secondary); }
.g-a767acc1::before { display: none; }
 }@media screen and (max-width: 576px) { .g-3109bf21 { text-align: center; }
.g-c70df81b { margin-top: var(--size-m); gap: var(--size-m); grid-template-columns: 1fr; }
.g-c70df81b::before { display: none; }
.g-c70df81b::after { display: none; }
.g-a767acc1::before { left: 0; top: calc(-1 * var(--size-m) / 2); display: block; height: 1px; width: 100%; }
.g-6ce7464b::before { display: none; }
 }

/* Block: expertise::text--1 (text) */
.g-704dc3db { padding: var(--size-xl); }
@media screen and (max-width: 768px) { .g-704dc3db { text-align: center; padding: var(--size-m); }
 }@media screen and (max-width: 576px) { .g-704dc3db { padding: var(--size-s); }
 }

/* Block: expertise::about--0 (about) */
.g-4cfb0085 { display: flex; align-items: center; gap: var(--size-m); }
.g-88c5a617 { flex: 1; }
.g-c73e20c5 { max-height: 600px; display: flex; justify-content: center; align-items: center; }
@media screen and (max-width: 768px) { .g-4cfb0085 { flex-direction: column; }
 }@media screen and (max-width: 576px) { .g-5bc093d5 { text-align: center; }
 }