/* Block: categories-list (categories-list) */
.g-d0a3ce9d { display: grid; grid-template-columns: repeat(6, 1fr); gap: var(--size-s); }
.g-d0a3ce9d .g-72458664 { 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-d0a3ce9d .g-72458664: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-d0a3ce9d .g-72458664:hover .g-1531736d { opacity: 1; }
.g-d0a3ce9d .g-3beada0f { position: relative; z-index: 1; }
.g-d0a3ce9d .g-1531736d { position: absolute; right: 24px; bottom: 24px; font-size: 120px; opacity: 0.6; transition: opacity 0.2s ease-in-out; }
.g-d0a3ce9d .g-3bbfc021 { padding-bottom: 210px; min-height: 266px; grid-column: span 3; }
.g-d0a3ce9d .g-3bbfc021 .g-1531736d { font-size: 200px; }
@media screen and (max-width: 1024px) { .g-72458664 { min-height: 144px; padding-bottom: 82px; }
.g-1531736d { font-size: 72px; }
.g-3bbfc021 { padding-bottom: 120px; min-height: 159px; }
.g-3bbfc021 .g-1531736d { font-size: 100px; }
 }@media screen and (max-width: 768px) { .g-d0a3ce9d { gap: var(--size-xs); grid-template-columns: repeat(2, 1fr); }
.g-72458664 { min-height: 119px; padding: 16px 16px 76px; grid-column: auto; }
.g-1531736d { font-size: 56px; right: 16px; bottom: 16px; }
.g-3bbfc021 { min-height: 119px; grid-column: auto; padding-bottom: 76px; }
.g-3bbfc021 .g-1531736d { font-size: 56px; }
 }

/* Block: category-header (category-header) */
.g-5b263641 { display: flex; gap: var(--size-m); justify-content: flex-start; padding: var(--size-m) 0 var(--section-padding); }
.g-5b263641 .g-f002e00b { flex: 0 0 172px; background-color: var(--color-surface); font-size: 80px; border-radius: var(--b-radius); display: flex; justify-content: center; align-items: center; }
.g-5b263641 .g-6e465038 { max-width: 700px; margin-top: var(--size-s); }
@media screen and (max-width: 576px) { .g-5b263641 { flex-direction: column; align-items: center; gap: var(--size-s); }
.g-f002e00b { font-size: 64px; flex: 0 0 108px; width: 120px; }
.g-d9d02218 { text-align: center; }
.g-6e465038 { 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-be3b978f { display: none; position: fixed; bottom: 0; left: 0; width: 100%; padding: var(--size-m); z-index: 3; }
.g-c61916e4 { display: block; }
.g-171a0c27 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xl); }
.g-4e03a447 { width: 195px; display: flex; flex-direction: column; gap: var(--size-xs); }
.g-2ac45e55 { width: 100%; }
@media screen and (max-width: 768px) { .g-be3b978f { padding: var(--size-s); }
.g-171a0c27 { text-align: center; gap: var(--size-s); flex-direction: column; }
.g-4e03a447 { width: 100%; flex-direction: row; justify-content: center; flex-wrap: wrap; }
.g-2ac45e55 { width: auto; }
 }@media screen and (max-width: 576px) { .g-4e03a447 { gap: var(--size-xxs); }
 }

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

/* Block: footer (footer) */
.g-3accdcd6 { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-615d3112 { 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-615d3112.g-de6c9b8f { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-b7f02ee6 { margin-top: var(--section-padding); }
.g-1f90f6c1 { background-color: var(--color-primary); color: var(--color-text-light); border-radius: var(--b-radius); padding: var(--size-xl); display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: var(--size-xl); margin-bottom: var(--size-xl); }
.g-a97a4478 { max-width: 510px; }
.g-507f349d { max-width: 430px; }
.g-57233e68 { margin-top: var(--size-xs); }
.g-a1c04f3c { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-210ca78f { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-d90171c3 { 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-d90171c3:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-ccdff881 { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-746dce8c { transform: scale(1.2); margin-right: var(--size-xs); }
.g-d06db5a2 { background-color: var(--color-surface); border-radius: var(--b-radius); padding: var(--size-xl); margin-bottom: var(--size-m); }
.g-81aac5cb { display: flex; justify-content: space-between; align-items: center; gap: var(--size-s); }
.g-055fea1a { display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); }
.g-4255c355 { 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-1f90f6c1 { padding: var(--size-m); margin-bottom: var(--size-m); }
.g-a97a4478 { max-width: initial; }
.g-507f349d { max-width: initial; }
.g-d06db5a2 { padding: var(--size-m); }
 }@media screen and (max-width: 870px) { .g-81aac5cb { align-items: flex-start; justify-content: flex-start; flex-direction: column; gap: var(--size-m); }
.g-055fea1a { justify-content: flex-start; }
 }@media screen and (max-width: 768px) { .g-4255c355 { gap: var(--size-xs); flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-c9249f8a { order: 3; width: 100%; text-align: center; }
 }@media screen and (max-width: 576px) { .g-1f90f6c1 { gap: var(--size-m); }
.g-a1c04f3c { flex-direction: column; gap: var(--size-xxs); }
.g-210ca78f { width: 100%; }
.g-d90171c3 { width: 100%; }
.g-055fea1a { flex-direction: column; align-items: flex-start; }
 }

/* Block: header (header) */
#navigation-modal li {
    list-style: none;
}
#navigation-modal .menu-item,
#navigation-modal .page_item {
    transition: color .2s ease-out;
}
#navigation-modal .menu-item:hover,
#navigation-modal .menu-item a:hover,
#navigation-modal .page_item:hover,
#navigation-modal .page_item a:hover {
    color: var(--color-primary);
}
#navigation-modal .current-menu-item,
#navigation-modal .current_page_item,
#navigation-modal .current-menu-item a,
#navigation-modal .current_page_item a {
    color: var(--color-primary);
}

.g-c16648b8 { position: relative; z-index: 5; }
.g-bc6e900a { width: 100%; }
.g-fc07f4d0 { display: flex; justify-content: center; align-items: center; height: 85px; }
.g-206ef6d1 { position: sticky; top: -1px; z-index: 5; }
.g-bdc26dd7 { display: block; }
.g-65413a89 { display: flex; justify-content: center; align-items: center; height: 85px; position: relative; }
.g-65413a89::after { content: ""; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 75%; height: 1px; background-color: var(--color-text); }
.g-62154d7a { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; text-decoration: none; margin: 0 auto; }
.g-9c8c887a { font-size: 34px; margin-right: var(--size-xxs); }
.g-fb59f3ac { font-size: 24px; font-weight: 600; }
.g-6df27540 { display: block; }
.g-0597f47a { display: flex; justify-content: flex-end; align-items: center; gap: var(--size-s); }
.g-a17a69e6 { text-decoration: none; white-space: nowrap; padding: var(--size-xxs); transition: 0.2s ease; }
.g-a17a69e6:hover { text-decoration: underline; }
.g-6f5e420c { display: none; flex-direction: column; gap: 5px; border: 0; padding: var(--size-xs); border-radius: var(--size-xxs); cursor: pointer; }
.g-f7736692 { width: 32px; height: 3px; }
@media screen and (max-width: 768px) { .g-c16648b8 { position: sticky; top: 0; }
.g-fc07f4d0 { justify-content: space-between; height: 65px; }
.g-d50df3fb { top: 65px; height: 0; }
.g-65413a89::after { display: none; }
.g-62154d7a { margin: 0; }
.g-6df27540 { position: absolute; right: 0; bottom: 75px; transform: translateY(100%); background-color: var(--color-secondary); width: 260px; padding: var(--size-m); border-radius: var(--size-xxs); display: none; }
.g-6df27540.g-bbbf269a { display: block; }
.g-0597f47a { gap: var(--size-m); flex-direction: column; align-items: center; color: var(--color-text-light); }
.g-6f5e420c { display: flex; }
 }@media screen and (max-width: 576px) { .g-9c8c887a { font-size: 28px; }
.g-fb59f3ac { font-size: 20px; }
.g-6df27540 { width: 100%; }
 }

/* Block: hero-search (hero-search) */
.g-33eee661 { padding: var(--section-padding) 0; }
.g-16b77012 { display: flex; }
.g-3ca2c79f { flex: 1; border-radius: var(--b-radius) 0 0 var(--b-radius); overflow: hidden; }
.g-d4516deb { width: 100%; height: 100%; }
.g-8251de6f { 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-f8ade922 { margin-top: var(--size-s); }
.g-541cb982 { margin-top: var(--size-m); }
@media screen and (max-width: 1024px) { .g-16b77012 { flex-direction: column-reverse; }
.g-3ca2c79f { border-radius: 0 0 var(--b-radius) var(--b-radius); }
.g-d4516deb { height: 350px; }
.g-8251de6f { border-radius: var(--b-radius) var(--b-radius) 0 0; padding-bottom: var(--size-xl); }
 }@media screen and (max-width: 576px) { .g-d4516deb { height: auto; }
.g-8251de6f { padding: var(--size-s); }
 }

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

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

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

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

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

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

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

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

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

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

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

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

/* Block: post-card (post-card) */
.g-58a666d2 { position: relative; border-radius: var(--b-radius); overflow: hidden; height: 100%; background-color: var(--color-surface); }
.g-58a666d2 .g-aed30e0b { position: relative; height: 100%; text-decoration: none; display: flex; flex-direction: column; }
.g-58a666d2 .g-5e132719 { height: 100%; background-color: var(--color-secondary); margin-bottom: -19px; aspect-ratio: 16/10; }
.g-58a666d2 .g-5e132719 img { width: 100%; height: 100%; object-fit: cover; }
.g-58a666d2 .g-fff1843c { 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-58a666d2 .g-8560f1a8 { 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-58a666d2 .g-0ee033fe { padding: 8px 4px; display: flex; justify-content: center; gap: 16px; align-items: center; white-space: nowrap; }
.g-58a666d2 .g-b66d9eef { margin-top: var(--size-xs); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-58a666d2 .g-d0c9196c { margin-top: var(--size-s); display: flex; align-items: center; gap: 8px; }
.g-58a666d2 .g-d0c9196c:hover { text-decoration: underline; }
.g-58a666d2 .g-edeff935 { white-space: nowrap; opacity: 0.8; margin-top: var(--size-xs); }
.g-58a666d2 .g-1551d305 { margin-top: var(--size-s); }
.g-58a666d2 .g-5901d266 { background-color: var(--color-text); width: 4px; height: 4px; border-radius: 50%; }
.g-61e392d1 { position: relative; height: 100%; background-color: var(--color-surface); padding: 24px 0; }
.g-61e392d1 .g-aed30e0b { position: relative; height: 100%; text-decoration: none; }
.g-61e392d1 .g-0bb65c09 { display: flex; justify-content: flex-start; align-items: center; gap: 16px; }
.g-61e392d1 .g-e52fb661 { flex-shrink: 0; width: 120px; }
.g-61e392d1 .g-5e132719 { height: 120px; background-color: var(--color-secondary); border-radius: var(--b-radius); }
.g-61e392d1 .g-5e132719 img { width: 100%; height: 100%; object-fit: cover; }
.g-61e392d1 .g-8560f1a8 { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 8px; }
.g-61e392d1 .g-0ee033fe { display: flex; justify-content: center; gap: 8px; align-items: center; white-space: nowrap; }
.g-61e392d1 .g-b66d9eef { margin-top: 16px; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-61e392d1 .g-edeff935 { white-space: nowrap; opacity: 0.8; }
.g-61e392d1 .g-5901d266 { background-color: var(--color-text); width: 4px; height: 4px; border-radius: 50%; }
@media screen and (max-width: 576px) { .g-fff1843c { padding: 0 8px 8px; }
.g-8560f1a8 { gap: 0 4px; }
.g-61e392d1 { padding: 16px 0; }
.g-61e392d1 .g-0bb65c09 { flex-wrap: wrap; justify-content: space-between; gap: 8px; }
.g-61e392d1 .g-e52fb661 { flex-shrink: initial; width: auto; }
.g-61e392d1 .g-5e132719 { width: 100%; height: 100%; aspect-ratio: 16/10; }
.g-61e392d1 .g-fff1843c { 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-51f3416b { display: grid; grid-template-columns: 270px 1fr; gap: var(--size-s); padding: var(--size-xl) 0; }
.g-51f3416b blockquote { margin: 0 var(--size-s); border-left: 3px solid var(--color-primary); padding: var(--size-s) var(--size-xs); }
.g-51f3416b .g-cc07db71 { position: sticky; top: calc(var(--header-height, 0px) + 15px); }
.g-51f3416b .g-f961bf74 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-51f3416b .g-eedff8a1 { margin-top: var(--size-m); }
.g-51f3416b .g-53c9ca17 { 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-51f3416b .g-1130ef98 { display: block; text-decoration: none; }
.g-51f3416b .g-1130ef98:hover { text-decoration: underline; }
.g-51f3416b .g-23730c8b { background-color: var(--color-surface); border-radius: var(--b-radius); padding: 8px 16px; font-weight: bold; }
@media screen and (max-width: 1024px) { .g-51f3416b { grid-template-columns: 1fr; }
.g-51f3416b .g-04cf6923 { display: none; }
.g-51f3416b .g-eedff8a1 { margin-top: var(--size-s); }
.g-51f3416b .g-53c9ca17 { align-items: flex-start; margin-top: var(--size-s); gap: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-51f3416b blockquote { margin: 0; }
 }

/* Block: post-header (post-header) */
.g-1c1a9e07 { margin-top: var(--size-m); display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: var(--size-m); }
.g-1278be87 { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: var(--size-xs); }
.g-9d1ad6d4 { text-decoration: none; }
.g-9d1ad6d4:hover { text-decoration: underline; }
.g-45199c1f { text-align: center; max-width: 760px; margin: var(--size-l) auto 0; }
.g-da0ca81e { margin-top: var(--size-s); }
.g-26c82009 { margin-top: var(--size-l); }
@media screen and (max-width: 768px) { .g-1c1a9e07 { gap: var(--size-xs); }
.g-45199c1f { margin-top: var(--size-s); }
.g-26c82009 { margin-top: var(--size-m); }
 }

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

/* Block: recommendation (recommendation) */
.g-7fe89560 { text-align: center; }
.g-7f5447ce { position: relative; }
.g-b6c44c98 { 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-b6c44c98:hover { color: var(--color-primary); }
.g-e1f7e8a8 { left: -42px; }
.g-e3c1a7b7 { right: -42px; }
@media screen and (max-width: 1024px) { .g-7345ef86 { display: flex; justify-content: center; align-items: center; gap: var(--size-m); margin-top: var(--size-m); }
.g-b6c44c98 { position: static; margin-top: 0; }
 }

/* Block: search (search) */
.g-6926835b { text-align: center; max-width: 430px; margin: 0 auto; }
.g-95955b19 { margin-top: var(--size-xl); }
.g-dcc0c3e0 { max-width: 430px; margin-inline: auto; text-align: center; }

/* Block: searchform (searchform) */
.g-0092ebf9 { position: relative; display: inline-block; width: 100%; }
.g-0092ebf9 .g-9e60e699 { 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-0092ebf9 .g-6654361e { 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-0092ebf9 .g-6654361e:hover { opacity: .7; }

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

/* Block: front-page::hero-search (hero-search) */
.g-e5c0a79b { padding: var(--section-padding) 0; }
.g-e7439c65 { display: flex; }
.g-1ea2c762 { flex: 1; border-radius: var(--b-radius) 0 0 var(--b-radius); overflow: hidden; }
.g-649027f2 { width: 100%; height: 100%; }
.g-76446d38 { 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-98feac11 { margin-top: var(--size-s); }
.g-4c7f12ed { margin-top: var(--size-m); }
@media screen and (max-width: 1024px) { .g-e7439c65 { flex-direction: column-reverse; }
.g-1ea2c762 { border-radius: 0 0 var(--b-radius) var(--b-radius); }
.g-649027f2 { height: 350px; }
.g-76446d38 { border-radius: var(--b-radius) var(--b-radius) 0 0; padding-bottom: var(--size-xl); }
 }@media screen and (max-width: 576px) { .g-649027f2 { height: auto; }
.g-76446d38 { padding: var(--size-s); }
 }

/* Block: front-page::about--0 (about) */
.g-481ec437 { display: flex; align-items: center; gap: var(--size-m); }
.g-1b680a5a { flex: 1; }
.g-3e2d4d28 { flex: 1; }
@media screen and (max-width: 768px) { .g-481ec437 { flex-direction: column-reverse; }
 }@media screen and (max-width: 576px) { .g-3e2d4d28 { text-align: center; }
 }

/* Block: front-page::categories-list (categories-list) */
.g-fde031c3 { display: grid; grid-template-columns: repeat(6, 1fr); gap: var(--size-s); }
.g-fde031c3 .g-cb4f1d57 { 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-fde031c3 .g-cb4f1d57: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-fde031c3 .g-cb4f1d57:hover .g-c7df2a3f { opacity: 1; }
.g-fde031c3 .g-4b23e5af { position: relative; z-index: 1; }
.g-fde031c3 .g-c7df2a3f { position: absolute; right: 24px; bottom: 24px; font-size: 120px; opacity: 0.6; transition: opacity 0.2s ease-in-out; }
.g-fde031c3 .g-03b97475 { padding-bottom: 210px; min-height: 266px; grid-column: span 3; }
.g-fde031c3 .g-03b97475 .g-c7df2a3f { font-size: 200px; }
@media screen and (max-width: 1024px) { .g-cb4f1d57 { min-height: 144px; padding-bottom: 82px; }
.g-c7df2a3f { font-size: 72px; }
.g-03b97475 { padding-bottom: 120px; min-height: 159px; }
.g-03b97475 .g-c7df2a3f { font-size: 100px; }
 }@media screen and (max-width: 768px) { .g-fde031c3 { gap: var(--size-xs); grid-template-columns: repeat(2, 1fr); }
.g-cb4f1d57 { min-height: 119px; padding: 16px 16px 76px; grid-column: auto; }
.g-c7df2a3f { font-size: 56px; right: 16px; bottom: 16px; }
.g-03b97475 { min-height: 119px; grid-column: auto; padding-bottom: 76px; }
.g-03b97475 .g-c7df2a3f { font-size: 56px; }
 }

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

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

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

/* Block: contacts-page::form--0 (form) */
.g-43d4387f { display: flex; justify-content: flex-start; align-items: center; position: relative; gap: var(--size-s); z-index: 1; }
.g-1eeb2e58 { padding: var(--size-m); flex: 0 0 60%; display: flex; flex-direction: column; justify-content: center; }
.g-ac22afb0 { display: flex; justify-content: flex-start; }
.g-af939614 { padding: var(--size-xl); flex: 1; display: flex; justify-content: flex-start; align-items: center; }
.g-12576dac { display: flex; justify-content: flex-start; align-items: center; }
.g-2c99f955 { width: 32px; height: 32px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; margin-right: var(--size-m); }
.g-3d210ec7 { fill: var(--color-text); }
.g-3101a8d9 { stroke: var(--color-text); }
.g-19c1c8dd { stroke: var(--color-text); }
.g-7db3b475 { display: flex; flex-direction: column; }
.g-3ae8a9c5 { flex: 0 0 50%; height: 383px; }
.g-79c0b788 { position: relative; z-index: 1; }
@media screen and (max-width: 870px) { .g-43d4387f { flex-direction: column; }
.g-1eeb2e58 { width: 100%; flex: 0 0 auto; }
.g-ac22afb0 { flex-direction: column; }
.g-af939614 { width: 100%; padding: var(--size-m); var(--wrapper-padding); }
.g-cda9e8b9 { width: 100%; display: flex; justify-content: space-between; }
.g-12576dac { margin-top: 0; align-items: flex-start; flex-direction: column; }
.g-2c99f955 { margin-right: 0; }
.g-7db3b475 { margin-top: var(--size-xs); }
.g-3ae8a9c5 { height: 429px; width: 100%; flex: 0 0 auto; }
 }@media screen and (max-width: 576px) { .g-1eeb2e58 { padding: var(--size-xs); }
.g-cda9e8b9 { flex-direction: column; align-items: center; gap: var(--size-s); margin-top: var(--size-s); }
.g-12576dac { align-items: center; }
.g-7db3b475 { text-align: center; }
.g-3ae8a9c5 { height: 370px; }
 }

/* Block: approach::about--0 (about) */
.g-d3b2df50 { display: flex; align-items: center; gap: var(--size-m); }
.g-abc17216 { flex: 1; }
.g-b3dcd892 { flex: 1; }
@media screen and (max-width: 768px) { .g-d3b2df50 { flex-direction: column-reverse; }
 }@media screen and (max-width: 576px) { .g-b3dcd892 { text-align: center; }
 }

/* Block: approach::process--0 (process) */
.g-1dd98c25 { width: 60%; }
.g-2186dccc { flex: 1; position: relative; display: flex; gap: var(--size-s); }
.g-2186dccc::before { content: ""; position: absolute; top: 135px; left: 0; width: 100%; height: 3px; background-color: var(--color-primary); }
.g-085632eb { flex: 1; }
.g-21eb3954 { position: relative; height: 100%; }
.g-21eb3954::before { content: ""; width: 16px; height: 16px; position: absolute; left: 50%; margin-left: -8px; top: 128px; background-color: var(--color-primary); border-radius: 50%; }
.g-fd55c4be { font-size: 80px; line-height: 130%; font-weight: 500; margin-bottom: 72px; text-align: center; }
@media screen and (max-width: 870px) { .g-f1427ff9 { flex-direction: column; }
.g-1dd98c25 { width: 100%; }
.g-2186dccc { flex-direction: column; }
.g-2186dccc::before { top: 0; left: 80px; width: 2px; height: 100%; }
.g-21eb3954 { display: flex; justify-content: flex-start; align-items: center; }
.g-21eb3954::before { margin-left: 0; top: 50%; margin-top: -8px; left: 73px; }
.g-fd55c4be { text-align: left; margin-bottom: 0; font-size: 40px; flex: 0 0 110px; }
 }@media screen and (max-width: 576px) { .g-1dd98c25 { text-align: center; }
.g-2186dccc::before { left: 57px; }
.g-21eb3954::before { left: 50px; }
.g-fd55c4be { font-size: 32px; flex: 0 0 75px; }
 }

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

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

/* Block: approach::about--2 (about) */
.g-fc81102e { display: flex; align-items: center; gap: var(--size-m); }
.g-6832e6df { flex: 1; }
.g-53e35ac6 { flex: 1; }
@media screen and (max-width: 768px) { .g-fc81102e { flex-direction: column-reverse; }
 }@media screen and (max-width: 576px) { .g-53e35ac6 { text-align: center; }
 }