/* VARIABLES */

:root {
    --title-font: 'Rubik', Arial, sans-serif;
    --text-font: 'Roboto', Arial, sans-serif;
    --text-dark: #242424;
    --text-light: #777;
    --bg-light: #f5f5f5;
    --btn-fs: 14px;
    --btn-fw: 500;
    --bd-radius: 5px;
}

/* VARIABLES - END */




body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.t-rec {
    word-break: normal !important;
}


/* 03 Карточки новостей */
@media (min-width: 320px) and (max-width: 640px) {
    .t-feed__grid-col {
        margin-bottom: 10px !important;
    }
}
/* 03 Конец */

/* 04 Pop-up */
.t-popup__container.t-width.t-width_6.t-popup__container-animated {
    border-radius: 5px;
}
.t702 .t-input-group {
    margin-bottom: 10px;
}
.t702 .t-form__submit {
    margin-top: 10px;
}
/* 04 Конец */




/* TL02B - Title H2 & Subtitle */

.t795 {
    padding-bottom: 60px;
}

.t795__title {
    font-family: var(--title-font);
    color: var(--text-dark);
    font-size: 40px;
    line-height: 1.5;
    font-weight: 500;
    margin-bottom: 0;
}

.t795__descr {
    color: var(--text-light);
    font-size: 18px;
    line-height: 1.6;
    margin-top: 20px;
}

@media (min-width: 480px) and (max-width: 640px) {
    .t795 .t-container {
        max-width: 500px;
    }
}

@media (min-width: 320px) and (max-width: 480px) {
    .t795 .t-container {
        max-width: 360px;
    }
}

@media (min-width: 320px) and (max-width: 640px) {
    .t795__title {
        font-size: 28px;
        line-height: 1.4;
    }

    .t795__descr {
        font-size: 16px;
        line-height: 1.4;
        margin-top: 10px;
    }

    .t795 {
        padding-bottom: 40px;
    }
}

/* TL02B - END */




/* FD301 - Post Card */

.t897 .t-feed__col-grid__post-wrapper {
    background-color: var(--bg-light);
    border-radius: var(--bd-radius);
}

.t897 .t-feed__post-bgimg {
    margin: 20px 20px 0 20px;
    border-radius: var(--bd-radius);
}

.t897 .t-feed__col-grid__wrapper {
    padding: 10px 20px 15px 20px;
}

.t897 .t-name_md {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
}

.t897 .t-descr_xxs {
    font-size: 14px;
    line-height: 1.5;
}

.t897 .t-feed__post-descr {
    margin-top: 10px;
}

@media (min-width: 960px) and (max-width: 1200px) {
    .t897 .t-feed__grid-separator {
        margin-bottom: 20px !important;
    }
}

@media (min-width: 640px) and (max-width: 960px) {
    .t897 .t-feed__grid-col {
        margin-bottom: 20px;
    }
}

@media (min-width: 480px) and (max-width: 640px) {
    .t897 .t897__container {
        max-width: 500px;
    }
}

@media (min-width: 320px) and (max-width: 480px) {
    .t897 .t897__container {
        max-width: 360px;
    }
}

@media (min-width: 320px) and (max-width: 640px) {
    .t897 .t-feed__col-grid__wrapper {
        padding: 0 20px 20px 20px;
    }
}

/* FD301 - Post Popup */

.t897 .t-feed__post-popup__img {
    border-radius: var(--bd-radius);
}

.t897 .t-feed__post-popup__title {
    font-family: var(--title-font);
    font-size: 40px;
    line-height: 1.5;
    font-weight: 500;
}

.t897 .t-feed__post-popup__text {
    font-family: var(--text-font);
}

.t897 .t-feed__post-popup__author-name {
    font-size: 14px;
}

.t897 .t-feed__post-popup__date {
    font-size: 14px;
    font-weight: 400;
}

.t897 .t-feed__post-popup__relevants-title {
    font-family: var(--title-font);
    font-size: 24px;
    margin: 100px 0 40px;
}

.t897 .t-feed__post-popup__relevants-content {
    padding: 20px;
    background-color: var(--bg-light);
    border-radius: var(--bd-radius);
}

.t897 .t-feed__post-popup__relevants-bgimg {
    border-radius: var(--bd-radius);
}

.t897 .t-feed__post-popup__relevants-item-title {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 5px;
}

.t897 .t-feed__post-popup__relevants-item-descr {
    color: var(--text-light);
}

.t897 .t-feed__post-popup__relevants-item_row {
    margin-bottom: 10px;
}

@media (min-width: 320px) and (max-width: 640px) {
    .t897 .t-feed__post-popup__title {
        font-size: 28px;
        line-height: 1.4;
    }

    .t897 .t-feed__post-popup__text {
        font-size: 16px;
        line-height: 1.6;
    }

    .t897 .t-feed__post-popup__relevants-title {
        font-size: 20px;
        margin: 40px 0 20px;
    }
}

@media (min-width: 320px) and (max-width: 420px) {
    .t897 .t-feed__post-popup__relevants-content {
        display: block;
    }

    .t897 .t-feed__post-popup__relevants-imgwrapper {
        width: 100%;
        height: 180px !important;
        margin-bottom: 15px;
    }
}

/* FD301 - BTN Load more */

.t897 .t-btn {
    font-size: var(--btn-fs);
    font-weight: var(--btn-fw);
    letter-spacing: 0.5px;
}

.t897 .t-feed__buttons-wrapper {
    margin-top: 60px;
}

.t897 .t-feed__showmore-btn {
    margin: 0;
}

@media (min-width: 320px) and (max-width: 640px) {
    .t897 .t-feed__buttons-wrapper {
        margin-top: 15px;
    }

    .t897 .t-btn {
        height: 40px;
    }
}

/* FD301 - END */

.t-feed__post-popup__container {
    padding-top: 15px !important;
}