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

/* Block: category-header (category-header) */
.g-81475e33 { display: flex; gap: var(--size-m); justify-content: flex-start; padding: var(--size-m) 0 var(--section-padding); }
.g-81475e33 .g-06f24c83 { 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-81475e33 .g-0c370a87 { max-width: 700px; margin-top: var(--size-s); }
@media screen and (max-width: 576px) { .g-81475e33 { flex-direction: column; align-items: center; gap: var(--size-s); }
.g-06f24c83 { font-size: 64px; flex: 0 0 108px; width: 120px; }
.g-b3d97ed5 { text-align: center; }
.g-0c370a87 { 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-91274e84 { display: none; position: fixed; bottom: 0; left: 0; width: 100%; padding: var(--size-m); z-index: 3; }
.g-15049db4 { display: block; }
.g-efd84c5a { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xl); }
.g-4b20c522 { width: 195px; display: flex; flex-direction: column; gap: var(--size-xs); }
.g-ee09a0a5 { width: 100%; }
@media screen and (max-width: 768px) { .g-91274e84 { padding: var(--size-s); }
.g-efd84c5a { text-align: center; gap: var(--size-s); flex-direction: column; }
.g-4b20c522 { width: 100%; flex-direction: row; justify-content: center; flex-wrap: wrap; }
.g-ee09a0a5 { width: auto; }
 }@media screen and (max-width: 576px) { .g-4b20c522 { gap: var(--size-xxs); }
 }

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

/* Block: footer (footer) */
.g-6c76dcfb { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-c8fa0760 { 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-c8fa0760.g-185cfbd3 { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-9054e2d7 { margin-top: var(--section-padding); }
.g-2c0a3820 { position: relative; 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: -80px; }
.g-b4fe40fc { max-width: 510px; }
.g-b5970e3a { max-width: 430px; }
.g-a0ebcfc0 { margin-top: var(--size-xs); }
.g-a921ee9f { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-94ed2f8c { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-fec189c6 { 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-fec189c6:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-b96107f1 { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-e926ba29 { transform: scale(1.2); margin-right: var(--size-xs); }
.g-ccbe0420 { background-color: var(--color-secondary); color: var(--color-text-light); padding-top: 160px; padding-bottom: var(--size-m); }
.g-40c9a1c5 { display: flex; flex-direction: column; justify-content: center; align-items: center; gap: var(--size-m); }
.g-db995be7 { display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); }
.g-532a3267 { margin: var(--size-xl) 0; border-color: var(--color-surface); }
.g-4df395d1 { display: flex; justify-content: space-between; align-items: center; gap: var(--size-s); text-align: center; }
@media screen and (max-width: 1024px) { .g-2c0a3820 { padding: var(--size-m); }
.g-b4fe40fc { max-width: initial; }
.g-b5970e3a { max-width: initial; }
 }@media screen and (max-width: 768px) { .g-4df395d1 { flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-6a450ecc { order: 3; width: 100%; }
 }@media screen and (max-width: 576px) { .g-2c0a3820 { gap: var(--size-m); }
.g-a921ee9f { flex-direction: column; gap: var(--size-xxs); }
.g-94ed2f8c { width: 100%; }
.g-fec189c6 { width: 100%; }
.g-40c9a1c5 { justify-content: flex-start; align-items: flex-start; }
.g-db995be7 { flex-direction: column; justify-content: flex-start; 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-3ba18db4 { position: sticky; top: 0; background-color: var(--color-surface); z-index: 5; }
.g-af48f5e9 { display: flex; justify-content: space-between; align-items: center; height: 80px; position: relative; }
.g-ad50ba90 { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; }
.g-41779e2a { font-size: 36px; margin-right: var(--size-xs); }
.g-c7e2a9d0 { font-size: 24px; font-weight: 600; }
.g-1567c696 { display: flex; justify-content: flex-end; align-items: center; gap: var(--size-xs); }
.g-461731c3 { text-decoration: none; white-space: nowrap; padding: var(--size-xxs); }
.g-bc30cbec { display: none; flex-direction: column; gap: 5px; border: 0; background-color: transparent; padding: 10px; }
.g-2dadf5e1 { width: 32px; height: 3px; }
@media screen and (max-width: 768px) { .g-bce121b8 { 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-bce121b8.g-0b93bef3 { display: block; }
.g-1567c696 { gap: var(--size-m); flex-direction: column; align-items: flex-start; color: var(--color-text-light); }
.g-bc30cbec { display: flex; cursor: pointer; }
 }@media screen and (max-width: 576px) { .g-bce121b8 { width: 100%; }
 }

/* Block: hero-search (hero-search) */
.g-80b8a7e3 { padding: var(--size-xl) 0; }
.g-37aa2ced { max-width: 565px; margin: 0 auto; text-align: center; }
.g-a143f8fd { margin-top: var(--size-s); }
.g-b73133fb { margin-top: var(--size-m); }
@media screen and (max-width: 576px) { .g-a143f8fd { margin-top: var(--size-xs); }
.g-b73133fb { margin-top: var(--size-s); }
 }

/* Block: page-404 (page-404) */
.g-4046253a { display: flex; justify-content: center; align-items: center; flex-direction: column; position: relative; min-height: 480px; }
.g-df3925f1 { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); max-width: 100%; height: auto; }
.g-5c1dd5aa { position: relative; padding: var(--size-xl) 0; }
.g-f5348af7 { text-align: center; }
.g-98fa77b8 { text-align: center; margin-top: var(--size-s); }
.g-f4f647f1 { display: flex; justify-content: center; align-items: center; gap: var(--size-m); }
@media screen and (max-width: 576px) { .g-f4f647f1 { flex-direction: column; gap: var(--size-xs); }
 }

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

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

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

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

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

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

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

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

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

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

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

/* Block: post-card (post-card) */
.g-fe04da90 { position: relative; overflow: hidden; border-radius: var(--b-radius); background-color: var(--color-surface); padding: 8px; }
.g-fe04da90 .g-95ef0dc0 { position: relative; text-decoration: none; }
.g-fe04da90 .g-ba627686 { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; color: var(--color-primary); }
.g-fe04da90 .g-c11f2690 { margin-top: var(--size-xs); background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; aspect-ratio: 16/10; }
.g-fe04da90 .g-c11f2690 img { width: 100%; height: 100%; object-fit: cover; }
.g-fe04da90 .g-bed87f77 { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-fe04da90 .g-ccb84703 { margin-top: var(--size-xs); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-fe04da90 .g-1e88b84c { display: block; margin-top: var(--size-s); white-space: nowrap; opacity: 0.8; }
.g-fe04da90 .g-ecd0cfcf { margin-top: var(--size-s); padding-bottom: var(--size-xs); border-bottom: 1px solid var(--color-text); }
.g-fb6879f2 { position: relative; overflow: hidden; border-radius: var(--b-radius); background-color: var(--color-surface); padding: 8px; }
.g-fb6879f2 .g-95ef0dc0 { position: relative; text-decoration: none; }
.g-fb6879f2 .g-ba627686 { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; color: var(--color-primary); }
.g-fb6879f2 .g-c11f2690 { margin-top: var(--size-xs); background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; aspect-ratio: 16/10; }
.g-fb6879f2 .g-c11f2690 img { width: 100%; height: 100%; object-fit: cover; }
.g-fb6879f2 .g-bed87f77 { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-fb6879f2 .g-ccb84703 { 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-fb6879f2 .g-1e88b84c { display: block; margin-top: var(--size-s); white-space: nowrap; opacity: 0.8; }
.g-fb6879f2 .g-ecd0cfcf { 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-ba627686 { 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-c0e00761 { display: grid; grid-template-columns: 270px 1fr; gap: var(--size-s); padding: var(--size-xl) 0; }
.g-c0e00761 blockquote { margin: 0 var(--size-s); border-left: 3px solid var(--color-primary); padding: var(--size-s) var(--size-xs); }
.g-c0e00761 .g-eff69e82 { position: sticky; top: calc(var(--header-height, 0px) + 15px); }
.g-c0e00761 .g-42eb728e { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-c0e00761 .g-1e6ac9a3 { margin-top: var(--size-m); }
.g-c0e00761 .g-8ea6ea92 { 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-c0e00761 .g-bc47c4c9 { display: block; text-decoration: none; }
.g-c0e00761 .g-bc47c4c9:hover { text-decoration: underline; }
.g-c0e00761 .g-ff1d1e1a { background-color: var(--color-surface); border-radius: var(--b-radius); padding: 8px 16px; font-weight: bold; }
@media screen and (max-width: 1024px) { .g-c0e00761 { grid-template-columns: 1fr; }
.g-c0e00761 .g-1ae5722b { display: none; }
.g-c0e00761 .g-1e6ac9a3 { margin-top: var(--size-s); }
.g-c0e00761 .g-8ea6ea92 { align-items: flex-start; margin-top: var(--size-s); gap: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-c0e00761 blockquote { margin: 0; }
 }

/* Block: post-header (post-header) */
.g-c79d0c6e { display: grid; grid-template-columns: 1fr 1fr; gap: var(--size-s); margin-top: var(--size-m); }
.g-d8787526 { display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; }
.g-ffc49fc5 { display: flex; align-items: center; justify-content: center; }
.g-f55824e7 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); flex-wrap: wrap; }
.g-0f6a7717 { 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-0f6a7717:hover { filter: brightness(0.96); }
.g-bd00300a { margin-top: var(--size-m); }
.g-7fd7fc5f { margin-top: var(--size-s); margin-bottom: auto; }
.g-bb70a687 { margin-top: var(--size-s); }
@media screen and (max-width: 1024px) { .g-c79d0c6e { grid-template-columns: 1fr; }
.g-d8787526 { max-width: 70%; }
.g-ffc49fc5 { max-width: 70%; display: block; }
.g-0f6a7717 { height: 30px; }
 }@media screen and (max-width: 768px) { .g-c79d0c6e { gap: var(--size-m); }
.g-d8787526 { max-width: 100%; }
.g-ffc49fc5 { max-width: 100%; }
.g-7fd7fc5f { margin-top: var(--size-xs); }
 }

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

/* Block: recommendation (recommendation) */
.g-79944d01 { text-align: center; }
.g-fea9540b { position: relative; }
.g-b810cc4c { 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-b810cc4c:hover { color: var(--color-primary); }
.g-77914738 { left: -42px; }
.g-eaf5550f { right: -42px; }
@media screen and (max-width: 1024px) { .g-ed664250 { display: flex; justify-content: center; align-items: center; gap: var(--size-m); margin-top: var(--size-m); }
.g-b810cc4c { position: static; margin-top: 0; }
 }

/* Block: search (search) */
.g-72087f04 { margin-top: var(--size-m); max-width: 600px; }
.g-f29904c9 { margin-top: var(--size-m); max-width: 600px; }
.g-7f7eaeb6 { margin-top: var(--size-xl); }

/* Block: searchform (searchform) */
.g-adf1de2b { position: relative; display: inline-block; width: 100%; height: 48px; border-radius: 48px; background-color: var(--color-primary); padding: 4px 0; margin-top: 10px; }
.g-adf1de2b .g-31f435fa { color: var(--color-text); position: absolute; top: 50%; transform: translateY(-50%); left: 4px; width: calc(100% - 56px); height: 40px; border-radius: 44px; background-color: var(--color-surface); border: 0; padding: var(--size-xxs) var(--size-s); font-size: clamp(0.75rem, 0.4419889503vw + 0.6464088398rem, 1rem); font-weight: 500; line-height: 120%; }
.g-adf1de2b .g-382af912 { position: absolute; right: 0; top: 0; height: 100%; border: 0; width: 52px; border-radius: 48px; cursor: pointer; display: flex; justify-content: center; align-items: center; padding: 0; transition: opacity .2s ease-in-out; background-color: transparent; }
.g-adf1de2b .g-382af912:hover { opacity: .7; }

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

/* Block: front-page::hero-search (hero-search) */
.g-67dcac22 { padding: var(--size-xl) 0; }
.g-e57bbaa3 { max-width: 565px; margin: 0 auto; text-align: center; }
.g-6da1b84c { margin-top: var(--size-s); }
.g-cb96c5bd { margin-top: var(--size-m); }
@media screen and (max-width: 576px) { .g-6da1b84c { margin-top: var(--size-xs); }
.g-cb96c5bd { margin-top: var(--size-s); }
 }

/* Block: front-page::about--0 (about) */
.g-1d7cf922 { display: flex; align-items: center; gap: var(--size-m); }
.g-f63963d5 { flex: 1; }
.g-dfdf431e { max-height: 600px; display: flex; justify-content: center; align-items: center; }
@media screen and (max-width: 768px) { .g-1d7cf922 { flex-direction: column; }
 }@media screen and (max-width: 576px) { .g-515a566c { text-align: center; }
 }

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

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

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

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

/* Block: contacts-page::form--0 (form) */
.g-25073a3f { position: relative; z-index: 1; }
.g-86d68862 { display: flex; justify-content: flex-start; position: relative; gap: var(--size-m); z-index: 1; }
.g-3bcb58fb { flex: 1; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; }
.g-8ee133e3 { flex: 0 0 660px; padding: var(--size-m) var(--size-m) var(--size-xl); display: flex; flex-direction: column; justify-content: center; }
.g-a5764dba { position: relative; z-index: 1; transform: translateY(50%); padding: var(--size-xs); }
.g-0a0f525b { width: 100%; display: flex; justify-content: space-evenly; align-items: flex-start; gap: var(--size-m); flex-wrap: wrap; }
.g-3859937a { flex: 1; display: flex; align-items: center; flex-direction: column; text-align: center; }
.g-c30e12c7 { width: 56px; height: 56px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; border-radius: 50%; font-size: 24px; }
.g-5016e9d7 { fill: var(--color-text); }
.g-e8fd6987 { stroke: var(--color-text); }
.g-01773d21 { stroke: var(--color-text); }
.g-7f65a4aa { display: flex; flex-direction: column; }
.g-cca44faf { width: 100%; height: 370px; }
@media screen and (max-width: 1024px) { .g-86d68862 { flex-direction: column; }
.g-efd97b63 { margin-top: 0; }
.g-8ee133e3 { flex: 1; }
.g-cca44faf { height: 430px; }
 }@media screen and (max-width: 768px) { .g-7f65a4aa { margin-top: var(--size-xs); }
 }@media screen and (max-width: 576px) { .g-3bcb58fb { align-items: center; text-align: center; }
.g-8ee133e3 { padding: var(--size-s); }
.g-a5764dba { transform: translateY(var(--size-xl)); }
.g-0a0f525b { flex-direction: column; align-items: center; }
.g-cca44faf { height: 370px; }
 }

/* Block: about-page::about--0 (about) */
.g-2b3e5472 { display: flex; align-items: center; gap: var(--size-m); }
.g-1c37b89d { flex: 1; }
.g-3495c83e { flex: 1; }
@media screen and (max-width: 768px) { .g-2b3e5472 { flex-direction: column-reverse; }
 }@media screen and (max-width: 576px) { .g-3495c83e { text-align: center; }
 }

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

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

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

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

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