:root {
    --secnav-height: 72px;
}

body.is-company-page {
    overflow-x: clip;
}

html {
    scroll-behavior: smooth
}

.ap-section {
    --ap-blue: #3888B6;
    --ap-blue-hover: #2f7aa1;
    --ap-card-border: rgb(159, 159, 159);
    --ap-text: #000;
    --ap-grey-217: #D9D9D9;
    --ap-navy: #183F64;

    font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
    color: var(--ap-text);
    margin-top: var(--page-gap);
}

.ap-section *, .ap-section *::before, .ap-section *::after {
    box-sizing: border-box
}

.ap-inner {
    margin: 0;
    padding: 0
}

/* 0. SECTION NAV */
.ap-secnav {
    position: sticky;
    top: calc(var(--header-bottom, 0px) + 12px);
    z-index: 5;
    background: #fff;
    margin: 0 0 132px;
}

.ap-secnav__bar {
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    height: 72px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, .25);
}

.ap-secnav__tab {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    line-height: 1;
    color: #000;
    background: #fff;
    text-decoration: none !important;
    border-right: 1px solid #000;
    transition: background .15s ease, color .15s ease;
}

.ap-secnav__tab:last-child {
    border-right: 0
}

.ap-secnav__tab:hover {
    background: #f0f0f0
}

.ap-secnav__tab.is-active {
    background: var(--ap-blue);
    color: #fff !important;
    border-right-color: transparent;
}

.ap-secnav__tab.is-active:hover {
    background: var(--ap-blue)
}

.ap-secnav__tab:focus-visible {
    outline: 2px solid var(--ap-blue);
    outline-offset: -2px;
}

/* scroll-margin для якорей — учитываем фиксированную шапку */
.ap-anchor {
    scroll-margin-top: calc(var(--header-bottom, 96px) + var(--secnav-height, 72px) + 8px);
}

/* 1. HERO */
.ap-hero {
    padding: 0;
    margin-top: 132px;
    margin-bottom: 145px;
    display: grid;
    grid-template-columns:minmax(0, 1fr) auto;
    gap: 48px;
    align-items: center;
}

.ap-hero__copy {
    display: flex;
    flex-direction: column;
    gap: 18px
}

.ap-hero__copy p {
    margin: 0;
    font-size: 20px;
    line-height: 1.3;
    color: #000;
    text-wrap: pretty
}

.ap-hero__copy p.is-accent {
    color: var(--ap-blue);
    padding-left: 98px
}

.ap-hero__wordmark {
    width: 380px;
    height: 144px;
    background: url("/company/img/about-wordmark.png") center / contain no-repeat;
    flex-shrink: 0;
}

/* 2. CITYSCAPE BANNER + 3 RINGS */
.ap-banner__intro {
    margin-left: 95px;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 722px;
    font-size: 20px;
    line-height: 1.35;
    color: #000;
    text-wrap: pretty;
}

.ap-banner {
    position: relative;
    width: 100%;
    padding-top: 60px;
    padding-bottom: 40px;
    background: #1a2a3a url("/company/img/about-cityscape-bg.png") center / cover no-repeat;
    border-radius: 0;
    overflow: hidden;
    margin-bottom: 96px;
}

.ap-banner__rings {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 0 144px;
    margin-top: 8px;
}

.ap-ring {
    position: relative;
    flex: 0 1 32%;
    max-width: 489px;
    container-type: inline-size;
}

.ap-ring__circle {
    position: relative;
    display: flex;
    height: 413px;
    width: 387px;
    background: url(/company/img/about-principle-circle.png) center / contain no-repeat;
}

.ap-ring__num {
    position: absolute;
    left: 12px;
    top: 44px;
    font-size: 96px;
    font-weight: 300;
    line-height: .95;
    color: #fff;
    letter-spacing: -0.02em;
    margin: 0;
    text-shadow: 0 2px 6px rgba(0, 0, 0, .5);
}

.ap-ring__title {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin: 0 auto;
    transform: translateY(-50%);
    width: min-content;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    text-align: left;
    word-wrap: break-word;
}

/* 3. BRAND COPY + LIGHTS ROW */
.ap-brand {
    display: grid;
    grid-template-columns:1fr 1fr;
    gap: 48px;
    align-items: center;
    padding: 0 0 96px;
}

.ap-brand__copy {
    display: flex;
    flex-direction: column;
    gap: 32px;
    max-width: 600px
}

.ap-brand__lead {
    font-size: 20px;
    line-height: 1.3;
    color: #000;
    margin: 0
}

.ap-brand__heading {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.15;
    color: var(--ap-blue);
    letter-spacing: -0.01em;
    margin: 0;
}

.ap-brand__lights {
    width: 100%;
    aspect-ratio: 746/525;
    background: url("/company/img/about-lights-row.png") center / contain no-repeat;
}

/* 4. STATS */
.ap-stats {
    padding: 0;
}

.ap-stat--hero {
    display: flex;
    align-items: flex-end;
    gap: 24px;
    padding-bottom: 40px;
}

.ap-stats__row,
.ap-stat--hero {
    padding-left: 100px;
    padding-right: 100px;
}

.ap-stat--hero .ap-stat__num {
    font-size: 128px;
    font-weight: 700;
    line-height: .9;
    color: var(--ap-blue);
    letter-spacing: -0.02em;
}

.ap-stat--hero .ap-stat__label {
    font-size: 32px;
    line-height: 1.1;
    color: #000;
    padding-bottom: 18px;
}

.ap-stats__rule {
    height: 6px;
    background: rgba(0, 0, 0, .15);
    margin: 0 0 40px;
}

.ap-stats__row {
    display: grid;
    grid-template-columns:1.1fr 1fr 1.1fr;
    gap: 80px;
}

.ap-stat {
    display: flex;
    align-items: flex-end;
    gap: 16px
}

.ap-stat__num {
    font-size: 96px;
    font-weight: 700;
    line-height: .9;
    color: var(--ap-blue);
    letter-spacing: -0.02em;
}

.ap-stat__num-wrap {
    display: inline-flex;
    align-items: baseline
}

.ap-stat__prefix {
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    margin-right: 12px;
    align-self: flex-end;
}

.ap-stat__label {
    font-size: 24px;
    line-height: 1.2;
    color: #000;
    padding-bottom: 10px;
    white-space: pre-line;
}

/* 5. NEWS */
.ap-news-wrap {
    padding: 0;
    margin-top: 130px;
}

.ap-news-head {
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    color: #000;
    margin: 0 0 24px;
    letter-spacing: -0.01em;
}

.ap-news {
    position: relative;
    overflow: visible
}

.ap-news .ap-news__wrapper {
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    gap: 12px;
    transform: none;
}

.ap-news__card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid var(--ap-card-border);
    overflow: hidden;
    color: #000;
    text-decoration: none;
    transition: transform .15s ease, box-shadow .15s ease;
    height: auto;
}

.ap-news__card:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .08)
}

.ap-news__media {
    width: 100%;
    aspect-ratio: 363/242;
    background: #E5E7EA center / cover no-repeat;
}

.ap-news__body {
    padding: 12px 12px 18px;
    display: flex;
    flex-direction: column;
    gap: 6px
}

.ap-news__date {
    font-size: 12px;
    line-height: 1;
    color: #000;
    letter-spacing: -0.01em
}

.ap-news__title {
    font-size: 16px;
    line-height: 1.2;
    color: #000;
    margin: 0
}

/* Пагинация прячется на десктопе — слайдер не активирован */
.ap-news .ap-news__pagination {
    display: none
}

/* Когда JS активирует слайдер (< 1024px), wrapper переключается во flex */
.ap-news.is-swiper-active {
    padding-bottom: 40px
}

.ap-news.is-swiper-active .ap-news__wrapper {
    display: flex;
    grid-template-columns:none;
    gap: 0;
}

.ap-news.is-swiper-active .ap-news__pagination {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}

.ap-news .swiper-pagination-bullet-active {
    background: var(--ap-blue)
}

.ap-news-more {
    display: flex;
    justify-content: flex-end;
    margin: 12px 0 0;
}

.ap-news-more a {
    font-size: 16px;
    color: #000;
    border-bottom: 1px solid rgba(0, 0, 0, .4);
    padding-bottom: 2px;
}

.ap-news-more a:hover {
    color: var(--ap-blue);
    border-color: var(--ap-blue)
}

/* 6. COOPERATION */
.ap-coop-head {
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    color: #000;
    margin: 130px 0 24px;
    letter-spacing: -0.01em;
}

.ap-coop-banner {
    position: relative;
    width: 100%;
    aspect-ratio: 1492/700;
    background: #eaeef0 url("/company/img/about-cooperation-bg.png") center / cover no-repeat;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}

.ap-coop-banner__logo {
    position: absolute;
    left: 40px;
    top: 46px;
    width: 382px;
    height: 95px;
    background: url("/company/img/about-coop-logo.png") left center / contain no-repeat;
}

.ap-coop-banner__title {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.15;
    color: #000;
    margin: 0 0 75px;
    letter-spacing: -0.01em;
    text-align: center;
    max-width: 80%;
}

.ap-coop-lead {
    font-size: 20px;
    line-height: 1.45;
    color: #000;
    margin: 0 0 25px;
    max-width: 1100px;
    margin-left: 40px;
}

.ap-subpages {
    display: flex;
    flex-direction: column;
    gap: 80px;
    padding-top: 40px
}

.ap-subpage {
    position: relative;
    display: grid;
    grid-template-columns:576px 1fr;
    grid-template-areas:"media body";
    align-items: stretch;
    background: var(--ap-grey-217);
    border-radius: 15px;
    min-height: 197px;
}

.ap-subpage__media {
    grid-area: media;
    width: 576px;
    min-height: 197px;
    background: #666 center / cover no-repeat;
    border-radius: 15px;
    flex-shrink: 0;
}

.ap-subpage--partners .ap-subpage__media {
    background-image: url("/company/img/about-subpage-partners.png")
}

.ap-subpage--designers .ap-subpage__media {
    background-image: url("/company/img/about-subpage-designers.png")
}

.ap-subpage--distributors .ap-subpage__media {
    background-image: url("/company/img/about-subpage-distributors.png")
}

.ap-subpage__body {
    grid-area: body;
    position: relative;
    padding: 50px 30px 12px 50px;
    overflow: visible;
}

.ap-subpage__cta {
    position: absolute;
    top: -38px;
    right: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 10px;
    height: 77px;
    width: 378px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    font-size: 24px;
    line-height: 1.15;
    color: #000 !important;
    text-decoration: none !important;
    text-align: center;
    transition: transform .15s ease, box-shadow .15s ease;
    z-index: 2;
}

.ap-subpage__cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 10px rgba(0, 0, 0, .3)
}

.ap-subpage__text {
    font-size: 18px;
    line-height: 1.2;
    color: #000;
    margin: 0;
}

.ap-subpage__text p {
    margin: 0
}

/* 7. ADVANTAGES */
.ap-adv-head {
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    color: #000;
    margin: 60px 0 24px;
    letter-spacing: -0.01em;
}

.ap-adv-image {
    width: 100%;
    aspect-ratio: 1492/324;
    background: #1c2632 url("/company/img/about-advantages-bg.png") center / cover no-repeat;
}

.ap-adv-panel {
    background: url("/company/img/about-adv-bg-gradient.png") center / 100% 100% no-repeat;
    padding: 64px 0 0;
}

.ap-adv-grid {
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    column-gap: 180px;
    row-gap: 60px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 64px;
}

.ap-adv {
    display: grid;
    grid-template-columns:60px 286px;
    align-items: center;
    gap: 32px;
}

.ap-adv__icon {
    width: 60px;
    height: 60px;
    position: relative;
    flex: 0 0 60px;
}

.ap-adv__icon img {
    position: absolute;
    display: block;
    filter: brightness(0) invert(1);
}

.ap-adv__title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.25;
    color: #fff;
    margin: 0;
    text-wrap: pretty;
}

/* 8. CLOSING + CTA */
.ap-adv-closing {
    padding: 0 0 60px;
    max-width: 1116px;
    margin: 88px 44px 0;
}

.ap-adv-closing__text {
    font-size: 20px;
    line-height: 1.45;
    color: #000;
    margin: 0;
    text-align: left;
}

.ap-bottom-cta-row {
    display: flex;
    justify-content: flex-end;
    padding: 0 32px 40px;
}

.ap-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    background: var(--ap-blue);
    color: #fff !important;
    text-decoration: none !important;
    border-radius: 5px;
    width: 359px;
    height: 52px;
    padding: 0 28px;
    font-size: 20px;
    line-height: 1;
    font-weight: 400;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, .25);
    transition: transform .15s ease, background .15s ease, box-shadow .15s ease;
}

.ap-cta-btn:hover {
    background: var(--ap-blue-hover);
    transform: translateY(-1px);
    box-shadow: 3px 3px 6px rgba(0, 0, 0, .28)
}

.ap-cta-btn__arrow {
    position: relative;
    width: 32px;
    height: 12px;
    flex: 0 0 auto
}

.ap-cta-btn__arrow::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    height: 1.5px;
    width: 100%;
    background: #fff;
    transform: translateY(-50%)
}

.ap-cta-btn__arrow::after {
    content: "";
    position: absolute;
    right: -1px;
    top: 50%;
    width: 10px;
    height: 10px;
    border-top: 1.5px solid #fff;
    border-right: 1.5px solid #fff;
    transform: translateY(-50%) rotate(45deg)
}

/* RESPONSIVE */
@media (max-width: 1360px) {
    .ap-stats__row,
    .ap-stat--hero {
        padding-left: 40px;
        padding-right: 40px
    }

    .ap-stats__row {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 40px
    }

    .ap-stat {
        flex-wrap: wrap;
        min-width: 0
    }

    .ap-stat__num-wrap {
        min-width: 0
    }
}

@media (min-width: 901px) and (max-width: 1360px) {
    .ap-stats__row .ap-stat {
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: flex-start;
        justify-content: flex-start
    }

    .ap-stats__row .ap-stat__label {
        padding-bottom: 0
    }

    .ap-stats__row .ap-stat__num sup {
        line-height: 0;
        vertical-align: baseline;
        position: relative;
        top: -0.42em
    }
}

@media (max-width: 1280px) {
    .ap-banner__intro {
        max-width: 46%;
        font-size: 18px
    }

    .ap-banner__rings {
        padding: 0 80px
    }

    .ap-ring__circle {
        width: 100%;
        height: auto;
        aspect-ratio: 387/413
    }

    .ap-ring__num {
        font-size: 80px;
        font-size: 24.8cqi;
        left: 12px;
        left: 3.1cqi;
        top: 44px;
        top: 11.37cqi
    }

    .ap-ring__title {
        font-size: 16px;
        font-size: 5.16cqi
    }

    .ap-brand__heading {
        font-size: 28px
    }

    .ap-stat--hero .ap-stat__num {
        font-size: 112px
    }

    .ap-stat--hero .ap-stat__label {
        font-size: 28px
    }

    .ap-stat__num {
        font-size: 80px
    }

    .ap-stat__label {
        font-size: 22px
    }

    .ap-coop-banner__title {
        font-size: 28px
    }

    .ap-adv-grid {
        column-gap: 120px
    }
}

@media (max-width: 1100px) {
    .ap-secnav__tab {
        font-size: 18px
    }

    .ap-banner__intro {
        max-width: 44%;
        font-size: 16px;
        left: 4%;
        top: 6%
    }

    .ap-banner__rings {
        padding: 0 40px
    }

    .ap-brand__heading {
        font-size: 24px
    }

    .ap-stat--hero .ap-stat__num {
        font-size: 96px
    }

    .ap-stat--hero .ap-stat__label {
        font-size: 24px
    }

    .ap-stat__num {
        font-size: 64px
    }

    .ap-stat__label {
        font-size: 20px
    }

    .ap-subpage {
        grid-template-columns:420px 1fr
    }

    .ap-subpage__media {
        width: 420px;
        min-height: 197px
    }

    .ap-adv-grid {
        column-gap: 80px;
        row-gap: 48px
    }

    .ap-adv-head {
        padding-left: 48px
    }

    .ap-adv-closing {
        margin: 88px 24px 0
    }

    .ap-stats__row,
    .ap-stat--hero {
        padding-left: 0;
        padding-right: 0;
    }

    .ap-stats__row {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 32px;
    }

    .ap-stat {
        flex-wrap: wrap;
        min-width: 0;
    }
}

@media (max-width: 900px) {
    :root {
        --secnav-height: 60px;
    }

    .ap-secnav {
        margin: 0 0 32px
    }

    .ap-secnav__bar {
        height: 60px
    }

    .ap-secnav__tab {
        font-size: 14px
    }

    .ap-hero {
        grid-template-columns:1fr;
        gap: 24px;
        text-align: center;
        margin-bottom: 48px;
    }

    .ap-hero__copy p.is-accent {
        padding-left: 0
    }

    .ap-hero__wordmark {
        margin: 0 auto;
        width: 320px;
        height: 120px
    }

    .ap-banner {
        aspect-ratio: auto;
        min-height: 520px;
        padding: 32px 0
    }

    .ap-banner__intro {
        position: static;
        max-width: none;
        padding: 0 6%;
        font-size: 14px;
        margin: 0 0 24px
    }

    .ap-banner__rings {
        position: static;
        display: grid;
        grid-template-columns:repeat(3, 1fr);
        gap: 16px;
        padding: 0 4%
    }

    .ap-ring {
        flex: none;
        max-width: none;
        width: 100%;
        aspect-ratio: auto;
    }

    .ap-ring__circle {
        width: 100%;
        height: auto;
        aspect-ratio: 387/413;
    }

    .ap-brand {
        grid-template-columns:1fr;
        gap: 32px
    }

    .ap-brand__lights {
        max-width: 600px;
        margin: 0 auto
    }

    .ap-stat--hero {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px
    }

    .ap-stat--hero .ap-stat__label {
        padding-bottom: 0
    }

    .ap-stats__row {
        grid-template-columns:1fr 1fr;
        gap: 24px
    }

    .ap-stat__num {
        font-size: 56px
    }

    .ap-stat__label {
        font-size: 18px;
        padding-bottom: 4px
    }

    .ap-coop-head {
        margin-top: 48px;
    }

    .ap-coop-banner {
        aspect-ratio: auto;
        min-height: 420px
    }

    .ap-coop-banner__title {
        font-size: 24px;
        margin: 0 0 40px
    }

    .ap-coop-banner__logo {
        width: 180px;
        height: 40px
    }

    .ap-subpage {
        grid-template-columns:1fr;
        grid-template-areas:"media" "body";
        height: auto
    }

    .ap-subpage__media {
        width: 100%;
        height: auto;
        min-height: 0;
        aspect-ratio: 576/197;
        border-radius: 15px
    }

    .ap-subpage__body {
        padding: 24px 24px 24px 24px
    }

    .ap-subpage__cta {
        position: static;
        width: 100%;
        margin: 24px 0 0;
    }

    .ap-subpage__text {
        max-width: none
    }

    .ap-adv-head {
        padding-left: 24px
    }

    .ap-adv {
        grid-template-columns: 60px minmax(0, 1fr);
        gap: 24px;
    }

    .ap-adv-grid {
        grid-template-columns:1fr 1fr;
        column-gap: 48px;
        row-gap: 40px;
        padding: 0 32px
    }

    .ap-adv-closing {
        margin: 48px 24px 0
    }

    .ap-bottom-cta-row {
        justify-content: center;
        padding: 0 24px 48px
    }

    .ap-cta-btn {
        width: 100%;
        max-width: 359px
    }
}

@media (max-width: 620px) {
    :root {
        --secnav-height: 96px;
    }

    .ap-inner {
        margin-top: 48px;
        padding-bottom: 0;
    }

    .ap-banner {
        margin-bottom: 0;
    }

    .ap-secnav {
        margin: 0 0 24px
    }

    .ap-secnav__bar {
        height: auto;
        grid-template-columns:1fr 1fr;
        border-radius: 5px
    }

    .ap-secnav__tab {
        height: 48px;
        font-size: 13px;
        border-right: 0;
        border-bottom: 1px solid #000
    }

    .ap-secnav__tab:nth-child(odd) {
        border-right: 1px solid #000
    }

    .ap-secnav__tab:nth-last-child(-n+2) {
        border-bottom: 0
    }

    .ap-hero__wordmark {
        width: 240px;
        height: 90px
    }

    .ap-hero__copy p {
        font-size: 16px
    }

    .ap-banner {
        min-height: auto;
        padding: 24px 0
    }

    .ap-banner__rings {
        grid-template-columns:1fr;
        gap: 24px;
        padding: 0 8%
    }

    .ap-ring {
        aspect-ratio: 413/387
    }

    .ap-ring__num {
        font-size: 80px
    }

    .ap-ring__title {
        font-size: 15px
    }

    .ap-brand__heading {
        font-size: 22px
    }

    .ap-brand__lead {
        font-size: 18px
    }

    .ap-stats__row,
    .ap-stat--hero {
        padding-left: 0;
        padding-right: 0;
    }

    .ap-stat--hero .ap-stat__num {
        font-size: clamp(48px, 16vw, 72px)
    }

    .ap-stats__row {
        grid-template-columns:1fr;
        gap: 16px
    }

    .ap-stat {
        flex-direction: column;
        align-items: center;
        gap: 4px;
    }

    .ap-stat__num {
        font-size: 48px
    }

    .ap-stat__prefix {
        font-size: 24px;
        margin-right: 8px
    }

    .ap-stat__label {
        font-size: 16px;
        padding-bottom: 0;
    }

    .ap-coop-banner {
        min-height: 320px
    }

    .ap-coop-banner__title {
        font-size: 20px;
        margin: 0 0 24px
    }

    .ap-coop-banner__logo {
        left: 16px;
        top: 16px;
        width: 140px;
        height: 32px
    }

    .ap-coop-lead {
        padding-left: 0;
        margin-left: 0;
        font-size: 16px
    }

    .ap-subpage__cta {
        font-size: 18px;
        height: 64px
    }

    .ap-adv-head {
        padding-left: 0;
        text-align: center
    }

    .ap-adv-grid {
        grid-template-columns:1fr;
        column-gap: 0;
        row-gap: 28px;
        padding: 0 16px
    }

    .ap-adv__title {
        font-size: 16px
    }

    .ap-adv-closing {
        margin: 32px 16px 0
    }

    .ap-adv-closing__text {
        font-size: 16px
    }

    .ap-news.is-swiper-active .ap-news__title {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        min-height: calc(1.2em * 3)
    }
}
