.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: flex-start;
  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 .modal-offer__title--second {
  font-size: 25px !important;
}

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

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

.modal-offer__promo {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.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__price .__currency {
  font-size: 0.74em;
  margin-left: 4px;
  text-transform: uppercase;
}

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

.modal-offer__cong-text {
  margin: 12px auto 16px;
  max-width: 570px;
  text-align: center;
}

.modal-offer__cong-text .__title {
  color: red !important;
  font-size: 17px !important;
  font-weight: 700 !important;
  margin-bottom: 6px !important;
  text-align: center;
}

.modal-offer__cong-text .cong-text__p {
  margin-bottom: 5px !important;
}

.modal-offer__field {
  margin-bottom: 5px;
  text-align: center;
}

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

.modal-offer__field .__wrapper {
  display: inline-block;
  max-width: 300px;
  position: relative;
  width: 100%;
}

.modal-offer .modal-offer__btn-submit .__bg,
.modal-offer__field .__label {
  box-sizing: border-box;
  display: inline-block;
  left: 0;
  position: absolute;
  width: 100%;
}

.modal-offer__field .__label {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  max-width: 180px;
  padding: 0 16px 0 0;
  text-align: right;
  top: 50%;
  transform: translate(-100%, -50%);
}

.modal-offer__field .__input {
  border: 1px solid #757575 !important;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 400;
  height: 40px;
  line-height: 1;
  padding-left: 17px;
  width: 100%;
}

.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 .__bg {
  background-color: #16a835 !important;
  background-image: linear-gradient(90deg, #1f9913 1%, #2eae1d) !important;
  border-radius: inherit;
  height: 100%;
  top: 0;
  transition: opacity 0.3s linear;
}

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

.modal-offer .modal-offer__btn-submit:hover .__bg {
  opacity: 0;
}

.pl_field_address_info {
  border: none !important;
  height: 0 !important;
  margin: 0 !important;
  outline: 0 !important;
  padding: 0 !important;
  position: absolute;
  width: 0 !important;
  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;
  }
}

.modal-offer .bespl {
  color: red;
  display: block;
  font-size: 36px;
  font-weight: 700;
  margin-top: 0;
  position: relative;
}

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

.comebacker__snoska {
  display: block;
  font-size: 14px;
  margin-top: 5px;
  opacity: 0.7;
}

@-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;
}

.mycity {
  background: #f5fbfb;
  border: 1px solid #989898;
  border-radius: 2px;
  color: #444;
  font-family: unset;
  font-size: 11px !important;
  font-weight: 700;
  margin-left: 5px;
  padding: 1px 7px;
  position: relative;
  text-transform: uppercase;
  top: 0;
  vertical-align: top;
}

.myBlock h1 {
  line-height: 1.3;
}

@media (max-width: 580px) {
  .mycity {
    display: block;
    font-size: 15px;
    margin: 5px 0 0;
    padding: 0;
    text-align: center;
    width: 84px;
  }
}
.modal-leave__image {
  max-width: 260px;
  width: 100%;
}
