/* 
    ==========
    ========== Блок с объявлениями
    ==========
*/

/* Кнопки на всю ширину карточки. */
.t778__btn {
    width: 100%;
    font-size: 16px;
}

/* Увеличил шрифт описания в модальном окне */
.t-popup .t778__descr {
    font-size: 16px; 
}


/* Статья. Отключить дату. */
.t-feed__post-popup__date-parts-wrapper {
    display: none;
}


/*Кнопка месенджера*/
/*#rec292066578,*/
/*#rec296465912 {*/
/*    position: fixed;*/
/*    bottom: 30px;*/
/*    right: 0;*/
/*    z-index: 999;*/
/*    width: 100%;*/
/*    background-color: transparent;*/
/*}*/

/*#rec292066578 .t396__filter,*/
/*#rec296465912 .t396__filter {*/
/*    width: 100px;*/
/*    z-index: 999;*/
/*}*/


/*Footer*/
#rec296465912 {
    position: absolute;
    bottom: 0;
    z-index: 999;
    min-height: 100px;
}

.social-btn .tn-atom:focus {
    outline: none;
    border: none;
}

.social-btn:focus,
.social-btn.tn-atom {
    outline: none;
    border: none;
}


.social-btn {
    position: fixed;
}


/*Мобильное меню*/
.t450 {
    background-color: rgba(0, 0, 0, .75);
}

.t450__container {
    display: flex;
    align-items: center;
    justify-content: center;
}


/*Мнню*/
#rec292744169,
.topMenu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    /*background-color: transparent;*/
}


/*Детальная страница квартиры*/
/*Детальное описание > убрать подчёркивание у первого пункта*/
.t812__pricelist-item:first-child .t812__pricelist-item__line {
    display: none;
}












