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

/* Block: category-header (category-header) */
.g-4ffe24ca { display: flex; flex-direction: column; justify-content: flex-start; align-items: center; padding: var(--size-m) 0 var(--section-padding); }
.g-4ffe24ca .g-8a427182 { background-color: var(--color-surface); border-radius: var(--b-radius); text-align: center; padding: var(--size-s); }
.g-4ffe24ca .g-c01fd676 { font-size: 80px; }
.g-4ffe24ca .g-ba5d58aa { margin-top: var(--size-xs); }
.g-4ffe24ca .g-dab5bdc3 { text-align: center; margin-top: var(--size-s); }
@media screen and (max-width: 576px) { .g-8a427182 { padding: var(--size-xs); }
.g-c01fd676 { font-size: 64px; }
.g-dab5bdc3 { 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-34800624 { display: none; position: fixed; bottom: 0; left: 0; width: 100%; padding: var(--size-m); z-index: 3; }
.g-2be95bfa { display: block; }
.g-57d6477d { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xl); }
.g-68bb9d7c { width: 195px; display: flex; flex-direction: column; gap: var(--size-xs); }
.g-7de65d38 { width: 100%; }
@media screen and (max-width: 768px) { .g-34800624 { padding: var(--size-s); }
.g-57d6477d { text-align: center; gap: var(--size-s); flex-direction: column; }
.g-68bb9d7c { width: 100%; flex-direction: row; justify-content: center; flex-wrap: wrap; }
.g-7de65d38 { width: auto; }
 }@media screen and (max-width: 576px) { .g-68bb9d7c { gap: var(--size-xxs); }
 }

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

/* Block: footer (footer) */
.g-9a5e86b6 { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-d57fffaf { 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-d57fffaf.g-dfc1db4b { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-5fb0861c { margin-top: var(--section-padding); }
.g-37159f9c { 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-43554114 { max-width: 510px; }
.g-02e7b7bc { max-width: 430px; }
.g-b07e5dd4 { margin-top: var(--size-xs); }
.g-3dd64cfa { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-f03e2b3d { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-4b9411e9 { 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-4b9411e9:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-efcd04c8 { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-53884a29 { transform: scale(1.2); margin-right: var(--size-xs); }
.g-9cb0c297 { background-color: var(--color-secondary); color: var(--color-text-light); padding-top: 160px; padding-bottom: var(--size-m); }
.g-2353be7d { display: flex; flex-direction: column; justify-content: center; align-items: center; gap: var(--size-m); }
.g-a4a86021 { display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); }
.g-281c094d { margin: var(--size-xl) 0; border-color: var(--color-surface); }
.g-44c9a94a { display: flex; justify-content: space-between; align-items: center; gap: var(--size-s); text-align: center; }
@media screen and (max-width: 1024px) { .g-37159f9c { padding: var(--size-m); }
.g-43554114 { max-width: initial; }
.g-02e7b7bc { max-width: initial; }
 }@media screen and (max-width: 768px) { .g-44c9a94a { flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-1444213f { order: 3; width: 100%; }
 }@media screen and (max-width: 576px) { .g-37159f9c { gap: var(--size-m); }
.g-3dd64cfa { flex-direction: column; gap: var(--size-xxs); }
.g-f03e2b3d { width: 100%; }
.g-4b9411e9 { width: 100%; }
.g-2353be7d { justify-content: flex-start; align-items: flex-start; }
.g-a4a86021 { flex-direction: column; justify-content: flex-start; align-items: flex-start; }
 }

/* Block: header (header) */
#navigation-modal .menu-item a,
#navigation-modal .page_item a {
    text-decoration: none;
}
#navigation-modal .menu-item a:hover,
#navigation-modal .page_item a:hover {
    text-decoration: underline;
}
#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-2436bc25 { position: relative; z-index: 5; }
.g-82e24899 { display: flex; justify-content: center; align-items: center; height: 85px; }
.g-f0bdefd9 { position: sticky; top: -1px; z-index: 5; }
.g-1e777c57 { display: flex; justify-content: center; align-items: center; height: 85px; position: relative; }
.g-1e777c57::after { content: ""; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 75%; height: 1px; background-color: var(--color-text-light); }
.g-157ad9bf { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; text-decoration: none; margin: 0 auto; }
.g-61bbb447 { font-size: 34px; margin-right: var(--size-xxs); }
.g-200ceca6 { font-size: 24px; font-weight: 600; }
.g-572a8457 { display: block; }
.g-476c4ccc { display: flex; justify-content: flex-end; align-items: center; gap: clamp(0.75rem, 8.59375vw + -3.375rem, 3.5rem); }
.g-263632b6 { text-decoration: none; white-space: nowrap; padding: var(--size-xxs); }
.g-263632b6:hover { text-decoration: underline; }
.g-cd42037a { display: none; flex-direction: column; gap: 5px; border: 0; padding: 12px; border-radius: var(--b-radius); cursor: pointer; }
.g-72585b06 { width: 32px; height: 3px; }
@media screen and (max-width: 768px) { .g-2436bc25 { position: sticky; top: 0; }
.g-82e24899 { justify-content: space-between; height: 65px; }
.g-5676e563 { top: 65px; height: 0; }
.g-1e777c57::after { display: none; }
.g-157ad9bf { margin: 0; }
.g-572a8457 { position: absolute; right: 0; bottom: 75px; transform: translateY(100%); background-color: var(--color-surface); width: 260px; padding: var(--size-m); border-radius: var(--size-xxs); display: none; }
.g-572a8457.g-f3a1cbc7 { display: block; }
.g-476c4ccc { gap: var(--size-m); flex-direction: column; align-items: center; color: var(--color-text); }
.g-cd42037a { display: flex; }
 }@media screen and (max-width: 576px) { .g-61bbb447 { font-size: 28px; }
.g-200ceca6 { font-size: 20px; }
.g-572a8457 { width: 100%; }
 }

/* Block: hero-search (hero-search) */
.g-5757ebf1 { position: relative; min-height: 600px; color: var(--color-text-light); }
.g-698afec3 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.g-f07b865c { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.g-f07b865c::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-d7e32528 { 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-9995a031 { max-width: 760px; text-align: center; }
.g-a9141851 { max-width: 564px; margin-inline: auto; }
@media screen and (max-width: 768px) { .g-5757ebf1 { min-height: 500px; }
.g-d7e32528 { padding-bottom: 80px; }
 }@media screen and (max-width: 576px) { .g-9995a031 { text-align: left; }
.g-2c494d6e { margin-top: var(--size-xs); }
.g-a9141851 { margin-top: var(--size-s); }
 }

/* Block: page-404 (page-404) */
.g-da5c6036 { display: flex; justify-content: center; align-items: center; flex-direction: column; }
.g-02c488d5 { fill: var(--color-text-description); max-width: 100%; height: auto; }
.g-30d3bfc3 { text-align: center; margin-top: var(--size-xl); }
.g-fc378d5e { text-align: center; margin-top: var(--size-s); }
.g-cdaa8f03 { text-align: center; }
@media screen and (max-width: 768px) { .g-30d3bfc3 { margin-top: var(--size-m); }
 }

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

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

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

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

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

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

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

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

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

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

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

/* Block: post-card (post-card) */
.g-87b8c588 { position: relative; overflow: hidden; height: 100%; }
.g-87b8c588 .g-79ab31d8 { position: relative; height: 100%; text-decoration: none; display: flex; flex-direction: column; }
.g-87b8c588 .g-473c93b9 { height: 100%; background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; aspect-ratio: 16/10; }
.g-87b8c588 .g-473c93b9 img { width: 100%; height: 100%; object-fit: cover; }
.g-87b8c588 .g-9e237a19 { display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; }
.g-87b8c588 .g-a15b74c2 { margin-top: var(--size-xs); display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; }
.g-87b8c588 .g-32993393 { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-87b8c588 .g-ef976528 { margin-top: var(--size-xs); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-87b8c588 .g-39966ed7 { width: 100%; display: flex; justify-content: space-between; align-items: center; margin-top: var(--size-s); }
.g-87b8c588 .g-7faffe38 { display: flex; align-items: center; gap: 8px; }
.g-87b8c588 .g-7faffe38:hover { text-decoration: underline; }
.g-87b8c588 .g-d4b35426 { white-space: nowrap; opacity: 0.8; }
.g-87b8c588 .g-b0453e92 { margin-top: var(--size-s); }
.g-87b8c588 .g-329bbf51 { background-color: var(--color-text); width: 4px; height: 4px; border-radius: 50%; }
.g-7ed53712 { position: relative; overflow: hidden; height: 100%; }
.g-7ed53712 .g-79ab31d8 { position: relative; height: 100%; text-decoration: none; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.g-7ed53712 .g-473c93b9 { flex-shrink: 0; width: 147px; height: 147px; background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; }
.g-7ed53712 .g-473c93b9 img { width: 100%; height: 100%; object-fit: cover; }
.g-7ed53712 .g-9e237a19 { flex: 1; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; }
.g-7ed53712 .g-a15b74c2 { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; }
.g-7ed53712 .g-32993393 { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-7ed53712 .g-ef976528 { margin-top: 8px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-7ed53712 .g-39966ed7 { margin-top: 16px; width: 100%; display: flex; justify-content: space-between; align-items: center; }
.g-7ed53712 .g-b0453e92 { margin-top: 16px; }
.g-7ed53712 .g-329bbf51 { background-color: var(--color-text); width: 4px; height: 4px; border-radius: 50%; }
@media screen and (max-width: 576px) { .g-a15b74c2 { gap: 0 4px; }
.g-39a3bb73 { flex-direction: column-reverse; }
.g-4d4f4ca9 { width: 100%; height: auto; aspect-ratio: 16/10; }
.g-08f2251a { width: 100%; }
 }

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

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

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

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

.g-c60ec099 { display: grid; grid-template-columns: 1fr 368px; gap: var(--size-s); padding: var(--size-xl) 0; }
.g-c60ec099 blockquote { border-left: 3px solid var(--color-primary); background-color: var(--color-surface); padding: var(--size-s) var(--size-xs); }
.g-c60ec099 .g-9042673e { padding: var(--size-s); position: sticky; top: calc(var(--header-height, 0px) + 15px); }
.g-c60ec099 .g-4c9f12a3 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-c60ec099 .g-98adfb2c { margin-top: var(--size-m); }
.g-c60ec099 .g-9eba831b { 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-c60ec099 .g-89fbe77f { display: block; text-decoration: none; }
.g-c60ec099 .g-89fbe77f:hover { text-decoration: underline; }
.g-c60ec099 .g-fcba09e5 { transform: translateX(16px); color: var(--color-text); font-weight: bold; }
@media screen and (max-width: 1024px) { .g-c60ec099 { grid-template-columns: 1fr; }
.g-c60ec099 .g-0f67ee67 { order: 1; }
.g-c60ec099 .g-0bd7534f { order: 2; }
.g-c60ec099 .g-98adfb2c { margin-top: var(--size-s); }
.g-c60ec099 .g-9eba831b { align-items: flex-start; margin-top: var(--size-s); gap: var(--size-xs); }
 }

/* Block: post-header (post-header) */
.g-b5858529 { display: grid; grid-template-columns: 1fr 1fr; gap: var(--size-s); margin-top: var(--size-m); }
.g-d52026bb { display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; }
.g-d363c824 { display: flex; align-items: center; justify-content: center; }
.g-27661629 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); flex-wrap: wrap; }
.g-79323845 { padding: 8px 16px; height: 37px; border-radius: 37px; background-color: var(--color-surface); display: flex; justify-content: flex-start; align-items: center; gap: 8px; text-decoration: none; transition: filter .2s ease-in-out; }
.g-79323845:hover { filter: brightness(0.96); }
.g-aead6e65 { margin-top: var(--size-m); }
.g-40d8b329 { margin-top: var(--size-s); margin-bottom: auto; }
.g-b8618bc5 { margin-top: var(--size-s); }
@media screen and (max-width: 1024px) { .g-b5858529 { grid-template-columns: 1fr; }
.g-d52026bb { max-width: 70%; }
.g-d363c824 { max-width: 70%; display: block; }
.g-79323845 { height: 30px; }
 }@media screen and (max-width: 768px) { .g-b5858529 { gap: var(--size-m); }
.g-d52026bb { max-width: 100%; }
.g-d363c824 { max-width: 100%; }
.g-40d8b329 { margin-top: var(--size-xs); }
 }

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

/* Block: recommendation (recommendation) */
.g-c97b379e { text-align: center; }
.g-1b97fafa { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); }
.g-62208d58 { display: flex; justify-content: center; align-items: center; gap: 16px; }
.g-3ce7e4df { 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-3ce7e4df:hover { background-color: var(--color-primary); }
.g-ef7e826d { fill: var(--color-text-light); }
@media screen and (max-width: 768px) { .g-1b97fafa { margin-top: var(--size-m); }
 }

/* Block: search (search) */
.g-9dd455b2 { background: var(--color-surface); padding: var(--size-m); border-radius: var(--b-radius); margin-top: var(--size-m); }
.g-9dd455b2 .g-ebe879a7 { text-align: center; max-width: 500px; margin: 0 auto; }
.g-9dd455b2 .g-1dca54ac { margin-top: var(--size-m); }
.g-ea45d093 { margin-top: var(--size-xl); }
.g-45f80a8b { margin: var(--size-m) auto 0; max-width: 500px; text-align: center; }
@media screen and (max-width: 768px) { .g-9dd455b2 { padding: var(--size-s); }
 }

/* Block: searchform (searchform) */
.g-6a2e1745 { position: relative; display: inline-block; width: 100%; }
.g-6a2e1745 .g-8f341c70 { color: var(--color-text); width: 100%; background-color: var(--color-surface); height: 48px; border-radius: 48px; border: 0; box-shadow: inset 0 0 0 2px var(--color-primary); padding: var(--size-xxs) 85px var(--size-xxs) var(--size-s); font-size: clamp(0.75rem, 0.4419889503vw + 0.6464088398rem, 1rem); font-weight: 500; line-height: 120%; }
.g-6a2e1745 .g-66b9b6f1 { position: absolute; right: 0; top: 0; height: 100%; z-index: 1; display: flex; justify-content: flex-end; align-items: center; padding: 8px; gap: 8px; }
.g-6a2e1745 .g-8742d157 { border: 0; width: 32px; height: 32px; border-radius: 50%; background-color: var(--color-primary); cursor: pointer; display: flex; justify-content: center; align-items: center; padding: 0; transition: opacity .2s ease-in-out; }
.g-6a2e1745 .g-8742d157:hover { opacity: .7; }
.g-6a2e1745 .g-2d0c99dd { border: 0; padding: 8px; cursor: pointer; display: flex; justify-content: center; align-items: center; transition: opacity .2s ease-in-out; background-color: transparent; }
.g-6a2e1745 .g-2d0c99dd:hover { opacity: .7; }

/* Block: toTop (toTop) */
.g-7601a2dd { 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-adc54041 { fill: var(--color-text-light); }
.g-0675df98 { opacity: 1; transform: translateY(-35px); }
@media screen and (max-width: 768px) { .g-7601a2dd { transform: scale(0.75); bottom: 15px; right: 15px; }
 }

/* Block: front-page::hero-search (hero-search) */
.g-3699c3ea { position: relative; min-height: 600px; color: var(--color-text-light); }
.g-86d79022 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.g-acc41e20 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.g-acc41e20::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-f39f3b6e { 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-5062edc9 { max-width: 760px; text-align: center; }
.g-669ae165 { max-width: 564px; margin-inline: auto; }
@media screen and (max-width: 768px) { .g-3699c3ea { min-height: 500px; }
.g-f39f3b6e { padding-bottom: 80px; }
 }@media screen and (max-width: 576px) { .g-5062edc9 { text-align: left; }
.g-a048162e { margin-top: var(--size-xs); }
.g-669ae165 { margin-top: var(--size-s); }
 }

/* Block: front-page::about--0 (about) */
.g-86f46a3f { display: flex; align-items: center; gap: var(--size-m); }
.g-27b81408 { flex: 1; }
.g-66a6e081 { flex: 1; }
@media screen and (max-width: 768px) { .g-86f46a3f { flex-direction: column-reverse; }
 }@media screen and (max-width: 576px) { .g-66a6e081 { text-align: center; }
 }

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

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

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

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

/* Block: contacts-page::form--0 (form) */
.g-36f0bd0d { position: relative; z-index: 1; }
.g-91abb799 { display: flex; justify-content: flex-start; position: relative; gap: var(--size-m); z-index: 1; }
.g-62a5aaa5 { flex: 1; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; }
.g-c0ba511c { flex: 0 0 660px; padding: var(--size-m) var(--size-m) var(--size-xl); display: flex; flex-direction: column; justify-content: center; }
.g-38c95e02 { position: relative; z-index: 1; transform: translateY(50%); padding: var(--size-xs); }
.g-14d763b1 { width: 100%; display: flex; justify-content: space-evenly; align-items: flex-start; gap: var(--size-m); flex-wrap: wrap; }
.g-e8294b50 { flex: 1; display: flex; align-items: center; flex-direction: column; text-align: center; }
.g-c534a469 { width: 56px; height: 56px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; border-radius: 50%; font-size: 24px; }
.g-012f8d19 { fill: var(--color-text); }
.g-14c5ef74 { stroke: var(--color-text); }
.g-777bb652 { stroke: var(--color-text); }
.g-bc556d49 { display: flex; flex-direction: column; }
.g-396ab663 { width: 100%; height: 370px; }
@media screen and (max-width: 1024px) { .g-91abb799 { flex-direction: column; }
.g-c680718d { margin-top: 0; }
.g-c0ba511c { flex: 1; }
.g-396ab663 { height: 430px; }
 }@media screen and (max-width: 768px) { .g-bc556d49 { margin-top: var(--size-xs); }
 }@media screen and (max-width: 576px) { .g-62a5aaa5 { align-items: center; text-align: center; }
.g-c0ba511c { padding: var(--size-s); }
.g-38c95e02 { transform: translateY(var(--size-xl)); }
.g-14d763b1 { flex-direction: column; align-items: center; }
.g-396ab663 { height: 370px; }
 }

/* Block: about-page::highlights--0 (highlights) */
.g-fab63fdb { position: relative; display: grid; grid-template-columns: repeat(2, 1fr); grid-template-rows: repeat(3, 1fr); gap: var(--size-s); }
.g-154447d0 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.g-154447d0::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); }
.g-e103c03c { position: relative; grid-row: span 2; min-height: 350px; padding: var(--size-s) var(--size-s) var(--size-m); }
.g-1817eb53 { display: grid; grid-template-columns: 1fr 1fr; gap: var(--size-s); }
.g-8905ed54 { padding: var(--size-s) var(--size-s) var(--size-m); }
.g-164121ae { display: flex; justify-content: space-between; align-items: center; gap: var(--size-s); }
.g-bc14399a { flex-shrink: 0; width: 44px; height: 44px; display: flex; justify-content: center; align-items: center; border-radius: 50%; font-size: 24px; }
@media screen and (max-width: 870px) { .g-154447d0 { position: static; border-radius: var(--b-radius); overflow: hidden; height: auto; }
.g-154447d0::after { display: none; }
.g-e103c03c { border-radius: 0; padding: 0; display: flex; flex-direction: column-reverse; gap: var(--size-s); }
 }@media screen and (max-width: 768px) { .g-fab63fdb { grid-template-columns: 1fr; grid-template-rows: auto; }
.g-e103c03c { text-align: center; }
.g-1817eb53 { grid-template-columns: 1fr 1fr; }
 }@media screen and (max-width: 576px) { .g-13db497b { color: var(--color-text); }
.g-1817eb53 { grid-template-columns: 1fr; }
.g-8905ed54 { padding: var(--size-xs); }
.g-164121ae { flex-direction: column-reverse; justify-content: flex-start; align-items: flex-start; gap: var(--size-xs); }
 }

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

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