
/* ==============================
   СТАТЬИ БЛОГА СТРОЙКОНТУР
   ============================== */

/* Основной текст статьи */
.t-cms__page .t-redactor__text,
.t-cms__page .t-redactor__quote,
.t-cms__page figcaption,
.t-cms__page td,
.t-cms__page th,
.t-cms__page li {
    font-family: Arial, sans-serif !important;
    font-weight: 400 !important;
    color: #332b2d;
    line-height: 1.65;
}

/* Размер основного текста */
.t-cms__page .t-redactor__text {
    font-size: 18px;
    margin-bottom: 18px;
}

/* Заголовок статьи */
.t-cms__page .t-heading {
    font-family: Arial, sans-serif !important;
    font-weight: 700 !important;
    line-height: 1.15;
}

/* H2 */
.t-cms__page .t-redactor__h2 {
    font-family: Arial, sans-serif !important;
    font-size: 32px !important;
    line-height: 1.25 !important;
    font-weight: 700 !important;
    color: #332b2d;
    margin-top: 55px !important;
    margin-bottom: 22px !important;
}

/* H3 */
.t-cms__page .t-redactor__h3 {
    font-family: Arial, sans-serif !important;
    font-size: 23px !important;
    line-height: 1.3 !important;
    font-weight: 700 !important;
    color: #332b2d;
    margin-top: 35px !important;
    margin-bottom: 14px !important;
}


/* ==============================
   ССЫЛКИ
   ============================== */

.t-cms__page .t-redactor__text a,
.t-cms__page .t-redactor__embedcode a,
.t-cms__page .toc a {
    color: #494c8d !important;
    text-decoration: underline !important;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
    font-weight: 500 !important;
}

.t-cms__page a:hover {
    color: #343765 !important;
}


/* ==============================
   СОДЕРЖАНИЕ
   ============================== */

.t-cms__page .toc {
    background: #f6f6f8;
    border-left: 4px solid #494c8d;
    padding: 24px 30px;
    margin: 30px 0 45px;
    border-radius: 8px;
}

.t-cms__page .toc strong {
    display: block;
    font-family: Arial, sans-serif;
    font-size: 22px;
    margin-bottom: 12px;
}

.t-cms__page .toc ol {
    margin: 0;
    padding-left: 22px;
}

.t-cms__page .toc li {
    margin: 7px 0;
}


/* ==============================
   ЦИТАТЫ / КРАТКИЙ ОТВЕТ
   ============================== */

.t-cms__page .t-redactor__quote {
    background: #f6f6f8;
    border-left: 4px solid #494c8d !important;
    padding: 20px 25px !important;
    margin: 25px 0 35px !important;
    font-size: 18px;
}


/* ==============================
   ТАБЛИЦЫ
   ============================== */

.t-cms__page .t-redactor__embedcode {
    overflow-x: auto;
}

.t-cms__page table {
    width: 100%;
    border-collapse: collapse;
    margin: 30px 0 40px;
    font-family: Arial, sans-serif !important;
    font-size: 16px;
}

.t-cms__page table th {
    background: #494c8d;
    color: #ffffff !important;
    font-weight: 600 !important;
    text-align: left;
    padding: 14px 16px;
    border: 1px solid #dedee5;
}

.t-cms__page table td {
    padding: 14px 16px;
    border: 1px solid #dedee5;
    vertical-align: top;
}

.t-cms__page table tbody tr:nth-child(even) {
    background: #f7f7f9;
}


/* ==============================
   КАРТИНКИ
   ============================== */

.t-cms__page figure {
    margin: 35px 0 45px;
}

.t-cms__page figure img {
    width: 100%;
    height: auto;
    border-radius: 6px;
}

.t-cms__page figcaption {
    font-size: 14px;
    color: #777;
    margin-top: 10px;
    line-height: 1.45;
}


/* ==============================
   ЧЕК-ЛИСТ
   ============================== */

.t-cms__page ul.check {
    list-style: none;
    padding-left: 0;
    margin: 25px 0 35px;
}

.t-cms__page ul.check li {
    position: relative;
    padding-left: 32px;
    margin-bottom: 12px;
}

.t-cms__page ul.check li:before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #34a100;
    font-weight: 700;
}


/* ==============================
   CTA
   ============================== */

.t-cms__page .cta {
    background: #f4f4f7;
    border-radius: 10px;
    padding: 30px 35px;
    margin: 45px 0;
    border-left: 5px solid #494c8d;
}

.t-cms__page .cta h2 {
    font-family: Arial, sans-serif !important;
    font-size: 28px;
    margin: 0 0 12px;
}

.t-cms__page .cta p {
    font-family: Arial, sans-serif !important;
    font-size: 17px;
    font-weight: 400 !important;
    line-height: 1.6;
    margin: 0;
}


/* ==============================
   МОБИЛЬНАЯ
   ============================== */

@media screen and (max-width: 640px) {

    .t-cms__page .t-redactor__text,
    .t-cms__page .t-redactor__quote {
        font-size: 16px;
        line-height: 1.6;
    }

    .t-cms__page .t-redactor__h2 {
        font-size: 26px !important;
        margin-top: 40px !important;
    }

    .t-cms__page .t-redactor__h3 {
        font-size: 20px !important;
    }

    .t-cms__page table {
        min-width: 650px;
        font-size: 14px;
    }

    .t-cms__page .cta {
        padding: 22px;
    }

}

/* ==============================
   СПИСОК СТАТЕЙ /BLOG/
   ============================== */

/* Заголовок страницы "Советы экспертов" */
.t2823 .t-section__title {
    font-family: Arial, sans-serif !important;
    font-weight: 700 !important;
    font-size: 42px !important;
    line-height: 1.2 !important;
    color: #332b2d !important;
}

/* Заголовки статей */
.t2823 .t-cms__card .t-name,
.t2823 .t-cms__card .t-cms__card__text {
    font-family: Arial, sans-serif !important;
}

/* Название статьи */
.t2823 .t-cms__card .t-name_md,
.t2823 .t-cms__card [data-style="title_typo"] {
    font-family: Arial, sans-serif !important;
    font-weight: 700 !important;
    font-size: 22px !important;
    line-height: 1.3 !important;
    color: #332b2d !important;
}

/* Дата */
.t2823 .t-cms__card .t-uptitle,
.t2823 .t-cms__card [data-style="text_typo"] {
    font-family: Arial, sans-serif !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    color: #777 !important;
}

/* Расстояние между карточками */
.t2823 .t-cms__card {
    margin-bottom: 35px !important;
}

/* Картинка */
.t2823 .t-cms__card__image {
    border-radius: 8px;
    overflow: hidden;
}

/* Плавный hover заголовка */
.t2823 .t-cms__card:hover .t-name_md,
.t2823 .t-cms__card:hover [data-style="title_typo"] {
    color: #494c8d !important;
}

/* Немного воздуха между картинкой и текстом */
.t2823 .t-cms__card__cell_txt {
    padding-left: 25px !important;
}

/* Мобильная */
@media screen and (max-width: 640px) {

    .t2823 .t-section__title {
        font-size: 30px !important;
    }

    .t2823 .t-cms__card .t-name_md,
    .t2823 .t-cms__card [data-style="title_typo"] {
        font-size: 19px !important;
        line-height: 1.35 !important;
    }

    .t2823 .t-cms__card__cell_txt {
        padding-left: 0 !important;
        padding-top: 15px !important;
    }
}