.title-count { display: inline-block; white-space: pre-line; }
/* Адаптация для телефонов */
@media (max-width: 768px) {
    .wrap-counter .counter-box .number {
        font-size: 36px;
        line-height: 40px;
    }

    .wrap-counter .counter-box .title-count {
        
        line-height: 24px;
    }
    .auth-card {
        padding: 15px;

    }
   .flat-banner .bg-surface .section-title{font-size: 21px !important;}
   .wrap-banner .box-right img {
        max-width: 220px;
    }
}
.tag-yellow{background: #000; color: #f7ca01}
.auth-card .card-header {
    background: none !important;
}
.auth-card {
  background: linear-gradient(135deg, #f7f7f7 0%, #e8f5e8 50%, #d0edd0 100%);
  border-radius: 15px;
}
.flat-banner .bg-surface .section-title{
  color: #fff !important;
}
.footer{
	background-color: #000000 !important;
}
.flat-banner .bg-surface {
  color: #fff !important;
    background: linear-gradient(135deg, #000000 0%, #001a00 30%, #003300 60%, #006600 100%);
    background-attachment: fixed; /* для параллакс-эффекта */    /*background: linear-gradient(135deg, #f7f7f7 0%, #e8f5e8 50%, #d0edd0 100%) !important;*/
}