.intrastat_description_el,
.intrastat_description_en {
  position: relative;
}

.lds-facebook {
  display: inline-block;
  position: absolute;
  left: 17px;
  top: 43px;
  width: 5px;
  height: 5px;
}

.lds-facebook div {
  display: inline-block;
  position: absolute;
  left: 8px;
  width: 8px;
  background: #999;
  animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}

.lds-facebook div:nth-child(1) {
  left: 4px;
  animation-delay: -0.24s;
}

.lds-facebook div:nth-child(2) {
  left: 16px;
  animation-delay: -0.12s;
}

.lds-facebook div:nth-child(3) {
  left: 28px;
  animation-delay: 0;
}

@keyframes lds-facebook {
  0% {
    top: 4px;
    height: 32px;
  }

  50%, 100% {
    top: 12px;
    height: 16px;
  }
}

