

/* Start:/local/templates/ms_template_adatpive/components/bitrix/news.list/opt_first/style.css?17785044482357*/
.ms-opt-highlights {
    margin: 0;
}

.ms-opt-highlights-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.ms-opt-highlight {
    position: relative;
    display: grid;
    gap: 18px;
    min-height: 100%;
    padding: 16px 16px 20px;
    border: 1px solid rgba(18, 43, 24, .12);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 18px 40px rgba(20, 36, 25, .07);
    overflow: hidden;
}

.ms-opt-highlight-media {
    position: relative;
    min-height: 250px;
    border-radius: 18px;
    overflow: hidden;
    background: #14241a;
}

.ms-opt-highlight-bg {
    position: absolute;
    inset: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1;
    transform: scale(1.01);
}

.ms-opt-highlight-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(10, 20, 13, .10), rgba(10, 20, 13, .40)),
        linear-gradient(90deg, rgba(10, 20, 13, .20), transparent 58%);
}

.ms-opt-highlight-icon {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 62px;
    border-radius: 17px;
    color: #b9d400;
    background: rgba(255, 255, 255, .92);
    border: 1px solid rgba(255, 255, 255, .56);
    box-shadow: 0 12px 26px rgba(0, 0, 0, .14);
}

.ms-opt-highlight-icon::before {
    content: "";
    position: absolute;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #29322d;
}

.ms-opt-highlight-icon svg {
    position: relative;
    z-index: 1;
    width: 25px;
    height: 25px;
}

.ms-opt-highlight-index {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 2;
    min-height: 40px;
    padding: 0 15px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    background: rgba(255, 255, 255, .94);
    border: 1px solid rgba(255, 255, 255, .58);
    font-size: 12px;
    font-weight: 800;
    color: #1d261f;
    box-shadow: 0 10px 22px rgba(0, 0, 0, .10);
}

.ms-opt-highlight-body p {
    margin: 0;
    color: #374139;
    font-size: 16px;
    line-height: 1.7;
}

@media (max-width: 1024px) {
    .ms-opt-highlights-grid {
        grid-template-columns: 1fr;
    }
}

/* End */


/* Start:/local/templates/ms_template_adatpive/components/bitrix/news.list/opt_second/style.css?17785044492765*/
.ms-opt-support {
    display: grid;
    gap: 18px;
}

.ms-opt-support-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, .8fr);
    gap: 18px;
    align-items: end;
    padding: 26px 28px;
    border: 1px solid rgba(18, 43, 24, .12);
    border-radius: 24px;
    background:
        radial-gradient(640px 220px at 100% 0%, rgba(185, 212, 0, .13), transparent 70%),
        linear-gradient(135deg, #ffffff 0%, #f7faf4 100%);
    box-shadow: 0 18px 42px rgba(20, 36, 25, .07);
}

.ms-opt-eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 13px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: #2b4c27;
    background: rgba(92, 159, 78, .10);
    border: 1px solid rgba(92, 159, 78, .22);
}

.ms-opt-support-head h2 {
    margin: 14px 0 0;
    font-family: "Unbounded", sans-serif;
    font-size: clamp(28px, 3vw, 42px);
    line-height: 1.04;
    color: #252525;
}

.ms-opt-support-head p {
    margin: 0;
    color: #5d645c;
    font-size: 16px;
    line-height: 1.7;
}

.ms-opt-support-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.ms-opt-support-card {
    display: grid;
    gap: 16px;
    padding: 22px;
    border: 1px solid rgba(18, 43, 24, .12);
    border-radius: 22px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(250, 252, 248, .98));
    box-shadow: 0 18px 40px rgba(20, 36, 25, .07);
}

.ms-opt-support-top {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    align-items: center;
}

.ms-opt-support-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 62px;
    border-radius: 17px;
    color: #b9d400;
    background: rgba(240, 247, 237, .96);
    border: 1px solid rgba(92, 159, 78, .18);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .75);
}

.ms-opt-support-icon svg {
    width: 30px;
    height: 30px;
    padding: 9px;
    border-radius: 50%;
    color: #b9d400;
    background: #29322d;
}

.ms-opt-support-index {
    min-height: 38px;
    padding: 0 14px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    background: #fbfcf8;
    border: 1px solid rgba(18, 43, 24, .10);
    font-size: 12px;
    font-weight: 800;
    color: #2d2d2d;
}

.ms-opt-support-card h3 {
    margin: 0;
    font-size: 24px;
    line-height: 1.12;
    color: #1f2721;
}

.ms-opt-support-content {
    color: #3d473f;
    font-size: 15px;
    line-height: 1.68;
}

@media (max-width: 1024px) {
    .ms-opt-support-head,
    .ms-opt-support-grid {
        grid-template-columns: 1fr;
    }
}

/* End */
/* /local/templates/ms_template_adatpive/components/bitrix/news.list/opt_first/style.css?17785044482357 */
/* /local/templates/ms_template_adatpive/components/bitrix/news.list/opt_second/style.css?17785044492765 */
