.btn-add {
    background: #f80e28 !important;
    color: #ffffff !important;
    box-shadow: 0 6px 22px rgb(248 14 40) !important;
}

.modal .btn-primary{
	    background: #f80e28 !important;
    color: #ffffff !important;
}


.start-btn {
    background: #f80e28 !important;
    color: #ffffff !important;
    box-shadow: 0 6px 24px rgb(248 14 40) !important;
}

.success-card .btn{
	    background: #f80e28 !important;
    color: #ffffff !important;
    box-shadow: 0 6px 24px rgb(248 14 40) !important;
}

.success-card .icon{
	background: #f80e28 !important;
}


.login-card .btn.yellow{
		    background: #f80e28 !important;
    color: #ffffff !important;
    box-shadow: 0 6px 24px rgb(248 14 40) !important;
}


.btn.yellow {
    background: #f80e28 !important;
    color: #ffffff !important;
}

.btn-primary:hover{
    background: #f80e28 !important;
    color: #ffffff !important;
}

.btn-primary{
    background: #f80e28 !important;
    color: #ffffff !important;
	    box-shadow: 0 6px 24px rgb(248 14 40) !important;
	
}





@media (max-width: 749px) {
  .header-inner > nav {
    display: none !important;
  }

  /* Убедимся, что логотип и header-actions остаются в одной строке */
  .header-inner {
    justify-content: space-between;
    align-items: center;
  }

  /* Если .header-actions сжимается — фиксируем его размер */
  .header-actions {
    flex-shrink: 0;
  }
}


@media (max-width: 749px) {
  .header-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px; /* отступ между логотипом и кнопками */
    padding: 12px 0;
  }

  .header-inner > nav {
    display: none !important;
  }

  .header-actions {
    width: 100%;
    justify-content: space-between;
  }

  .header-actions .btn {
    flex: 1;
    text-align: center;
    margin: 0 4px;
  }
  
  
  .btn.white {
    background: #f80e28 !important;
    color: #ffffff !important;
}

}