

/* Start:/local/components/finestra/form/templates/.default/style.css?17866791591142*/
#sms-code .fn-form__error:first-child {
  margin-top: -7px;
}

.fn-promo .fn-form__address-item + .fn-form__address-item {
  display: none;
}

.fn-form__loader {
  position: fixed;
  inset: 0;
  z-index: 10000000005;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  width: calc(100% - 40px);
  max-width: 540px;
  height: fit-content;
  text-align: center;
  margin: auto;
}

.fn-form__loader-ring {
  position: relative;
  width: 80px;
  height: 80px;
}

.fn-form__loader-ring div {
  position: absolute;
  box-sizing: border-box;
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #afcb00;
  border-color: #afcb00 transparent transparent transparent;
  border-radius: 50%;
  animation: fn-form-loader 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
}

.fn-form__loader-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.fn-form__loader-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.fn-form__loader-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes fn-form-loader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* End */
/* /local/components/finestra/form/templates/.default/style.css?17866791591142 */
