.popup-loader {
  display: none;
  position: absolute;
  width: 100%;
  padding-top: 15px;
}

img.loader {
  width: 2%;
}

#bt-popup {
  display: flex;
  gap: 20px;
  align-items: center;
}

.bt-popup-title {
  font-size: 30px;
  color: rgb(0, 131, 208);
  line-height: 1.066;
}

.bt-popup-sub-title {
  font-size: 14px;
  color: rgb(34, 34, 34);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.8;
  padding-top: 5px;
}

.bt-popup-text {
  font-size: 14px;
  color: rgb(34, 34, 34);
  line-height: 1.714;
  text-align: left;
  padding-top: 5px;
  padding-bottom: 10px;
  width: 100% !important;
}

.bt-popup-form {
  padding: 0 10px 0 0;
}

.bt-popup_field_newsletter {
  margin-bottom: 15px;
}
 
.bt-popup-input::-webkit-input-placeholder {
  font-size: 14px !important;
  font-style: italic;
  padding-left: 15px;
  color: rgb(162, 162, 162) !important;
  line-height: 1.714;
  text-align: left;
}


.bt-popup-img-content {
  padding-top: 8px;
}

@media screen and (max-width: 768px) {
  .bt-popup-title {
    font-size: 22px;
  }

  .bt-popup-sub-title {
    font-size: 12px;
  }

  .bt-popup-text {
    font-size: 12px;
    width: 100%;
  }

  .bt-popup-form {
    width: 100%;
  }

  .bt-popup-text-content {
    width: 100%;
  }

  .bt-popup-img-content {
    position: inherit;
    width: 100%;
    margin-top: 20px;
  }

  #bt-popup {
    display: block;
  }
}

.bt-popup-img-content {
  order: -1;
}

.newsletter-popup .modal-content {
  padding: 0;
  margin: 0;
}

.newsletter-popup header.modal-header {
  margin-bottom: -38px;
}

.bt-popup-img-content img {
  display: block;
}

.bt-popup-title {
  text-align: center;
}

.bt-popup-text-content {
  text-align: center;
}