.footer__eml-subscribe {
  background-color: var(--accent-color);
}
.footer__eml-subscribe-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer__eml-subscribe-container .footer__social-items {
  padding: 0;
}

.footer__eml-subscribe-container .footer__social-item {
  background: none;
  border: 2px solid var(--border-color);
  transition: all 0.2s ease-in-out;
}

.footer__eml-subscribe-container .footer__social-item:hover {
  background: var(--secondary-background-color);
  border-color: var(--secondry-background-color);
}

.footer__eml-subscribe-container .footer__social:hover i,
.footer__eml-subscribe-container .footer__social:hover svg {
  fill: var(--secondary-text-color);
  color: var(--secondary-text-color);
}

.footer__eml {
  width: 100%;
  padding: 30px 0;
}
.eml_nomodal_form {
  max-width: none;
  color: var(--secondary-text-color);
  width: 100%;
}
.footer__eml {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.eml_modal_input-group {
  margin: 0;
  width: 100%;
}

.eml_modal_input-group label{
  display: none;

}

.eml__inputs-container {
  display: flex;
  align-items: center;
  overflow: hidden;
  margin-right: 10px;
}

.eml_nomodal_form .auth-text {
  font-size: 24px;
  font-weight: 700;
  margin-right: 10px;
}

.eml_nomodal_form .eml__desc {
  fill: var(--secondary-text-color);
  display: flex;
  align-items: center;
}

.eml_nomodal_form .eml__desc svg {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.eml_nomodal_form .eml__desc-text-container {
  display: flex;
  flex-direction: column;
  margin-right: 10px;
}

.eml_nomodal_form .auth-text svg{
  width: 26px;
  height: 26px;
  fill: var(--secondary-text-color) !important;
  margin-right: 5px;
}

.eml_nomodal_form .eml__desc-text {
  font-weight: 500;
  font-size: 14px;
}

.eml_default-btn {
  margin: 0 0 0 10px;
  background: var(--secondary-background-color) !important;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
  height: 34px;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
}

.eml_default-btn:hover {
  background: var(--accent-color) !important;
}

.eml_email-input-container {
  background-color: var(--main-background-color);
  border-radius: 5px;
}

.eml_modal_input {
  border: none !important;
  width: 100%;
  padding: 0 5px 0 10px;
}

.eml__inputs-container {
  background-color: var(--main-background-color);
  border-radius: 30px;
  padding: 5px;
  width: 50%;
}

.eml_modal_input[name="mail"] {
  border-left: 1px solid var(--border-color) !important;
}

.eml_nomodal_form .clear {
  display: none;
}

.eml_nomodal_success-modal {
  background-color: var(--main-background-color) !important;
}

.eml_nomodal_success-modal .modal-body .close {
  display: none;
}

.modal.eml_nomodal_success-modal .modal-dialog {
  position: static !important;
  transform: none !important;
}
.eml_nomodal_success-modal {
  max-width: 500px;
}

@media (max-width: 1370px) {
  .footer__eml {
    flex-direction: column;
    padding-bottom: 20px;
    align-items: flex-start;
  }
  .eml_nomodal_form .eml__desc {
    margin: 0 0 10px 0;
  }
  .eml__inputs-container {
    width: 100%;
    margin-right: 0;
  }
  .footer__eml-subscribe-container {
    flex-direction: column;
    padding-bottom: 40px;
    align-items: flex-start;
  }
}

@media (max-width: 991px) {
  .footer__eml-subscribe-container .footer__social-item {
    width: 30px;
    height: 30px;
  }
  .footer__eml-subscribe-container .footer__social svg {
    width: 12px;
    height: 12px;
  }
  .footer__eml-subscribe-container .footer__social.footer__social_odnoklassniki svg {
    width: 14px;
    height: 14px;
  }
}
@media (max-width: 512px) {
  .eml__inputs-container {
    flex-direction: column;
    border-radius: 6px;
  }
  .eml_modal_input {
    height: 30px;
    border-bottom: 1px solid var(--border-color) !important;
    text-align: center;
    
  }
  .eml_modal_input[name="mail"] {
    border-left: none !important;
  }
  .eml_default-btn {
    margin: 10px 0 0 0;
  }
  .eml_nomodal_form .auth-text {
    font-size: 18px;
  }
  .eml_nomodal_form .auth-text svg {
    width: 18px;
    height: 18px;
  }
}