/* Block: categories-list (categories-list) */
.g-b8b52e78 { display: flex; flex-wrap: wrap; gap: var(--size-s); }
.g-b8b52e78 .g-19f74ffe { position: relative; text-decoration: none; background-color: var(--color-surface); flex: 0 0 calc((100% - (var(--size-s) * 4)) / 5); padding: var(--size-s) var(--size-s) 90px; border-radius: var(--b-radius); text-align: left; overflow-wrap: break-word; text-wrap: balance; min-height: 156px; transition: .2s ease-in-out filter; }
.g-b8b52e78 .g-19f74ffe:hover { filter: brightness(0.96); }
.g-b8b52e78 .g-19f74ffe:hover .g-814cc026 { opacity: 1; }
.g-b8b52e78 .g-94342ed9 { position: relative; z-index: 1; }
.g-b8b52e78 .g-814cc026 { position: absolute; bottom: 16px; right: 16px; font-size: 80px; opacity: .3; transition: .2s ease-in-out opacity; }
@media screen and (max-width: 1024px) { .g-19f74ffe { flex: 0 0 calc((100% - (var(--size-s) * 2)) / 3); padding: var(--size-xs) var(--size-xs) 82px; }
.g-814cc026 { font-size: 72px; }
 }@media screen and (max-width: 768px) { .g-19f74ffe { flex: 0 0 calc((100% - var(--size-s)) / 2); min-height: 119px; padding-bottom: 70px; }
.g-814cc026 { font-size: 56px; }
 }

/* Block: category-header (category-header) */
.g-2c8d733d { display: flex; gap: var(--size-m); justify-content: flex-start; padding: var(--size-m) 0 var(--section-padding); }
.g-2c8d733d .g-8c645082 { 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-2c8d733d .g-08533ab0 { max-width: 700px; margin-top: var(--size-s); }
@media screen and (max-width: 576px) { .g-2c8d733d { flex-direction: column; align-items: center; gap: var(--size-s); }
.g-8c645082 { font-size: 64px; flex: 0 0 108px; width: 120px; }
.g-f1a324f6 { text-align: center; }
.g-08533ab0 { 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-221c89b2 { display: none; position: fixed; bottom: 0; left: 0; width: 100%; padding: var(--size-m); z-index: 3; }
.g-f13d22be { display: block; }
.g-530dd30d { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xl); }
.g-e6105539 { width: 195px; display: flex; flex-direction: column; gap: var(--size-xs); }
.g-8acd5c69 { width: 100%; }
@media screen and (max-width: 768px) { .g-221c89b2 { padding: var(--size-s); }
.g-530dd30d { text-align: center; gap: var(--size-s); flex-direction: column; }
.g-e6105539 { width: 100%; flex-direction: row; justify-content: center; flex-wrap: wrap; }
.g-8acd5c69 { width: auto; }
 }@media screen and (max-width: 576px) { .g-e6105539 { gap: var(--size-xxs); }
 }

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

/* Block: footer (footer) */
.g-17a29fca { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-c6e44a31 { 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-c6e44a31.g-5987d1d4 { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-b3f3ad8b { margin-top: var(--section-padding); background-color: var(--color-primary); color: var(--color-text-light); }
.g-957272a6 { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: var(--size-xl); }
.g-da79786d { max-width: 563px; }
.g-78a3fd0a { max-width: 465px; }
.g-d1fc11d6 { margin-top: var(--size-xs); }
.g-af754936 { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-b2cfc50a { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-02f470d7 { 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-02f470d7:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-f4f01eb2 { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-164b7eea { transform: scale(1.2); margin-right: var(--size-xs); }
.g-6d62e1cf { background-color: var(--color-secondary); color: var(--color-text-light); padding: var(--size-xl) 0 var(--size-m); }
.g-53cf41ad { display: flex; justify-content: space-between; align-items: center; }
.g-71d5151a { display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); }
.g-e82f8832 { 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-da79786d { max-width: 550px; }
.g-78a3fd0a { max-width: 550px; }
 }@media screen and (max-width: 870px) { .g-53cf41ad { align-items: flex-start; justify-content: flex-start; flex-direction: column; gap: var(--size-m); }
.g-71d5151a { justify-content: flex-start; }
 }@media screen and (max-width: 768px) { .g-e82f8832 { flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-3c962bd1 { order: 3; }
 }@media screen and (max-width: 576px) { .g-957272a6 { gap: var(--size-m); }
.g-af754936 { flex-direction: column; gap: var(--size-xxs); }
.g-b2cfc50a { width: 100%; }
.g-02f470d7 { width: 100%; }
.g-71d5151a { 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-3052fccf { position: sticky; top: 0; background-color: var(--color-surface); z-index: 5; }
.g-7835de8f { display: flex; justify-content: space-between; align-items: center; height: 80px; position: relative; }
.g-fe020df5 { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; }
.g-e4da151d { font-size: 36px; margin-right: var(--size-xs); }
.g-ee62a476 { font-size: 24px; font-weight: 600; }
.g-1df2fc58 { display: flex; justify-content: flex-end; align-items: center; gap: var(--size-xs); }
.g-a6490302 { text-decoration: none; white-space: nowrap; padding: var(--size-xxs); }
.g-4c4f42d2 { display: none; flex-direction: column; gap: 5px; border: 0; background-color: transparent; padding: 10px; }
.g-564a1fca { width: 32px; height: 3px; }
@media screen and (max-width: 768px) { .g-4b5e2f3e { 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-4b5e2f3e.g-89a2ab97 { display: block; }
.g-1df2fc58 { gap: var(--size-m); flex-direction: column; align-items: flex-start; color: var(--color-text-light); }
.g-4c4f42d2 { display: flex; cursor: pointer; }
 }@media screen and (max-width: 576px) { .g-4b5e2f3e { width: 100%; }
 }

/* Block: hero-search (hero-search) */
.g-a7578d5d { position: relative; min-height: 600px; color: var(--color-text-light); }
.g-9c754189 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.g-6a0ef100 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.g-6a0ef100::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, #191917 100%); }
.g-9d0ee5ca { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; padding: var(--wrapper-padding); justify-content: flex-end; align-items: center; flex-direction: column; padding-top: 150px; padding-bottom: 150px; }
.g-2a7467a7 { max-width: 760px; text-align: center; }
.g-f3c00eec { max-width: 564px; margin-inline: auto; }
@media screen and (max-width: 768px) { .g-a7578d5d { min-height: 500px; }
.g-9d0ee5ca { padding-bottom: 80px; }
 }@media screen and (max-width: 576px) { .g-2a7467a7 { text-align: left; }
.g-0d13a2b5 { margin-top: var(--size-xs); }
.g-f3c00eec { margin-top: var(--size-s); }
 }

/* Block: page-404 (page-404) */
.g-dfb6b3d2 { display: flex; justify-content: center; align-items: center; flex-direction: column; }
.g-25dbd5cc { fill: var(--color-text-description); max-width: 100%; height: auto; }
.g-c35aa880 { text-align: center; margin-top: var(--size-xl); }
.g-68911d31 { text-align: center; margin-top: var(--size-s); }
.g-e2678773 { display: flex; justify-content: center; align-items: center; gap: var(--size-m); }
@media screen and (max-width: 768px) { .g-c35aa880 { margin-top: var(--size-m); }
 }@media screen and (max-width: 576px) { .g-e2678773 { flex-direction: column; gap: var(--size-xs); }
 }

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

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

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

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

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

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

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

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

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

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

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

/* Block: post-card (post-card) */
.g-88dfe8b3 { position: relative; overflow: hidden; height: 100%; }
.g-88dfe8b3 .g-8b60eaf7 { position: relative; height: 100%; text-decoration: none; display: flex; flex-direction: column; }
.g-88dfe8b3 .g-c3b1207c { height: 100%; background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; aspect-ratio: 16/10; }
.g-88dfe8b3 .g-c3b1207c img { width: 100%; height: 100%; object-fit: cover; }
.g-88dfe8b3 .g-d519cee7 { display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; }
.g-88dfe8b3 .g-135b78c1 { margin-top: var(--size-xs); display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; }
.g-88dfe8b3 .g-ee566f61 { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-88dfe8b3 .g-1ef91863 { margin-top: var(--size-xs); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-88dfe8b3 .g-a780f796 { width: 100%; display: flex; justify-content: space-between; align-items: center; margin-top: var(--size-s); }
.g-88dfe8b3 .g-281429e6 { display: flex; align-items: center; gap: 8px; }
.g-88dfe8b3 .g-281429e6:hover { text-decoration: underline; }
.g-88dfe8b3 .g-407c7611 { white-space: nowrap; opacity: 0.8; }
.g-88dfe8b3 .g-2936e773 { margin-top: var(--size-s); }
.g-88dfe8b3 .g-e300e319 { background-color: var(--color-text); width: 4px; height: 4px; border-radius: 50%; }
.g-31316bee { position: relative; overflow: hidden; height: 100%; }
.g-31316bee .g-8b60eaf7 { position: relative; height: 100%; text-decoration: none; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.g-31316bee .g-c3b1207c { flex-shrink: 0; width: 147px; height: 147px; background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; }
.g-31316bee .g-c3b1207c img { width: 100%; height: 100%; object-fit: cover; }
.g-31316bee .g-d519cee7 { flex: 1; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; }
.g-31316bee .g-135b78c1 { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; }
.g-31316bee .g-ee566f61 { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-31316bee .g-1ef91863 { margin-top: 8px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-31316bee .g-a780f796 { margin-top: 16px; width: 100%; display: flex; justify-content: space-between; align-items: center; }
.g-31316bee .g-2936e773 { margin-top: 16px; }
.g-31316bee .g-e300e319 { background-color: var(--color-text); width: 4px; height: 4px; border-radius: 50%; }
@media screen and (max-width: 576px) { .g-135b78c1 { gap: 0 4px; }
.g-fdd49edc { flex-direction: column-reverse; }
.g-949be739 { width: 100%; height: auto; aspect-ratio: 16/10; }
.g-776e0971 { width: 100%; }
 }

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

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

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

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

.g-f5f67ea0 { display: grid; grid-template-columns: 270px 1fr; gap: var(--size-s); padding: var(--size-xl) 0; }
.g-f5f67ea0 blockquote { position: relative; background-color: var(--color-surface); border-radius: var(--b-radius); padding: 40px var(--size-s) var(--size-s); margin-top: 40px; }
.g-f5f67ea0 blockquote::before { content: ''; position: absolute; top: 0; left: calc(var(--size-s) + 15px); transform: translateY(-50%); display: inline-flex; width: 85px; height: 49px; flex-shrink: 0; background-color: var(--color-primary); mask-repeat: no-repeat; mask-position: center; mask-size: contain; -webkit-mask-repeat: no-repeat; -webkit-mask-position: center; -webkit-mask-size: contain; mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 85 49' fill='none'%3E%3Cpath d='M14.9095 16.6105C18.0479 16.6088 23.2388 16.3158 27.4553 18.1206C40.0116 23.495 38.7245 38.0452 32.1596 43.7914C14.908 58.8919 -9.64319 38.4949 3.93569 16.6105C9.92309 6.96098 19.4084 1.79441 30.5917 0C24.3222 3.0201 14.9095 12.25 14.9095 16.6105Z' fill='black'/%3E%3Cpath d='M62.2327 16.6105C65.3711 16.6088 70.562 16.3158 74.7786 18.1206C87.3349 23.495 86.0478 38.0452 79.4829 43.7914C62.2313 58.8919 37.6801 38.4949 51.2589 16.6105C57.2463 6.96098 66.7316 1.79441 77.9149 0C71.6454 3.0201 62.2327 12.25 62.2327 16.6105Z' fill='black'/%3E%3C/svg%3E"); -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 85 49' fill='none'%3E%3Cpath d='M14.9095 16.6105C18.0479 16.6088 23.2388 16.3158 27.4553 18.1206C40.0116 23.495 38.7245 38.0452 32.1596 43.7914C14.908 58.8919 -9.64319 38.4949 3.93569 16.6105C9.92309 6.96098 19.4084 1.79441 30.5917 0C24.3222 3.0201 14.9095 12.25 14.9095 16.6105Z' fill='black'/%3E%3Cpath d='M62.2327 16.6105C65.3711 16.6088 70.562 16.3158 74.7786 18.1206C87.3349 23.495 86.0478 38.0452 79.4829 43.7914C62.2313 58.8919 37.6801 38.4949 51.2589 16.6105C57.2463 6.96098 66.7316 1.79441 77.9149 0C71.6454 3.0201 62.2327 12.25 62.2327 16.6105Z' fill='black'/%3E%3C/svg%3E"); }
.g-f5f67ea0 .g-d0a2ce4f { position: sticky; top: calc(var(--header-height, 0px) + 15px); }
.g-f5f67ea0 .g-03c9e7ae { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-f5f67ea0 .g-453c17a1 { margin-top: var(--size-m); }
.g-f5f67ea0 .g-44d46a97 { 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-f5f67ea0 .g-fc65dbf1 { display: flex; justify-content: flex-start; align-items: flex-start; text-decoration: none; gap: 8px; }
.g-f5f67ea0 .g-fc65dbf1::before { content: var(--toc-number) '.'; flex-shrink: 0; font-weight: 600; text-decoration: none; width: 16px; }
.g-f5f67ea0 .g-fc65dbf1:hover { color: var(--color-text); }
.g-f5f67ea0 .g-cdfe8abf { font-weight: bold; }
.g-f5f67ea0 .g-cdfe8abf::before { color: var(--color-primary); background-color: currentColor; mask-repeat: no-repeat; mask-position: center; mask-size: contain; -webkit-mask-repeat: no-repeat; -webkit-mask-position: center; -webkit-mask-size: contain; mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M8 16C3.58172 16 0 12.4183 0 8C0 3.58172 3.58172 0 8 0C12.4183 0 16 3.58172 16 8C16 12.4183 12.4183 16 8 16ZM7.46484 11.5352C7.66011 11.7304 7.97661 11.7304 8.17188 11.5352L11.3535 8.35352C11.5488 8.15825 11.5488 7.84175 11.3535 7.64648L8.17188 4.46484C7.97661 4.26962 7.66009 4.26959 7.46484 4.46484C7.26959 4.66009 7.26962 4.97661 7.46484 5.17188L9.79297 7.5H5C4.72389 7.50002 4.50002 7.72389 4.5 8C4.5 8.27613 4.72388 8.49998 5 8.5H9.79297L7.46484 10.8281C7.26959 11.0234 7.26962 11.3399 7.46484 11.5352Z' fill='black'/%3E%3C/svg%3E"); -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M8 16C3.58172 16 0 12.4183 0 8C0 3.58172 3.58172 0 8 0C12.4183 0 16 3.58172 16 8C16 12.4183 12.4183 16 8 16ZM7.46484 11.5352C7.66011 11.7304 7.97661 11.7304 8.17188 11.5352L11.3535 8.35352C11.5488 8.15825 11.5488 7.84175 11.3535 7.64648L8.17188 4.46484C7.97661 4.26962 7.66009 4.26959 7.46484 4.46484C7.26959 4.66009 7.26962 4.97661 7.46484 5.17188L9.79297 7.5H5C4.72389 7.50002 4.50002 7.72389 4.5 8C4.5 8.27613 4.72388 8.49998 5 8.5H9.79297L7.46484 10.8281C7.26959 11.0234 7.26962 11.3399 7.46484 11.5352Z' fill='black'/%3E%3C/svg%3E"); }
@media screen and (max-width: 1024px) { .g-f5f67ea0 { grid-template-columns: 1fr; }
.g-f5f67ea0 .g-995f4776 { display: none; }
.g-f5f67ea0 .g-453c17a1 { margin-top: var(--size-s); }
.g-f5f67ea0 .g-44d46a97 { align-items: flex-start; margin-top: var(--size-s); gap: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-f5f67ea0 blockquote { padding: 30px var(--size-s) var(--size-s); margin-top: 30px; }
.g-f5f67ea0 blockquote::before { left: var(--size-s); transform: translateY(-50%) scale(.7); }
 }

/* Block: post-header (post-header) */
.g-0272f26d { margin-top: var(--size-m); display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: var(--size-m); }
.g-cc9e465f { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: var(--size-xs); }
.g-622885ae { text-decoration: none; }
.g-622885ae:hover { text-decoration: underline; }
.g-c7bdf947 { text-align: center; max-width: 760px; margin: var(--size-l) auto 0; }
.g-78855beb { margin-top: var(--size-s); }
.g-0aea56bd { margin-top: var(--size-l); }
@media screen and (max-width: 768px) { .g-0272f26d { gap: var(--size-xs); }
.g-c7bdf947 { margin-top: var(--size-s); }
.g-0aea56bd { margin-top: var(--size-m); }
 }

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

/* Block: recommendation (recommendation) */
.g-5781c8ef { text-align: center; }
.g-64a6d413 { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); }
.g-db6f4ce2 { display: flex; justify-content: center; align-items: center; gap: 16px; }
.g-c97c8880 { 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-c97c8880:hover { background-color: var(--color-primary); }
.g-38f37883 { fill: var(--color-text-light); }
@media screen and (max-width: 768px) { .g-64a6d413 { margin-top: var(--size-m); }
 }

/* Block: search (search) */
.g-0ac32567 { margin-top: var(--size-m); max-width: 600px; }
.g-16986e44 { margin-top: var(--size-m); max-width: 600px; }
.g-762f2b61 { margin-top: var(--size-xl); }

/* Block: searchform (searchform) */
.g-b13673e3 { position: relative; display: inline-block; width: 100%; }
.g-b13673e3 .g-8cf37f2a { color: var(--color-text); 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) 85px var(--size-xxs) var(--size-s); font-size: clamp(0.75rem, 0.4419889503vw + 0.6464088398rem, 1rem); font-weight: 500; line-height: 120%; }
.g-b13673e3 .g-5b7f2c18 { position: absolute; right: 0; top: 0; height: 100%; z-index: 1; display: flex; justify-content: flex-end; align-items: center; padding: 8px; gap: 8px; }
.g-b13673e3 .g-c4fae3d6 { border: 0; width: 32px; height: 32px; border-radius: 50%; background-color: var(--color-primary); cursor: pointer; display: flex; justify-content: center; align-items: center; padding: 0; transition: opacity .2s ease-in-out; }
.g-b13673e3 .g-c4fae3d6:hover { opacity: .7; }
.g-b13673e3 .g-71e6caa9 { border: 0; padding: 8px; cursor: pointer; display: flex; justify-content: center; align-items: center; transition: opacity .2s ease-in-out; background-color: transparent; }
.g-b13673e3 .g-71e6caa9:hover { opacity: .7; }

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

/* Block: front-page::hero-search (hero-search) */
.g-bb1408a1 { position: relative; min-height: 600px; color: var(--color-text-light); }
.g-70fb5d26 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.g-610202e5 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.g-610202e5::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, #191917 100%); }
.g-db7b2571 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; padding: var(--wrapper-padding); justify-content: flex-end; align-items: center; flex-direction: column; padding-top: 150px; padding-bottom: 150px; }
.g-f0c50302 { max-width: 760px; text-align: center; }
.g-62931894 { max-width: 564px; margin-inline: auto; }
@media screen and (max-width: 768px) { .g-bb1408a1 { min-height: 500px; }
.g-db7b2571 { padding-bottom: 80px; }
 }@media screen and (max-width: 576px) { .g-f0c50302 { text-align: left; }
.g-03bccc6b { margin-top: var(--size-xs); }
.g-62931894 { margin-top: var(--size-s); }
 }

/* Block: front-page::faq--0 (faq) */
.g-f8e92430 { display: flex; position: relative; gap: var(--size-s); }
.g-f8e92430 * { flex: 1; }
.g-608ce6d9 { flex: 1; position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: var(--size-m); }
.g-41a2a671 { flex-shrink: 0; }
.g-dd23a8c7 { grid-column: span 2; }
.g-d08ecb07 { user-select: none; }
.g-d08ecb07[open] .g-d546b4be { transform: rotate(45deg); }
.g-bfef660b { display: flex; justify-content: space-between; align-items: center; list-style: none; cursor: pointer; padding: var(--size-s) var(--size-m); }
.g-bfef660b::-webkit-details-marker { display: none; }
.g-d546b4be { width: 32px; height: 32px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; background-color: var(--color-bg); border-radius: 50%; margin-left: var(--size-xs); }
.g-d546b4be svg { fill: var(--color-primary); }
.g-df654ead { padding: 0 var(--size-m) var(--size-s); }
@media screen and (max-width: 870px) { .g-bfef660b { padding-top: var(--size-xs); padding-bottom: var(--size-xs); }
.g-d546b4be { width: 24px; height: 24px; }
.g-d546b4be svg { width: 16px; height: 16px; }
.g-df654ead { padding-bottom: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-f8e92430 { flex-direction: column; }
.g-608ce6d9 { grid-template-columns: 1fr; margin-top: var(--size-m); }
.g-dd23a8c7 { grid-column: span 1; }
 }@media screen and (max-width: 576px) { .g-f8e92430 { text-align: center; }
 }

/* Block: front-page::categories-list (categories-list) */
.g-11d4ff48 { display: flex; flex-wrap: wrap; gap: var(--size-s); }
.g-11d4ff48 .g-11fc228a { position: relative; text-decoration: none; background-color: var(--color-surface); flex: 0 0 calc((100% - (var(--size-s) * 4)) / 5); padding: var(--size-s) var(--size-s) 90px; border-radius: var(--b-radius); text-align: left; overflow-wrap: break-word; text-wrap: balance; min-height: 156px; transition: .2s ease-in-out filter; }
.g-11d4ff48 .g-11fc228a:hover { filter: brightness(0.96); }
.g-11d4ff48 .g-11fc228a:hover .g-ea50ebfd { opacity: 1; }
.g-11d4ff48 .g-cd6e804c { position: relative; z-index: 1; }
.g-11d4ff48 .g-ea50ebfd { position: absolute; bottom: 16px; right: 16px; font-size: 80px; opacity: .3; transition: .2s ease-in-out opacity; }
@media screen and (max-width: 1024px) { .g-11fc228a { flex: 0 0 calc((100% - (var(--size-s) * 2)) / 3); padding: var(--size-xs) var(--size-xs) 82px; }
.g-ea50ebfd { font-size: 72px; }
 }@media screen and (max-width: 768px) { .g-11fc228a { flex: 0 0 calc((100% - var(--size-s)) / 2); min-height: 119px; padding-bottom: 70px; }
.g-ea50ebfd { font-size: 56px; }
 }

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

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

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

/* Block: contacts-page::form--0 (form) */
.g-62175f1e { display: flex; justify-content: flex-start; position: relative; z-index: 1; }
.g-52e81222 { 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-486ea066 { padding: clamp(1.5rem, 7.8048780488vw + -2.743902439rem, 3.5rem); flex: 1; display: flex; flex-direction: column; justify-content: center; }
.g-d700c648 { display: flex; justify-content: flex-start; align-items: center; }
.g-fc57a010 { 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-c4ef83f7 { display: flex; flex-direction: column; }
.g-4ac2b092 { margin-top: -100px; height: clamp(32rem, 13.28125vw + 25.625rem, 36.25rem); }
.g-9a9db357 { position: relative; z-index: 1; }
@media screen and (max-width: 870px) { .g-62175f1e { flex-direction: column-reverse; }
.g-52e81222 { width: 100%; }
 }@media screen and (max-width: 768px) { .g-1238668e { width: 100%; display: flex; justify-content: space-between; gap: var(--size-s); }
.g-1238668e .g-d700c648 { margin-top: 0; }
.g-d700c648 { align-items: flex-start; flex-direction: column; flex: 1; }
.g-fc57a010 { margin-right: 0; }
.g-c4ef83f7 { margin-top: var(--size-xs); }
.g-4ac2b092 { height: clamp(38.75rem, -27.4809160305vw + 45.1908396947rem, 32rem); }
 }@media screen and (max-width: 576px) { .g-52e81222 { text-align: center; }
.g-1238668e { flex-direction: column; align-items: center; margin-top: var(--size-s); }
.g-d700c648 { align-items: center; }
.g-907e4527 { margin: 0 auto; }
 }

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

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

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

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

/* Block: company_values::gallery--0 (gallery) */
.g-8b17c150 { display: grid; gap: var(--size-s); grid-template-columns: repeat(6, 1fr); grid-auto-rows: auto; }
.g-6e16365d { grid-column: span 3; }
.g-2bd0f337 { aspect-ratio: 3/2; grid-column: span 2; }
.g-3df2cd02 { grid-column: span 3; }
@media screen and (max-width: 768px) { .g-8b17c150 { grid-template-columns: 1fr; }
.g-2bd0f337 { grid-column: span 3; }
 }

/* Block: company_values::about--0 (about) */
.g-07b1f403 { display: flex; align-items: center; gap: var(--size-m); }
.g-c090b6f6 { flex: 1; }
.g-04ff0377 { max-height: 600px; display: flex; justify-content: center; align-items: center; }
@media screen and (max-width: 768px) { .g-07b1f403 { flex-direction: column; }
 }@media screen and (max-width: 576px) { .g-6612641c { text-align: center; }
 }

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