/* Общее */
    /* Флот: поп-ап */
        .t778__title-wrapper + .t778__btn-wrapper {
            display: none;
        }
        .t-popup .t778__descr {
            font-size: 18px !important;
        }
    /* Флот: карточка */
        .t778__col .t778__wrapper {
            border: 3px solid #EDF1F2;
        }
        .t778__imgwrapper {
            margin-top: 16px;
            margin-bottom: 16px;
        }
        .t778__content {
            background: #EDF1F2;
        }
    /* Участие: перечень условий */
        .t776__descr li {
            padding-top: 8px;
            padding-bottom: 8px;
            border-bottom: 1px solid #B6C6CA;
        }
        .t776__descr ul {
            list-style: none;
            padding-left: 0px !important;
        }
    /* Поп-ап форма */
        .t702 .t702__img {
            max-height: 160px;
            object-fit: cover;
        }
    /* Этапы (программа): поп-ап  */
        .t390 .t-uptitle, .t390__descr {
            letter-spacing: unset !important;
            font-size: 18px !important;
        }
        .t390__descr em {
            font-style: normal !important;
            font-weight: 600 !important;
        }
        .t390__descr ul {
            margin-bottom: 4px !important;
            padding-left: 0px !important;
            list-style-type: none !important;
        }
        .t390__descr ul li {
            padding-top: 28px;
            display: flex;
        }
        .t390__descr ul strong {
            color: #006a86;
            display: inline-block;
            font-weight: 600 !important;
            min-width: 60px;
        }
        .t390__title {
            padding-top: 20px;
            padding-bottom: 10px;
        }
    
/* Адаптив */
@media (max-width: 980px) { 
    /* Меню */
        .tmenu-mobile__container {
            padding: 12px 20px 12px 20px !important;
        }
    /* Изображение */
        .t195__img, .t195__imgsection {
            display: none !important;
        }
    /* Тексты */
        .t778__descr, .t600__descr {
            font-size: 16px !important;
        }
    /* Контакты */ 
        .t555__contentbox {
            height: 180px !important;
        }
        .t555__contentwrapper {
            padding: 0px 20px 20px 0px !important;
        }
}

@media (max-width: 640px) {
    /* Отступы */
        .t-rec_pt_90 {
            padding-top: 60px !important;
        }
        .t-rec_pb_90 {
            padding-bottom: 60px !important;
        }
    /* Тексты */
        .t-popup .t778__descr, .t004 .t-text, .t-card__descr, .t195__text, .t600__descr, .t390__descr {
            font-size: 16px !important;
        }
    /* Тексты на синей подложке */
        .t265__text, .t185__text, .t390 .t-uptitle {
            font-size: 18px !important;
        }
        .t265__wrapper {
            padding: 30px 20px 30px 20px;
        }
        .t265 {
            margin-right: 20px;
            margin-left: 20px;
        }
        .t265__icon {
            display: none !important;
        }
    /* Партнеры */
        .t600__imgwrapper {
            margin: unset !important;
        }
        .t600__textwrapper {
            text-align: left !important;
        }
    /* Этапы (программа): поп-ап  */
        .t390__descr ul li {
            padding-top: 24px !important;
        }
        .t390__descr ul strong {
            min-width: 60px !important;
        }
}