/* Block: categories-list (categories-list) */
.g-4b597bc2 { display: grid; grid-template-columns: repeat(6, 1fr); gap: var(--size-s); }
.g-4b597bc2 .g-b4be10b9 { 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-4b597bc2 .g-b4be10b9: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-4b597bc2 .g-b4be10b9:hover .g-f1c71299 { opacity: 1; }
.g-4b597bc2 .g-04aa0f3d { position: relative; z-index: 1; }
.g-4b597bc2 .g-f1c71299 { position: absolute; right: 24px; bottom: 24px; font-size: 120px; opacity: 0.6; transition: opacity 0.2s ease-in-out; }
.g-4b597bc2 .g-94acf8f3 { padding-bottom: 210px; min-height: 266px; grid-column: span 3; }
.g-4b597bc2 .g-94acf8f3 .g-f1c71299 { font-size: 200px; }
@media screen and (max-width: 1024px) { .g-b4be10b9 { min-height: 144px; padding-bottom: 82px; }
.g-f1c71299 { font-size: 72px; }
.g-94acf8f3 { padding-bottom: 120px; min-height: 159px; }
.g-94acf8f3 .g-f1c71299 { font-size: 100px; }
 }@media screen and (max-width: 768px) { .g-4b597bc2 { gap: var(--size-xs); grid-template-columns: repeat(2, 1fr); }
.g-b4be10b9 { min-height: 119px; padding: 16px 16px 76px; grid-column: auto; }
.g-f1c71299 { font-size: 56px; right: 16px; bottom: 16px; }
.g-94acf8f3 { min-height: 119px; grid-column: auto; padding-bottom: 76px; }
.g-94acf8f3 .g-f1c71299 { font-size: 56px; }
 }

/* Block: category-header (category-header) */
.g-252405ef { display: flex; flex-direction: column; justify-content: flex-start; align-items: center; padding: var(--size-s); background-color: var(--color-surface); border-radius: var(--b-radius); max-width: 700px; margin: var(--size-m) auto var(--section-padding); }
.g-252405ef .g-d614a6bf { display: inline-flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-252405ef .g-dbc8cdda { margin-top: var(--size-s); text-align: center; }
@media screen and (max-width: 576px) { .g-d614a6bf { display: flex; margin: 0 auto; justify-content: center; gap: var(--size-xxs); }
.g-dbc8cdda { 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-5509e00e { display: none; position: fixed; bottom: 0; left: 0; width: 100%; padding: var(--size-m); z-index: 3; }
.g-8f376fff { display: block; }
.g-ff21218f { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xl); }
.g-2edd7b0b { width: 195px; display: flex; flex-direction: column; gap: var(--size-xs); }
.g-a95f0321 { width: 100%; }
@media screen and (max-width: 768px) { .g-5509e00e { padding: var(--size-s); }
.g-ff21218f { text-align: center; gap: var(--size-s); flex-direction: column; }
.g-2edd7b0b { width: 100%; flex-direction: row; justify-content: center; flex-wrap: wrap; }
.g-a95f0321 { width: auto; }
 }@media screen and (max-width: 576px) { .g-2edd7b0b { gap: var(--size-xxs); }
 }

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

/* Block: footer (footer) */
.g-27cc805d { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-7698b194 { 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-7698b194.g-0717c813 { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-65ff2773 { margin-top: var(--section-padding); }
.g-7f8f5e83 { 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-9fbc18c2 { max-width: 510px; }
.g-6b23d0ae { max-width: 430px; }
.g-6f9af41a { margin-top: var(--size-xs); }
.g-3c572073 { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-00de01bf { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-daad6c4f { 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-daad6c4f:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-a4d9d7b2 { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-02499c4c { transform: scale(1.2); margin-right: var(--size-xs); }
.g-190fcfdf { background-color: var(--color-secondary); color: var(--color-text-light); padding-top: 160px; padding-bottom: var(--size-m); }
.g-13bd60ce { display: flex; flex-direction: column; justify-content: center; align-items: center; gap: var(--size-m); }
.g-31dbc788 { display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); }
.g-de1671f6 { margin: var(--size-xl) 0; border-color: var(--color-surface); }
.g-c7b367dd { display: flex; justify-content: space-between; align-items: center; gap: var(--size-s); text-align: center; }
@media screen and (max-width: 1024px) { .g-7f8f5e83 { padding: var(--size-m); }
.g-9fbc18c2 { max-width: initial; }
.g-6b23d0ae { max-width: initial; }
 }@media screen and (max-width: 768px) { .g-c7b367dd { flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-515e18cc { order: 3; width: 100%; }
 }@media screen and (max-width: 576px) { .g-7f8f5e83 { gap: var(--size-m); }
.g-3c572073 { flex-direction: column; gap: var(--size-xxs); }
.g-00de01bf { width: 100%; }
.g-daad6c4f { width: 100%; }
.g-13bd60ce { justify-content: flex-start; align-items: flex-start; }
.g-31dbc788 { flex-direction: column; justify-content: flex-start; align-items: flex-start; }
 }

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

.g-93e7a756 { position: sticky; top: 0; background-color: var(--color-surface); z-index: 5; }
.g-75339144 { display: flex; justify-content: space-between; align-items: center; height: 80px; position: relative; }
.g-7266bd38 { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; }
.g-546a4bb1 { font-size: 36px; margin-right: var(--size-xs); }
.g-185b2bcb { font-size: 24px; font-weight: 600; }
.g-cc7b4e25 { display: flex; justify-content: flex-end; align-items: center; gap: var(--size-xs); }
.g-5680fa4c { text-decoration: none; white-space: nowrap; padding: var(--size-xxs); }
.g-a185e3d1 { display: none; flex-direction: column; gap: 5px; border: 0; background-color: transparent; padding: 10px; }
.g-eacf6143 { width: 32px; height: 3px; }
@media screen and (max-width: 768px) { .g-1d6d3fee { 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-1d6d3fee.g-87ad0f31 { display: block; }
.g-cc7b4e25 { gap: var(--size-m); flex-direction: column; align-items: flex-start; color: var(--color-text-light); }
.g-a185e3d1 { display: flex; cursor: pointer; }
 }@media screen and (max-width: 576px) { .g-1d6d3fee { width: 100%; }
 }

/* Block: hero-search (hero-search) */
.g-bdc779e0 { padding: var(--size-xl) 0; }
.g-7de02e22 { max-width: 565px; margin: 0 auto; text-align: center; }
.g-ec8089e7 { margin-top: var(--size-s); }
.g-70b4e845 { margin-top: var(--size-m); }
@media screen and (max-width: 576px) { .g-ec8089e7 { margin-top: var(--size-xs); }
.g-70b4e845 { margin-top: var(--size-s); }
 }

/* Block: page-404 (page-404) */
.g-c5c2e1b9 { display: flex; justify-content: center; align-items: center; flex-direction: column; position: relative; min-height: 480px; }
.g-696f6e26 { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); max-width: 100%; height: auto; }
.g-ff490e9a { position: relative; padding: var(--size-xl) 0; }
.g-9458362a { text-align: center; }
.g-ce36a8d9 { text-align: center; margin-top: var(--size-s); }
.g-1650e1ab { display: flex; justify-content: center; align-items: center; gap: var(--size-m); }
@media screen and (max-width: 576px) { .g-1650e1ab { flex-direction: column; gap: var(--size-xs); }
 }

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

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

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

.g-94c6de75 .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;
    border: 1px solid var(--color-secondary);
}

.g-94c6de75 .page-numbers:hover {
    text-decoration: underline;
}

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

.g-94c6de75 .prev::before {
    content: '';
    display: inline-block;
    width: 32px;
    height: 32px;
    background-color: var(--color-secondary);
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M16 0C24.8366 0 32 7.16344 32 16C32 24.8366 24.8366 32 16 32C7.16344 32 0 24.8366 0 16C0 7.16344 7.16344 0 16 0ZM14.0537 10.2197C13.7608 9.92683 13.2851 9.92683 12.9922 10.2197L8.21973 14.9932C7.92683 15.2861 7.92683 15.7608 8.21973 16.0537L12.9922 20.8271C13.2851 21.12 13.7608 21.12 14.0537 20.8271C14.3466 20.5343 14.3465 20.0585 14.0537 19.7656L10.5605 16.2734H24.75C25.1642 16.2734 25.5 15.9376 25.5 15.5234C25.5 15.1092 25.1642 14.7735 24.75 14.7734H10.5605L14.0537 11.2812C14.3466 10.9884 14.3465 10.5126 14.0537 10.2197Z' fill='currentColor'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M16 0C24.8366 0 32 7.16344 32 16C32 24.8366 24.8366 32 16 32C7.16344 32 0 24.8366 0 16C0 7.16344 7.16344 0 16 0ZM14.0537 10.2197C13.7608 9.92683 13.2851 9.92683 12.9922 10.2197L8.21973 14.9932C7.92683 15.2861 7.92683 15.7608 8.21973 16.0537L12.9922 20.8271C13.2851 21.12 13.7608 21.12 14.0537 20.8271C14.3466 20.5343 14.3465 20.0585 14.0537 19.7656L10.5605 16.2734H24.75C25.1642 16.2734 25.5 15.9376 25.5 15.5234C25.5 15.1092 25.1642 14.7735 24.75 14.7734H10.5605L14.0537 11.2812C14.3466 10.9884 14.3465 10.5126 14.0537 10.2197Z' fill='currentColor'/%3E%3C/svg%3E") center / contain no-repeat;
    flex-shrink: 0;
}

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

.g-94c6de75 .next::after {
    content: '';
    display: inline-block;
    width: 32px;
    height: 32px;
    background-color: var(--color-secondary);
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M16 32C7.16344 32 -6.26248e-07 24.8366 -1.39876e-06 16C-2.17128e-06 7.16345 7.16344 1.21761e-06 16 4.4509e-07C24.8366 -3.27426e-07 32 7.16344 32 16C32 24.8366 24.8366 32 16 32ZM17.9463 21.7803C18.2392 22.0732 18.7149 22.0732 19.0078 21.7803L23.7803 17.0068C24.0732 16.7139 24.0732 16.2392 23.7803 15.9463L19.0078 11.1729C18.7149 10.88 18.2392 10.88 17.9463 11.1729C17.6534 11.4657 17.6535 11.9415 17.9463 12.2344L21.4395 15.7266L7.25 15.7266C6.83583 15.7266 6.50003 16.0624 6.5 16.4766C6.5 16.8908 6.83581 17.2265 7.25 17.2266L21.4395 17.2266L17.9463 20.7188C17.6534 21.0116 17.6535 21.4874 17.9463 21.7803Z' fill='currentColor'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M16 32C7.16344 32 -6.26248e-07 24.8366 -1.39876e-06 16C-2.17128e-06 7.16345 7.16344 1.21761e-06 16 4.4509e-07C24.8366 -3.27426e-07 32 7.16344 32 16C32 24.8366 24.8366 32 16 32ZM17.9463 21.7803C18.2392 22.0732 18.7149 22.0732 19.0078 21.7803L23.7803 17.0068C24.0732 16.7139 24.0732 16.2392 23.7803 15.9463L19.0078 11.1729C18.7149 10.88 18.2392 10.88 17.9463 11.1729C17.6534 11.4657 17.6535 11.9415 17.9463 12.2344L21.4395 15.7266L7.25 15.7266C6.83583 15.7266 6.50003 16.0624 6.5 16.4766C6.5 16.8908 6.83581 17.2265 7.25 17.2266L21.4395 17.2266L17.9463 20.7188C17.6534 21.0116 17.6535 21.4874 17.9463 21.7803Z' fill='currentColor'/%3E%3C/svg%3E") center / contain no-repeat;
    flex-shrink: 0;
}

.g-94c6de75 .prev,
.g-94c6de75 .next {
    border: 0;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    padding: 0 16px;
    gap: 8px;
}

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

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

    .g-94c6de75 .next {
        right: 0;
        transform: none;
    }

    .g-94c6de75 .prev,
    .g-94c6de75 .next {
        position: static;
        margin-top: 0;
    }
}

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

/* Block: post-card (post-card) */
.g-c3b54a6d { position: relative; overflow: hidden; height: 100%; }
.g-c3b54a6d .g-e1db8ecb { position: relative; height: 100%; text-decoration: none; display: flex; flex-direction: column; }
.g-c3b54a6d .g-4a20e943 { height: 100%; background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; aspect-ratio: 16/10; }
.g-c3b54a6d .g-4a20e943 img { width: 100%; height: 100%; object-fit: cover; }
.g-c3b54a6d .g-5a839feb { display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; }
.g-c3b54a6d .g-ba72feb3 { margin-top: var(--size-xs); display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; }
.g-c3b54a6d .g-1d0d205c { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-c3b54a6d .g-e39dd455 { margin-top: var(--size-xs); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-c3b54a6d .g-d91233d6 { width: 100%; display: flex; justify-content: space-between; align-items: center; margin-top: var(--size-s); }
.g-c3b54a6d .g-b05e70aa { display: flex; align-items: center; gap: 8px; }
.g-c3b54a6d .g-b05e70aa:hover { text-decoration: underline; }
.g-c3b54a6d .g-87db0462 { white-space: nowrap; opacity: 0.8; }
.g-c3b54a6d .g-919b85b3 { margin-top: var(--size-s); }
.g-c3b54a6d .g-d1da5a96 { background-color: var(--color-text); width: 4px; height: 4px; border-radius: 50%; }
.g-270702f9 { position: relative; overflow: hidden; height: 100%; }
.g-270702f9 .g-e1db8ecb { position: relative; height: 100%; text-decoration: none; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.g-270702f9 .g-4a20e943 { flex-shrink: 0; width: 147px; height: 147px; background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; }
.g-270702f9 .g-4a20e943 img { width: 100%; height: 100%; object-fit: cover; }
.g-270702f9 .g-5a839feb { flex: 1; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; }
.g-270702f9 .g-ba72feb3 { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; }
.g-270702f9 .g-1d0d205c { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-270702f9 .g-e39dd455 { margin-top: 8px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-270702f9 .g-d91233d6 { margin-top: 16px; width: 100%; display: flex; justify-content: space-between; align-items: center; }
.g-270702f9 .g-919b85b3 { margin-top: 16px; }
.g-270702f9 .g-d1da5a96 { background-color: var(--color-text); width: 4px; height: 4px; border-radius: 50%; }
@media screen and (max-width: 576px) { .g-ba72feb3 { gap: 0 4px; }
.g-3e0f0bee { flex-direction: column-reverse; }
.g-7742fdc7 { width: 100%; height: auto; aspect-ratio: 16/10; }
.g-402941d2 { 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-34ff76d1 { display: grid; grid-template-columns: 270px 1fr; gap: var(--size-s); padding: var(--size-xl) 0; }
.g-34ff76d1 blockquote { margin: 0 var(--size-s); border-left: 3px solid var(--color-primary); padding: var(--size-s) var(--size-xs); }
.g-34ff76d1 .g-7498554e { position: sticky; top: calc(var(--header-height, 0px) + 15px); }
.g-34ff76d1 .g-c534e234 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-34ff76d1 .g-025e26dc { margin-top: var(--size-m); }
.g-34ff76d1 .g-ac68fde7 { 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-34ff76d1 .g-8584182b { display: block; text-decoration: none; }
.g-34ff76d1 .g-8584182b:hover { text-decoration: underline; }
.g-34ff76d1 .g-e6a0bb32 { background-color: var(--color-surface); border-radius: var(--b-radius); padding: 8px 16px; font-weight: bold; }
@media screen and (max-width: 1024px) { .g-34ff76d1 { grid-template-columns: 1fr; }
.g-34ff76d1 .g-c2d90179 { display: none; }
.g-34ff76d1 .g-025e26dc { margin-top: var(--size-s); }
.g-34ff76d1 .g-ac68fde7 { align-items: flex-start; margin-top: var(--size-s); gap: var(--size-xs); }
 }@media screen and (max-width: 768px) { .g-34ff76d1 blockquote { margin: 0; }
 }

/* Block: post-header (post-header) */
.g-244c45e3 { position: relative; height: 800px; }
.g-5719a8a7 { height: 100%; display: flex; flex-direction: column; }
.g-4eb863d4 { position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: -1; }
.g-4eb863d4::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.4); }
.g-93d7d707 { width: 100%; height: 100%; }
.g-5d523ac6 { 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-f246c9fb { 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-88effadd { text-decoration: none; }
.g-88effadd:hover { text-decoration: underline; }
.g-258299f7 { display: block; width: 4px; height: 4px; border-radius: 50%; background-color: var(--color-text-light); }
.g-30bccf4a { margin-top: var(--size-m); }
.g-a0453603 { margin-top: var(--size-m); }
@media screen and (max-width: 1024px) { .g-f246c9fb { padding: 8px 16px; height: 40px; gap: var(--size-xs); }
.g-30bccf4a { margin-top: var(--size-s); }
.g-a0453603 { margin-top: var(--size-s); }
 }@media screen and (max-width: 768px) { .g-244c45e3 { height: 700px; }
.g-5d523ac6 { width: 95%; }
.g-f246c9fb { gap: var(--size-xxs); height: auto; }
 }@media screen and (max-width: 576px) { .g-93d7d707 { aspect-ratio: auto; height: 100%; }
 }

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

/* Block: recommendation (recommendation) */
.g-23cc2d62 { text-align: center; }
.g-5c0e1075 { position: relative; }
.g-a6d9d1c4 { position: absolute; top: 50%; z-index: 10; margin-top: -16px; width: 32px; height: 32px; border: 0; padding: 0; background-color: transparent; display: flex; justify-content: center; align-items: center; cursor: pointer; color: var(--color-text); }
.g-a6d9d1c4:hover { color: var(--color-primary); }
.g-7bb4116c { left: -42px; }
.g-baed0142 { right: -42px; }
@media screen and (max-width: 1024px) { .g-242de017 { display: flex; justify-content: center; align-items: center; gap: var(--size-m); margin-top: var(--size-m); }
.g-a6d9d1c4 { position: static; margin-top: 0; }
 }

/* Block: search (search) */
.g-aab7e6c1 { background: var(--color-surface); padding: var(--size-m); border-radius: var(--b-radius); margin-top: var(--size-m); }
.g-aab7e6c1 .g-c9ef76d9 { margin-top: var(--size-m); max-width: 600px; }
.g-78700c5d { margin-top: var(--size-xl); }
.g-707d073f { margin-top: var(--size-m); max-width: 600px; }
@media screen and (max-width: 768px) { .g-aab7e6c1 { padding: var(--size-s); }
 }

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

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

/* Block: front-page::hero-search (hero-search) */
.g-c4ab9dc1 { padding: var(--size-xl) 0; }
.g-eb165436 { max-width: 565px; margin: 0 auto; text-align: center; }
.g-93c220e5 { margin-top: var(--size-s); }
.g-b9a94e2e { margin-top: var(--size-m); }
@media screen and (max-width: 576px) { .g-93c220e5 { margin-top: var(--size-xs); }
.g-b9a94e2e { margin-top: var(--size-s); }
 }

/* Block: front-page::about--0 (about) */
.g-eca10f1d { display: flex; align-items: center; gap: var(--size-m); }
.g-766567c7 { flex: 1; }
.g-279ce869 { max-height: 600px; display: flex; justify-content: center; align-items: center; }
@media screen and (max-width: 768px) { .g-eca10f1d { flex-direction: column; }
 }@media screen and (max-width: 576px) { .g-2d830c3c { text-align: center; }
 }

/* Block: front-page::categories-list (categories-list) */
.g-76e35227 { display: grid; grid-template-columns: repeat(6, 1fr); gap: var(--size-s); }
.g-76e35227 .g-25221360 { 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-76e35227 .g-25221360: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-76e35227 .g-25221360:hover .g-2989e812 { opacity: 1; }
.g-76e35227 .g-a38fabdf { position: relative; z-index: 1; }
.g-76e35227 .g-2989e812 { position: absolute; right: 24px; bottom: 24px; font-size: 120px; opacity: 0.6; transition: opacity 0.2s ease-in-out; }
.g-76e35227 .g-08ce533c { padding-bottom: 210px; min-height: 266px; grid-column: span 3; }
.g-76e35227 .g-08ce533c .g-2989e812 { font-size: 200px; }
@media screen and (max-width: 1024px) { .g-25221360 { min-height: 144px; padding-bottom: 82px; }
.g-2989e812 { font-size: 72px; }
.g-08ce533c { padding-bottom: 120px; min-height: 159px; }
.g-08ce533c .g-2989e812 { font-size: 100px; }
 }@media screen and (max-width: 768px) { .g-76e35227 { gap: var(--size-xs); grid-template-columns: repeat(2, 1fr); }
.g-25221360 { min-height: 119px; padding: 16px 16px 76px; grid-column: auto; }
.g-2989e812 { font-size: 56px; right: 16px; bottom: 16px; }
.g-08ce533c { min-height: 119px; grid-column: auto; padding-bottom: 76px; }
.g-08ce533c .g-2989e812 { font-size: 56px; }
 }

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

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

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

/* Block: contacts-page::form--0 (form) */
.g-d9dec681 { display: flex; justify-content: flex-start; align-items: center; position: relative; gap: var(--size-s); z-index: 1; }
.g-d14adce7 { padding: var(--size-m); flex: 0 0 60%; display: flex; flex-direction: column; justify-content: center; }
.g-3cbf22aa { display: flex; justify-content: flex-start; }
.g-cfd5d638 { padding: var(--size-xl); flex: 1; display: flex; justify-content: flex-start; align-items: center; }
.g-55fa5822 { display: flex; justify-content: flex-start; align-items: center; }
.g-ace21ff3 { width: 32px; height: 32px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; margin-right: var(--size-m); }
.g-9d74ec6e { fill: var(--color-text); }
.g-fa3a4539 { stroke: var(--color-text); }
.g-3e153f17 { stroke: var(--color-text); }
.g-0fe3774c { display: flex; flex-direction: column; }
.g-82244b23 { flex: 0 0 50%; height: 383px; }
.g-c3977d63 { position: relative; z-index: 1; }
@media screen and (max-width: 870px) { .g-d9dec681 { flex-direction: column; }
.g-d14adce7 { width: 100%; flex: 0 0 auto; }
.g-3cbf22aa { flex-direction: column; }
.g-cfd5d638 { width: 100%; padding: var(--size-m); var(--wrapper-padding); }
.g-7bb143ca { width: 100%; display: flex; justify-content: space-between; }
.g-55fa5822 { margin-top: 0; align-items: flex-start; flex-direction: column; }
.g-ace21ff3 { margin-right: 0; }
.g-0fe3774c { margin-top: var(--size-xs); }
.g-82244b23 { height: 429px; width: 100%; flex: 0 0 auto; }
 }@media screen and (max-width: 576px) { .g-d14adce7 { padding: var(--size-xs); }
.g-7bb143ca { flex-direction: column; align-items: center; gap: var(--size-s); margin-top: var(--size-s); }
.g-55fa5822 { align-items: center; }
.g-0fe3774c { text-align: center; }
.g-82244b23 { height: 370px; }
 }

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

/* Block: expertise::reviews--0 (reviews) */
.g-e881a05a { width: 60%; }
.g-02dff563 { padding: var(--size-s) var(--wrapper-padding); }
.g-8ed24bb1 { display: flex; justify-content: flex-start; }
.g-8ed24bb1 svg { fill: var(--color-secondary); }
.g-64af440d { justify-content: flex-end; }
.g-486e1838 { padding: 0 var(--wrapper-padding); }
.g-1fd92cde { padding: 0 var(--wrapper-padding); }
@media screen and (max-width: 768px) { .g-e881a05a { width: 100%; }
 }@media screen and (max-width: 576px) { .g-a3cbccbb { flex-direction: column; }
.g-8ed24bb1 svg { transform: scale(0.6); }
.g-486e1838 { padding: 0 50px 0 50px; }
.g-1fd92cde { padding: 0 50px 0 50px; }
 }@media screen and (max-width: 375px) { .g-486e1838 { padding: 0; }
.g-1fd92cde { padding: 0; }
 }

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

/* Block: expertise::process--0 (process) */
.g-6fabbd97 { width: 60%; }
.g-f0531ac2 { flex: 1; position: relative; display: flex; gap: var(--size-l); }
.g-160de7a8 { flex: 1; }
.g-ba0a565c { position: relative; }
.g-ba0a565c::before { content: ""; position: absolute; top: 0; left: calc(-1 * var(--size-l) / 2); width: 1px; height: 100%; background-color: var(--color-secondary); }
.g-bfda5465::before { display: none; }
@media screen and (max-width: 870px) { .g-ba4cd8bc { flex-direction: column; }
.g-6fabbd97 { width: 100%; }
.g-f0531ac2 { display: grid; grid-template-columns: 1fr 1fr; }
.g-f0531ac2::before { content: ""; position: absolute; top: 0; left: 50%; width: 1px; height: 100%; background-color: var(--color-secondary); }
.g-f0531ac2::after { content: ""; position: absolute; top: 50%; left: 0; width: 100%; height: 1px; background-color: var(--color-secondary); }
.g-ba0a565c::before { display: none; }
 }@media screen and (max-width: 576px) { .g-6fabbd97 { text-align: center; }
.g-f0531ac2 { margin-top: var(--size-m); gap: var(--size-m); grid-template-columns: 1fr; }
.g-f0531ac2::before { display: none; }
.g-f0531ac2::after { display: none; }
.g-ba0a565c::before { left: 0; top: calc(-1 * var(--size-m) / 2); display: block; height: 1px; width: 100%; }
.g-bfda5465::before { display: none; }
 }

/* Block: benefits::about--0 (about) */
.g-2354ae9a { display: flex; align-items: center; gap: var(--size-m); }
.g-1c01db83 { flex: 1; }
.g-5fafd8bc { flex: 1; }
@media screen and (max-width: 768px) { .g-2354ae9a { flex-direction: column-reverse; }
 }@media screen and (max-width: 576px) { .g-5fafd8bc { text-align: center; }
 }

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

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

/* Block: benefits::about--1 (about) */
.g-491ae7fe { padding: 0; }
@media screen and (max-width: 1280px) { .g-d458376c { border-radius: 0; }
 }@media screen and (max-width: 768px) { .g-491ae7fe { padding: 0 var(--wrapper-padding); }
.g-4cebd0d2 { column-count: 1; }
.g-d458376c { border-radius: var(--b-radius); }
 }@media screen and (max-width: 576px) { .g-4cebd0d2 { text-align: center; }
 }

/* Block: benefits::text--1 (text) */
.g-676e4947 { text-align: center; }