/* Block: categories-list (categories-list) */
.g-cf0582ae { display: flex; flex-wrap: wrap; gap: var(--size-s); }
.g-cf0582ae .g-57299a63 { 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-cf0582ae .g-57299a63:hover { filter: brightness(0.96); }
.g-cf0582ae .g-57299a63:hover .g-fc9e4642 { opacity: 1; }
.g-cf0582ae .g-3d64d091 { position: relative; z-index: 1; }
.g-cf0582ae .g-fc9e4642 { position: absolute; bottom: 16px; right: 16px; font-size: 80px; opacity: .3; transition: .2s ease-in-out opacity; }
@media screen and (max-width: 1024px) { .g-57299a63 { flex: 0 0 calc((100% - (var(--size-s) * 2)) / 3); padding: var(--size-xs) var(--size-xs) 82px; }
.g-fc9e4642 { font-size: 72px; }
 }@media screen and (max-width: 768px) { .g-57299a63 { flex: 0 0 calc((100% - var(--size-s)) / 2); min-height: 119px; padding-bottom: 70px; }
.g-fc9e4642 { font-size: 56px; }
 }

/* Block: category-header (category-header) */
.g-ed100d2c { padding: var(--size-m) 0 var(--section-padding); }
.g-ed100d2c .g-280ae43b { display: inline-flex; justify-content: flex-start; align-items: center; padding: var(--size-xxs) var(--size-s); background-color: var(--color-surface); border-radius: var(--b-radius); gap: var(--size-xs); }
.g-ed100d2c .g-f5c7039e { margin-top: var(--size-s); }
@media screen and (max-width: 576px) { .g-280ae43b { display: flex; margin: 0 auto; justify-content: center; gap: var(--size-xxs); }
.g-f5c7039e { 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-b9c6feb4 { display: none; position: fixed; bottom: 0; left: 0; width: 100%; padding: var(--size-m); z-index: 3; }
.g-522b99f5 { display: block; }
.g-255a939f { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xl); }
.g-2159519f { width: 195px; display: flex; flex-direction: column; gap: var(--size-xs); }
.g-d9752337 { width: 100%; }
@media screen and (max-width: 768px) { .g-b9c6feb4 { padding: var(--size-s); }
.g-255a939f { text-align: center; gap: var(--size-s); flex-direction: column; }
.g-2159519f { width: 100%; flex-direction: row; justify-content: center; flex-wrap: wrap; }
.g-d9752337 { width: auto; }
 }@media screen and (max-width: 576px) { .g-2159519f { gap: var(--size-xxs); }
 }

/* Block: featured-posts (featured-posts) */
.g-8e353904 { margin-top: var(--size-m); }
.g-bd3358c2 { margin-top: var(--size-m); }
.g-832c0a8d { margin-top: var(--size-xl); }
.g-9533e083 { align-items: stretch; }
.g-a07c3792 { height: auto; }
.g-b981f458 { display: flex; justify-content: center; align-items: center; gap: 8px; margin-top: var(--size-s); height: 15px; }
.g-b981f458 .g-9c6753cd { width: 12px; height: 12px; margin: 0; border-radius: 50%; background: var(--color-surface); opacity: 1; transition: background .2s ease, transform .2s ease; }
.g-b981f458 .g-5e290c15 { background: var(--color-primary); transform: scale(1.2); }
.g-923fc61f { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); text-align: center; }

/* Block: footer (footer) */
.g-38a79f54 { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-a07961ea { 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-a07961ea.g-5741ea5f { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-fe5b621f { margin-top: var(--section-padding); }
.g-6ab960d3 { 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-90847cc0 { max-width: 510px; }
.g-24b377a3 { max-width: 430px; }
.g-c1031d72 { margin-top: var(--size-xs); }
.g-951c4efb { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-2a17a6f0 { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-89186a5e { 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-89186a5e:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-5c79ccd8 { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-98dc0f51 { transform: scale(1.2); margin-right: var(--size-xs); }
.g-61cfc418 { background-color: var(--color-surface); border-radius: var(--b-radius); padding: var(--size-xl); margin-bottom: var(--size-m); }
.g-d18f4d22 { display: flex; justify-content: space-between; align-items: center; gap: var(--size-s); }
.g-f6462d0b { display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); }
.g-f1c31dab { 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-6ab960d3 { padding: var(--size-m); margin-bottom: var(--size-m); }
.g-90847cc0 { max-width: initial; }
.g-24b377a3 { max-width: initial; }
.g-61cfc418 { padding: var(--size-m); }
 }@media screen and (max-width: 870px) { .g-d18f4d22 { align-items: flex-start; justify-content: flex-start; flex-direction: column; gap: var(--size-m); }
.g-f6462d0b { justify-content: flex-start; }
 }@media screen and (max-width: 768px) { .g-f1c31dab { gap: var(--size-xs); flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-0cfaafd0 { order: 3; width: 100%; text-align: center; }
 }@media screen and (max-width: 576px) { .g-6ab960d3 { gap: var(--size-m); }
.g-951c4efb { flex-direction: column; gap: var(--size-xxs); }
.g-2a17a6f0 { width: 100%; }
.g-89186a5e { width: 100%; }
.g-f6462d0b { 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-6b1c0baf { position: relative; z-index: 5; }
.g-2581a274 { width: 100%; }
.g-57349765 { display: flex; justify-content: center; align-items: center; height: 85px; }
.g-fda6eab2 { position: sticky; top: -1px; z-index: 5; }
.g-06adc7dc { display: block; }
.g-ce4d520f { display: flex; justify-content: center; align-items: center; height: 85px; position: relative; }
.g-ce4d520f::after { content: ""; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 75%; height: 1px; background-color: var(--color-text); }
.g-9dee8674 { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; text-decoration: none; margin: 0 auto; }
.g-4450ed25 { font-size: 34px; margin-right: var(--size-xxs); }
.g-ab62876a { font-size: 24px; font-weight: 600; }
.g-67c5d77a { display: block; }
.g-e2188dc8 { display: flex; justify-content: flex-end; align-items: center; gap: var(--size-s); }
.g-6449dc2d { text-decoration: none; white-space: nowrap; padding: var(--size-xxs); transition: 0.2s ease; }
.g-6449dc2d:hover { text-decoration: underline; }
.g-a38ba403 { display: none; flex-direction: column; gap: 5px; border: 0; padding: var(--size-xs); border-radius: var(--size-xxs); cursor: pointer; }
.g-3b4d1314 { width: 32px; height: 3px; }
@media screen and (max-width: 768px) { .g-6b1c0baf { position: sticky; top: 0; }
.g-57349765 { justify-content: space-between; height: 65px; }
.g-552cc842 { top: 65px; height: 0; }
.g-ce4d520f::after { display: none; }
.g-9dee8674 { margin: 0; }
.g-67c5d77a { 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-67c5d77a.g-c7fb8df7 { display: block; }
.g-e2188dc8 { gap: var(--size-m); flex-direction: column; align-items: center; color: var(--color-text-light); }
.g-a38ba403 { display: flex; }
 }@media screen and (max-width: 576px) { .g-4450ed25 { font-size: 28px; }
.g-ab62876a { font-size: 20px; }
.g-67c5d77a { width: 100%; }
 }

/* Block: hero-search (hero-search) */
.g-db484d3f { padding: var(--section-padding) 0; }
.g-a9397a50 { display: flex; }
.g-b2a0f063 { flex: 1; border-radius: var(--b-radius) 0 0 var(--b-radius); overflow: hidden; }
.g-b0c39a31 { width: 100%; height: 100%; }
.g-a1bd08bc { 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-30c88fbc { margin-top: var(--size-s); }
.g-8053ebff { margin-top: var(--size-m); }
@media screen and (max-width: 1024px) { .g-a9397a50 { flex-direction: column-reverse; }
.g-b2a0f063 { border-radius: 0 0 var(--b-radius) var(--b-radius); }
.g-b0c39a31 { height: 350px; }
.g-a1bd08bc { border-radius: var(--b-radius) var(--b-radius) 0 0; padding-bottom: var(--size-xl); }
 }@media screen and (max-width: 576px) { .g-b0c39a31 { height: auto; }
.g-a1bd08bc { padding: var(--size-s); }
 }

/* Block: page-404 (page-404) */
.g-ee25c427 { display: flex; justify-content: center; align-items: center; flex-direction: column; position: relative; min-height: 480px; }
.g-8cd7dd03 { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); max-width: 100%; height: auto; }
.g-ff56513b { position: relative; padding: var(--size-xl) 0; }
.g-c9f92e7d { text-align: center; }
.g-1f5d3348 { text-align: center; margin-top: var(--size-s); }
.g-3da4d523 { display: flex; justify-content: center; align-items: center; gap: var(--size-m); }
@media screen and (max-width: 576px) { .g-3da4d523 { flex-direction: column; gap: var(--size-xs); }
 }

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

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

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

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

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

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

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

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

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

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

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

/* Block: post-card (post-card) */
.g-8f5ede7a { width: 100%; position: relative; border-radius: var(--b-radius); overflow: hidden; color: var(--color-text-light); min-height: 368px; }
.g-8f5ede7a .g-37f7a133 { padding: 24px; position: absolute; inset: 0; width: 100%; height: 100%; text-decoration: none; display: flex; flex-direction: column; }
.g-8f5ede7a .g-37f7a133:hover .g-582e5ba5 { transform: translateY(0); transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
.g-8f5ede7a .g-1fe3c440 { position: absolute; inset: 0; z-index: -1; width: 100%; height: 100%; background-color: var(--color-surface); }
.g-8f5ede7a .g-1fe3c440::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%); }
.g-8f5ede7a .g-1fe3c440 img { width: 100%; height: 100%; object-fit: cover; }
.g-8f5ede7a .g-582e5ba5 { margin-top: auto; transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1); transform: translateY(46px); }
.g-8f5ede7a .g-5ad6fb9a { display: inline-flex; flex-wrap: wrap; gap: 4px 8px; }
.g-8f5ede7a .g-92f1f306 { background-color: rgba(0, 0, 0, 0.4); height: 28px; border-radius: 28px; padding: 4px 8px; display: flex; justify-content: center; align-items: center; white-space: nowrap; }
.g-8f5ede7a .g-cb2bb9c2 { margin-top: 8px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-8f5ede7a .g-16c11c88 { display: flex; justify-content: space-between; align-items: flex-end; height: 25px; margin-top: 16px; }
.g-8f5ede7a .g-35cc0963 { display: flex; align-items: center; gap: 8px; }
.g-8f5ede7a .g-35cc0963:hover { text-decoration: underline; }
.g-8f5ede7a .g-35cc0963 svg { margin-left: 8px; fill: currentColor; }
.g-8f5ede7a .g-7194b96e { white-space: nowrap; opacity: 0.8; }
.g-c2ce00ad { min-height: 600px; }
.g-c2ce00ad .g-37f7a133 { padding: 48px 40px; }
.g-c2ce00ad .g-582e5ba5 { transform: none; }
@media screen and (max-width: 870px) { .g-c2ce00ad { min-height: 368px; }
.g-c2ce00ad .g-37f7a133 { padding: 24px; }
.g-c2ce00ad .g-582e5ba5 { transform: translateY(46px); }
 }

/* 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-9c11dcf3 { display: grid; grid-template-columns: 270px 1fr; gap: var(--size-s); padding: var(--size-xl) 0; }
.g-9c11dcf3 blockquote { margin: 0 var(--size-s); border-left: 3px solid var(--color-primary); padding: var(--size-s) var(--size-xs); }
.g-9c11dcf3 .g-5153caac { position: sticky; top: calc(var(--header-height, 0px) + 15px); }
.g-9c11dcf3 .g-4fcb6125 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-9c11dcf3 .g-ad8cb2a1 { margin-top: var(--size-m); }
.g-9c11dcf3 .g-9ac10a50 { 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-9c11dcf3 .g-b5324924 { display: block; text-decoration: none; }
.g-9c11dcf3 .g-b5324924:hover { text-decoration: underline; }
.g-9c11dcf3 .g-835b8dfa { background-color: var(--color-surface); border-radius: var(--b-radius); padding: 8px 16px; font-weight: bold; }
@media screen and (max-width: 1024px) { .g-9c11dcf3 { grid-template-columns: 1fr; }
.g-9c11dcf3 .g-072a3ec8 { display: none; }
.g-9c11dcf3 .g-ad8cb2a1 { margin-top: var(--size-s); }
.g-9c11dcf3 .g-9ac10a50 { align-items: flex-start; margin-top: var(--size-s); gap: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-9c11dcf3 blockquote { margin: 0; }
 }

/* Block: post-header (post-header) */
.g-4867e878 { margin-top: var(--size-m); display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: var(--size-m); }
.g-8b95e44d { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: var(--size-xs); }
.g-5415d378 { text-decoration: none; }
.g-5415d378:hover { text-decoration: underline; }
.g-2ded7f52 { text-align: center; max-width: 760px; margin: var(--size-l) auto 0; }
.g-16b6b4ae { margin-top: var(--size-s); }
.g-312a9f30 { margin-top: var(--size-l); }
@media screen and (max-width: 768px) { .g-4867e878 { gap: var(--size-xs); }
.g-2ded7f52 { margin-top: var(--size-s); }
.g-312a9f30 { margin-top: var(--size-m); }
 }

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

/* Block: recommendation (recommendation) */
.g-1210ba69 { text-align: center; }
.g-ae68822d { position: relative; }
.g-0c7c8b12 { position: absolute; top: 50%; z-index: 10; margin-top: -16px; 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-0c7c8b12:hover { background-color: var(--color-primary); }
.g-a044da07 { left: -42px; }
.g-0c6ede4f { right: -42px; }
@media screen and (max-width: 1024px) { .g-b45be79c { display: flex; justify-content: center; align-items: center; gap: var(--size-m); margin-top: var(--size-m); }
.g-0c7c8b12 { position: static; margin-top: 0; }
 }

/* Block: search (search) */
.g-35b38179 { background: var(--color-surface); padding: var(--size-m); border-radius: var(--b-radius); margin-top: var(--size-m); }
.g-35b38179 .g-61c8cae8 { text-align: center; max-width: 500px; margin: 0 auto; }
.g-35b38179 .g-f559662d { margin-top: var(--size-m); }
.g-cc223a65 { margin-top: var(--size-xl); }
.g-ed85f415 { margin: var(--size-m) auto 0; max-width: 500px; text-align: center; }
@media screen and (max-width: 768px) { .g-35b38179 { padding: var(--size-s); }
 }

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

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

/* Block: front-page::hero-search (hero-search) */
.g-a699d36a { padding: var(--section-padding) 0; }
.g-a66a3b68 { display: flex; }
.g-b6809482 { flex: 1; border-radius: var(--b-radius) 0 0 var(--b-radius); overflow: hidden; }
.g-c9f6b93e { width: 100%; height: 100%; }
.g-cc7e1d93 { 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-7dec0c1a { margin-top: var(--size-s); }
.g-3a9e5cbf { margin-top: var(--size-m); }
@media screen and (max-width: 1024px) { .g-a66a3b68 { flex-direction: column-reverse; }
.g-b6809482 { border-radius: 0 0 var(--b-radius) var(--b-radius); }
.g-c9f6b93e { height: 350px; }
.g-cc7e1d93 { border-radius: var(--b-radius) var(--b-radius) 0 0; padding-bottom: var(--size-xl); }
 }@media screen and (max-width: 576px) { .g-c9f6b93e { height: auto; }
.g-cc7e1d93 { padding: var(--size-s); }
 }

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

/* Block: front-page::categories-list (categories-list) */
.g-af444726 { display: flex; flex-wrap: wrap; gap: var(--size-s); }
.g-af444726 .g-daca5165 { 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-af444726 .g-daca5165:hover { filter: brightness(0.96); }
.g-af444726 .g-daca5165:hover .g-1c5ba883 { opacity: 1; }
.g-af444726 .g-96060756 { position: relative; z-index: 1; }
.g-af444726 .g-1c5ba883 { position: absolute; bottom: 16px; right: 16px; font-size: 80px; opacity: .3; transition: .2s ease-in-out opacity; }
@media screen and (max-width: 1024px) { .g-daca5165 { flex: 0 0 calc((100% - (var(--size-s) * 2)) / 3); padding: var(--size-xs) var(--size-xs) 82px; }
.g-1c5ba883 { font-size: 72px; }
 }@media screen and (max-width: 768px) { .g-daca5165 { flex: 0 0 calc((100% - var(--size-s)) / 2); min-height: 119px; padding-bottom: 70px; }
.g-1c5ba883 { font-size: 56px; }
 }

/* Block: front-page::featured-posts (featured-posts) */
.g-61f3c054 { margin-top: var(--size-m); }
.g-eabc605f { margin-top: var(--size-m); }
.g-e48f30ab { margin-top: var(--size-xl); }
.g-c49ec00c { align-items: stretch; }
.g-3452ea41 { height: auto; }
.g-a3de64d7 { display: flex; justify-content: center; align-items: center; gap: 8px; margin-top: var(--size-s); height: 15px; }
.g-a3de64d7 .g-4fbd80fb { width: 12px; height: 12px; margin: 0; border-radius: 50%; background: var(--color-surface); opacity: 1; transition: background .2s ease, transform .2s ease; }
.g-a3de64d7 .g-cc4a5f82 { background: var(--color-primary); transform: scale(1.2); }
.g-805d7602 { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); text-align: center; }

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

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

/* Block: contacts-page::form--0 (form) */
.g-17369505 { display: flex; justify-content: flex-start; align-items: center; position: relative; gap: var(--size-s); z-index: 1; }
.g-14664123 { padding: var(--size-m); flex: 0 0 60%; display: flex; flex-direction: column; justify-content: center; }
.g-7e69db95 { display: flex; justify-content: flex-start; }
.g-148a2591 { padding: var(--size-xl); flex: 1; display: flex; justify-content: flex-start; align-items: center; }
.g-9d7274a9 { display: flex; justify-content: flex-start; align-items: center; }
.g-d67f4749 { width: 32px; height: 32px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; margin-right: var(--size-m); }
.g-c433c2dd { fill: var(--color-text); }
.g-ac5d338e { stroke: var(--color-text); }
.g-a0ab23c6 { stroke: var(--color-text); }
.g-8974ed3b { display: flex; flex-direction: column; }
.g-687fecf1 { flex: 0 0 50%; height: 383px; }
.g-5dfd811d { position: relative; z-index: 1; }
@media screen and (max-width: 870px) { .g-17369505 { flex-direction: column; }
.g-14664123 { width: 100%; flex: 0 0 auto; }
.g-7e69db95 { flex-direction: column; }
.g-148a2591 { width: 100%; padding: var(--size-m); var(--wrapper-padding); }
.g-af950272 { width: 100%; display: flex; justify-content: space-between; }
.g-9d7274a9 { margin-top: 0; align-items: flex-start; flex-direction: column; }
.g-d67f4749 { margin-right: 0; }
.g-8974ed3b { margin-top: var(--size-xs); }
.g-687fecf1 { height: 429px; width: 100%; flex: 0 0 auto; }
 }@media screen and (max-width: 576px) { .g-14664123 { padding: var(--size-xs); }
.g-af950272 { flex-direction: column; align-items: center; gap: var(--size-s); margin-top: var(--size-s); }
.g-9d7274a9 { align-items: center; }
.g-8974ed3b { text-align: center; }
.g-687fecf1 { height: 370px; }
 }

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

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

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

/* Block: expertise::reviews--0 (reviews) */
.g-f70189a1 { display: grid; grid-template-columns: 1fr 1fr; gap: var(--size-s); }
.g-d314fcd7 { padding: var(--size-m); box-shadow: var(--shadow); }
.g-25e8ea63 svg { fill: var(--color-text); }
@media screen and (max-width: 768px) { .g-f70189a1 { grid-template-columns: 1fr; }
 }

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

/* Block: expertise::process--0 (process) */
.g-b40a2591 { position: relative; counter-reset: item; display: flex; flex-wrap: wrap; }
.g-b40a2591::before { content: ""; position: absolute; top: 50%; left: 0; width: 100%; height: 3px; background-color: var(--color-primary); z-index: -1; }
.g-1fbf9409 { counter-increment: item; border-left: 2px solid var(--color-primary); padding-left: var(--size-s); position: relative; width: clamp(16.875rem, 16.9921875vw + 8.71875rem, 22.3125rem); }
.g-1fbf9409::before { content: ""; position: absolute; left: -1px; display: block; width: 17px; height: 17px; border-radius: 50%; background-color: var(--color-primary); transform: translate(-50%); }
.g-b11418c2::before { content: "0" counter(item) " | "; font-size: 20px; font-weight: bold; }
.g-e91320b1 { order: 1; margin-left: clamp(0rem, 7.2265625vw + -3.46875rem, 2.3125rem); margin-right: clamp(1.875rem, 23.6328125vw + -9.46875rem, 9.4375rem); margin-bottom: -9px; align-self: flex-end; }
.g-9acabe43 { order: 3; margin-left: clamp(1.875rem, 44.921875vw + -19.6875rem, 16.25rem); margin-top: -9px; align-self: flex-start; }
.g-3a98dc02 { order: 2; margin-bottom: -9px; align-self: flex-end; }
.g-b247faa5 { order: 4; margin-left: clamp(1.875rem, 23.6328125vw + -9.46875rem, 9.4375rem); margin-top: -9px; align-self: flex-start; }
.g-34c08392 { padding-bottom: 37px; }
.g-34c08392::before { bottom: 0; }
.g-b73df574 { padding-top: 35px; }
.g-b73df574::before { top: 0; }
@media screen and (max-width: 768px) { .g-b40a2591 { flex-direction: column; }
.g-b40a2591::before { width: 2px; height: 100%; top: 0; left: 50%; }
.g-c93fcafa { width: 50%; }
.g-e91320b1 { margin: 0; align-self: initial; }
.g-9acabe43 { order: 2; margin-left: auto; align-self: initial; }
.g-3a98dc02 { order: 3; align-self: initial; }
.g-b247faa5 { margin-left: auto; align-self: initial; }
.g-1fbf9409 { padding-left: 0; padding-right: var(--size-xs); width: auto; border-left: none; border-bottom: 2px solid var(--color-primary); }
.g-1fbf9409::before { left: auto; right: -1px; bottom: 0; transform: translate(50%, 50%); }
.g-34c08392 { padding-bottom: var(--size-xs); }
.g-b73df574 { padding-bottom: var(--size-xs); padding-left: var(--size-s); padding-right: 0; padding-top: 50px; }
.g-b73df574::before { top: auto; left: 1px; transform: translate(-50%, 50%); }
 }@media screen and (max-width: 576px) { .g-b40a2591::before { left: 0; }
.g-c93fcafa { width: 100%; }
.g-e91320b1 { margin: 0; }
.g-9acabe43 { margin: 0; }
.g-3a98dc02 { margin: 0; }
.g-b247faa5 { margin: 0; }
.g-1fbf9409 { padding-left: var(--size-s); }
.g-1fbf9409::before { left: -1px; right: auto; transform: translate(-50%, 50%); }
.g-34c08392 { margin: 0; padding-top: 35px; }
.g-b73df574 { padding-top: 35px; }
 }

/* Block: expertise::about--2 (about) */
.g-e1d8fb62 { display: flex; align-items: center; gap: var(--size-m); }
.g-6c22e705 { flex: 1; }
.g-6a63754b { max-height: 600px; display: flex; justify-content: center; align-items: center; }
@media screen and (max-width: 768px) { .g-e1d8fb62 { flex-direction: column; }
 }@media screen and (max-width: 576px) { .g-e9010c8e { text-align: center; }
 }