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

/* Block: category-header (category-header) */
.g-2ce6192c { 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-2ce6192c .g-39b40756 { display: inline-flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-2ce6192c .g-0c5e499c { margin-top: var(--size-s); text-align: center; }
@media screen and (max-width: 576px) { .g-39b40756 { display: flex; margin: 0 auto; justify-content: center; gap: var(--size-xxs); }
.g-0c5e499c { 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-a83938fe { display: none; position: fixed; bottom: 0; left: 0; width: 100%; padding: var(--size-m); z-index: 3; }
.g-4cf03bd3 { display: block; }
.g-3dd7663b { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xl); }
.g-c689d56a { width: 195px; display: flex; flex-direction: column; gap: var(--size-xs); }
.g-16303ef7 { width: 100%; }
@media screen and (max-width: 768px) { .g-a83938fe { padding: var(--size-s); }
.g-3dd7663b { text-align: center; gap: var(--size-s); flex-direction: column; }
.g-c689d56a { width: 100%; flex-direction: row; justify-content: center; flex-wrap: wrap; }
.g-16303ef7 { width: auto; }
 }@media screen and (max-width: 576px) { .g-c689d56a { gap: var(--size-xxs); }
 }

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

/* Block: footer (footer) */
.g-f1261a64 { font-size: 40px; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xxs); white-space: nowrap; }
.g-9ce4ec9f { 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-9ce4ec9f.g-6bf749d8 { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(-50%) scale(1); }
.g-c33894e5 { margin-top: var(--section-padding); }
.g-0833dc42 { 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-6ff3e55c { max-width: 510px; }
.g-afaf2af3 { max-width: 430px; }
.g-58f772df { margin-top: var(--size-xs); }
.g-15d944ef { position: relative; margin-top: var(--size-s); display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-8d010126 { background-color: var(--color-surface); border: 0; height: 40px; border-radius: 40px; padding: 10px 24px; flex: 2; }
.g-bfa7bb8f { 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-bfa7bb8f:hover { transition: transform 0.3s ease-in-out; transform: scale(1.06); }
.g-6a8e8064 { display: flex; justify-content: flex-start; align-items: center; margin-top: var(--size-xs); }
.g-fbb70ec1 { transform: scale(1.2); margin-right: var(--size-xs); }
.g-906caaef { background-color: var(--color-secondary); color: var(--color-text-light); padding-top: 160px; padding-bottom: var(--size-m); }
.g-59d12597 { display: flex; flex-direction: column; justify-content: center; align-items: center; gap: var(--size-m); }
.g-46913ae6 { display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap; gap: var(--size-xs) var(--size-xl); }
.g-2e3897cd { margin: var(--size-xl) 0; border-color: var(--color-surface); }
.g-c3771643 { display: flex; justify-content: space-between; align-items: center; gap: var(--size-s); text-align: center; }
@media screen and (max-width: 1024px) { .g-0833dc42 { padding: var(--size-m); }
.g-6ff3e55c { max-width: initial; }
.g-afaf2af3 { max-width: initial; }
 }@media screen and (max-width: 768px) { .g-c3771643 { flex-wrap: wrap; justify-content: space-between; text-align: left; }
.g-7e62d777 { order: 3; width: 100%; }
 }@media screen and (max-width: 576px) { .g-0833dc42 { gap: var(--size-m); }
.g-15d944ef { flex-direction: column; gap: var(--size-xxs); }
.g-8d010126 { width: 100%; }
.g-bfa7bb8f { width: 100%; }
.g-59d12597 { justify-content: flex-start; align-items: flex-start; }
.g-46913ae6 { 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-45eba0bc { position: sticky; top: 0; background-color: var(--color-surface); z-index: 5; }
.g-349cc190 { display: flex; justify-content: space-between; align-items: center; height: 80px; position: relative; }
.g-0de12649 { display: flex; justify-content: flex-start; align-items: center; white-space: nowrap; }
.g-a6941f42 { font-size: 36px; margin-right: var(--size-xs); }
.g-2f04e363 { font-size: 24px; font-weight: 600; }
.g-f2011c2a { display: flex; justify-content: flex-end; align-items: center; gap: var(--size-xs); }
.g-239b8010 { text-decoration: none; white-space: nowrap; padding: var(--size-xxs); }
.g-e46df4d3 { display: none; flex-direction: column; gap: 5px; border: 0; background-color: transparent; padding: 10px; }
.g-e86eea5f { width: 32px; height: 3px; }
@media screen and (max-width: 768px) { .g-1c8d2a53 { 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-1c8d2a53.g-8336431c { display: block; }
.g-f2011c2a { gap: var(--size-m); flex-direction: column; align-items: flex-start; color: var(--color-text-light); }
.g-e46df4d3 { display: flex; cursor: pointer; }
 }@media screen and (max-width: 576px) { .g-1c8d2a53 { width: 100%; }
 }

/* Block: hero-search (hero-search) */
.g-2dc544d2 { position: relative; min-height: 600px; color: var(--color-text-light); }
.g-41c0d168 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.g-9f3a7e3d { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.g-9f3a7e3d::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-35a899a5 { 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-2e0c0a0a { max-width: 760px; text-align: center; }
.g-f8662af4 { max-width: 564px; margin-inline: auto; }
@media screen and (max-width: 768px) { .g-2dc544d2 { min-height: 500px; }
.g-35a899a5 { padding-bottom: 80px; }
 }@media screen and (max-width: 576px) { .g-2e0c0a0a { text-align: left; }
.g-a6ec2c13 { margin-top: var(--size-xs); }
.g-f8662af4 { margin-top: var(--size-s); }
 }

/* Block: page-404 (page-404) */
.g-2416791a { display: flex; justify-content: center; align-items: center; flex-direction: column; }
.g-f1a0f103 { fill: var(--color-text-description); max-width: 100%; height: auto; }
.g-bc3af646 { text-align: center; margin-top: var(--size-xl); }
.g-a17dc94d { text-align: center; margin-top: var(--size-s); }
.g-e0b7500c { text-align: center; }
@media screen and (max-width: 768px) { .g-bc3af646 { margin-top: var(--size-m); }
 }

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

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

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

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

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

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

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

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

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

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

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

/* Block: post-card (post-card) */
.g-894160ba { position: relative; overflow: hidden; height: 100%; }
.g-894160ba .g-a6cfe5a7 { position: relative; height: 100%; text-decoration: none; display: flex; flex-direction: column; }
.g-894160ba .g-0ce48319 { height: 100%; background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; aspect-ratio: 16/10; }
.g-894160ba .g-0ce48319 img { width: 100%; height: 100%; object-fit: cover; }
.g-894160ba .g-29d8ee0f { display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; }
.g-894160ba .g-c8f49315 { margin-top: var(--size-xs); display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; }
.g-894160ba .g-85b66b63 { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-894160ba .g-3f7ddc1d { margin-top: var(--size-xs); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-894160ba .g-fb5b63fc { width: 100%; display: flex; justify-content: space-between; align-items: center; margin-top: var(--size-s); }
.g-894160ba .g-5de54f84 { display: flex; align-items: center; gap: 8px; }
.g-894160ba .g-5de54f84:hover { text-decoration: underline; }
.g-894160ba .g-38fb4007 { white-space: nowrap; opacity: 0.8; }
.g-894160ba .g-38f7650f { margin-top: var(--size-s); }
.g-894160ba .g-635f1a90 { background-color: var(--color-text); width: 4px; height: 4px; border-radius: 50%; }
.g-dee8107c { position: relative; overflow: hidden; height: 100%; }
.g-dee8107c .g-a6cfe5a7 { position: relative; height: 100%; text-decoration: none; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.g-dee8107c .g-0ce48319 { flex-shrink: 0; width: 147px; height: 147px; background-color: var(--color-secondary); border-radius: var(--b-radius); overflow: hidden; }
.g-dee8107c .g-0ce48319 img { width: 100%; height: 100%; object-fit: cover; }
.g-dee8107c .g-29d8ee0f { flex: 1; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; }
.g-dee8107c .g-c8f49315 { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 0 6px; }
.g-dee8107c .g-85b66b63 { padding: 4px; display: flex; justify-content: center; gap: 6px; align-items: center; white-space: nowrap; }
.g-dee8107c .g-3f7ddc1d { margin-top: 8px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.g-dee8107c .g-fb5b63fc { margin-top: 16px; width: 100%; display: flex; justify-content: space-between; align-items: center; }
.g-dee8107c .g-38f7650f { margin-top: 16px; }
.g-dee8107c .g-635f1a90 { background-color: var(--color-text); width: 4px; height: 4px; border-radius: 50%; }
@media screen and (max-width: 576px) { .g-c8f49315 { gap: 0 4px; }
.g-b9734fc6 { flex-direction: column-reverse; }
.g-1dc7a0ce { width: 100%; height: auto; aspect-ratio: 16/10; }
.g-41186019 { 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-3df0c517 { display: grid; grid-template-columns: 1fr 368px; gap: var(--size-s); padding: var(--size-xl) 0; }
.g-3df0c517 blockquote { border-left: 3px solid var(--color-primary); background-color: var(--color-surface); padding: var(--size-s) var(--size-xs); }
.g-3df0c517 .g-e27fdb4a { padding: var(--size-s); position: sticky; top: calc(var(--header-height, 0px) + 15px); }
.g-3df0c517 .g-a7af6679 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); }
.g-3df0c517 .g-fea54bf2 { margin-top: var(--size-m); }
.g-3df0c517 .g-d0e8f898 { 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-3df0c517 .g-3e0b7caf { display: block; text-decoration: none; }
.g-3df0c517 .g-3e0b7caf:hover { text-decoration: underline; }
.g-3df0c517 .g-8576c671 { transform: translateX(16px); color: var(--color-text); font-weight: bold; }
@media screen and (max-width: 1024px) { .g-3df0c517 { grid-template-columns: 1fr; }
.g-3df0c517 .g-56fe5c7e { order: 1; }
.g-3df0c517 .g-94833ee5 { order: 2; }
.g-3df0c517 .g-fea54bf2 { margin-top: var(--size-s); }
.g-3df0c517 .g-d0e8f898 { align-items: flex-start; margin-top: var(--size-s); gap: var(--size-xs); }
 }

/* Block: post-header (post-header) */
.g-235a5c1e { display: grid; grid-template-columns: 1fr 1fr; gap: var(--size-s); margin-top: var(--size-m); }
.g-a6a7bbb8 { display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; }
.g-9e48efb4 { display: flex; align-items: center; justify-content: center; }
.g-037310c5 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-xs); flex-wrap: wrap; }
.g-8d28d785 { 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-8d28d785:hover { filter: brightness(0.96); }
.g-37cf028f { margin-top: var(--size-m); }
.g-17109efb { margin-top: var(--size-s); margin-bottom: auto; }
.g-7ef1e66e { margin-top: var(--size-s); }
@media screen and (max-width: 1024px) { .g-235a5c1e { grid-template-columns: 1fr; }
.g-a6a7bbb8 { max-width: 70%; }
.g-9e48efb4 { max-width: 70%; display: block; }
.g-8d28d785 { height: 30px; }
 }@media screen and (max-width: 768px) { .g-235a5c1e { gap: var(--size-m); }
.g-a6a7bbb8 { max-width: 100%; }
.g-9e48efb4 { max-width: 100%; }
.g-17109efb { margin-top: var(--size-xs); }
 }

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

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

/* Block: search (search) */
.g-ef6a5f79 { background: var(--color-surface); padding: var(--size-m); border-radius: var(--b-radius); margin-top: var(--size-m); }
.g-ef6a5f79 .g-a9d4b014 { margin-top: var(--size-m); max-width: 600px; }
.g-a71ee7e7 { margin-top: var(--size-xl); }
.g-71e52124 { margin-top: var(--size-m); max-width: 600px; }
@media screen and (max-width: 768px) { .g-ef6a5f79 { padding: var(--size-s); }
 }

/* Block: searchform (searchform) */
.g-90ea7436 { position: relative; display: inline-block; width: 100%; }
.g-90ea7436 .g-b15fe2d7 { 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-90ea7436 .g-b15fe2d7:focus + .g-0955ba46 { opacity: 1; }
.g-90ea7436 .g-418c5c74 { 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-90ea7436 .g-418c5c74:hover { opacity: .7; }
.g-90ea7436 .g-7c4aabbf { fill: var(--color-primary); }
.g-90ea7436 .g-0955ba46 { 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-90ea7436 .g-0955ba46:hover { opacity: .7; }

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

/* Block: front-page::hero-search (hero-search) */
.g-90264df1 { position: relative; min-height: 600px; color: var(--color-text-light); }
.g-423dca25 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.g-9c68de6e { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.g-9c68de6e::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-b3173ddf { 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-445b3f1f { max-width: 760px; text-align: center; }
.g-526a290b { max-width: 564px; margin-inline: auto; }
@media screen and (max-width: 768px) { .g-90264df1 { min-height: 500px; }
.g-b3173ddf { padding-bottom: 80px; }
 }@media screen and (max-width: 576px) { .g-445b3f1f { text-align: left; }
.g-69d19030 { margin-top: var(--size-xs); }
.g-526a290b { margin-top: var(--size-s); }
 }

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

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

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

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

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

/* Block: contacts-page::form--0 (form) */
.g-edf9a2c5 { display: flex; justify-content: flex-start; position: relative; z-index: 1; }
.g-5f90a251 { width: clamp(23.125rem, 29.2682926829vw + 7.2103658537rem, 30.625rem); flex-shrink: 0; padding: clamp(2rem, 5.8536585366vw + -1.1829268293rem, 3.5rem) var(--size-s) clamp(2rem, 5.8536585366vw + -1.1829268293rem, 3.5rem) clamp(1.5rem, 7.8048780488vw + -2.743902439rem, 3.5rem); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.g-af937a91 { padding: clamp(1.5rem, 7.8048780488vw + -2.743902439rem, 3.5rem); flex: 1; display: flex; flex-direction: column; justify-content: center; }
.g-1a8cfd5b { display: flex; justify-content: flex-start; align-items: center; }
.g-d8369607 { width: 56px; height: 56px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; border-radius: 50%; font-size: 24px; margin-right: var(--size-m); }
.g-6e0f281d { display: flex; flex-direction: column; }
.g-7366dcc0 { margin-top: -100px; height: clamp(32rem, 13.28125vw + 25.625rem, 36.25rem); }
.g-e9ded445 { position: relative; z-index: 1; }
@media screen and (max-width: 870px) { .g-edf9a2c5 { flex-direction: column-reverse; }
.g-5f90a251 { width: 100%; }
 }@media screen and (max-width: 768px) { .g-1f0206dd { width: 100%; display: flex; justify-content: space-between; gap: var(--size-s); }
.g-1f0206dd .g-1a8cfd5b { margin-top: 0; }
.g-1a8cfd5b { align-items: flex-start; flex-direction: column; flex: 1; }
.g-d8369607 { margin-right: 0; }
.g-6e0f281d { margin-top: var(--size-xs); }
.g-7366dcc0 { height: clamp(38.75rem, -27.4809160305vw + 45.1908396947rem, 32rem); }
 }@media screen and (max-width: 576px) { .g-5f90a251 { text-align: center; }
.g-1f0206dd { flex-direction: column; align-items: center; margin-top: var(--size-s); }
.g-1a8cfd5b { align-items: center; }
.g-1c706142 { margin: 0 auto; }
 }

/* Block: about-page::highlights--0 (highlights) */
.g-4058be18 { position: relative; display: flex; justify-content: flex-start; align-items: center; gap: var(--size-s); padding-left: var(--wrapper-padding); }
.g-cd229f28 { flex: 0 1 560px; }
.g-7f24640d { flex: 1 1 630px; }
.g-eb25d628 { flex: 1; }
.g-387fa2c1 { display: flex; gap: var(--size-s); flex-wrap: wrap; }
.g-93863bc0 { flex: 1; }
.g-2972c481 { display: flex; justify-content: flex-start; align-items: center; gap: var(--size-s); }
.g-990e8bcf { 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: 768px) { .g-4058be18 { padding: 0 var(--wrapper-padding); flex-direction: column-reverse; }
.g-cd229f28 { flex: auto; }
.g-7f24640d { flex: auto; width: 100%; }
.g-387fa2c1 { margin-top: var(--size-s); }
.g-93863bc0 { flex: 1 1 calc(50% - var(--size-s) / 2); }
 }@media screen and (max-width: 1024px) { .g-2972c481 { align-items: flex-start; flex-direction: column; gap: var(--size-xs); }
 }@media screen and (max-width: 576px) { .g-cd229f28 { text-align: center; }
.g-387fa2c1 { flex-direction: column; }
.g-93863bc0 { flex: auto; text-align: center; }
.g-2972c481 { align-items: center; }
 }

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

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

/* Block: expertise::about--0 (about) */
.g-7c13262b { display: flex; align-items: center; gap: var(--size-m); }
.g-0812b416 { flex: 1; }
.g-5873cb4a { max-height: 600px; display: flex; justify-content: center; align-items: center; }
@media screen and (max-width: 768px) { .g-7c13262b { flex-direction: column; }
 }@media screen and (max-width: 576px) { .g-87192c52 { text-align: center; }
 }

/* Block: expertise::process--0 (process) */
.g-591d95b3 { display: flex; justify-content: flex-start; align-items: flex-start; gap: var(--size-xl); }
.g-d8301110 { flex: 1; }
.g-8d9d5ccd { flex: 1; position: relative; display: flex; flex-direction: column; gap: var(--size-xs); width: 100%; }
.g-9c2f0211 { display: flex; justify-content: flex-start; align-items: flex-start; border-bottom: 1px solid var(--color-surface); gap: var(--size-s); padding-bottom: var(--size-xs); }
.g-133376c5 { flex: 0 0 50px; font-size: 40px; line-height: 130%; font-weight: 500; }
@media screen and (max-width: 870px) { .g-591d95b3 { flex-direction: column; }
 }@media screen and (max-width: 576px) { .g-d8301110 { text-align: center; }
.g-133376c5 { font-size: 32px; flex: 0 0 35px; }
 }

/* Block: expertise::about--1 (about) */
.g-e093cb5d { display: flex; align-items: center; gap: var(--size-m); }
.g-6f507c50 { flex: 1; }
.g-f3422293 { flex: 1; }
@media screen and (max-width: 768px) { .g-e093cb5d { flex-direction: column-reverse; }
 }@media screen and (max-width: 576px) { .g-f3422293 { text-align: center; }
 }

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

/* Block: expertise::about--2 (about) */
.g-f4d1cbc5 { padding: 0; }
@media screen and (max-width: 1280px) { .g-91f08ad9 { border-radius: 0; }
 }@media screen and (max-width: 768px) { .g-f4d1cbc5 { padding: 0 var(--wrapper-padding); }
.g-eca040b9 { column-count: 1; }
.g-91f08ad9 { border-radius: var(--b-radius); }
 }@media screen and (max-width: 576px) { .g-eca040b9 { text-align: center; }
 }