@-webkit-keyframes ajax-spinner {
  0% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg); }
  100% {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg); } }

@keyframes ajax-spinner {
  0% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg); }
  100% {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg); } }

.simple-title {
  width: auto;
  background-color: #FFF; }
  @media (min-width: 768px) {
    .simple-title {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      min-width: 500px; } }
  .simple-title h2,
  .simple-title h3,
  .simple-title h4 {
    margin: 0; }
    @media (min-width: 768px) {
      .simple-title h2,
      .simple-title h3,
      .simple-title h4 {
        white-space: nowrap; } }
  .simple-title.dark {
    background-color: #404041; }
    .simple-title.dark .simple-title__title {
      color: #FFF; }
  .simple-title .simple-title__title {
    padding: 15px 30px;
    margin: 0;
    color: #000;
    text-align: center; }
    @media (min-width: 1024px) {
      .simple-title .simple-title__title {
        padding: 30px 45px; } }
