/* <editor-fold desc="GLOBAL | Montserrat font"> */
.t24m9 {
    font-family: "Montserrat", sans-serif;
    font-size: 24px !important;
    font-weight: 900 !important;
    line-height: 1.417 !important;
}
.t18m5 {
    font-family: "Montserrat", sans-serif;
    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 1.445 !important;
}
.t16m5 {
    font-family: "Montserrat", sans-serif;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 1.5 !important;
}

@media (max-width: 992px) {
    .t24m9 {
        font-size: 20px !important;
        line-height: 30px !important;
    }
    .t18m5 {
        font-size: 16px !important;
        line-height: 24px !important;
    }
}
@media (max-width: 576px) {
    .t16m5 {
        font-size: 14px !important;
        line-height: 1.57143 !important;
    }
}
/* </editor-fold> */
/* <editor-fold desc="GLOBAL | Blog POST Thumbnail"> */
.blog-post {
    width: calc((100% - 2 * 25px) / 3);
    transform: translateY(0);
    transition: opacity .3s ease, transform .3s ease;
}
.blog-post.invisible {
    transform: translateY(20px);
    opacity: 0;
}
.blog-post .post-thumbnail {
    display: block;
    height: 320px;
    border-radius: 8px;
    overflow: hidden;
}
.blog-post .post-thumbnail:hover + .post-info .post-title {
    color: #06ba52 !important;
    text-decoration-color: #06ba52 !important;
}

/* Вузька картинка із заблюреним фоном // */
.blog-post .post-thumbnail .thumbnail-blurred-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-height: 320px;
    margin: 0;
    background-color: #221f1f;
    overflow: hidden;
}
.blog-post .post-thumbnail .thumbnail-bg {
    position: absolute;
    inset: -10%;
    background-size: cover;
    background-position: center;
    filter: blur(5px) brightness(0.7);
    z-index: 1;
}
.blog-post .post-thumbnail .thumbnail-blurred-wrapper > img.lazy {
    position: relative;
    width: auto;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
    z-index: 2;
}
/* // Вузька картинка із заблюреним фоном */

.blog-post .post-thumbnail + .post-info { padding-top: 16px; }
.blog-post .category-container .category {
    display: inline-block;
    padding: 3px 16px;
    color: #06ba52;
    background: #e7f9ee;
    border-radius: 8px;
    font-weight: 500;
}
.blog-post .post-title {
    display: block;
    padding-top: 8px;
    color: #221f1f !important;
    font-weight: 500;
    line-height: 1.3335;
    text-decoration: underline !important;
    text-decoration-color: transparent !important;
    text-decoration-thickness: 2px !important;
    text-underline-offset: 2px !important;
    transition: color .3s, text-decoration-color .4s;
}
.blog-post .post-title:hover {
    color: #06ba52 !important;
    text-decoration-color: #06ba52 !important;
}
.blog-post .post-excerpt {
    margin-bottom: 0 !important;
    padding-top: 8px;
    color: #4e4c4c;
    line-height: 1.375;
}
.blog-post .date-container {
    display: flex;
    align-items: flex-end;
    gap: 8px;
    padding: 8px 0 0;
    border: none;
}
.blog-post .date-container .icon {
    width: 24px;
    height: 24px;
    background: url(../images/blog/icon_calendar.svg);
    background-size: contain;
}
.blog-post .date-container .date {
    color: #7a7979;
    line-height: 1.572;
}

@media (max-width: 1300px) {
    .blog-post .post-thumbnail { height: 237px; }
}
@media (max-width: 992px) {
    .blog-post { width: calc((100% - 24px) / 2); }
    .blog-post .post-thumbnail { height: 272px; }
}
@media (max-width: 768px) {
    .blog-post { width: calc((100% - 16px) / 2); }
    .blog-post .post-thumbnail { height: 205px; }
}
@media (max-width: 576px) {
    .blog-post {
        width: 100%;
        max-width: 410px;
    }
    .blog-post .post-thumbnail { height: unset; }
    .blog-post .category-container .category {
        padding: 6px 16px;
        font-size: 14px;
        line-height: 1;
    }
    .blog-post .post-title {
        font-size: 18px;
        line-height: 1.445;
    }
    .blog-post .post-excerpt {
        font-size: 14px;
        line-height: 1.286;
    }
    .blog-post .date-container .icon {
        width: 18px;
        height: 18px;
    }
    .blog-post .date-container .date {
        font-size: 12px;
        line-height: 1.5;
    }
}
@media (max-width: 455px) {
    .blog-post .post-thumbnail .thumbnail-bg { background-image: none !important; }
    .blog-post .post-thumbnail .thumbnail-blurred-wrapper > img.lazy {
        width: 100%;
        box-shadow: none;
    }
}
/* </editor-fold> */

/* <editor-fold desc="ARCHIVE | Page template"> */
.blog-archive {
    padding-top: 40px;
    padding-bottom: 60px;
}

.blog-archive .selected-container {
    display: flex;
    gap: 16px;
    padding-top: 40px;
}

.blog-archive .latest-posts-section { padding-top: 40px; }

@media (max-width: 992px) {
    .blog-archive .selected-container { flex-direction: column; }
}
@media (max-width: 768px) {
    .blog-archive {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .blog-archive .selected-container { padding-top: 24px; }
}
@media (max-width: 576px) {
    .blog-archive .page-heading .title {
        font-size: 24px;
        line-height: 34px;
    }
}
/* </editor-fold> */

/* <editor-fold desc="ARCHIVE | Selected posts | Main post"> */
.blog-archive .selected-container .main-post-container {
    width: 854px;
    flex-shrink: 0;
}
.blog-archive .selected-container .blog-post { width: 100%; }
.blog-archive .selected-container .main-post-container .blog-post .post-title { font-weight: 700; }

@media (max-width: 1300px) {
    .blog-archive .selected-container .main-post-container { width: 700px; }
}
@media (max-width: 992px) {
    .blog-archive .selected-container .main-post-container { width: 100%; }
}
@media (max-width: 576px) {
    .blog-archive .selected-container .blog-post { max-width: unset; }
    .blog-archive .selected-container .main-post-container .blog-post .post-title {
        font-size: 20px;
        line-height: 30px;
    }
    .blog-archive .selected-container .main-post-container .blog-post .post-thumbnail { min-height: unset; }
}
/* </editor-fold> */
/* <editor-fold desc="ARCHIVE | Selected posts | Secondary posts"> */
.blog-archive .selected-container .secondary-posts-container {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.blog-archive .selected-container .secondary-posts-container .blog-post {
    padding: 16px;
    background: #f6f8fa;
    border-radius: 8px;
}
.blog-archive .selected-container .secondary-posts-container .blog-post .post-title {
    font-size: 20px;
    line-height: 26px;
}

@media (max-width: 576px) {
    .blog-archive .selected-container .secondary-posts-container .blog-post .post-title { font-size: 18px; }
}
/* </editor-fold> */

/* <editor-fold desc="ARCHIVE | Latest posts section | Title, Filters & Search"> */
.blog-archive .latest-posts-section header {
    position: static;
    display: flex;
    justify-content: space-between;
    padding-top: 24px;
}
.blog-archive .latest-posts-section .category-filters { padding-right: 24px; }
.blog-archive .latest-posts-section .category-list {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    list-style: none;
}
.blog-archive .latest-posts-section .category-list li { flex-shrink: 0; }
.blog-archive .latest-posts-section .category-list .category {
    padding: 6px 16px;
    color: #4e4c4c;
    background: none;
    border: 1px solid #4e4c4c;
    border-radius: 8px;
    font-weight: 500;
    cursor: pointer;
    transition: color .3s, background-color .3s, border-color .3s;
}
.blog-archive .latest-posts-section .category-list .category.active,
.blog-archive .latest-posts-section .category-list .category:hover {
    background: #221f1f;
    color: #fff;
    border-color: #221f1f;
}

.blog-archive .latest-posts-section .search-form {
    position: relative;
    display: flex;
    width: 410px;
}
.blog-archive .latest-posts-section .search-form .search-icon {
    position: absolute;
    top: 8px;
    left: 10px;
    cursor: pointer;
    z-index: 1;
}
.blog-archive .latest-posts-section .search-form .search-icon * { cursor: pointer; }
.blog-archive .latest-posts-section .search-form .search-input {
    width: 100%;
    padding: 10px 16px 10px 40px;
    color: #221f1f;
    border: 1px solid #d3d2d2;
    border-radius: 6px;
    font-size: 14px;
    line-height: 18px;

}
.blog-archive .latest-posts-section .search-form .search-input::placeholder { color: #7a7979; }
.blog-archive .latest-posts-section .search-form .search-submit {
    width: 86px;
    flex-shrink: 0;
    margin-left: 12px;
    cursor: pointer;
}

@media (max-width: 992px) {
    .blog-archive .latest-posts-section header {
        flex-direction: column;
        gap: 19px;
    }
    .blog-archive .latest-posts-section .category-filters { padding-right: 0; }
    .blog-archive .latest-posts-section .category-list {
        position: relative;
        flex-wrap: nowrap;
        padding-bottom: 5px;
        overflow-x: auto;
    }

    .blog-archive .latest-posts-section .search-form { width: 100%; }
    .blog-archive .latest-posts-section .search-form .search-submit { width: 106px; }
}
@media (max-width: 576px) {
    .blog-archive .latest-posts-section .category-list {
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .blog-archive .latest-posts-section .category-list .category {
        font-size: 14px;
        line-height: 20px;
    }
}
/* </editor-fold> */
/* <editor-fold desc="ARCHIVE | Latest posts section | Posts container"> */
.blog-archive .latest-posts-section .posts-container {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    padding-top: 40px;
    transition: opacity .3s;
}

.blog-archive .latest-posts-section .posts-container .nothing-found {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
}
.blog-archive .latest-posts-section .posts-container .nothing-found .icon-wrapper { max-width: 84px; }
.blog-archive .latest-posts-section .posts-container .nothing-found .nothing-title {
    padding-top: 32px;
    color: #221f1f;
    font-weight: 700;
    line-height: 30px;
}
.blog-archive .latest-posts-section .posts-container .nothing-found .nothing-subtitle {
    padding-top: 8px;
    color: #4e4c4c;
    line-height: 22px;
}

@media (max-width: 992px) {
    .blog-archive .latest-posts-section .posts-container { gap: 24px; }

    .blog-archive .latest-posts-section .posts-container .nothing-found {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}
@media (max-width: 768px) {
    .blog-archive .latest-posts-section .posts-container { gap: 16px; }
}
@media (max-width: 576px) {
    .blog-archive .latest-posts-section .posts-container { justify-content: center; }

    .blog-archive .latest-posts-section .posts-container .nothing-found {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}
/* </editor-fold> */
/* <editor-fold desc="ARCHIVE | Latest posts section | Posts container | Subscription block"> */
.blog-archive .latest-posts-section .subscribe-block {
    display: none;
    width: 100%;
    flex-shrink: 0;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 32px;
    background: #f6f8fa;
    border-radius: 8px;
}
.blog-archive .latest-posts-section .subscribe-block:last-child { margin-bottom: 0; }
.blog-archive .latest-posts-section .subscribe-block .subscribe-form-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.blog-archive .latest-posts-section .subscribe-block .info-wrapper {
    display: flex;
    align-items: center;
    gap: 40px;
    padding-right: 40px;
}
.blog-archive .latest-posts-section .subscribe-block .icon-wrapper {
    width: 111px;
    flex-shrink: 0;
    margin: 0;
}
.blog-archive .latest-posts-section .subscribe-block .desc-wrapper { color: #221f1f; }
.blog-archive .latest-posts-section .subscribe-block .desc-wrapper .title {
    font-weight: 900;
    line-height: 1.167;
    text-align: left;
}
.blog-archive .latest-posts-section .subscribe-block .desc-wrapper .subtitle {
    padding-top: 4px;
    line-height: 1.5;
    text-align: left;
}

.blog-archive .latest-posts-section .subscribe-block .form-container {
    display: flex;
    gap: 16px;
    width: 425px;
}
.blog-archive .latest-posts-section .subscribe-block .form-container .input-block,
.blog-archive .latest-posts-section .subscribe-block .form-container .input-wrapper {
    position: relative;
    padding-top: 0 !important;
}
.blog-archive .latest-posts-section .subscribe-block .form-container .input-block:first-child { width: 100%; }
.blog-archive .latest-posts-section .subscribe-block .form-container .input-block:first-child label {
    display: block;
    height: 0;
    font-size: 0;
    opacity: 0;
}
.blog-archive .latest-posts-section .subscribe-block .form-container .input-block:first-child input { border-color: #d3d2d2; }
.blog-archive .latest-posts-section .subscribe-block .form-container .input-block:first-child .error-msg {
    position: absolute;
    bottom: -16px;
    left: 0;
}
.blog-archive .latest-posts-section .subscribe-block .form-container .btn-wrapper { padding-top: 0; }
.blog-archive .latest-posts-section .subscribe-block .form-container .submit-btn { width: 130px; }

.blog-archive .latest-posts-section .subscribe-block .thank-you-container {
    display: none;
    height: 100%;
}
.blog-archive .latest-posts-section .subscribe-block .thank-you-container .info-wrapper {
    display: flex;
    justify-content: flex-start;
    height: 100%;
    padding-right: 0;
}

@media (max-width: 992px) {
    .blog-archive .latest-posts-section .subscribe-block .subscribe-container {
        max-width: 500px;
        margin: 0 auto;
    }
    .blog-archive .latest-posts-section .subscribe-block .subscribe-form-container {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }
    .blog-archive .latest-posts-section .subscribe-block .info-wrapper { padding-right: 0; }
    .blog-archive .latest-posts-section .subscribe-block .icon-wrapper { width: 71px; }
    .blog-archive .latest-posts-section .subscribe-block .desc-wrapper .title { line-height: 30px; }
    .blog-archive .latest-posts-section .subscribe-block .form-container { width: 480px; }

    .blog-archive .latest-posts-section .subscribe-block .form-wrapper,
    .blog-archive .latest-posts-section .subscribe-block .form-container {
        width: 100%;
    }
}
@media (max-width: 576px) {
    .blog-archive .latest-posts-section .subscribe-block {
        max-width: 410px;
        margin-top: 24px;
        margin-bottom: 24px;
    }
    .blog-archive .latest-posts-section .subscribe-block .info-wrapper {
        flex-direction: column;
        width: 100%;
    }
    .blog-archive .latest-posts-section .subscribe-block .desc-wrapper .title { text-align: center; }
    .blog-archive .latest-posts-section .subscribe-block .desc-wrapper .subtitle {
        padding-top: 4px;
        font-size: 14px;
        line-height: 18px;
        text-align: center;
    }
    .blog-archive .latest-posts-section .subscribe-block .form-container { flex-direction: column; }
    .blog-archive .latest-posts-section .subscribe-block .form-container .submit-btn { width: 100%; }
}
@media (max-width: 360px) {
    .blog-archive .latest-posts-section .subscribe-block { padding: 32px 16px; }
}
/* </editor-fold> */

/* <editor-fold desc="POST | Breadcrumbs"> */
@media (max-width: 1300px) {
    .blog-page .breadcrumbs { padding-bottom: 20px; }
}
@media (max-width: 768px) {
    .blog-page .breadcrumbs { display: none; }
}
/* </editor-fold> */
/* <editor-fold desc="POST | Page template"> */
.blog-page {
    padding-top: 40px;
    padding-bottom: 60px;
}

.blog-page .post-container {
    display: flex;
    gap: 40px;
}

.blog-page .post-content {
    width: 830px;
    flex-shrink: 0;
}

.blog-page .sidebar-container { width: 100%; }
.blog-page .sidebar-wrapper {
    position: sticky;
    top: 104px;
}
body.admin-bar .blog-page .sidebar-wrapper { top: 136px; }

.blog-page .mobile-header { display: none; }

@media (max-width: 1300px) {
    .blog-page { padding-top: 30px; }

    .blog-page .post-container { gap: 20px; }

    .blog-page .post-content { width: 700px; }
}
@media (max-width: 992px) {
    .blog-page .post-container {
        flex-direction: column-reverse;
        gap: 0;
    }

    .blog-page .post-content { width: 100%; }
    .blog-page article header.article-header { display: none; }
    .blog-page .mobile-header { display: block; }

    .blog-page .sidebar-container { margin-top: 24px; }
    .blog-page .sidebar-wrapper { position: static; }
}
@media (max-width: 768px) {
    .blog-page {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}
/* </editor-fold> */

/* <editor-fold desc="POST | ARTICLE | Header"> */
.blog-page article .article-header {
    position: static;
    z-index: unset;
}
.blog-page article .article-header .img-wrapper { padding-top: 16px; }
/* </editor-fold> */
/* <editor-fold desc="POST | ARTICLE | Base Content"> */
.blog-page article .content {
    margin-top: 24px;
    color: #221f1f;
    font-weight: 400;
    line-height: 1.556;
}
.blog-page article .content h1 { /* t40 */
    margin-top: 24px;
    margin-bottom: 12px;
    font-size: 40px;
    font-weight: 900;
    line-height: 1.25;
}
.blog-page article .content h2 {
    margin-top: 24px;
    margin-bottom: 12px;
    font-size: 28px;
    font-weight: 900;
    line-height: 1.3575;
}
.blog-page article .content h3 {
    margin-bottom: 12px;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.455;
}
.blog-page article .content p:not(:last-child) { margin-bottom: 8px; }
.blog-page article .content b,
.blog-page article .content strong {
    font-weight: 900;
}
.blog-page article .content a {
    color: #1dba57;
    text-decoration: underline;
}
.blog-page article .content ul,
.blog-page article .content ol {
    padding-left: 28px;
}
.blog-page article .content ul li,
.blog-page article .content ol li {
    margin-bottom: 8px;
}

@media (max-width: 992px) {
    .blog-page article .content h1 { font-size: 32px; }
    .blog-page article .content h2 {
        font-size: 24px;
        line-height: 1.167;
    }
}
@media (max-width: 576px) {
    .blog-page article .content {
        font-size: 16px;
        line-height: 1.625;
    }
    .blog-page article .content h1 {
        font-size: 26px;
        line-height: 1.385;
    }
    .blog-page article .content h2 {
        font-size: 20px;
        line-height: 1.5;
    }
    .blog-page article .content h3 {
        font-size: 20px;
        line-height: 1.5;
    }
    .blog-page article .content ul,
    .blog-page article .content ol {
        padding-left: 22px;
    }
}
/* </editor-fold> */
/* <editor-fold desc="POST | ARTICLE | CONSTRUCTOR | Block Info Banner"> */
.blog-page article .content .block-info-banner {
    margin-top: 24px;
    margin-bottom: 24px;
    padding: 16px 24px;
    border-left: 4px solid;
    font-weight: 400;
    line-height: 1.556;
}
.blog-page article .content .block-info-banner .info-banner-title {
    margin-bottom: 0;
    font-size: inherit;
    font-weight: 900;
    line-height: inherit;
}
.blog-page article .content .block-info-banner .info-banner-text { margin-bottom: 0; }

@media (max-width: 576px) {
    .blog-page article .content .block-info-banner {
        font-size: 16px;
        line-height: 1.625;
    }
}
/* </editor-fold> */
/* <editor-fold desc="POST | ARTICLE | CONSTRUCTOR | Block Quote"> */
.blog-page article .content .block-quote {
    position: relative;
    margin: 24px 0;
    padding: 16px 76px;
    background: #f6f8fa;
    border-radius: 8px;
    font-weight: 400;
    line-height: 1.556;
}
.blog-page article .content .block-quote:before {
    content: "";
    position: absolute;
    top: 16px;
    left: 26px;
    width: 32px;
    height: 25px;
    background: url(../images/blog/blockquote-icon.svg) center center no-repeat;
    background-size: contain;
}
.blog-page article .content .block-quote:after {
    content: "";
    position: absolute;
    bottom: 16px;
    right: 26px;
    width: 32px;
    height: 25px;
    background: url(../images/blog/blockquote-icon.svg) center center no-repeat;
    background-size: contain;
    transform: rotate(180deg);
}
.blog-page article .content .block-quote .quote-text {
    margin: 0;
    font-style: italic;
}
.blog-page article .content .block-quote .quote-text * { font-family: inherit; }
.blog-page article .content .block-quote .quote-author {
    margin-bottom: 0;
    padding-top: 8px;
}
.blog-page article .content .block-quote .quote-author .quote-author-name {
    font-weight: 900;
    font-style: normal;
}
.blog-page article .content .block-quote .quote-logo-wrapper {
    max-width: 140px;
    padding-top: 8px;
}
.blog-page article .content .block-quote .quote-logo-wrapper img {
    width: auto;
    max-width: 100%;
}

@media (max-width: 576px) {
    .blog-page article .content .block-quote {
        font-size: 14px;
        line-height: 18px;
    }
}
@media (max-width: 360px) {
    .blog-page article .content .block-quote { padding: 16px 56px; }
    .blog-page article .content .block-quote:before { left: 16px; }
    .blog-page article .content .block-quote:after { right: 16px; }
}
/* </editor-fold> */
/* <editor-fold desc="POST | ARTICLE | CONSTRUCTOR | Block CTA Banner"> */
.blog-page article .content .block-cta {
    position: relative;
    margin-top: 24px;
    margin-bottom: 24px;
    border-radius: 8px;
    overflow: hidden;
}
.blog-page article .content .block-cta .img-wrapper.mobile { display: none; }
.blog-page article .content .block-cta .cta-container {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    min-width: 800px;
    padding-left: 24px;
    transform: translateY(-50%);
}
.blog-page article .content .block-cta .title { margin: 0; }
.blog-page article .content .block-cta .desc { padding-top: 8px; }
.blog-page article .content .block-cta .desc * { font-family: inherit; }
.blog-page article .content .block-cta .btn-wrapper { padding-top: 24px; }
.blog-page article .content .block-cta .btn-wrapper .btn {
    padding: 10px 19px;
    border: none;
    text-decoration: none;
}

@media (max-width: 1300px) {
    .blog-page article .content .block-cta .img-wrapper.desktop img {
        position: relative;
        left: 50%;
        width: auto;
        transform: translateX(-50%);
    }
}
@media (max-width: 992px) {
    .blog-page article .content .block-cta .cta-container {
        min-width: 760px;
        padding-left: 16px;
    }
}
@media (max-width: 768px) {
    .blog-page article .content .block-cta { max-height: 393px; }
    .blog-page article .content .block-cta .img-wrapper.desktop { display: none; }
    .blog-page article .content .block-cta .img-wrapper.mobile { display: block; }
    .blog-page article .content .block-cta .cta-container {
        top: unset;
        bottom: 32px;
        min-width: unset;
        padding-left: 32px;
        padding-right: 32px !important;
        transform: none;
    }
    .blog-page article .content .block-cta .desc { padding-top: 12px; }
    .blog-page article .content .block-cta .btn-wrapper { padding-top: 12px; }
}
@media (max-width: 576px) {
    .blog-page article .content .block-cta .cta-container {
        bottom: 24px;
        padding-left: 24px;
        padding-right: 24px !important;
    }
}
@media (max-width: 400px) {
    .blog-page article .content .block-cta { max-height: 450px; }
    .blog-page article .content .block-cta .img-wrapper.mobile img {
        position: relative;
        left: 50%;
        width: 395px;
        transform: translateX(-50%);
    }
}
/* </editor-fold> */
/* <editor-fold desc="POST | ARTICLE | CONSTRUCTOR | Block Table"> */
.blog-page article .content .block-table {
    margin-top: 12px;
    margin-bottom: 12px;
}
.blog-page article .content .block-table table {
    width: 100%;
    border: 1px solid #e9e9e9;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 12px;
    font-size: 14px;
    line-height: 1.57143;
    text-align: left;
    overflow: hidden;
}
.blog-page article .content .block-table table th,
.blog-page article .content .block-table table td {
    padding: 19px 19px;
    border-bottom: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
    vertical-align: middle;
}
.blog-page article .content .block-table table th:last-child,
.blog-page article .content .block-table table td:last-child {
    border-right: none;
}
.blog-page article .content .block-table table tbody tr:last-child th,
.blog-page article .content .block-table table tbody tr:last-child td {
    border-bottom: none;
}
.blog-page article .content .block-table table thead th { font-weight: 700; }
.blog-page article .content .block-table table tbody tr:hover { background-color: #f1f1f1; }

@media (max-width: 768px) {
    .blog-page article .content .block-table table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
}
/* </editor-fold> */
/* <editor-fold desc="POST | ARTICLE | CONSTRUCTOR | Block FAQ"> */
.blog-page article .content .faq-block {
    margin-top: 24px;
    margin-bottom: 24px;
    padding: 0;
    background: unset;
}
.blog-page article .content .faq-block .container { padding: 0; }
.blog-page article .content .faq-block .title {
    margin: 0;
    font-size: 24px;
    text-align: left;
    line-height: 1.3335;
}
.blog-page article .content .faq-block .faq-container { padding-top: 12px; }
.blog-page article .content .faq-block .question-item .question-header .question {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.556;
}
.blog-page article .content .faq-block .question-item.-question-text-weight .question-header .question,
.blog-page article .content .faq-block .question-item.expanded .question-header .question {
    font-weight: 900;
}

@media (max-width: 576px) {
    .blog-page article .content .faq-block .title {
        font-size: 20px;
        line-height: 30px;
    }
    .blog-page article .content .faq-block .faq-container { padding-top: 16px; }
    .faq-block .question-item .question-container { padding: 24px; }
    .blog-page article .content .faq-block .question-item .question-header .question {
        font-size: 16px;
        line-height: 26px;
    }
    .faq-block .question-item.expanded .answer {
        color: #585757;
        line-height: 26px;
    }
}
/* </editor-fold> */
/* <editor-fold desc="POST | ARTICLE | CONSTRUCTOR | Block Recommended Posts"> */
.blog-page article .content .block-recommended-posts { margin-top: 24px; }
.blog-page article .content .block-recommended-posts:not(:last-child) { margin-bottom: 24px; }
.blog-page article .content .block-recommended-posts .title {
    margin: 0;
    font-size: 24px;
    line-height: 1.3335;
}
.blog-page article .content .block-recommended-posts .posts-container {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    padding-top: 12px;
}
.blog-page article .content .block-recommended-posts .blog-post { width: calc((100% - 2 * 16px) / 3); }
.blog-page article .content .block-recommended-posts .blog-post .post-thumbnail { height: 266px; }

@media (max-width: 1300px) {
    .blog-page article .content .block-recommended-posts .posts-container {
        flex-wrap: nowrap;
        overflow-x: auto;
    }
    .blog-page article .content .block-recommended-posts .blog-post {
        width: 266px;
        flex-shrink: 0;
    }
}
@media (max-width: 992px) {
    .blog-page article .content .block-recommended-posts .posts-container { position: relative; }
}
@media (max-width: 576px) {
    .blog-page article .content .block-recommended-posts .title {
        font-size: 20px;
        line-height: 1.5;
    }
    .blog-page article .content .block-recommended-posts .posts-container {
        margin-left: -15px;
        margin-right: -15px;
        padding-top: 16px;
        padding-left: 15px;
        padding-right: 15px;
    }
}
/* </editor-fold> */

/* <editor-fold desc="POST | SIDEBAR | Post Meta"> */
.blog-page .post-sidebar {
    padding: 16px;
    background: #f6f8fa;
    border-radius: 8px;
    line-height: 1.25;
}
.blog-page .post-sidebar .post-meta {
    padding-top: 8px;
    padding-bottom: 16px;
    border-bottom: 1px solid #e9e9e9;
}
.blog-page .post-sidebar .post-meta:first-child { padding-top: 0; }
.blog-page .post-sidebar .post-meta:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
.blog-page .post-sidebar .post-meta-label {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #7a7979;
}
.blog-page .post-sidebar .post-meta-content {
    padding-top: 4px;
    color: #221f1f;
    font-weight: 500;
}
.blog-page .post-sidebar .post-meta-content time { text-transform: lowercase; }
.blog-page .post-sidebar .author-list .author:not(:first-child) { padding-top: 4px; }
.blog-page .post-sidebar .author-list .author .author-name { font-weight: 500; }
.blog-page .post-sidebar .author-list .author .author-role {
    color: #4e4c4c;
    font-weight: 400;
}

@media (max-width: 576px) {
    .blog-page .post-sidebar .post-meta-label {
        font-size: 14px;
        line-height: 18px;
    }
    .blog-page .post-sidebar .post-meta-label svg {
        width: 18px;
        height: 18px;
    }
    .blog-page .post-sidebar .post-meta-content {
        font-size: 14px;
        line-height: 18px;
    }
}
/* </editor-fold> */
/* <editor-fold desc="POST | SIDEBAR | Subscription block"> */
.blog-page .subscribe-block {
    margin-top: 16px;
    padding: 32px 50px;
    background: #f6f8fa;
    border-radius: 8px;
}
.blog-page .subscribe-block .icon-wrapper { max-width: 71px; }
.blog-page .subscribe-block .desc-wrapper {
    padding-top: 20px;
    color: #221f1f;
}
.blog-page .subscribe-block .desc-wrapper .title {
    font-weight: 900;
    line-height: 1.167;
}
.blog-page .subscribe-block .desc-wrapper .subtitle {
    padding-top: 2px;
    line-height: 1.5;
}

.blog-page .subscribe-block .form-wrapper { padding-top: 20px; }
.blog-page .subscribe-block .form-container .input-block,
.blog-page .subscribe-block .form-container .input-wrapper {
    position: relative;
    padding-top: 0 !important;
}
.blog-page .subscribe-block .form-container .input-block:first-child { width: 100%; }
.blog-page .subscribe-block .form-container .input-block:first-child label {
    display: block;
    height: 0;
    font-size: 0;
    opacity: 0;
}
.blog-page .subscribe-block .form-container .input-block:first-child input { border-color: #d3d2d2; }
.blog-page .subscribe-block .form-container .input-block:first-child .error-msg {
    position: absolute;
    bottom: -16px;
    left: 0;
}
.blog-page .subscribe-block .form-container .btn-wrapper { padding-top: 16px; }
.blog-page .subscribe-block .form-container .submit-btn { width: 100%; }

.blog-page .subscribe-block .thank-you-container {
    display: none;
    height: 100%;
}
.blog-page .subscribe-block .thank-you-container .info-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

@media (max-width: 1300px) {
    .blog-page .subscribe-block { padding: 16px; }
    .blog-page .subscribe-block .desc-wrapper { padding-top: 12px; }
}
@media (max-width: 992px) {
    .blog-page .subscribe-block { padding: 32px 0; }
    .blog-page .subscribe-block .subscribe-container {
        max-width: 400px;
        margin: 0 auto;
    }
    .blog-page .subscribe-block .desc-wrapper .title { line-height: 30px; }
}
@media (max-width: 768px) {
    .blog-page .subscribe-block .subscribe-container { max-width: 280px; }
    .blog-page .subscribe-block .desc-wrapper { padding-top: 40px; }
    .blog-page .subscribe-block .form-wrapper { padding-top: 16px; }
}
@media (max-width: 576px) {
    .blog-page .subscribe-block .subscribe-container {
        max-width: 311px;
        padding-left: 16px;
        padding-right: 16px;
    }
    .blog-page .subscribe-block .desc-wrapper .subtitle {
        padding-top: 4px;
        font-size: 14px;
        line-height: 18px;
    }
}
/* </editor-fold> */
