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

/* Block: category-header (category-header) */
.g-c005b66a { display: flex; flex-direction: column; justify-content: flex-start; align-items: center; padding: var(--size-m) 0 var(--section-padding); }
.g-c005b66a .g-1d9f3bd9 { background-color: var(--color-surface); border-radius: var(--b-radius); text-align: center; padding: var(--size-s); }
.g-c005b66a .g-171b3d3d { font-size: 80px; }
.g-c005b66a .g-e619fe87 { margin-top: var(--size-xs); }
.g-c005b66a .g-29fd24dd { text-align: center; margin-top: var(--size-s); }
@media screen and (max-width: 576px) { .g-1d9f3bd9 { padding: var(--size-xs); }
.g-171b3d3d { font-size: 64px; }
.g-29fd24dd { 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-c18ea6ed { display: none; position: fixed; bottom: 0; left: 0; width: 100%; padding: var(--size-m); z-index: 3; }
.g-988b7c89 { display: block; }
.g-4fef76f9 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xl); }
.g-97e6ff01 { width: 195px; display: flex; flex-direction: column; gap: var(--size-xs); }
.g-67bab6bf { width: 100%; }
@media screen and (max-width: 768px) { .g-c18ea6ed { padding: var(--size-s); }
.g-4fef76f9 { text-align: center; gap: var(--size-s); flex-direction: column; }
.g-97e6ff01 { width: 100%; flex-direction: row; justify-content: center; flex-wrap: wrap; }
.g-67bab6bf { width: auto; }
 }@media screen and (max-width: 576px) { .g-97e6ff01 { gap: var(--size-xxs); }
 }

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

/* Block: footer (footer) */
.g-6b33158e { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-8b98325b { 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-8b98325b.g-4a0771dc { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-e532cca1 { margin-top: var(--section-padding); background-color: var(--color-primary); color: var(--color-text-light); }
.g-072f4fbd { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: var(--size-xl); }
.g-28b396f9 { max-width: 563px; }
.g-866485d3 { max-width: 465px; }
.g-01a4f400 { margin-top: var(--size-xs); }
.g-512d9db6 { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-a46dc2ed { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-d95d280f { 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-d95d280f:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-3d00390f { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-b40179b7 { transform: scale(1.2); margin-right: var(--size-xs); }
.g-98c4e1ad { background-color: var(--color-secondary); color: var(--color-text-light); padding: var(--size-xl) 0 var(--size-m); }
.g-cdb1dcdc { display: flex; justify-content: space-between; align-items: center; }
.g-9c26ed2b { display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); }
.g-0559b9b5 { 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-28b396f9 { max-width: 550px; }
.g-866485d3 { max-width: 550px; }
 }@media screen and (max-width: 870px) { .g-cdb1dcdc { align-items: flex-start; justify-content: flex-start; flex-direction: column; gap: var(--size-m); }
.g-9c26ed2b { justify-content: flex-start; }
 }@media screen and (max-width: 768px) { .g-0559b9b5 { flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-c6355664 { order: 3; }
 }@media screen and (max-width: 576px) { .g-072f4fbd { gap: var(--size-m); }
.g-512d9db6 { flex-direction: column; gap: var(--size-xxs); }
.g-a46dc2ed { width: 100%; }
.g-d95d280f { width: 100%; }
.g-9c26ed2b { flex-direction: column; align-items: flex-start; }
 }

/* Block: header (header) */
#header-nav-desktop .menu-item a,
#header-nav-desktop .page_item a,
#header-nav-sidebar .menu-item a,
#header-nav-sidebar .page_item a {
    position: relative;
    text-decoration: none;
    white-space: nowrap;
    padding: var(--size-xxs);
    display: flex;
    align-items: center;
}
#header-nav-desktop .menu-item a,
#header-nav-desktop .page_item a {
    height: 100%;
    justify-content: center;
}
#header-nav-sidebar .menu-item a,
#header-nav-sidebar .page_item a {
    height: 50px;
    justify-content: flex-start;
}
#header-nav-desktop .menu-item a:hover,
#header-nav-desktop .page_item a:hover,
#header-nav-sidebar .menu-item a:hover,
#header-nav-sidebar .page_item a:hover {
    color: var(--color-primary);
}
#header-nav-desktop .current-menu-item a,
#header-nav-desktop .current_page_item a,
#header-nav-sidebar .current-menu-item a,
#header-nav-sidebar .current_page_item a {
    color: var(--color-primary);
}
#header-nav-desktop .current-menu-item a::after,
#header-nav-desktop .current_page_item a::after {
    content: "";
    display: block;
    background-color: var(--color-primary);
    width: 100%;
    height: 4px;
    position: absolute;
    bottom: -1px;
}
#header-nav-sidebar .current-menu-item a::after,
#header-nav-sidebar .current_page_item a::after {
    content: "";
    display: block;
    background-color: var(--color-primary);
    position: absolute;
    top: 0;
    left: calc(-1 * var(--wrapper-padding));
    width: 4px;
    height: 100%;
    bottom: 0;
}
@media screen and (max-width: 870px) {
    #header-nav-desktop .menu-item a,
    #header-nav-desktop .page_item a {
        justify-content: flex-start;
    }
}

.g-f29ee7a2 { position: sticky; top: 0; z-index: 5; border-bottom: 1px solid var(--color-text); }
.g-87768127 { display: flex; justify-content: space-between; align-items: center; height: 80px; position: relative; }
.g-48c924c6 { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; text-decoration: none; }
.g-9663a07b { font-size: 34px; margin-right: var(--size-xxs); }
.g-ac51d508 { font-size: 24px; font-weight: 600; }
.g-4240de94 { display: flex; justify-content: flex-end; align-items: center; gap: clamp(0.75rem, 8.59375vw + -3.375rem, 3.5rem); height: 100%; }
.g-3b265ae0 { cursor: pointer; border: 0; padding: var(--size-xxs); background-color: transparent; transition: 0.3s opacity ease-in-out; margin-right: var(--size-m); }
.g-3b265ae0:hover { opacity: 0.7; }
.g-3b265ae0 svg { fill: var(--color-text); }
.g-3097a6c5 { display: none; }
.g-f68c5d45 { position: fixed; z-index: 6; width: 100%; height: 100%; top: 0; left: 0; clip-path: polygon(0 0, 0 0, 0 0, 0 0); }
.g-242d5093 { clip-path: inherit; }
.g-242d5093 .g-a6ea2468 { background-color: rgba(0, 0, 0, 0.2); }
.g-242d5093 .g-87182c2c { opacity: 1; transform: translateX(0); }
.g-400aac30 { height: 80px; display: flex; justify-content: flex-start; align-items: center; }
.g-c632e63f { cursor: pointer; border: 0; padding: var(--size-xxs); background-color: transparent; transition: 0.3s opacity ease-in-out; }
.g-c632e63f:hover { opacity: 0.7; }
.g-c632e63f svg { fill: var(--color-text); }
.g-a6ea2468 { transition: 0.3s background-color ease-in-out; position: absolute; width: 100%; height: 100%; top: 0; left: 0; background-color: rgba(0, 0, 0, 0); }
.g-87182c2c { display: flex; justify-content: flex-start; align-items: flex-start; flex-direction: column; min-width: 260px; width: 100%; max-width: 30%; height: 100%; box-shadow: 4px 0px 20px rgba(23, 23, 28, 0.1); opacity: 0; transform: translateX(-100%); transition: 0.3s opacity ease-in-out, 0.3s transform ease-in-out; padding: 0 var(--size-m) 0 var(--wrapper-padding); }
@media screen and (max-width: 375px) { .g-3b265ae0 { margin-right: var(--size-xxs); }
 }@media screen and (max-width: 768px) { .g-9663a07b { font-size: 28px; }
.g-ac51d508 { font-size: 20px; }
 }@media screen and (max-width: 870px) { .g-87768127 { justify-content: flex-start; }
.g-4240de94 { gap: var(--size-m); }
.g-1fdccd3d { display: none; }
.g-3097a6c5 { display: block; }
 }

/* Block: hero-search (hero-search) */
.g-fc90bb94 { padding: var(--section-padding) 0; }
.g-eee2bb4c { display: flex; }
.g-94702a70 { flex: 1; display: flex; flex-direction: column; justify-content: center; padding: var(--size-m); }
.g-dff53482 { margin-top: var(--size-s); }
.g-437454c8 { margin-top: var(--size-m); }
.g-d25ee61e { flex: 1; }
.g-fde8bf78 { width: 100%; height: 100%; }
@media screen and (max-width: 1024px) { .g-eee2bb4c { flex-direction: column; }
.g-94702a70 { max-width: 545px; padding: 0 0 var(--size-xl); }
.g-fde8bf78 { height: 400px; }
 }@media screen and (max-width: 576px) { .g-94702a70 { padding-bottom: var(--size-m); }
.g-fde8bf78 { height: auto; }
 }

/* Block: page-404 (page-404) */
.g-7e376d7c { display: flex; justify-content: center; align-items: center; flex-direction: column; }
.g-ef0c47bb { fill: var(--color-text-description); max-width: 100%; height: auto; }
.g-9a63983e { text-align: center; margin-top: var(--size-xl); }
.g-c379f67e { text-align: center; margin-top: var(--size-s); }
.g-0103c252 { text-align: center; }
@media screen and (max-width: 768px) { .g-9a63983e { margin-top: var(--size-m); }
 }

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

/* Block: page-header (page-header) */
.g-9886e974 { position: relative; padding: var(--size-m) 0 80px; overflow: hidden; color: var(--color-text-light); }
.g-1e49b586 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.g-1e49b586::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-671c4849 { max-width: 670px; margin: var(--size-m) auto 0; text-align: center; }
.g-22c4ed08 { margin-top: var(--size-xs); }
@media screen and (max-width: 768px) { .g-9886e974 { padding-bottom: 50px; }
 }@media screen and (max-width: 576px) { .g-9886e974 { padding-bottom: 40px; }
 }

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

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

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

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

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

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

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

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

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

/* Block: post-card (post-card) */
.g-3ab047b9 { position: relative; overflow: hidden; border-radius: var(--b-radius); background-color: var(--color-surface); padding: 8px; }
.g-3ab047b9 .g-a4eb8b55 { position: relative; text-decoration: none; }
.g-3ab047b9 .g-1df36ae9 { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; color: var(--color-primary); }
.g-3ab047b9 .g-934041ef { margin-top: var(--size-xs); background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; aspect-ratio: 16/10; }
.g-3ab047b9 .g-934041ef img { width: 100%; height: 100%; object-fit: cover; }
.g-3ab047b9 .g-bb4f091b { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-3ab047b9 .g-b6c7aa8f { margin-top: var(--size-xs); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-3ab047b9 .g-a765928d { display: block; margin-top: var(--size-s); white-space: nowrap; opacity: 0.8; }
.g-3ab047b9 .g-0b2ef1ce { margin-top: var(--size-s); padding-bottom: var(--size-xs); border-bottom: 1px solid var(--color-text); }
.g-78b35afa { position: relative; overflow: hidden; border-radius: var(--b-radius); background-color: var(--color-surface); padding: 8px; }
.g-78b35afa .g-a4eb8b55 { position: relative; text-decoration: none; }
.g-78b35afa .g-1df36ae9 { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; color: var(--color-primary); }
.g-78b35afa .g-934041ef { margin-top: var(--size-xs); background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; aspect-ratio: 16/10; }
.g-78b35afa .g-934041ef img { width: 100%; height: 100%; object-fit: cover; }
.g-78b35afa .g-bb4f091b { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-78b35afa .g-b6c7aa8f { 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-78b35afa .g-a765928d { display: block; margin-top: var(--size-s); white-space: nowrap; opacity: 0.8; }
.g-78b35afa .g-0b2ef1ce { 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-1df36ae9 { 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-aad5711d { display: grid; grid-template-columns: 270px 1fr; gap: var(--size-s); padding: var(--size-xl) 0; }
.g-aad5711d blockquote { margin: 0 var(--size-s); border-left: 3px solid var(--color-primary); padding: var(--size-s) var(--size-xs); }
.g-aad5711d .g-a98e21a6 { position: sticky; top: calc(var(--header-height, 0px) + 15px); }
.g-aad5711d .g-c1854703 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-aad5711d .g-f5cd8260 { margin-top: var(--size-m); }
.g-aad5711d .g-30f63cc8 { 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-aad5711d .g-52b3c1e4 { display: block; text-decoration: none; }
.g-aad5711d .g-52b3c1e4:hover { text-decoration: underline; }
.g-aad5711d .g-dc4f0018 { background-color: var(--color-surface); border-radius: var(--b-radius); padding: 8px 16px; font-weight: bold; }
@media screen and (max-width: 1024px) { .g-aad5711d { grid-template-columns: 1fr; }
.g-aad5711d .g-e6541085 { display: none; }
.g-aad5711d .g-f5cd8260 { margin-top: var(--size-s); }
.g-aad5711d .g-30f63cc8 { align-items: flex-start; margin-top: var(--size-s); gap: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-aad5711d blockquote { margin: 0; }
 }

/* Block: post-header (post-header) */
.g-b325647f { position: relative; height: 800px; }
.g-311534b6 { height: 100%; display: flex; flex-direction: column; }
.g-da3dc424 { position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: -1; }
.g-da3dc424::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.4); }
.g-a3242c89 { width: 100%; height: 100%; }
.g-17a8c8d2 { margin-top: auto; position: relative; bottom: 0; padding: 56px var(--wrapper-padding) 32px; margin-left: calc(-1 * var(--wrapper-padding)); width: 90%; max-width: 1000px; border-radius: var(--b-radius); z-index: 1; }
.g-707bd0d6 { position: absolute; top: 0; left: var(--wrapper-padding); transform: translateY(-50%); display: inline-flex; justify-content: flex-start; align-items: center; height: 53px; border-radius: var(--b-radius); padding: 8px 32px; background-color: var(--color-primary); gap: var(--size-s); flex-wrap: wrap; }
.g-7746febf { text-decoration: none; }
.g-7746febf:hover { text-decoration: underline; }
.g-255f6857 { display: block; width: 4px; height: 4px; border-radius: 50%; background-color: var(--color-text-light); }
.g-c0a1ddc7 { margin-top: var(--size-m); }
.g-4cff16f6 { margin-top: var(--size-m); }
@media screen and (max-width: 1024px) { .g-707bd0d6 { padding: 8px 16px; height: 40px; gap: var(--size-xs); }
.g-c0a1ddc7 { margin-top: var(--size-s); }
.g-4cff16f6 { margin-top: var(--size-s); }
 }@media screen and (max-width: 768px) { .g-b325647f { height: 700px; }
.g-17a8c8d2 { width: 95%; }
.g-707bd0d6 { gap: var(--size-xxs); height: auto; }
 }@media screen and (max-width: 576px) { .g-a3242c89 { aspect-ratio: auto; height: 100%; }
 }

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

/* Block: recommendation (recommendation) */
.g-1cb27753 { text-align: center; }
.g-e3558ecb { display: flex; justify-content: center; align-items: center; margin-top: var(--size-xl); }
.g-063f7275 { background-color: var(--color-secondary); display: flex; justify-content: center; align-items: center; border-radius: var(--size-l); padding: 8px; gap: 16px; }
.g-87df2c1f { 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-87df2c1f:hover { background-color: var(--color-primary); }
@media screen and (max-width: 768px) { .g-e3558ecb { margin-top: var(--size-m); }
.g-063f7275 { border-radius: var(--size-m); }
.g-87df2c1f { width: var(--size-m); height: var(--size-m); }
 }

/* Block: search (search) */
.g-962220cc { text-align: center; max-width: 430px; margin: 0 auto; }
.g-b896989f { margin-top: var(--size-xl); }
.g-6773c99f { max-width: 430px; margin-inline: auto; text-align: center; }

/* Block: searchform (searchform) */
.g-21812492 { position: relative; display: inline-block; width: 100%; }
.g-21812492 .g-bd07e237 { 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-21812492 .g-bd07e237:focus + .g-d15c5d5a { opacity: 1; }
.g-21812492 .g-70f2ae16 { 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-21812492 .g-70f2ae16:hover { opacity: .7; }
.g-21812492 .g-2dab5982 { fill: var(--color-primary); }
.g-21812492 .g-d15c5d5a { 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-21812492 .g-d15c5d5a:hover { opacity: .7; }

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

/* Block: front-page::hero-search (hero-search) */
.g-a4873ae2 { padding: var(--section-padding) 0; }
.g-b5b24a02 { display: flex; }
.g-acf63391 { flex: 1; display: flex; flex-direction: column; justify-content: center; padding: var(--size-m); }
.g-af1e357e { margin-top: var(--size-s); }
.g-810b19e7 { margin-top: var(--size-m); }
.g-84681876 { flex: 1; }
.g-ba74180e { width: 100%; height: 100%; }
@media screen and (max-width: 1024px) { .g-b5b24a02 { flex-direction: column; }
.g-acf63391 { max-width: 545px; padding: 0 0 var(--size-xl); }
.g-ba74180e { height: 400px; }
 }@media screen and (max-width: 576px) { .g-acf63391 { padding-bottom: var(--size-m); }
.g-ba74180e { height: auto; }
 }

/* Block: front-page::about--0 (about) */
.g-c000ae0b { padding: 0; }
@media screen and (max-width: 1280px) { .g-de7e9a13 { border-radius: 0; }
 }@media screen and (max-width: 768px) { .g-c000ae0b { padding: 0 var(--wrapper-padding); }
.g-54e7fa99 { column-count: 1; }
.g-de7e9a13 { border-radius: var(--b-radius); }
 }@media screen and (max-width: 576px) { .g-54e7fa99 { text-align: center; }
 }

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

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

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

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

/* Block: contacts-page::form--0 (form) */
.g-bd8bf689 { display: flex; justify-content: flex-start; align-items: center; position: relative; gap: var(--size-s); z-index: 1; }
.g-3a93cc65 { padding: var(--size-m); flex: 0 0 60%; display: flex; flex-direction: column; justify-content: center; }
.g-0474b65b { display: flex; justify-content: flex-start; }
.g-a781ad4e { padding: var(--size-xl); flex: 1; display: flex; justify-content: flex-start; align-items: center; }
.g-5e12249e { display: flex; justify-content: flex-start; align-items: center; }
.g-0090e715 { width: 32px; height: 32px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; margin-right: var(--size-m); }
.g-e6ccdf20 { fill: var(--color-text); }
.g-52ad0dcb { stroke: var(--color-text); }
.g-c5f21ce0 { stroke: var(--color-text); }
.g-800b0dca { display: flex; flex-direction: column; }
.g-2d03afb4 { flex: 0 0 50%; height: 383px; }
.g-5ad32bd8 { position: relative; z-index: 1; }
@media screen and (max-width: 870px) { .g-bd8bf689 { flex-direction: column; }
.g-3a93cc65 { width: 100%; flex: 0 0 auto; }
.g-0474b65b { flex-direction: column; }
.g-a781ad4e { width: 100%; padding: var(--size-m); var(--wrapper-padding); }
.g-a5e44fe8 { width: 100%; display: flex; justify-content: space-between; }
.g-5e12249e { margin-top: 0; align-items: flex-start; flex-direction: column; }
.g-0090e715 { margin-right: 0; }
.g-800b0dca { margin-top: var(--size-xs); }
.g-2d03afb4 { height: 429px; width: 100%; flex: 0 0 auto; }
 }@media screen and (max-width: 576px) { .g-3a93cc65 { padding: var(--size-xs); }
.g-a5e44fe8 { flex-direction: column; align-items: center; gap: var(--size-s); margin-top: var(--size-s); }
.g-5e12249e { align-items: center; }
.g-800b0dca { text-align: center; }
.g-2d03afb4 { height: 370px; }
 }

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

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