
:root {
    --avb-teal: #168f8b;
    --avb-teal-dark: #08706e;
    --avb-teal-soft: #e9f8f6;
    --avb-ink: #173232;
    --avb-text: #516463;
    --avb-border: #dce9e7;
    --avb-bg: #f6faf9;
    --avb-white: #fff;
    --avb-shadow: 0 18px 45px rgba(31, 76, 74, .10);
}
.avblog-page {
    background: var(--avb-bg);
    color: var(--avb-ink);
    font-family: Inter, Arial, sans-serif;
}
.avblog-page *,
.avblog-page *::before,
.avblog-page *::after {
    box-sizing: border-box;
}
.avblog-page svg {
    width: 1.1em;
    height: 1.1em;
    fill: currentColor;
    flex: 0 0 auto;
}
.avblog-shell {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}
.avblog-hero {
    position: relative;
    overflow: hidden;
    padding: 72px 0 56px;
    color: #fff;
    background:
        radial-gradient(circle at 82% 18%, rgba(255,255,255,.16), transparent 24%),
        radial-gradient(circle at 94% 86%, rgba(255,255,255,.10), transparent 27%),
        linear-gradient(135deg, #087572, #1a9d96);
}
.avblog-hero::after {
    content: "";
    position: absolute;
    width: 410px;
    height: 410px;
    right: -130px;
    bottom: -240px;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 50%;
}
.avblog-hero__inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 280px;
    gap: 58px;
    align-items: center;
}
.avblog-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 18px;
    font-size: 14px;
    font-weight: 750;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: rgba(255,255,255,.86);
}
.avblog-hero h1 {
    max-width: 780px;
    margin: 0;
    color: #fff;
    font-family: Montserrat, Inter, sans-serif;
    font-size: clamp(42px, 5vw, 66px);
    line-height: 1.02;
    letter-spacing: -.045em;
}
.avblog-hero__content > p {
    max-width: 720px;
    margin: 24px 0 0;
    color: rgba(255,255,255,.88);
    font-size: 18px;
    line-height: 1.65;
}
.avblog-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 31px;
}
.avblog-button {
    min-height: 52px;
    padding: 0 22px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-weight: 800;
    text-decoration: none !important;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.avblog-button:hover {
    transform: translateY(-2px);
}
.avblog-button--primary {
    background: #fff;
    color: var(--avb-teal-dark);
    box-shadow: 0 14px 30px rgba(0, 63, 61, .20);
}
.avblog-button--secondary {
    border: 1px solid rgba(255,255,255,.38);
    color: #fff;
    background: rgba(255,255,255,.08);
}
.avblog-hero__facts {
    padding: 13px;
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 24px;
    background: rgba(255,255,255,.10);
    backdrop-filter: blur(12px);
}
.avblog-hero__facts div {
    padding: 17px 16px;
    border-bottom: 1px solid rgba(255,255,255,.15);
}
.avblog-hero__facts div:last-child {
    border-bottom: 0;
}
.avblog-hero__facts strong,
.avblog-hero__facts span {
    display: block;
}
.avblog-hero__facts strong {
    margin-bottom: 4px;
    font-size: 15px;
}
.avblog-hero__facts span {
    color: rgba(255,255,255,.75);
    font-size: 14px;
}
.avblog-filter-section {
    position: relative;
    z-index: 5;
    margin-top: -1px;
    padding: 22px 0;
    background: #fff;
    border-bottom: 1px solid var(--avb-border);
}
.avblog-filters {
    display: flex;
    gap: 9px;
    overflow-x: auto;
    padding: 2px 0 5px;
    scrollbar-width: thin;
}
.avblog-filter {
    flex: 0 0 auto;
    padding: 11px 16px;
    border: 1px solid var(--avb-border);
    border-radius: 999px;
    background: #fff;
    color: var(--avb-text);
    font-size: 14px;
    font-weight: 750;
    text-decoration: none !important;
}
.avblog-filter:hover,
.avblog-filter.is-active {
    border-color: var(--avb-teal);
    background: var(--avb-teal);
    color: #fff;
}
.avblog-content {
    padding: 68px 0 74px;
}
.avblog-section-heading {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    align-items: end;
    margin-bottom: 31px;
}
.avblog-section-heading span {
    color: var(--avb-teal);
    font-size: 13px;
    font-weight: 850;
    letter-spacing: .06em;
    text-transform: uppercase;
}
.avblog-section-heading h2 {
    margin: 7px 0 0;
    color: var(--avb-ink);
    font-family: Montserrat, Inter, sans-serif;
    font-size: 36px;
    letter-spacing: -.035em;
}
.avblog-section-heading p {
    max-width: 420px;
    margin: 0;
    color: var(--avb-text);
    line-height: 1.65;
}
.avblog-card {
    overflow: hidden;
    border: 1px solid var(--avb-border);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 9px 25px rgba(23, 61, 60, .055);
    transition: transform .25s ease, box-shadow .25s ease;
}
.avblog-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--avb-shadow);
}
.avblog-card__media {
    position: relative;
    display: block;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: var(--avb-teal-soft);
    text-decoration: none !important;
}
.avblog-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s ease;
}
.avblog-card:hover .avblog-card__media img {
    transform: scale(1.035);
}
.avblog-card__category {
    position: absolute;
    left: 16px;
    bottom: 15px;
    padding: 8px 11px;
    border-radius: 999px;
    background: rgba(255,255,255,.94);
    color: var(--avb-teal-dark);
    font-size: 12px;
    font-weight: 850;
    box-shadow: 0 6px 18px rgba(0,0,0,.10);
}
.avblog-card__body {
    padding: 22px 22px 24px;
}
.avblog-card__date {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 12px;
    color: #7a8b8a;
    font-size: 13px;
}
.avblog-card__body h2 {
    margin: 0;
    font-family: Montserrat, Inter, sans-serif;
    font-size: 20px;
    line-height: 1.28;
    letter-spacing: -.025em;
}
.avblog-card__body h2 a {
    color: var(--avb-ink);
    text-decoration: none !important;
}
.avblog-card__body p {
    margin: 13px 0 0;
    color: var(--avb-text);
    font-size: 15px;
    line-height: 1.65;
}
.avblog-card__read {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-top: 18px;
    color: var(--avb-teal-dark);
    font-size: 14px;
    font-weight: 850;
    text-decoration: none !important;
}
.avblog-featured {
    margin-bottom: 26px;
}
.avblog-card--featured {
    display: grid;
    grid-template-columns: minmax(0, 1.14fr) minmax(340px, .86fr);
}
.avblog-card--featured .avblog-card__media {
    aspect-ratio: auto;
    min-height: 465px;
}
.avblog-card--featured .avblog-card__body {
    padding: 42px 38px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.avblog-card--featured .avblog-card__body h2 {
    font-size: clamp(29px, 3vw, 40px);
    line-height: 1.14;
}
.avblog-card--featured .avblog-card__body p {
    font-size: 16px;
}
.avblog-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}
.avblog-placeholder {
    width: 100%;
    height: 100%;
    padding: 26px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    background:
        radial-gradient(circle at 78% 18%, rgba(255,255,255,.85), transparent 25%),
        linear-gradient(135deg, #dff5f2, #f7fbfa);
    color: var(--avb-teal-dark);
}
.avblog-placeholder__icon {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 64px;
    height: 64px;
    border-radius: 20px;
    display: grid;
    place-items: center;
    background: rgba(255,255,255,.75);
}
.avblog-placeholder__icon svg {
    width: 31px;
    height: 31px;
}
.avblog-placeholder > span {
    font-size: 12px;
    font-weight: 850;
    text-transform: uppercase;
    letter-spacing: .06em;
}
.avblog-placeholder > strong {
    max-width: 85%;
    margin-top: 7px;
    font-family: Montserrat, Inter, sans-serif;
    font-size: 20px;
    line-height: 1.25;
}
.avblog-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 42px;
}
.avblog-pagination a,
.avblog-pagination span {
    min-width: 43px;
    height: 43px;
    padding: 0 13px;
    border: 1px solid var(--avb-border);
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    background: #fff;
    color: var(--avb-ink);
    font-weight: 800;
    text-decoration: none !important;
}
.avblog-pagination .current {
    border-color: var(--avb-teal);
    background: var(--avb-teal);
    color: #fff;
}
.avblog-pagination .next {
    padding: 0 18px;
}
.avblog-cta {
    padding: 0 0 80px;
}
.avblog-cta__inner {
    padding: 42px 46px;
    border-radius: 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 42px;
    color: #fff;
    background:
        radial-gradient(circle at 90% 5%, rgba(255,255,255,.13), transparent 27%),
        linear-gradient(135deg, #08716f, #13948f);
    box-shadow: 0 24px 55px rgba(8, 86, 83, .18);
}
.avblog-cta span {
    color: rgba(255,255,255,.76);
    font-size: 13px;
    font-weight: 850;
    text-transform: uppercase;
    letter-spacing: .06em;
}
.avblog-cta h2 {
    margin: 8px 0 0;
    color: #fff;
    font-family: Montserrat, Inter, sans-serif;
    font-size: 34px;
    letter-spacing: -.035em;
}
.avblog-cta p {
    margin: 12px 0 0;
    color: rgba(255,255,255,.80);
}
.avblog-cta__actions {
    flex: 0 0 auto;
    text-align: center;
}
.avblog-button--light {
    background: #fff;
    color: var(--avb-teal-dark);
}
.avblog-cta__phone {
    display: block;
    margin-top: 12px;
    color: #fff;
    font-size: 16px;
    font-weight: 850;
    text-decoration: none !important;
}
@media (max-width: 980px) {
    .avblog-hero__inner {
        grid-template-columns: 1fr;
    }
    .avblog-hero__facts {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
    .avblog-hero__facts div {
        border-right: 1px solid rgba(255,255,255,.15);
        border-bottom: 0;
    }
    .avblog-hero__facts div:last-child {
        border-right: 0;
    }
    .avblog-card--featured {
        grid-template-columns: 1fr;
    }
    .avblog-card--featured .avblog-card__media {
        min-height: 390px;
        aspect-ratio: 16 / 9;
    }
    .avblog-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 720px) {
    .avblog-shell {
        width: min(100% - 28px, 1180px);
    }
    .avblog-hero {
        padding: 47px 0 38px;
    }
    .avblog-hero h1 {
        font-size: 39px;
    }
    .avblog-hero__content > p {
        font-size: 16px;
        line-height: 1.55;
    }
    .avblog-hero__actions {
        display: grid;
    }
    .avblog-button {
        width: 100%;
    }
    .avblog-hero__facts {
        display: none;
    }
    .avblog-filter-section {
        padding: 15px 0;
    }
    .avblog-content {
        padding: 46px 0 55px;
    }
    .avblog-section-heading {
        display: block;
        margin-bottom: 23px;
    }
    .avblog-section-heading h2 {
        font-size: 29px;
    }
    .avblog-section-heading p {
        margin-top: 12px;
    }
    .avblog-card--featured .avblog-card__media {
        min-height: 0;
        aspect-ratio: 4 / 3;
    }
    .avblog-card--featured .avblog-card__body {
        padding: 25px 21px 27px;
    }
    .avblog-card--featured .avblog-card__body h2 {
        font-size: 27px;
    }
    .avblog-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }
    .avblog-card__body {
        padding: 20px;
    }
    .avblog-pagination a:nth-of-type(2),
    .avblog-pagination a:nth-of-type(3) {
        display: none;
    }
    .avblog-cta {
        padding-bottom: 55px;
    }
    .avblog-cta__inner {
        padding: 30px 22px;
        display: block;
    }
    .avblog-cta h2 {
        font-size: 28px;
    }
    .avblog-cta__actions {
        margin-top: 25px;
    }
}

/* ==================================================
   ALFAVET BLOG PREVIEW V2
   ================================================== */

body {
    overflow-x: hidden;
}

.avblog-page {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    background: #fff;
}

/* Hero &mdash; &#1082;&#1086;&#1084;&#1087;&#1072;&#1082;&#1090;&#1085;&#1099;&#1081; &#1080; &#1073;&#1077;&#1079; &#1087;&#1088;&#1072;&#1074;&#1086;&#1081; &#1082;&#1072;&#1088;&#1090;&#1086;&#1095;&#1082;&#1080; */
.avblog-hero {
    padding: 44px 0 40px;
    background:
        radial-gradient(
            circle at 92% 15%,
            rgba(255,255,255,.12),
            transparent 25%
        ),
        linear-gradient(
            118deg,
            #087875 0%,
            #15958f 58%,
            #26aaa2 100%
        );
}

.avblog-hero__inner {
    display: block;
}

.avblog-hero__content {
    max-width: 850px;
}

.avblog-eyebrow {
    margin-bottom: 12px;
    font-size: 12px;
}

.avblog-hero h1 {
    max-width: 850px;
    font-size: clamp(38px, 4vw, 56px);
    line-height: 1.05;
    letter-spacing: -.04em;
}

.avblog-hero h1 br {
    display: none;
}

.avblog-hero__content > p {
    max-width: 760px;
    margin-top: 17px;
    font-size: 16px;
    line-height: 1.55;
}

.avblog-hero__actions {
    margin-top: 23px;
}

.avblog-button {
    min-height: 47px;
    padding: 0 19px;
    border-radius: 12px;
    font-size: 14px;
}

.avblog-hero__facts {
    display: none !important;
}

/* &#1060;&#1080;&#1083;&#1100;&#1090;&#1088;&#1099; */
.avblog-filter-section {
    padding: 17px 0;
    border-bottom: 1px solid #e4eceb;
    box-shadow: 0 8px 22px rgba(28, 70, 68, .035);
}

.avblog-filters {
    gap: 8px;
}

.avblog-filter {
    padding: 9px 15px;
    font-size: 13px;
}

/* &#1050;&#1086;&#1085;&#1090;&#1077;&#1085;&#1090; */
.avblog-content {
    padding: 46px 0 64px;
    background: #fff;
}

.avblog-section-heading {
    margin-bottom: 24px;
}

.avblog-section-heading h2 {
    font-size: 32px;
}

.avblog-section-heading p {
    max-width: 390px;
    font-size: 15px;
}

/* &#1043;&#1083;&#1072;&#1074;&#1085;&#1072;&#1103; &#1082;&#1072;&#1088;&#1090;&#1086;&#1095;&#1082;&#1072; */
.avblog-featured {
    margin-bottom: 24px;
}

.avblog-card {
    border-radius: 18px;
    box-shadow: 0 8px 24px rgba(24, 67, 65, .055);
}

.avblog-card--featured {
    grid-template-columns:
        minmax(0, .95fr)
        minmax(340px, 1.05fr);
}

.avblog-card--featured .avblog-card__media {
    min-height: 390px;
}

.avblog-card--featured .avblog-card__body {
    padding: 33px 34px;
}

.avblog-card--featured .avblog-card__body h2 {
    font-size: clamp(27px, 2.5vw, 36px);
}

.avblog-card__body {
    padding: 20px 20px 22px;
}

.avblog-card__body h2 {
    font-size: 18px;
    line-height: 1.32;
}

.avblog-card__body p {
    font-size: 14px;
    line-height: 1.58;
}

.avblog-card__read {
    margin-top: 15px;
}

/* &#1057;&#1077;&#1090;&#1082;&#1072; */
.avblog-grid {
    gap: 20px;
}

.avblog-card__media {
    aspect-ratio: 16 / 9;
}

.avblog-placeholder > strong {
    font-size: 18px;
}

/* CTA */
.avblog-cta {
    padding: 0 0 64px;
    background: #fff;
}

.avblog-cta__inner {
    padding: 34px 38px;
    border-radius: 22px;
}

.avblog-cta h2 {
    font-size: 30px;
}

/* &#1053;&#1072; preview &#1082;&#1085;&#1086;&#1087;&#1082;&#1072; &#1082;&#1086;&#1085;&#1089;&#1091;&#1083;&#1100;&#1090;&#1072;&#1094;&#1080;&#1080; &#1084;&#1077;&#1096;&#1072;&#1077;&#1090; &#1086;&#1094;&#1077;&#1085;&#1082;&#1077; */
#alfavet-chat-btn,
.alfavet-chat-btn,
.alfavet-ai-button,
.alfavet-booking-pulse {
    display: none !important;
}

/* &#1055;&#1088;&#1080;&#1085;&#1091;&#1076;&#1080;&#1090;&#1077;&#1083;&#1100;&#1085;&#1086; &#1091;&#1073;&#1080;&#1088;&#1072;&#1077;&#1084; &#1074;&#1086;&#1079;&#1084;&#1086;&#1078;&#1085;&#1099;&#1077; &#1087;&#1091;&#1089;&#1090;&#1099;&#1077; &#1072;&#1088;&#1093;&#1080;&#1074;&#1085;&#1099;&#1077; &#1079;&#1086;&#1085;&#1099; */
.ast-archive-description:empty,
.page-header:empty,
.entry-header:empty {
    display: none !important;
}

@media (max-width: 980px) {
    .avblog-card--featured {
        grid-template-columns: 1fr;
    }

    .avblog-card--featured .avblog-card__media {
        min-height: 0;
        aspect-ratio: 16 / 8.5;
    }

    .avblog-card--featured .avblog-card__body {
        padding: 27px 25px;
    }
}

@media (max-width: 720px) {
    .avblog-page {
        width: 100%;
        margin-left: 0;
    }

    .avblog-hero {
        padding: 34px 0 31px;
    }

    .avblog-hero h1 {
        font-size: 35px;
        line-height: 1.08;
    }

    .avblog-hero__content > p {
        margin-top: 14px;
        font-size: 15px;
    }

    .avblog-hero__actions {
        margin-top: 20px;
    }

    .avblog-filter-section {
        padding: 13px 0;
    }

    .avblog-content {
        padding: 38px 0 49px;
    }

    .avblog-section-heading h2 {
        font-size: 27px;
    }

    .avblog-section-heading p {
        display: none;
    }

    .avblog-card--featured .avblog-card__media {
        aspect-ratio: 4 / 3;
    }

    .avblog-card--featured .avblog-card__body {
        padding: 22px 19px 24px;
    }

    .avblog-card--featured .avblog-card__body h2 {
        font-size: 25px;
    }

    .avblog-grid {
        gap: 16px;
    }

    .avblog-card__media {
        aspect-ratio: 16 / 10;
    }

    .avblog-cta {
        padding-bottom: 48px;
    }

    .avblog-cta__inner {
        padding: 27px 20px;
    }

    .avblog-cta h2 {
        font-size: 26px;
    }
}



/* ==================================================
   ALFAVET BLOG PREVIEW V6
   CONTENT ONLY &mdash; HEADER UNTOUCHED
   ================================================== */

/*
 * &#1056;&#1072;&#1073;&#1086;&#1090;&#1072;&#1077;&#1084; &#1090;&#1086;&#1083;&#1100;&#1082;&#1086; &#1089; &#1086;&#1073;&#1083;&#1072;&#1089;&#1090;&#1100;&#1102; &#1082;&#1086;&#1085;&#1090;&#1077;&#1085;&#1090;&#1072;.
 * &#1064;&#1072;&#1087;&#1082;&#1072;, &#1074;&#1077;&#1088;&#1093;&#1085;&#1103;&#1103; &#1082;&#1086;&#1085;&#1090;&#1072;&#1082;&#1090;&#1085;&#1072;&#1103; &#1087;&#1072;&#1085;&#1077;&#1083;&#1100;,
 * &#1084;&#1077;&#1089;&#1089;&#1077;&#1085;&#1076;&#1078;&#1077;&#1088;&#1099; &#1080; &#1084;&#1086;&#1073;&#1080;&#1083;&#1100;&#1085;&#1086;&#1077; &#1084;&#1077;&#1085;&#1102; &#1085;&#1077; &#1079;&#1072;&#1090;&#1088;&#1072;&#1075;&#1080;&#1074;&#1072;&#1102;&#1090;&#1089;&#1103;.
 */
#content {
    width: 100% !important;
    max-width: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

#content > .ast-container {
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    display: block !important;
}

#content #primary,
#content #main,
#content .content-area,
#content .site-main {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
}

.avblog-page {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    background: #fff;
}

.avblog-shell {
    width: min(1240px, calc(100% - 48px));
    margin-left: auto;
    margin-right: auto;
}

/* &#1050;&#1086;&#1084;&#1087;&#1072;&#1082;&#1090;&#1085;&#1099;&#1081; hero */
.avblog-hero {
    width: 100%;
    padding: 34px 0 32px;
}

.avblog-hero__content {
    max-width: 900px;
}

.avblog-eyebrow {
    margin-bottom: 10px;
}

.avblog-hero h1 {
    max-width: 880px;
    font-size: clamp(36px, 3.5vw, 50px);
    line-height: 1.06;
}

.avblog-hero__content > p {
    max-width: 780px;
    margin-top: 14px;
    font-size: 15.5px;
    line-height: 1.55;
}

.avblog-hero__actions {
    margin-top: 20px;
}

.avblog-hero__facts {
    display: none !important;
}

.avblog-hero::before {
    content: "";
    position: absolute;
    z-index: 0;
    width: 360px;
    height: 360px;
    right: max(2vw, 20px);
    top: -150px;
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 50%;
    box-shadow:
        0 0 0 55px rgba(255,255,255,.025),
        0 0 0 110px rgba(255,255,255,.018);
}

.avblog-hero__inner {
    position: relative;
    z-index: 2;
}

/* &#1060;&#1080;&#1083;&#1100;&#1090;&#1088;&#1099; */
.avblog-filter-section {
    width: 100%;
    padding: 16px 0;
}

.avblog-filters {
    gap: 9px;
}

.avblog-filter {
    padding: 10px 17px;
    font-size: 13.5px;
}

/* &#1052;&#1072;&#1090;&#1077;&#1088;&#1080;&#1072;&#1083;&#1099; */
.avblog-content {
    width: 100%;
    padding: 42px 0 62px;
}

.avblog-section-heading {
    display: block;
    margin-bottom: 22px;
}

.avblog-section-heading h2 {
    margin-top: 5px;
    font-size: 31px;
}

.avblog-section-heading p {
    max-width: 580px;
    margin: 8px 0 0;
    font-size: 14.5px;
}

/* &#1043;&#1083;&#1072;&#1074;&#1085;&#1072;&#1103; &#1082;&#1072;&#1088;&#1090;&#1086;&#1095;&#1082;&#1072; */
.avblog-card--featured {
    grid-template-columns:
        minmax(0, .92fr)
        minmax(390px, 1.08fr);
}

.avblog-card--featured .avblog-card__media {
    min-height: 340px;
    max-height: 390px;
}

.avblog-card--featured .avblog-card__media img {
    object-position: center 36%;
}

.avblog-card--featured .avblog-card__body {
    min-height: 340px;
    padding: 29px 32px;
    justify-content: flex-start;
}

.avblog-card--featured .avblog-card__body h2 {
    font-size: clamp(26px, 2.25vw, 34px);
}

.avblog-card--featured .avblog-card__body p {
    max-width: 560px;
    margin-top: 11px;
    font-size: 15px;
}

.avblog-grid {
    gap: 21px;
}

.avblog-card__media img {
    object-position: center 38%;
}

.avblog-cta {
    width: 100%;
}

/*
 * &#1053;&#1080;&#1095;&#1077;&#1075;&#1086; &#1080;&#1079; &#1086;&#1073;&#1097;&#1077;&#1081; &#1096;&#1072;&#1087;&#1082;&#1080; &#1080; &#1087;&#1083;&#1072;&#1074;&#1072;&#1102;&#1097;&#1080;&#1093; &#1082;&#1085;&#1086;&#1087;&#1086;&#1082;
 * &#1079;&#1076;&#1077;&#1089;&#1100; &#1085;&#1077; &#1089;&#1082;&#1088;&#1099;&#1074;&#1072;&#1077;&#1084;.
 */

@media (max-width: 980px) {
    .avblog-shell {
        width: min(100% - 36px, 1240px);
    }

    .avblog-card--featured {
        grid-template-columns: 1fr;
    }

    .avblog-card--featured .avblog-card__media {
        min-height: 0;
        max-height: none;
        aspect-ratio: 16 / 8.5;
    }

    .avblog-card--featured .avblog-card__body {
        min-height: 0;
    }
}

@media (max-width: 720px) {
    .avblog-shell {
        width: min(100% - 28px, 1240px);
    }

    .avblog-hero {
        padding: 29px 0 27px;
    }

    .avblog-hero::before {
        width: 230px;
        height: 230px;
        right: -95px;
        top: -110px;
    }

    .avblog-hero h1 {
        font-size: 33px;
    }

    .avblog-filter {
        padding: 9px 15px;
        font-size: 13px;
    }

    .avblog-content {
        padding-top: 35px;
    }

    .avblog-section-heading h2 {
        font-size: 27px;
    }

    .avblog-card--featured .avblog-card__media {
        aspect-ratio: 4 / 3;
    }
}
