/* СТИЛЬ ПОПАПА С 3D-МОДЕЛЬЮ */

/* Основной контейнер */

.af-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 20px;
  font-family: 'Manrope', sans-serif;
}

/* Подпись под моделью */
.af-text {
  display:block;
  height:auto;
  margin: 10px;
  align:center;

}

/* Заголовок */
.af-title {
  height:auto;
  margin: 0;
  font-size: 18px;   
  font-weight: 600;
    align:center;
}

/* Рубрика */
.af-category {
  margin: 4px 0 0;
  font-size: 14px;  
  font-weight: 400;
    align:center;
}

/* Дополнительные стили для CRM-форм */

.b24-form-sign {
    display: none!important;
}

.b24-window-popup-wrapper {
    z-index: 200000!important;
}

.t-popup {
    z-index: 10001;
}



/*
#allrecords b, #allrecords strong {
    color: #242629;
}
*/

/* СТИЛЬ КНОПКИ "Все новости/кейсы" - принудительное выравнивание влево */

.t-feed__buttons-wrapper {
    justify-content: left!important;
    margin-top: 30px!important;
}
