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

/* Block: category-header (category-header) */
.g-58fad249 { display: flex; gap: var(--size-m); justify-content: flex-start; padding: var(--size-m) 0 var(--section-padding); }
.g-58fad249 .g-fbfdd7cc { 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-58fad249 .g-335697e8 { max-width: 700px; margin-top: var(--size-s); }
@media screen and (max-width: 576px) { .g-58fad249 { flex-direction: column; align-items: center; gap: var(--size-s); }
.g-fbfdd7cc { font-size: 64px; flex: 0 0 108px; width: 120px; }
.g-744c580e { text-align: center; }
.g-335697e8 { 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-0ae7327c { display: none; position: fixed; bottom: 30px; left: var(--wrapper-padding); width: calc(100% - var(--wrapper-padding) * 2); max-width: 600px; padding: var(--size-m); z-index: 3; }
.g-e6840e1b { display: block; }
.g-1bc35e38 { display: flex; flex-wrap: wrap; gap: var(--size-xs); }
@media screen and (max-width: 768px) { .g-0ae7327c { padding: var(--size-s); }
 }@media screen and (max-width: 576px) { .g-1bc35e38 { gap: var(--size-xxs); }
.g-2cb37f31 { width: 100%; }
 }

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

/* Block: footer (footer) */
.g-1e1249d3 { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-b6f1cc46 { 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-b6f1cc46.g-567132e6 { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-e04dfd0a { margin-top: var(--section-padding); }
.g-95eff054 { 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-dd876898 { max-width: 510px; }
.g-d5d18fc3 { max-width: 430px; }
.g-aa9a6e32 { margin-top: var(--size-xs); }
.g-5f4ec826 { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-6cefab5b { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-9106bf82 { 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-9106bf82:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-5a9c5b6c { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-5999011d { transform: scale(1.2); margin-right: var(--size-xs); }
.g-f86d7f64 { background-color: var(--color-secondary); color: var(--color-text-light); padding-top: 160px; padding-bottom: var(--size-m); }
.g-e6a2eb91 { display: flex; flex-direction: column; justify-content: center; align-items: center; gap: var(--size-m); }
.g-6c9b9e78 { display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); }
.g-dc430fb5 { margin: var(--size-xl) 0; border-color: var(--color-surface); }
.g-c407e6bb { display: flex; justify-content: space-between; align-items: center; gap: var(--size-s); text-align: center; }
@media screen and (max-width: 1024px) { .g-95eff054 { padding: var(--size-m); }
.g-dd876898 { max-width: initial; }
.g-d5d18fc3 { max-width: initial; }
 }@media screen and (max-width: 768px) { .g-c407e6bb { flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-ef57695f { order: 3; width: 100%; }
 }@media screen and (max-width: 576px) { .g-95eff054 { gap: var(--size-m); }
.g-5f4ec826 { flex-direction: column; gap: var(--size-xxs); }
.g-6cefab5b { width: 100%; }
.g-9106bf82 { width: 100%; }
.g-e6a2eb91 { justify-content: flex-start; align-items: flex-start; }
.g-6c9b9e78 { 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-21d7e1dd { position: sticky; top: 0; background-color: var(--color-surface); z-index: 5; }
.g-e9eb180f { display: flex; justify-content: space-between; align-items: center; height: 80px; position: relative; }
.g-cfaecb56 { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; }
.g-9860c94a { font-size: 36px; margin-right: var(--size-xs); }
.g-64f11427 { font-size: 24px; font-weight: 600; }
.g-132ab12c { display: flex; justify-content: flex-end; align-items: center; gap: var(--size-xs); }
.g-467dcd57 { text-decoration: none; white-space: nowrap; padding: var(--size-xxs); }
.g-2567ea30 { display: none; flex-direction: column; gap: 5px; border: 0; background-color: transparent; padding: 10px; }
.g-bac8dcfa { width: 32px; height: 3px; }
@media screen and (max-width: 768px) { .g-e0ce0fdf { 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-e0ce0fdf.g-3e04af89 { display: block; }
.g-132ab12c { gap: var(--size-m); flex-direction: column; align-items: flex-start; color: var(--color-text-light); }
.g-2567ea30 { display: flex; cursor: pointer; }
 }@media screen and (max-width: 576px) { .g-e0ce0fdf { width: 100%; }
 }

/* Block: hero-search (hero-search) */
.g-7e27ad90 { position: relative; min-height: 600px; color: var(--color-text-light); }
.g-c8710fd5 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.g-c09c2e54 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.g-c09c2e54::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-73f82030 { 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-1f3c569d { max-width: 760px; text-align: center; }
.g-521155e5 { max-width: 564px; margin-inline: auto; }
@media screen and (max-width: 768px) { .g-7e27ad90 { min-height: 500px; }
.g-73f82030 { padding-bottom: 80px; }
 }@media screen and (max-width: 576px) { .g-1f3c569d { text-align: left; }
.g-f8af24e6 { margin-top: var(--size-xs); }
.g-521155e5 { margin-top: var(--size-s); }
 }

/* Block: page-404 (page-404) */
.g-d91bb777 { display: flex; justify-content: center; align-items: center; flex-direction: column; }
.g-c0b04368 { fill: var(--color-text-description); max-width: 100%; height: auto; }
.g-93bdd1b1 { text-align: center; margin-top: var(--size-xl); }
.g-afba8ae2 { text-align: center; margin-top: var(--size-s); }
.g-042ffec0 { display: flex; justify-content: center; align-items: center; gap: var(--size-m); }
@media screen and (max-width: 768px) { .g-93bdd1b1 { margin-top: var(--size-m); }
 }@media screen and (max-width: 576px) { .g-042ffec0 { flex-direction: column; gap: var(--size-xs); }
 }

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

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

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

.g-233a04ef .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-233a04ef .page-numbers:hover {
    text-decoration: underline;
}

.g-233a04ef .prev {
    left: calc(var(--size-xs) * -1);
    transform: translateX(-100%);
}

.g-233a04ef .prev::before {
    content: '';
    display: inline-block;
    width: 7px;
    height: 12px;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='12' viewBox='0 0 7 12' fill='none'%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.28119L1.97846 5.35541C1.9909 5.40959 1.99994 5.46543 1.99994 5.52338C1.99994 5.58133 1.9909 5.63718 1.97846 5.69135L6.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='currentColor'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='12' viewBox='0 0 7 12' fill='none'%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.28119L1.97846 5.35541C1.9909 5.40959 1.99994 5.46543 1.99994 5.52338C1.99994 5.58133 1.9909 5.63718 1.97846 5.69135L6.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='currentColor'/%3E%3C/svg%3E") center / contain no-repeat;
}

.g-233a04ef .next {
    right: calc(var(--size-xs) * -1);
    transform: translateX(100%);
}

.g-233a04ef .next::after {
    content: '';
    display: inline-block;
    width: 7px;
    height: 12px;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='12' viewBox='0 0 7 12' fill='none'%3E%3Cpath d='M0.21967 0.21967C0.512563 -0.0732234 0.9883 -0.0732234 1.28119 0.21967L6.05365 4.99311C6.34655 5.286 6.34655 5.76076 6.05365 6.05365L1.28119 10.8271C0.9883 11.12 0.512563 11.12 0.21967 10.8271C-0.0732234 10.5342 -0.0732234 10.0585 0.21967 9.76557L4.29487 5.69135C4.28243 5.63718 4.27338 5.58133 4.27338 5.52338C4.27338 5.46543 4.28243 5.40959 4.29487 5.35541L0.21967 1.28119C-0.0732234 0.9883 -0.0732234 0.512563 0.21967 0.21967Z' fill='currentColor'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='12' viewBox='0 0 7 12' fill='none'%3E%3Cpath d='M0.21967 0.21967C0.512563 -0.0732234 0.9883 -0.0732234 1.28119 0.21967L6.05365 4.99311C6.34655 5.286 6.34655 5.76076 6.05365 6.05365L1.28119 10.8271C0.9883 11.12 0.512563 11.12 0.21967 10.8271C-0.0732234 10.5342 -0.0732234 10.0585 0.21967 9.76557L4.29487 5.69135C4.28243 5.63718 4.27338 5.58133 4.27338 5.52338C4.27338 5.46543 4.28243 5.40959 4.29487 5.35541L0.21967 1.28119C-0.0732234 0.9883 -0.0732234 0.512563 0.21967 0.21967Z' fill='currentColor'/%3E%3C/svg%3E") center / contain no-repeat;
}

.g-233a04ef .prev,
.g-233a04ef .next {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    font-size: 0;
    border-radius: 50%;
    transition: .2s background-color ease-out, .2s color ease-out;
}

.g-233a04ef .prev:hover,
.g-233a04ef .next:hover {
    background-color: var(--color-secondary);
    color: var(--color-text-light);
}

.g-233a04ef .current {
    background-color: var(--color-secondary);
    color: var(--color-text-light);
}

@media screen and (max-width: 768px) {
    .g-233a04ef .prev {
        left: 0;
        transform: none;
    }

    .g-233a04ef .next {
        right: 0;
        transform: none;
    }

    .g-233a04ef .prev,
    .g-233a04ef .next {
        position: static;
        margin-top: 0;
    }
}

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

/* Block: post-card (post-card) */
.g-a973c943 { position: relative; border-radius: var(--b-radius); overflow: hidden; height: 100%; background-color: var(--color-surface); }
.g-a973c943 .g-6b56d829 { position: relative; height: 100%; text-decoration: none; display: flex; flex-direction: column; }
.g-a973c943 .g-a2d7b336 { height: 100%; background-color: var(--color-secondary); margin-bottom: -19px; aspect-ratio: 16/10; }
.g-a973c943 .g-a2d7b336 img { width: 100%; height: 100%; object-fit: cover; }
.g-a973c943 .g-c0238282 { margin-top: auto; padding: 0 var(--size-s) var(--size-s); display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; }
.g-a973c943 .g-ebdc1f1f { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 8px; background-color: var(--color-surface); border-radius: var(--b-radius) var(--b-radius) 0 0; padding: 0 8px; }
.g-a973c943 .g-bbcb07ca { padding: 8px 4px; display: flex; justify-content: center; gap: 16px; align-items: center; white-space: nowrap; }
.g-a973c943 .g-3dfc2885 { margin-top: var(--size-xs); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-a973c943 .g-08df1beb { margin-top: var(--size-s); display: flex; align-items: center; gap: 8px; }
.g-a973c943 .g-08df1beb:hover { text-decoration: underline; }
.g-a973c943 .g-198aadc8 { white-space: nowrap; opacity: 0.8; margin-top: var(--size-xs); }
.g-a973c943 .g-484ba53e { margin-top: var(--size-s); }
.g-a973c943 .g-755cd08a { background-color: var(--color-text); width: 4px; height: 4px; border-radius: 50%; }
.g-5e7bc652 { position: relative; height: 100%; background-color: var(--color-surface); padding: 24px 0; }
.g-5e7bc652 .g-6b56d829 { position: relative; height: 100%; text-decoration: none; }
.g-5e7bc652 .g-a5a417b6 { display: flex; justify-content: flex-start; align-items: center; gap: 16px; }
.g-5e7bc652 .g-4352c527 { flex-shrink: 0; width: 120px; }
.g-5e7bc652 .g-a2d7b336 { height: 120px; background-color: var(--color-secondary); border-radius: var(--b-radius); }
.g-5e7bc652 .g-a2d7b336 img { width: 100%; height: 100%; object-fit: cover; }
.g-5e7bc652 .g-ebdc1f1f { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 8px; }
.g-5e7bc652 .g-bbcb07ca { display: flex; justify-content: center; gap: 8px; align-items: center; white-space: nowrap; }
.g-5e7bc652 .g-3dfc2885 { margin-top: 16px; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-5e7bc652 .g-198aadc8 { white-space: nowrap; opacity: 0.8; }
.g-5e7bc652 .g-755cd08a { background-color: var(--color-text); width: 4px; height: 4px; border-radius: 50%; }
@media screen and (max-width: 576px) { .g-c0238282 { padding: 0 8px 8px; }
.g-ebdc1f1f { gap: 0 4px; }
.g-5e7bc652 { padding: 16px 0; }
.g-5e7bc652 .g-a5a417b6 { flex-wrap: wrap; justify-content: space-between; gap: 8px; }
.g-5e7bc652 .g-4352c527 { flex-shrink: initial; width: auto; }
.g-5e7bc652 .g-a2d7b336 { width: 100%; height: 100%; aspect-ratio: 16/10; }
.g-5e7bc652 .g-c0238282 { margin-top: 8px; }
 }

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

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

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

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

.g-e49333e7 { display: grid; grid-template-columns: 270px 1fr; gap: var(--size-s); padding: var(--size-xl) 0; }
.g-e49333e7 blockquote { margin: 0 var(--size-s); border-left: 3px solid var(--color-primary); padding: var(--size-s) var(--size-xs); }
.g-e49333e7 .g-2e4b1803 { position: sticky; top: calc(var(--header-height, 0px) + 15px); }
.g-e49333e7 .g-5eaba4eb { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-e49333e7 .g-3b7ee028 { margin-top: var(--size-m); }
.g-e49333e7 .g-5fa4f95b { 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-e49333e7 .g-c919f736 { display: block; text-decoration: none; }
.g-e49333e7 .g-c919f736:hover { text-decoration: underline; }
.g-e49333e7 .g-8d6faec1 { background-color: var(--color-surface); border-radius: var(--b-radius); padding: 8px 16px; font-weight: bold; }
@media screen and (max-width: 1024px) { .g-e49333e7 { grid-template-columns: 1fr; }
.g-e49333e7 .g-db6fbc3d { display: none; }
.g-e49333e7 .g-3b7ee028 { margin-top: var(--size-s); }
.g-e49333e7 .g-5fa4f95b { align-items: flex-start; margin-top: var(--size-s); gap: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-e49333e7 blockquote { margin: 0; }
 }

/* Block: post-header (post-header) */
.g-a785332a { position: relative; }
.g-07a4e3b8 { width: 100%; }
.g-791dd1d8 { position: relative; display: flex; flex-direction: column; }
.g-b7b8e118 { position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: -1; }
.g-b7b8e118::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.4); }
.g-540b5767 { width: 100%; height: 100%; }
.g-e977a4aa { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-m); margin-top: var(--size-m); }
.g-663a2c90 { display: flex; justify-content: center; align-items: center; flex-direction: column; text-align: center; margin: auto; padding: var(--size-xl) 0; max-width: 800px; }
.g-29e5edea { display: inline-flex; justify-content: flex-start; align-items: center; gap: var(--size-s); flex-wrap: wrap; }
.g-759e3a56 { display: flex; justify-content: center; align-items: center; border-radius: var(--b-radius); height: 40px; padding: 8px 32px; background-color: var(--color-primary); text-decoration: none; }
.g-759e3a56:hover { text-decoration: underline; }
.g-f57344f7 { margin-top: var(--size-m); }
.g-6914260f { white-space: nowrap; }
@media screen and (max-width: 1024px) { .g-791dd1d8 { padding-bottom: 40px; }
.g-29e5edea { gap: var(--size-xxs); }
.g-759e3a56 { height: 31px; padding: 8px 16px; }
.g-f57344f7 { margin-top: var(--size-s); }
 }@media screen and (max-width: 768px) { .g-663a2c90 { padding-bottom: 0; }
.g-759e3a56 { padding: 8px; }
 }@media screen and (max-width: 576px) { .g-791dd1d8 { padding-bottom: 24px; aspect-ratio: auto; height: auto; }
.g-540b5767 { aspect-ratio: auto; height: 100%; }
.g-663a2c90 { margin: var(--size-xl) auto; }
 }

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

/* Block: recommendation (recommendation) */
.g-eebfc1d7 { text-align: center; }
.g-b0f3510e { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); }
.g-7f60cd23 { background-color: var(--color-secondary); display: flex; justify-content: center; align-items: center; border-radius: var(--size-l); padding: 8px; gap: 16px; }
.g-4a34ce5b { width: var(--size-l); height: var(--size-l); border-radius: 50%; border: 0; padding: 0; background-color: transparent; display: flex; justify-content: center; align-items: center; cursor: pointer; }
.g-4a34ce5b:hover { background-color: var(--color-primary); }
@media screen and (max-width: 768px) { .g-b0f3510e { margin-top: var(--size-m); }
.g-7f60cd23 { border-radius: var(--size-m); }
.g-4a34ce5b { width: var(--size-m); height: var(--size-m); }
 }

/* Block: search (search) */
.g-32dd4ba3 { background: var(--color-surface); padding: var(--size-m); border-radius: var(--b-radius); margin-top: var(--size-m); }
.g-32dd4ba3 .g-3726045d { margin-top: var(--size-m); max-width: 600px; }
.g-9a22e47b { margin-top: var(--size-xl); }
.g-86ed3865 { margin-top: var(--size-m); max-width: 600px; }
@media screen and (max-width: 768px) { .g-32dd4ba3 { padding: var(--size-s); }
 }

/* Block: searchform (searchform) */
.g-3387c345 { position: relative; display: inline-block; width: 100%; }
.g-3387c345 .g-30b8ec00 { color: var(--color-text); width: 100%; background-color: var(--color-surface); height: 48px; border-radius: 48px; border: 0; box-shadow: 0 0 0 2px var(--color-surface), inset 0 0 0 3px var(--color-primary); padding: var(--size-xxs) 150px var(--size-xxs) var(--size-s); font-size: clamp(0.75rem, 0.4419889503vw + 0.6464088398rem, 1rem); font-weight: 500; line-height: 120%; }
.g-3387c345 .g-e7d319ca { position: absolute; right: 0; top: 0; height: 100%; border: 0; border-radius: 48px; background-color: var(--color-primary); color: var(--color-text-light); cursor: pointer; display: flex; justify-content: center; align-items: center; padding: 0 32px; transition: opacity .2s ease-in-out; }
.g-3387c345 .g-e7d319ca:hover { opacity: .7; }

/* Block: toTop (toTop) */
.g-dff90803 { position: fixed; bottom: 0; opacity: 0; right: 35px; transform: translateY(100%); background-color: var(--color-primary); border: none; width: 40px; height: 62px; border-radius: 20px; cursor: pointer; z-index: 4; transition: 0.3s opacity ease-in-out, 0.3s transform ease-in-out; }
.g-b111d333 { fill: var(--color-text-light); }
.g-fb300b25 { opacity: 1; transform: translateY(-35px); }
@media screen and (max-width: 768px) { .g-dff90803 { transform: scale(0.75); bottom: 15px; right: 15px; }
 }

/* Block: front-page::hero-search (hero-search) */
.g-28c799ca { position: relative; min-height: 600px; color: var(--color-text-light); }
.g-16c63ca7 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.g-82e7269b { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.g-82e7269b::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-5e209d9f { 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-2764e1c0 { max-width: 760px; text-align: center; }
.g-198b4328 { max-width: 564px; margin-inline: auto; }
@media screen and (max-width: 768px) { .g-28c799ca { min-height: 500px; }
.g-5e209d9f { padding-bottom: 80px; }
 }@media screen and (max-width: 576px) { .g-2764e1c0 { text-align: left; }
.g-79f6fa90 { margin-top: var(--size-xs); }
.g-198b4328 { margin-top: var(--size-s); }
 }

/* Block: front-page::about--0 (about) */
.g-8a9d0a01 { display: flex; align-items: center; gap: var(--size-m); }
.g-811651f7 { flex: 1; }
.g-d693bfed { position: relative; padding: var(--size-m); }
.g-d693bfed::before { content: ""; display: block; position: absolute; top: 0; right: -50%; left: 0; width: 150%; height: 100%; background-color: var(--color-surface); margin-bottom: var(--size-s); z-index: -1; border-radius: var(--b-radius); }
.g-349f9e4c { max-height: 600px; display: flex; justify-content: center; align-items: center; }
@media screen and (max-width: 870px) { .g-8a9d0a01 { flex-direction: column; align-items: stretch; }
.g-811651f7 { flex: auto; }
.g-d693bfed { padding: var(--size-m) var(--size-s); }
.g-d693bfed::before { top: 0; right: 0; left: 0; width: 100%; height: 100%; }
 }@media screen and (max-width: 576px) { .g-d693bfed { text-align: center; }
 }

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

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

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

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

/* Block: contacts-page::form--0 (form) */
.g-a6900431 { display: flex; justify-content: flex-start; position: relative; gap: var(--size-m); z-index: 1; }
.g-278ef5b1 { flex: 1; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.g-3baecd56 { flex: 0 0 450px; padding: var(--size-m) var(--size-m) var(--size-xl); display: flex; flex-direction: column; justify-content: center; }
.g-3e0db8be { display: none; }
.g-df8a3eb6 { width: 100%; }
.g-42cd255d { width: 100%; display: flex; justify-content: space-between; align-items: flex-start; gap: var(--size-m); white-space: nowrap; flex-wrap: wrap; }
.g-6088dd31 { flex: 1; display: flex; align-items: flex-start; flex-direction: column; }
.g-6650d92a { 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-04ea5fe1 { fill: var(--color-text); }
.g-e8467b9a { stroke: var(--color-text); }
.g-457bd04d { stroke: var(--color-text); }
.g-66063106 { display: flex; flex-direction: column; }
.g-cb2235f4 { width: 100%; height: 300px; }
.g-d6029838 { position: relative; z-index: 1; }
@media screen and (max-width: 1024px) { .g-a6900431 { flex-direction: column-reverse; }
.g-278ef5b1 { flex-direction: column-reverse; justify-content: flex-start; }
.g-3baecd56 { flex: 1; }
.g-5b9fdda5 { display: none; }
.g-3e0db8be { display: block; text-align: center; }
.g-42cd255d { justify-content: space-evenly; }
.g-cb2235f4 { height: 430px; margin-top: var(--size-s); }
 }@media screen and (max-width: 870px) { .g-278ef5b1 { width: 100%; }
 }@media screen and (max-width: 768px) { .g-6650d92a { margin-right: 0; }
.g-66063106 { margin-top: var(--size-xs); }
 }@media screen and (max-width: 576px) { .g-278ef5b1 { text-align: center; }
.g-3baecd56 { padding: var(--size-s); }
.g-42cd255d { flex-direction: column; align-items: center; margin-top: var(--size-s); }
.g-6088dd31 { flex: inherit; align-items: center; }
 }

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

/* Block: expertise::reviews--0 (reviews) */
.g-be48b0a5 { display: flex; align-items: stretch; gap: var(--size-s); overflow-x: auto; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; padding-bottom: 10px; }
.g-be48b0a5 li { flex: 1; }
.g-fce412ae { padding: var(--size-m); min-width: 270px; height: 100%; }
.g-ffc04080 { display: flex; justify-content: center; }
@media screen and (max-width: 576px) { .g-be48b0a5 { flex-direction: column; }
.g-fce412ae { text-align: center; min-width: auto; }
 }

/* Block: expertise::text--0 (text) */
.g-86ec11eb { text-align: center; }

/* Block: expertise::process--0 (process) */
.g-07f44797 { width: 60%; }
.g-6b3e678e { flex: 1; position: relative; display: flex; gap: var(--size-s); }
.g-6b3e678e::before { content: ""; position: absolute; top: 135px; left: 0; width: 100%; height: 3px; background-color: var(--color-primary); }
.g-3df1fa12 { flex: 1; }
.g-3e99ef51 { position: relative; height: 100%; }
.g-3e99ef51::before { content: ""; width: 16px; height: 16px; position: absolute; left: 50%; margin-left: -8px; top: 128px; background-color: var(--color-primary); border-radius: 50%; }
.g-fc0c7975 { font-size: 80px; line-height: 130%; font-weight: 500; margin-bottom: 72px; text-align: center; }
@media screen and (max-width: 870px) { .g-9b067b13 { flex-direction: column; }
.g-07f44797 { width: 100%; }
.g-6b3e678e { flex-direction: column; }
.g-6b3e678e::before { top: 0; left: 80px; width: 2px; height: 100%; }
.g-3e99ef51 { display: flex; justify-content: flex-start; align-items: center; }
.g-3e99ef51::before { margin-left: 0; top: 50%; margin-top: -8px; left: 73px; }
.g-fc0c7975 { text-align: left; margin-bottom: 0; font-size: 40px; flex: 0 0 110px; }
 }@media screen and (max-width: 576px) { .g-07f44797 { text-align: center; }
.g-6b3e678e::before { left: 57px; }
.g-3e99ef51::before { left: 50px; }
.g-fc0c7975 { font-size: 32px; flex: 0 0 75px; }
 }