/* Block: categories-list (categories-list) */
.g-a1a869de { display: grid; grid-template-columns: repeat(6, 1fr); gap: var(--size-s); }
.g-a1a869de .g-7a220e38 { position: relative; text-decoration: none; background: linear-gradient(180deg, var(--color-surface) 0%, transparent 100%); border-radius: var(--b-radius); padding: 24px 24px 150px; min-height: 178px; overflow-wrap: break-word; word-break: break-word; text-wrap: balance; grid-column: span 2; transition: background 0.2s ease-in-out, box-shadow 0.2s ease-in-out; }
.g-a1a869de .g-7a220e38:hover { background: linear-gradient(180deg, var(--color-surface) 0%, var(--color-surface) 100%); box-shadow: inset var(--shadow); transition: background 0.2s ease-in-out, box-shadow 0.2s ease-in-out; }
.g-a1a869de .g-7a220e38:hover .g-d852e51b { opacity: 1; }
.g-a1a869de .g-49f1fc15 { position: relative; z-index: 1; }
.g-a1a869de .g-d852e51b { position: absolute; right: 24px; bottom: 24px; font-size: 120px; opacity: 0.6; transition: opacity 0.2s ease-in-out; }
.g-a1a869de .g-f510e7c4 { padding-bottom: 210px; min-height: 266px; grid-column: span 3; }
.g-a1a869de .g-f510e7c4 .g-d852e51b { font-size: 200px; }
@media screen and (max-width: 1024px) { .g-7a220e38 { min-height: 144px; padding-bottom: 82px; }
.g-d852e51b { font-size: 72px; }
.g-f510e7c4 { padding-bottom: 120px; min-height: 159px; }
.g-f510e7c4 .g-d852e51b { font-size: 100px; }
 }@media screen and (max-width: 768px) { .g-a1a869de { gap: var(--size-xs); grid-template-columns: repeat(2, 1fr); }
.g-7a220e38 { min-height: 119px; padding: 16px 16px 76px; grid-column: auto; }
.g-d852e51b { font-size: 56px; right: 16px; bottom: 16px; }
.g-f510e7c4 { min-height: 119px; grid-column: auto; padding-bottom: 76px; }
.g-f510e7c4 .g-d852e51b { font-size: 56px; }
 }

/* Block: category-header (category-header) */
.g-9c38a549 { display: flex; flex-direction: column; justify-content: flex-start; align-items: center; padding: var(--size-m) 0 var(--section-padding); }
.g-9c38a549 .g-c9c835e7 { background-color: var(--color-surface); border-radius: var(--b-radius); text-align: center; padding: var(--size-s); }
.g-9c38a549 .g-b943e87e { font-size: 80px; }
.g-9c38a549 .g-20f44b01 { margin-top: var(--size-xs); }
.g-9c38a549 .g-73f6aac4 { text-align: center; margin-top: var(--size-s); }
@media screen and (max-width: 576px) { .g-c9c835e7 { padding: var(--size-xs); }
.g-b943e87e { font-size: 64px; }
.g-73f6aac4 { margin-top: var(--size-xs); }
 }

/* 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-92c88c6f { display: none; position: fixed; bottom: 0; left: 0; width: 100%; padding: var(--size-m); z-index: 3; }
.g-08e7c5d2 { display: block; }
.g-b07f404f { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xl); }
.g-0c850ece { width: 195px; display: flex; flex-direction: column; gap: var(--size-xs); }
.g-71021339 { width: 100%; }
@media screen and (max-width: 768px) { .g-92c88c6f { padding: var(--size-s); }
.g-b07f404f { text-align: center; gap: var(--size-s); flex-direction: column; }
.g-0c850ece { width: 100%; flex-direction: row; justify-content: center; flex-wrap: wrap; }
.g-71021339 { width: auto; }
 }@media screen and (max-width: 576px) { .g-0c850ece { gap: var(--size-xxs); }
 }

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

/* Block: footer (footer) */
.g-3e0733c2 { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-0a3666da { 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-0a3666da.g-d40a9093 { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-21ccc246 { margin-top: var(--section-padding); background-color: var(--color-primary); color: var(--color-text-light); }
.g-0307ad28 { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: var(--size-xl); }
.g-c0422103 { max-width: 563px; }
.g-6b45a5c1 { max-width: 465px; }
.g-0eb2ae4c { margin-top: var(--size-xs); }
.g-ed94d5d2 { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-ecd25a5f { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-8ce39d9c { 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-8ce39d9c:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-6d4027cc { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-89b64f5d { transform: scale(1.2); margin-right: var(--size-xs); }
.g-b6679840 { background-color: var(--color-secondary); color: var(--color-text-light); padding: var(--size-xl) 0 var(--size-m); }
.g-348a2e3c { display: flex; justify-content: space-between; align-items: center; }
.g-c6627266 { display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); }
.g-71018add { 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-c0422103 { max-width: 550px; }
.g-6b45a5c1 { max-width: 550px; }
 }@media screen and (max-width: 870px) { .g-348a2e3c { align-items: flex-start; justify-content: flex-start; flex-direction: column; gap: var(--size-m); }
.g-c6627266 { justify-content: flex-start; }
 }@media screen and (max-width: 768px) { .g-71018add { flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-d7067769 { order: 3; }
 }@media screen and (max-width: 576px) { .g-0307ad28 { gap: var(--size-m); }
.g-ed94d5d2 { flex-direction: column; gap: var(--size-xxs); }
.g-ecd25a5f { width: 100%; }
.g-8ce39d9c { width: 100%; }
.g-c6627266 { flex-direction: column; align-items: flex-start; }
 }

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

.g-ec0a1e13 { position: sticky; top: 0; background-color: var(--color-surface); z-index: 5; }
.g-5ea24481 { display: flex; justify-content: space-between; align-items: center; height: 80px; position: relative; }
.g-68b671b5 { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; }
.g-bd2932eb { font-size: 36px; margin-right: var(--size-xs); }
.g-728c6c55 { font-size: 24px; font-weight: 600; }
.g-8999fe7f { display: flex; justify-content: flex-end; align-items: center; gap: var(--size-xs); }
.g-2787a93a { text-decoration: none; white-space: nowrap; padding: var(--size-xxs); }
.g-4f02ae37 { display: none; flex-direction: column; gap: 5px; border: 0; background-color: transparent; padding: 10px; }
.g-e0bc5f5f { width: 32px; height: 3px; }
@media screen and (max-width: 768px) { .g-1fb4a5c9 { 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-1fb4a5c9.g-f3fab190 { display: block; }
.g-8999fe7f { gap: var(--size-m); flex-direction: column; align-items: flex-start; color: var(--color-text-light); }
.g-4f02ae37 { display: flex; cursor: pointer; }
 }@media screen and (max-width: 576px) { .g-1fb4a5c9 { width: 100%; }
 }

/* Block: hero-search (hero-search) */
.g-d621af86 { position: relative; min-height: 600px; color: var(--color-text-light); }
.g-8a91a14c { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.g-e6beaa4f { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.g-e6beaa4f::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-8576bb60 { 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-0d35dd0c { max-width: 760px; text-align: center; }
.g-0d8140bf { max-width: 564px; margin-inline: auto; }
@media screen and (max-width: 768px) { .g-d621af86 { min-height: 500px; }
.g-8576bb60 { padding-bottom: 80px; }
 }@media screen and (max-width: 576px) { .g-0d35dd0c { text-align: left; }
.g-d396ad55 { margin-top: var(--size-xs); }
.g-0d8140bf { margin-top: var(--size-s); }
 }

/* Block: page-404 (page-404) */
.g-32fa39bb { display: flex; justify-content: center; align-items: center; flex-direction: column; position: relative; min-height: 480px; }
.g-753077d0 { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); max-width: 100%; height: auto; }
.g-0e4545e5 { position: relative; padding: var(--size-xl) 0; }
.g-c47a3003 { text-align: center; }
.g-5092faa4 { text-align: center; margin-top: var(--size-s); }
.g-4db242f7 { display: flex; justify-content: center; align-items: center; gap: var(--size-m); }
@media screen and (max-width: 576px) { .g-4db242f7 { flex-direction: column; gap: var(--size-xs); }
 }

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

/* Block: page-header (page-header) */
.g-e6fa8ba3 { padding: var(--size-m) 0 50px; }
.g-64b5653a { margin-top: var(--size-m); padding: var(--size-s) var(--size-s) var(--size-m); text-align: center; }
.g-8b2c3c47 { margin-top: var(--size-xs); }
@media screen and (max-width: 576px) { .g-64b5653a { margin-top: var(--size-xs); }
 }

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

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

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

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

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

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

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

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

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

/* Block: post-card (post-card) */
.g-4c7fc1a8 { position: relative; overflow: hidden; border-radius: var(--b-radius); background-color: var(--color-surface); padding: 8px; }
.g-4c7fc1a8 .g-81c03491 { position: relative; text-decoration: none; }
.g-4c7fc1a8 .g-7742d1ad { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; color: var(--color-primary); }
.g-4c7fc1a8 .g-edc1a2e4 { margin-top: var(--size-xs); background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; aspect-ratio: 16/10; }
.g-4c7fc1a8 .g-edc1a2e4 img { width: 100%; height: 100%; object-fit: cover; }
.g-4c7fc1a8 .g-a4d70d88 { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-4c7fc1a8 .g-f7830a27 { margin-top: var(--size-xs); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-4c7fc1a8 .g-3dead21d { display: block; margin-top: var(--size-s); white-space: nowrap; opacity: 0.8; }
.g-4c7fc1a8 .g-71e20e81 { margin-top: var(--size-s); padding-bottom: var(--size-xs); border-bottom: 1px solid var(--color-text); }
.g-fd0399c9 { position: relative; overflow: hidden; border-radius: var(--b-radius); background-color: var(--color-surface); padding: 8px; }
.g-fd0399c9 .g-81c03491 { position: relative; text-decoration: none; }
.g-fd0399c9 .g-7742d1ad { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; color: var(--color-primary); }
.g-fd0399c9 .g-edc1a2e4 { margin-top: var(--size-xs); background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; aspect-ratio: 16/10; }
.g-fd0399c9 .g-edc1a2e4 img { width: 100%; height: 100%; object-fit: cover; }
.g-fd0399c9 .g-a4d70d88 { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-fd0399c9 .g-f7830a27 { 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-fd0399c9 .g-3dead21d { display: block; margin-top: var(--size-s); white-space: nowrap; opacity: 0.8; }
.g-fd0399c9 .g-71e20e81 { 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-7742d1ad { 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-8d07b0f7 { display: grid; grid-template-columns: 270px 1fr; gap: var(--size-s); padding: var(--size-xl) 0; }
.g-8d07b0f7 blockquote { margin: 0 var(--size-s); border-left: 3px solid var(--color-primary); padding: var(--size-s) var(--size-xs); }
.g-8d07b0f7 .g-6ae24164 { position: sticky; top: calc(var(--header-height, 0px) + 15px); }
.g-8d07b0f7 .g-48b9f622 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-8d07b0f7 .g-b9937661 { margin-top: var(--size-m); }
.g-8d07b0f7 .g-8ca6b52a { 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-8d07b0f7 .g-d09bc6a6 { display: block; text-decoration: none; }
.g-8d07b0f7 .g-d09bc6a6:hover { text-decoration: underline; }
.g-8d07b0f7 .g-e280e3f5 { background-color: var(--color-surface); border-radius: var(--b-radius); padding: 8px 16px; font-weight: bold; }
@media screen and (max-width: 1024px) { .g-8d07b0f7 { grid-template-columns: 1fr; }
.g-8d07b0f7 .g-7709a77c { display: none; }
.g-8d07b0f7 .g-b9937661 { margin-top: var(--size-s); }
.g-8d07b0f7 .g-8ca6b52a { align-items: flex-start; margin-top: var(--size-s); gap: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-8d07b0f7 blockquote { margin: 0; }
 }

/* Block: post-header (post-header) */
.g-3d812e3b { margin-top: var(--size-m); display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: var(--size-m); }
.g-3246ae63 { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: var(--size-xs); }
.g-168665d3 { text-decoration: none; }
.g-168665d3:hover { text-decoration: underline; }
.g-824cf947 { text-align: center; max-width: 760px; margin: var(--size-l) auto 0; }
.g-0478dcd7 { margin-top: var(--size-s); }
.g-72cc4bf1 { margin-top: var(--size-l); }
@media screen and (max-width: 768px) { .g-3d812e3b { gap: var(--size-xs); }
.g-824cf947 { margin-top: var(--size-s); }
.g-72cc4bf1 { margin-top: var(--size-m); }
 }

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

/* Block: recommendation (recommendation) */
.g-67e6f9ca { text-align: center; }
.g-48577ce6 { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); }
.g-fdc9195e { display: flex; justify-content: center; align-items: center; gap: 16px; }
.g-8f33e9f7 { 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-8f33e9f7:hover { background-color: var(--color-primary); }
.g-b5cc339a { fill: var(--color-text-light); }
@media screen and (max-width: 768px) { .g-48577ce6 { margin-top: var(--size-m); }
 }

/* Block: search (search) */
.g-bef8684e { margin-top: var(--size-m); max-width: 600px; }
.g-83711aac { margin-top: var(--size-m); max-width: 600px; }
.g-e9461059 { margin-top: var(--size-xl); }

/* Block: searchform (searchform) */
.g-2dfcfa57 { position: relative; display: inline-block; width: 100%; }
.g-2dfcfa57 .g-a79a2bc8 { 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-2dfcfa57 .g-a79a2bc8:focus + .g-edcab6c2 { opacity: 1; }
.g-2dfcfa57 .g-c29f4407 { 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-2dfcfa57 .g-c29f4407:hover { opacity: .7; }
.g-2dfcfa57 .g-60c2a781 { fill: var(--color-primary); }
.g-2dfcfa57 .g-edcab6c2 { 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-2dfcfa57 .g-edcab6c2:hover { opacity: .7; }

/* Block: toTop (toTop) */
.g-cbabfc17 { position: fixed; bottom: 30px; right: 30px; opacity: 0; background-color: var(--color-primary); border: none; width: 60px; height: 60px; border-radius: 50%; cursor: pointer; visibility: hidden; transition: 0.3s opacity ease-in-out; z-index: 4; }
.g-cbabfc17 svg { fill: var(--color-text-light); }
.g-6b33eb05 { visibility: visible; opacity: 1; }
@media screen and (max-width: 768px) { .g-cbabfc17 { transform: scale(0.8); bottom: 15px; right: 15px; }
 }

/* Block: front-page::hero-search (hero-search) */
.g-2df95212 { position: relative; min-height: 600px; color: var(--color-text-light); }
.g-ca4212ac { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.g-e90d7f92 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.g-e90d7f92::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-58ea1b6a { 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-37857bd6 { max-width: 760px; text-align: center; }
.g-ecb42715 { max-width: 564px; margin-inline: auto; }
@media screen and (max-width: 768px) { .g-2df95212 { min-height: 500px; }
.g-58ea1b6a { padding-bottom: 80px; }
 }@media screen and (max-width: 576px) { .g-37857bd6 { text-align: left; }
.g-e1464cae { margin-top: var(--size-xs); }
.g-ecb42715 { margin-top: var(--size-s); }
 }

/* Block: front-page::about--0 (about) */
.g-387bad4b { display: flex; align-items: center; gap: var(--size-m); }
.g-b951986e { flex: 1; }
.g-7c3b704e { flex: 1; }
@media screen and (max-width: 768px) { .g-387bad4b { flex-direction: column-reverse; }
 }@media screen and (max-width: 576px) { .g-7c3b704e { text-align: center; }
 }

/* Block: front-page::categories-list (categories-list) */
.g-22efc9ed { display: grid; grid-template-columns: repeat(6, 1fr); gap: var(--size-s); }
.g-22efc9ed .g-993103f2 { position: relative; text-decoration: none; background: linear-gradient(180deg, var(--color-surface) 0%, transparent 100%); border-radius: var(--b-radius); padding: 24px 24px 150px; min-height: 178px; overflow-wrap: break-word; word-break: break-word; text-wrap: balance; grid-column: span 2; transition: background 0.2s ease-in-out, box-shadow 0.2s ease-in-out; }
.g-22efc9ed .g-993103f2:hover { background: linear-gradient(180deg, var(--color-surface) 0%, var(--color-surface) 100%); box-shadow: inset var(--shadow); transition: background 0.2s ease-in-out, box-shadow 0.2s ease-in-out; }
.g-22efc9ed .g-993103f2:hover .g-45750177 { opacity: 1; }
.g-22efc9ed .g-21db6feb { position: relative; z-index: 1; }
.g-22efc9ed .g-45750177 { position: absolute; right: 24px; bottom: 24px; font-size: 120px; opacity: 0.6; transition: opacity 0.2s ease-in-out; }
.g-22efc9ed .g-7297d279 { padding-bottom: 210px; min-height: 266px; grid-column: span 3; }
.g-22efc9ed .g-7297d279 .g-45750177 { font-size: 200px; }
@media screen and (max-width: 1024px) { .g-993103f2 { min-height: 144px; padding-bottom: 82px; }
.g-45750177 { font-size: 72px; }
.g-7297d279 { padding-bottom: 120px; min-height: 159px; }
.g-7297d279 .g-45750177 { font-size: 100px; }
 }@media screen and (max-width: 768px) { .g-22efc9ed { gap: var(--size-xs); grid-template-columns: repeat(2, 1fr); }
.g-993103f2 { min-height: 119px; padding: 16px 16px 76px; grid-column: auto; }
.g-45750177 { font-size: 56px; right: 16px; bottom: 16px; }
.g-7297d279 { min-height: 119px; grid-column: auto; padding-bottom: 76px; }
.g-7297d279 .g-45750177 { font-size: 56px; }
 }

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

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

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

/* Block: contacts-page::form--0 (form) */
.g-990437cb { display: flex; justify-content: flex-start; align-items: center; position: relative; gap: var(--size-s); z-index: 1; }
.g-432d782e { padding: var(--size-m); flex: 0 0 60%; display: flex; flex-direction: column; justify-content: center; }
.g-87c44fd9 { display: flex; justify-content: flex-start; }
.g-32408361 { padding: var(--size-xl); flex: 1; display: flex; justify-content: flex-start; align-items: center; }
.g-c6592916 { display: flex; justify-content: flex-start; align-items: center; }
.g-d7e9c102 { width: 32px; height: 32px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; margin-right: var(--size-m); }
.g-9ae4ffdb { fill: var(--color-text); }
.g-403b0ef7 { stroke: var(--color-text); }
.g-7b391c59 { stroke: var(--color-text); }
.g-a4e3c781 { display: flex; flex-direction: column; }
.g-457b2cde { flex: 0 0 50%; height: 383px; }
.g-efa4b944 { position: relative; z-index: 1; }
@media screen and (max-width: 870px) { .g-990437cb { flex-direction: column; }
.g-432d782e { width: 100%; flex: 0 0 auto; }
.g-87c44fd9 { flex-direction: column; }
.g-32408361 { width: 100%; padding: var(--size-m); var(--wrapper-padding); }
.g-c2ee30df { width: 100%; display: flex; justify-content: space-between; }
.g-c6592916 { margin-top: 0; align-items: flex-start; flex-direction: column; }
.g-d7e9c102 { margin-right: 0; }
.g-a4e3c781 { margin-top: var(--size-xs); }
.g-457b2cde { height: 429px; width: 100%; flex: 0 0 auto; }
 }@media screen and (max-width: 576px) { .g-432d782e { padding: var(--size-xs); }
.g-c2ee30df { flex-direction: column; align-items: center; gap: var(--size-s); margin-top: var(--size-s); }
.g-c6592916 { align-items: center; }
.g-a4e3c781 { text-align: center; }
.g-457b2cde { height: 370px; }
 }

/* Block: about-page::text--0 (text) */
.g-504955cd { text-align: center; }

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