/* Extracted from stati/stati.html block 1 */
/* Smirnov blog upgrade */
body {
    background: #f6f8fb;
}
.content.smirnov-blog {
    margin-left: 210px !important;
    max-width: none !important;
    padding: 52px 30px 82px !important;
    box-sizing: border-box;
    color: #102033;
}
.smirnov-shell {
    width: min(100%, 1440px);
    margin: 0 auto;
}
.smirnov-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 400px;
    gap: 28px;
    align-items: stretch;
    margin-bottom: 24px;
}
.smirnov-hero__text,
.smirnov-hero__photo,
.smirnov-note,
.article-card,
.smirnov-cta {
    border: 1px solid #dbe7ed;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 16px 42px rgba(16, 32, 51, .08);
}
.smirnov-hero__text {
    padding: 34px;
}
.smirnov-kicker {
    display: inline-flex;
    margin-bottom: 14px;
    padding: 7px 12px;
    border: 1px solid #b9d8df;
    border-radius: 8px;
    background: #ecfeff;
    color: #0e7490;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 900;
    text-transform: uppercase;
}
.smirnov-blog h1 {
    max-width: none;
    margin: 0 0 16px;
    color: #102033;
    font-size: 44px;
    line-height: 1.12;
    font-weight: 900;
    text-transform: uppercase;
}
.smirnov-lead {
    max-width: none;
    margin: 0;
    color: #3b4d61;
    font-size: 18px;
    line-height: 1.65;
}
.smirnov-trust {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 24px;
}
.smirnov-trust__item {
    min-height: 86px;
    padding: 15px;
    border: 1px solid #d6e8f5;
    border-radius: 8px;
    background: #f7fbff;
}
.smirnov-trust__item strong {
    display: block;
    margin-bottom: 6px;
    color: #1d5789;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 900;
}
.smirnov-trust__item span {
    color: #526474;
    font-size: 14px;
    line-height: 1.4;
}
.smirnov-hero__photo {
    overflow: hidden;
    display: grid;
    grid-template-rows: minmax(320px, 1fr) auto;
}
.smirnov-hero__photo img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 320px;
    object-fit: cover;
    object-position: left center;
}
.smirnov-hero__caption {
    padding: 18px 20px;
    background: #102033;
    color: #ffffff;
}
.smirnov-hero__caption strong {
    display: block;
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 1.25;
}
.smirnov-hero__caption span {
    color: #d8e5ee;
    font-size: 14px;
    line-height: 1.45;
}
.smirnov-note {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 18px;
    align-items: center;
    margin-bottom: 28px;
    padding: 22px 24px;
    background: #fffaf0;
    border-color: #f4d08a;
}
.smirnov-note p {
    margin: 0;
    color: #4c3a18;
    font-size: 16px;
    line-height: 1.55;
}
.smirnov-note a,
.article-card a,
.smirnov-cta a {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
    border-radius: 8px;
    background: #1d5789;
    color: #ffffff !important;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 900;
    text-align: center;
    text-decoration: none;
}
.smirnov-section-title {
    margin: 0 0 18px;
    color: #102033;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 900;
    text-transform: uppercase;
}
.articles-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}
.article-card {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform .25s ease, box-shadow .25s ease;
    cursor: default;
}
.article-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 48px rgba(16, 32, 51, .12);
}
.article-card .thumb {
    display: block;
    width: 100%;
    height: 210px;
    object-fit: cover;
}
.article-card .inner {
    padding: 20px;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
}
.article-card__tag {
    display: inline-flex;
    width: max-content;
    max-width: 100%;
    margin-bottom: 12px;
    padding: 6px 10px;
    border: 1px solid #b9d8df;
    border-radius: 8px;
    background: #ecfeff;
    color: #0e7490;
    font-size: 12px;
    line-height: 1.15;
    font-weight: 900;
    text-transform: uppercase;
}
.article-card h2 {
    margin: 0 0 10px;
    color: #102033;
    font-size: 21px;
    line-height: 1.25;
    font-weight: 900;
    text-transform: none;
}
.article-card p {
    margin: 0 0 18px;
    color: #526474;
    font-size: 15px;
    line-height: 1.58;
}
.article-card a {
    width: max-content;
    max-width: 100%;
    margin-top: auto;
}
.smirnov-cta {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 18px;
    align-items: center;
    margin-top: 28px;
    padding: 24px;
    background: #f5f8fb;
}
.smirnov-cta p {
    margin: 0;
    color: #3b4d61;
    font-size: 16px;
    line-height: 1.55;
}
@media (max-width: 1180px) {
    .smirnov-hero {
        grid-template-columns: 1fr;
    }
    .smirnov-hero__photo {
        grid-template-columns: 360px 1fr;
        grid-template-rows: auto;
    }
    .smirnov-hero__photo img {
        min-height: 260px;
    }
}
@media (max-width: 990px) {
    .content.smirnov-blog {
        margin-left: 0 !important;
        padding: 108px 20px 64px !important;
    }
    .articles-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .smirnov-trust {
        grid-template-columns: 1fr;
    }
    .smirnov-note,
    .smirnov-cta {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 680px) {
    .content.smirnov-blog {
        padding: 90px 10px 54px !important;
    }
    .smirnov-hero__text {
        padding: 24px 18px;
    }
    .smirnov-blog h1 {
        font-size: 30px;
    }
    .smirnov-lead {
        font-size: 16px;
    }
    .smirnov-hero__photo {
        grid-template-columns: 1fr;
    }
    .articles-grid {
        grid-template-columns: 1fr;
    }
    .article-card .thumb {
        height: 220px;
    }
    .smirnov-section-title {
        font-size: 24px;
    }
}
