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

/* Block: category-header (category-header) */
.g-9d555219 { padding: var(--size-m) 0 var(--section-padding); }
.g-9d555219 .g-e9c4d20b { 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-9d555219 .g-cae2f42d { margin-top: var(--size-s); }
@media screen and (max-width: 576px) { .g-e9c4d20b { display: flex; margin: 0 auto; justify-content: center; gap: var(--size-xxs); }
.g-cae2f42d { 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-4671a5a2 { display: none; position: fixed; bottom: 0; left: 0; width: 100%; padding: var(--size-m); z-index: 3; }
.g-10505141 { display: block; }
.g-4e55adab { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xl); }
.g-c6ab59d6 { width: 195px; display: flex; flex-direction: column; gap: var(--size-xs); }
.g-1c9eaf9f { width: 100%; }
@media screen and (max-width: 768px) { .g-4671a5a2 { padding: var(--size-s); }
.g-4e55adab { text-align: center; gap: var(--size-s); flex-direction: column; }
.g-c6ab59d6 { width: 100%; flex-direction: row; justify-content: center; flex-wrap: wrap; }
.g-1c9eaf9f { width: auto; }
 }@media screen and (max-width: 576px) { .g-c6ab59d6 { gap: var(--size-xxs); }
 }

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

/* Block: footer (footer) */
.g-aac62bf6 { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-c1bda395 { 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-c1bda395.g-7588a916 { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-4b51314c { margin-top: var(--section-padding); background-color: var(--color-primary); color: var(--color-text-light); }
.g-a607457f { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: var(--size-xl); }
.g-6f5e16a0 { max-width: 563px; }
.g-14d2c8f1 { max-width: 465px; }
.g-1ba9ba47 { margin-top: var(--size-xs); }
.g-29e9cb23 { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-d803f6a1 { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-2acaa217 { 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-2acaa217:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-b23aadd1 { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-6f07af0d { transform: scale(1.2); margin-right: var(--size-xs); }
.g-1f48da4b { background-color: var(--color-secondary); color: var(--color-text-light); padding: var(--size-xl) 0 var(--size-m); }
.g-9c391fad { display: flex; justify-content: space-between; align-items: center; }
.g-458780ae { display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); }
.g-af59cb7f { 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-6f5e16a0 { max-width: 550px; }
.g-14d2c8f1 { max-width: 550px; }
 }@media screen and (max-width: 870px) { .g-9c391fad { align-items: flex-start; justify-content: flex-start; flex-direction: column; gap: var(--size-m); }
.g-458780ae { justify-content: flex-start; }
 }@media screen and (max-width: 768px) { .g-af59cb7f { flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-c5590cf7 { order: 3; }
 }@media screen and (max-width: 576px) { .g-a607457f { gap: var(--size-m); }
.g-29e9cb23 { flex-direction: column; gap: var(--size-xxs); }
.g-d803f6a1 { width: 100%; }
.g-2acaa217 { width: 100%; }
.g-458780ae { flex-direction: column; align-items: flex-start; }
 }

/* Block: header (header) */
#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-60aa6249 { position: sticky; top: 0; background-color: var(--color-surface); z-index: 5; }
.g-1efa120b { display: flex; justify-content: space-between; align-items: center; height: 80px; position: relative; }
.g-d0f691c4 { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; }
.g-2da9c645 { font-size: 36px; margin-right: var(--size-xs); }
.g-2bbd950c { font-size: 24px; font-weight: 600; }
.g-88b20eab { display: flex; justify-content: flex-end; align-items: center; gap: var(--size-xs); }
.g-88582718 { text-decoration: none; white-space: nowrap; padding: var(--size-xxs); }
.g-42c1ccd1 { display: none; flex-direction: column; gap: 5px; border: 0; background-color: transparent; padding: 10px; }
.g-eb7ed6d0 { width: 32px; height: 3px; }
@media screen and (max-width: 768px) { .g-83823789 { position: absolute; right: 0; bottom: 0; transform: translateY(100%); background-color: var(--color-secondary); width: 260px; padding: var(--size-m); box-shadow: 0 4px 20px var(--input-bg); display: none; }
.g-83823789.g-7b6e8022 { display: block; }
.g-88b20eab { gap: var(--size-m); flex-direction: column; align-items: flex-start; color: var(--color-text-light); }
.g-42c1ccd1 { display: flex; cursor: pointer; }
 }@media screen and (max-width: 576px) { .g-83823789 { width: 100%; }
 }

/* Block: hero-search (hero-search) */
.g-d42e8b40 { padding: var(--size-xl) 0; }
.g-6a4cbd8b { max-width: 565px; margin: 0 auto; text-align: center; }
.g-ff3db594 { margin-top: var(--size-s); }
.g-6c18f3a2 { margin-top: var(--size-m); }
@media screen and (max-width: 576px) { .g-ff3db594 { margin-top: var(--size-xs); }
.g-6c18f3a2 { margin-top: var(--size-s); }
 }

/* Block: page-404 (page-404) */
.g-eaf8807c { display: flex; justify-content: center; align-items: center; flex-direction: column; position: relative; min-height: 480px; }
.g-11e7e76a { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); max-width: 100%; height: auto; }
.g-2cf6b2c1 { position: relative; padding: var(--size-xl) 0; }
.g-4da6737f { text-align: center; }
.g-6b4b27d5 { text-align: center; margin-top: var(--size-s); }
.g-be4c8f0f { display: flex; justify-content: center; align-items: center; gap: var(--size-m); }
@media screen and (max-width: 576px) { .g-be4c8f0f { flex-direction: column; gap: var(--size-xs); }
 }

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

/* Block: page-header (page-header) */
.g-9cd358f1 { position: relative; padding: var(--size-m) 0 80px; overflow: hidden; color: var(--color-text-light); }
.g-e103e58e { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.g-e103e58e::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-d8fbc4b7 { max-width: 670px; margin: var(--size-m) auto 0; text-align: center; }
.g-f8d5885f { margin-top: var(--size-xs); }
@media screen and (max-width: 768px) { .g-9cd358f1 { padding-bottom: 50px; }
 }@media screen and (max-width: 576px) { .g-9cd358f1 { padding-bottom: 40px; }
 }

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

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

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

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

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

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

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

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

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

/* Block: post-card (post-card) */
.g-04001d0f { position: relative; overflow: hidden; border-radius: var(--b-radius); background-color: var(--color-surface); padding: 8px; }
.g-04001d0f .g-ebd5a8fd { position: relative; text-decoration: none; }
.g-04001d0f .g-d69f7000 { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; color: var(--color-primary); }
.g-04001d0f .g-a65d155e { margin-top: var(--size-xs); background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; aspect-ratio: 16/10; }
.g-04001d0f .g-a65d155e img { width: 100%; height: 100%; object-fit: cover; }
.g-04001d0f .g-5350c8db { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-04001d0f .g-a9d3e479 { margin-top: var(--size-xs); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-04001d0f .g-517cd869 { display: block; margin-top: var(--size-s); white-space: nowrap; opacity: 0.8; }
.g-04001d0f .g-ac74c85e { margin-top: var(--size-s); padding-bottom: var(--size-xs); border-bottom: 1px solid var(--color-text); }
.g-10c91ca9 { position: relative; overflow: hidden; border-radius: var(--b-radius); background-color: var(--color-surface); padding: 8px; }
.g-10c91ca9 .g-ebd5a8fd { position: relative; text-decoration: none; }
.g-10c91ca9 .g-d69f7000 { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; color: var(--color-primary); }
.g-10c91ca9 .g-a65d155e { margin-top: var(--size-xs); background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; aspect-ratio: 16/10; }
.g-10c91ca9 .g-a65d155e img { width: 100%; height: 100%; object-fit: cover; }
.g-10c91ca9 .g-5350c8db { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-10c91ca9 .g-a9d3e479 { border-top: 1px solid var(--color-text); margin-top: var(--size-xxs); padding-top: var(--size-xxs); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-10c91ca9 .g-517cd869 { display: block; margin-top: var(--size-s); white-space: nowrap; opacity: 0.8; }
.g-10c91ca9 .g-ac74c85e { margin-top: var(--size-xxs); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
@media screen and (max-width: 576px) { .g-d69f7000 { gap: 0 4px; }
 }

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

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

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

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

.g-8dd55382 { display: grid; grid-template-columns: 1fr 368px; gap: var(--size-s); padding: var(--size-xl) 0; }
.g-8dd55382 blockquote { border-left: 3px solid var(--color-primary); background-color: var(--color-surface); padding: var(--size-s) var(--size-xs); }
.g-8dd55382 .g-8c213b22 { padding: var(--size-s); position: sticky; top: calc(var(--header-height, 0px) + 15px); }
.g-8dd55382 .g-49c2e1ab { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-8dd55382 .g-fa3da3ba { margin-top: var(--size-m); }
.g-8dd55382 .g-6dac937f { 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-8dd55382 .g-4e54d676 { display: block; text-decoration: none; }
.g-8dd55382 .g-4e54d676:hover { text-decoration: underline; }
.g-8dd55382 .g-9db9f3a0 { transform: translateX(16px); color: var(--color-text); font-weight: bold; }
@media screen and (max-width: 1024px) { .g-8dd55382 { grid-template-columns: 1fr; }
.g-8dd55382 .g-1abdbbe4 { order: 1; }
.g-8dd55382 .g-28316430 { order: 2; }
.g-8dd55382 .g-fa3da3ba { margin-top: var(--size-s); }
.g-8dd55382 .g-6dac937f { align-items: flex-start; margin-top: var(--size-s); gap: var(--size-xs); }
 }

/* Block: post-header (post-header) */
.g-d9fb5f52 { display: grid; grid-template-columns: 1fr 1fr; gap: var(--size-s); margin-top: var(--size-m); }
.g-328ecf94 { display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; }
.g-7c3dc9e1 { display: flex; align-items: center; justify-content: center; }
.g-47000099 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); flex-wrap: wrap; }
.g-23522513 { 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-23522513:hover { filter: brightness(0.96); }
.g-2cb5009d { margin-top: var(--size-m); }
.g-58ec84df { margin-top: var(--size-s); margin-bottom: auto; }
.g-d63265a3 { margin-top: var(--size-s); }
@media screen and (max-width: 1024px) { .g-d9fb5f52 { grid-template-columns: 1fr; }
.g-328ecf94 { max-width: 70%; }
.g-7c3dc9e1 { max-width: 70%; display: block; }
.g-23522513 { height: 30px; }
 }@media screen and (max-width: 768px) { .g-d9fb5f52 { gap: var(--size-m); }
.g-328ecf94 { max-width: 100%; }
.g-7c3dc9e1 { max-width: 100%; }
.g-58ec84df { margin-top: var(--size-xs); }
 }

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

/* Block: recommendation (recommendation) */
.g-caee243f { text-align: center; }
.g-89ce53ee { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); }
.g-16eac249 { display: flex; justify-content: center; align-items: center; gap: 16px; }
.g-53a3dc46 { 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-53a3dc46:hover { background-color: var(--color-primary); }
.g-95097ac0 { fill: var(--color-text-light); }
@media screen and (max-width: 768px) { .g-89ce53ee { margin-top: var(--size-m); }
 }

/* Block: search (search) */
.g-a1cb37ea { margin-top: var(--size-m); max-width: 600px; }
.g-666839d5 { margin-top: var(--size-m); max-width: 600px; }
.g-807aa943 { margin-top: var(--size-xl); }

/* Block: searchform (searchform) */
.g-882a7e24 { position: relative; display: inline-block; width: 100%; }
.g-882a7e24 .g-95ad4645 { 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-882a7e24 .g-d98b38ea { 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-882a7e24 .g-d98b38ea:hover { opacity: .7; }

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

/* Block: front-page::hero-search (hero-search) */
.g-b8df83dd { padding: var(--size-xl) 0; }
.g-78863fdf { max-width: 565px; margin: 0 auto; text-align: center; }
.g-d6ffd77c { margin-top: var(--size-s); }
.g-f31533b2 { margin-top: var(--size-m); }
@media screen and (max-width: 576px) { .g-d6ffd77c { margin-top: var(--size-xs); }
.g-f31533b2 { margin-top: var(--size-s); }
 }

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

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

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

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

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

/* Block: contacts-page::form--0 (form) */
.g-5683adc4 { display: flex; justify-content: flex-start; position: relative; z-index: 1; }
.g-dac3d30e { width: clamp(23.125rem, 29.2682926829vw + 7.2103658537rem, 30.625rem); flex-shrink: 0; padding: clamp(2rem, 5.8536585366vw + -1.1829268293rem, 3.5rem) var(--size-s) clamp(2rem, 5.8536585366vw + -1.1829268293rem, 3.5rem) clamp(1.5rem, 7.8048780488vw + -2.743902439rem, 3.5rem); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.g-2209a94b { padding: clamp(1.5rem, 7.8048780488vw + -2.743902439rem, 3.5rem); flex: 1; display: flex; flex-direction: column; justify-content: center; }
.g-f1cccffb { display: flex; justify-content: flex-start; align-items: center; }
.g-d85f7274 { 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-d70026fa { display: flex; flex-direction: column; }
.g-17726557 { margin-top: -100px; height: clamp(32rem, 13.28125vw + 25.625rem, 36.25rem); }
.g-6a79480b { position: relative; z-index: 1; }
@media screen and (max-width: 870px) { .g-5683adc4 { flex-direction: column-reverse; }
.g-dac3d30e { width: 100%; }
 }@media screen and (max-width: 768px) { .g-6d850eed { width: 100%; display: flex; justify-content: space-between; gap: var(--size-s); }
.g-6d850eed .g-f1cccffb { margin-top: 0; }
.g-f1cccffb { align-items: flex-start; flex-direction: column; flex: 1; }
.g-d85f7274 { margin-right: 0; }
.g-d70026fa { margin-top: var(--size-xs); }
.g-17726557 { height: clamp(38.75rem, -27.4809160305vw + 45.1908396947rem, 32rem); }
 }@media screen and (max-width: 576px) { .g-dac3d30e { text-align: center; }
.g-6d850eed { flex-direction: column; align-items: center; margin-top: var(--size-s); }
.g-f1cccffb { align-items: center; }
.g-191b882b { margin: 0 auto; }
 }

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

/* Block: approach::process--0 (process) */
.g-8cc94c15 { display: flex; justify-content: flex-start; align-items: flex-start; gap: var(--size-xl); }
.g-b873fd29 { flex: 1; }
.g-a79ac25a { flex: 1; position: relative; display: flex; flex-direction: column; gap: var(--size-xs); }
.g-e8440d06 { display: flex; justify-content: flex-start; align-items: flex-start; border-bottom: 1px solid var(--color-secondary); gap: var(--size-s); padding-bottom: var(--size-xs); }
.g-4ee0b76f { flex: 0 0 50px; font-size: 40px; line-height: 130%; font-weight: 500; }
@media screen and (max-width: 870px) { .g-8cc94c15 { flex-direction: column; }
 }@media screen and (max-width: 576px) { .g-b873fd29 { text-align: center; }
.g-4ee0b76f { font-size: 32px; flex: 0 0 35px; }
 }

/* Block: approach::about--0 (about) */
.g-b48362a8 { display: flex; align-items: center; gap: var(--size-m); }
.g-a2552e70 { flex: 1; }
.g-ae8a8519 { max-height: 600px; display: flex; justify-content: center; align-items: center; }
@media screen and (max-width: 768px) { .g-b48362a8 { flex-direction: column; }
 }@media screen and (max-width: 576px) { .g-7133c97d { text-align: center; }
 }

/* Block: approach::text--1 (text) */
.g-fe6e11c1 { text-align: center; }