

/* Start:/local/templates/lankey/components/bitrix/news.list/about-advantages/style.css?17883631446346*/
/* =========================================================
   LANKEY ADVANTAGES — FINAL
========================================================= */

.lk-adv-final {
    --lk-border: #e1e5ea;

    width: 100%;
    color: #000;
    font-family: inherit;
}

.lk-adv-final,
.lk-adv-final *,
.lk-adv-final *::before,
.lk-adv-final *::after {
    box-sizing: border-box;
    font-family: inherit;
}

.lk-adv-title {
    margin: 0 0 28px;

    font-size: 46px;
    line-height: 1;

    font-weight: 500;
    letter-spacing: -.03em;
}

.lk-adv-card {
    min-width: 0;

    background: #fff;

    border: 1px solid var(--lk-border);
    border-radius: 16px;

    overflow: hidden;
}


/* =========================================================
   ORIGINAL LANKEY DECOR
========================================================= */

.lk-adv-final .advantages-1__item-icon {
    margin: 0 0 16px;
}


/* =========================================================
   TOP
========================================================= */

.lk-adv-top {
    display: grid;

    grid-template-columns:
        repeat(3, minmax(0, 1fr));

    gap: 17px;

    margin-bottom: 17px;
}

.lk-adv-stat {
    min-height: 184px;

    padding: 21px 29px 23px;

    display: flex;
    flex-direction: column;

    background:
        linear-gradient(
            135deg,
            #ffffff 0%,
            #f7f9fc 100%
        );
}

.lk-adv-number {
    margin: 0 0 14px;

    font-size: 76px;
    line-height: .88;

    font-weight: 400;
    letter-spacing: -.055em;

    white-space: nowrap;
}

.lk-adv-stat-name {
    margin-top: auto;

    font-size: 16px;
    line-height: 1.25;

    font-weight: 400;

    white-space: nowrap;
}


/* =========================================================
   BOTTOM
========================================================= */

.lk-adv-bottom {
    display: grid;

    grid-template-columns:
        minmax(0, 1.5fr)
        minmax(0, 1fr);

    gap: 17px;

    align-items: stretch;
}


/* =========================================================
   DATA CENTERS
========================================================= */

.lk-adv-dc {
    height: 100%;

    padding: 22px 29px 20px;

    display: flex;
    flex-direction: column;
}

.lk-adv-dc-header {
    display: flex;
    align-items: baseline;

    gap: 20px;

    margin-bottom: 13px;
}

.lk-adv-dc-number {
    flex: 0 0 auto;

    font-size: 70px;
    line-height: .85;

    font-weight: 400;
    letter-spacing: -.05em;
}

.lk-adv-dc-title {
    margin: 0;

    font-size: 27px;
    line-height: 1.1;

    font-weight: 500;

    white-space: nowrap;
}

.lk-adv-dc-list {
    width: 100%;
}

.lk-adv-dc-row {
    display: grid;

    grid-template-columns:
        150px
        125px
        minmax(0, 1fr);

    align-items: center;

    gap: 22px;

    min-height: 48px;

    border-bottom: 1px solid var(--lk-border);

    font-size: 16px;
    line-height: 1.2;
}

.lk-adv-dc-row:last-child {
    border-bottom: 0;
}

.lk-adv-dc-country,
.lk-adv-dc-city,
.lk-adv-dc-info {
    white-space: nowrap;
}

.lk-adv-dc-country {
    font-weight: 500;
}


/* =========================================================
   RIGHT COLUMN
========================================================= */

.lk-adv-side {
    height: 100%;

    display: grid;

    grid-template-rows:
        repeat(2, minmax(0, 1fr));

    gap: 17px;
}

.lk-adv-side-card {
    min-height: 0;

    padding: 18px 29px;

    display: flex;
    flex-direction: column;

    justify-content: center;
}


/* =========================================================
   PERSONAL DATA
========================================================= */

.lk-adv-side-title {
    margin: 0 0 10px;

    font-size: 16px;
    line-height: 1.2;

    font-weight: 400;

    white-space: nowrap;
}

.lk-adv-law {
    margin: 0;

    font-size: 26px;
    line-height: 1.15;

    font-weight: 500;

    white-space: nowrap;
}


/* =========================================================
   CERTIFICATION
========================================================= */

.lk-adv-cert-title {
    margin: 0 0 6px;

    font-size: 16px;
    line-height: 1.2;

    font-weight: 400;

    white-space: nowrap;
}

.lk-adv-cert-list {
    width: 100%;
}

.lk-adv-cert {
    min-height: 38px;

    display: flex;
    align-items: center;

    border-top: 1px solid var(--lk-border);

    font-size: 24px;
    line-height: 1.05;

    font-weight: 500;

    white-space: nowrap;
}

.lk-adv-cert:first-child {
    border-top: 0;
}


/* =========================================================
   <= 1500
========================================================= */

@media (max-width: 1500px) {

    .lk-adv-stat-name {
        font-size: 15px;
    }

    .lk-adv-dc-title {
        font-size: 24px;
    }

    .lk-adv-dc-row {
        grid-template-columns:
            130px
            105px
            minmax(0, 1fr);

        gap: 18px;

        font-size: 15px;
    }

    .lk-adv-law {
        font-size: 24px;
    }

    .lk-adv-cert {
        font-size: 22px;
    }

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1150px) {

    .lk-adv-stat-name,
    .lk-adv-dc-title,
    .lk-adv-dc-country,
    .lk-adv-dc-city,
    .lk-adv-dc-info,
    .lk-adv-side-title,
    .lk-adv-law,
    .lk-adv-cert-title,
    .lk-adv-cert {
        white-space: normal;
    }

    .lk-adv-bottom {
        grid-template-columns: 1fr;
    }

    .lk-adv-side {
        height: auto;

        grid-template-rows:
            auto auto;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 800px) {

    .lk-adv-title {
        font-size: 32px;
    }

    .lk-adv-top {
        grid-template-columns: 1fr;
    }

    .lk-adv-stat {
        min-height: 150px;
    }

    .lk-adv-number {
        font-size: 64px;
    }

    .lk-adv-dc-header {
        display: block;
    }

    .lk-adv-dc-number {
        margin-bottom: 15px;
    }

    .lk-adv-dc-title {
        white-space: normal;
    }

    .lk-adv-dc-row {
        grid-template-columns: 1fr;

        gap: 5px;

        min-height: 0;

        padding: 13px 0;
    }

}
/* End */
/* /local/templates/lankey/components/bitrix/news.list/about-advantages/style.css?17883631446346 */
