.e-comebacker {
  background: rgba(0, 0, 0, 0.4);
  bottom: 0;
  display: none;
  font-size: 16px;
  left: 0;
  line-height: normal;
  overflow: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9000;
}

.e-comebacker,.e-comebacker * {
  box-sizing: border-box;
  font-family: Open Sans, sans-serif !important;
  vertical-align: initial;
}

.e-comebacker button {
  background: 0 0 !important;
  border: 0 !important;
  color: inherit !important;
  cursor: pointer;
  font: inherit !important;
  padding: 0 !important;
}

.e-comebacker a {
  color: #00f !important;
  text-decoration: none !important;
}

.e-comebacker__inner {
  height: 100%;
  margin: 0 auto;
  max-width: 730px;
  padding: 0 15px;
  width: 100%;
  word-spacing: -5px;
}

.e-comebacker__inner:before {
  content: "";
  display: inline-block;
  height: 100vh;
  vertical-align: middle;
  width: 0;
}

.e-comebacker__inner > * * {
  word-spacing: normal;
}

.e-comebacker__content {
  background: #fff;
  border-radius: 4px;
  box-sizing: border-box;
  display: none;
  margin: 20px auto;
  padding: 15px 25px;
  vertical-align: middle;
  width: 100%;
}

.e-comebacker__content.e-comebacker-active {
  display: inline-flex;
}

.modal-leave-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}

.modal-leave__info {
  box-sizing: border-box;
  flex-basis: 60%;
  padding-right: 10px;
}

.modal-leave__product-view {
  align-items: center;
  display: flex;
  flex-basis: 40%;
}

.modal-leave .modal-leave__title {
  color: #1219bc;
  font-size: 36px !important;
  font-weight: 700 !important;
  margin-bottom: 8px !important;
  margin-top: 0 !important;
  text-align: center;
  text-transform: uppercase;
}

.modal-leave .modal-leave__motivation {
  font-size: 19px !important;
  font-weight: 700 !important;
  text-align: center;
  margin: 0 0 16px 0;
}

.modal-leave .modal-leave__motivation > strong {
  color: #1219bc;
}

.modal-leave .modal-leave__text {
  font-size: 16px !important;
  margin: 12px auto 14px !important;
}

.modal-leave__text .inner-red {
  color: #d32f2f;
  font-weight: 700;
}

.modal-leave__btn-wrapper {
  max-width: 400px;
  margin: 16px auto 0 auto;
  width: 100%;
  text-align: center;
}

.modal-leave .modal-leave__btn-next {
  display: block;
  padding-top: 15px;
  background-color: #1219bc !important;
  border-radius: 4px;
  color: #fff !important;
  font-size: 22px !important;
  font-weight: 700 !important;
  height: 56px;
  letter-spacing: -0.5px;
  line-height: 25px;
  transition: background-color 0.3s linear;
  width: 100%;
}

.modal-leave .modal-leave__btn-next:hover {
  background-color: #1f8a37 !important;
}

.modal-leave .modal-leave__btn-no {
  color: #78909c !important;
  font-size: 14px !important;
  margin: 5px 0 0 !important;
  text-transform: none;
}

.modal-leave__on-sale {
  margin: 0 auto;
  position: relative;
}

.modal-leave__sale-label {
  align-items: center;
  background: 50% #388e3c;
  border-radius: 50%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15) !important;
  color: #fff;
  display: none !important;
  display: flex;
  font-size: 34px;
  font-weight: 700;
  height: 100px;
  justify-content: center;
  left: 105px;
  position: absolute;
  top: -15px;
  transform: rotate(-12deg);
  width: 100px;
}

.modal-offer {
  width: 100%;
}

.modal-offer .modal-offer__title {
  color: #c62828;
  font-size: 29px !important;
  font-weight: 700 !important;
  margin-bottom: 8px;
  padding: 0 35px;
  text-align: center;
}

.modal-offer__timer {
  margin-top: 5px;
  text-align: center;
}

.modal-offer__timer-time {
  color: #f44336;
  font-size: 35px;
  font-weight: 700;
}

.modal-offer__price {
  flex-basis: 42%;
  margin-right: 20px;
  text-align: center;
}

.modal-offer__price .__label {
  font-size: 20px;
  margin-bottom: 4px;
}

.modal-offer__price .__value {
  color: #f44336;
  font-size: 43px;
  font-weight: 700;
  line-height: 1;
}

.modal-offer__product {
  flex-basis: 42%;
  text-align: center;
}

.modal-offer__form {
  padding-left: 24px;
}

.modal-offer .modal-offer__btn-submit {
  background-color: #16a835 !important;
  background-image: linear-gradient(90deg, #38a22e 1%, #3ab02a) !important;
  border-radius: 4px;
  box-sizing: border-box;
  color: #fff !important;
  cursor: pointer;
  font-family: Arial, sans-serif !important;
  font-size: 23px !important;
  font-weight: 700 !important;
  height: auto;
  letter-spacing: -0.5px;
  margin-top: 6px;
  max-width: 300px;
  padding: 10px !important;
  position: relative;
  width: 100%;
}

.modal-offer .modal-offer__btn-submit .__text {
  position: relative;
  z-index: 1;
}

.popin-anim {
  animation: popin_appear 0.28s ease-out;
}

@keyframes popin_appear {
  0% {
    opacity: 0;
    transform: scale(0.2);
  }

  80% {
    transform: scale(1.05);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.fadeIn-anim {
  animation: fadeIn_appear 0.28s ease-out;
}

@keyframes fadeIn_appear {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.e-comebacker strong {
  font-weight: 700 !important;
}

@media screen and (max-width: 640px) {
  .e-comebacker {
    display: none !important;
  }
}

a.modal-leave__btn-motivation {
  color: #1219bc !important;
  cursor: pointer;
}

@-moz-document url-prefix()  {
  select {
    -webkit-text-indent: -2px;
    -moz-text-indent: -2px;
    text-indent: -2px;
  }
}

.e-comebacker select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff !important;
}

.modal-leave__image {
  max-width: 260px;
  width: 100%;
}