.form__sale {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 200;
  visibility: hidden;
  overflow: auto;
  min-width: 320px;
  transition: all .3s;
  opacity: 0;
}

.icon_sale {
  position: fixed;
  right: 5px;
  bottom: 70px;
}

.icon_button {
  cursor: pointer;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #083f6b;
  z-index: 9;
  box-shadow: 0 4px 20px 3px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 4px 20px 3px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0 4px 20px 3px rgba(0,0,0,0.3);
}

@media (max-width: 579px) {
  .icon_sale {
    display: none;
  }
}

.form__sale.c-popup_show {    
  visibility: visible;
  opacity: 1;
}

.icon_button svg {
  color: #fff;
  fill: #fff;
  width: 36px;
  height: 37px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}

.logo__sale {
  text-align: center;
  background-color: #083f6b;
  padding: 20px 13px;
}


.form__sale .c-popup__content {
  padding: 0;
}

.content__sale {
  padding: 15px 40px;
  text-align: center;
}

.title__sale {
  font-weight: bold;
  font-size: 36px;
  color: #062e4f;
}

.desc__sale {
  font-size: 20px;
  line-height: 20px;
  color: #2489da;
}

.war__sale {
  font-size: 17px;
  line-height: 18px;
  margin-top: 10px;
}

.form__sale .subscribe-form .form-control {
  outline: none;
  width: 100%;
  border-radius: 10px;
  border: 2px solid #ddd;
  height: 40px;
  font-size: 20px;
  padding: 0 15px;
  margin: 20px 0 0;
  background-color: #fff;
  transition-duration: .3s;
  -o-transition-duration: .3s;
  -ms-transition-duration: .3s;
  -moz-transition-duration: .3s;
  -webkit-transition-duration: .3s;
}

.subscribe-form .form-control.error {
  border-color: #e84c3d;
}

.form__sale .subscribe-form .form-control:focus {
  border-color: #0055a6;
}

.politic__sale {
  font-size: 11px;
}

.submit__sale {
  background-color: #083f6b;
  background-image: linear-gradient(0deg,#083f6b,#78c8f1);
  width: 100%;
  font-size: 30px;
  outline: none;
  margin-top: 30px;
  margin-bottom: 20px;
}

.input__sale {
  position: relative;
}

.message__error__sale {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  margin: 0 auto;
  display: none;
  color: #e84c3d;
  font-size: 14px;
}

.message__success__sale {
  display: none;
  text-align: center;
  padding: 30px 48px;
  font-size: 23px;
  line-height: 23px;
  font-weight: bold;
  color: #083f6b;
}

@media (max-width: 999px) {
  .form__sale .c-popup__close:after, .form__sale .c-popup__close:before {
    top: 5px;
    left: 16px;
  }
  
  .form__sale .c-popup__close:after, .form__sale .c-popup__close:before {
    height: 30px;
  }
}

@media (max-width: 767px) {
  .content__sale {
    padding: 15px;
  }
  
  .submit__sale {
    font-size: 18px;
  }

  .title__sale {
    font-size: 35px;
    line-height: 30px;
    margin-bottom: 10px;
  }
}

.text__icon__sale {
    position: absolute;
    display: none;
    align-items: center;
    left: -230px;
    background: white;
    width: 210px;
    font-weight: bold;
    height: 47px;
    margin: auto 0;
    border: 1px solid #ddd;
    top: 0;
    bottom: 0;
    padding: 0 20px;
    cursor: default;
    border-radius: 6px;
    box-shadow: -2px 5px 10px -2px rgba(0,0,0,0.16);
    -moz-box-shadow: -2px 5px 10px -2px rgba(0,0,0,0.16);
    -webkit-box-shadow: -2px 5px 10px -2px rgba(0,0,0,0.16)
}

.text__icon__sale:before {
  content: '';
  position: absolute;
  bottom: 11px;
  border-top: 11px transparent solid;
  border-bottom: 11px transparent solid;
  right: -11px;
  border-right: none;
  border-left: 11px rgba(0,0,0,0.18) solid;
}

.text__icon__sale:after {
  content: '';
  position: absolute;
  bottom: 12px;
  border-top: 10px transparent solid;
  border-bottom: 10px transparent solid;
  right: -10px;
  border-right: none;
  border-left: 10px white solid;
}

.text__icon__sale.active_text_sale {
  display: flex;
  -webkit-animation-duration: 0.45s;
  animation-duration: 0.45s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

.number__sale {
  display: none;
  background: #e84c3d;
  color: white;
  width: 20px;
  height: 20px;
  line-height: 18px;
  right: 0;
  border-radius: 50%;
  top: 0;
  position: absolute;
  text-align: center;
}

.number__sale.active_num_sale {
  display: block;
  -webkit-animation-duration: 0.45s;
  animation-duration: 0.45s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

.close_text_sale {
  background-color: #6f6f6f;
  color: #fff;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 18px;
  position: absolute;
  left: -10px;
  top: -10px;
  font-weight: normal;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0;
  transition-duration: .3s;
  -o-transition-duration: .3s;
  -ms-transition-duration: .3s;
  -moz-transition-duration: .3s;
  -webkit-transition-duration: .3s;
}

.text__icon__sale:hover .close_text_sale {
  opacity: 1;
}

.text__icon__sale:hover .close_text_sale:hover {
  opacity: 0.8;
}

.message__after__sub {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 200;
  visibility: hidden;
  overflow: auto;
  min-width: 320px;
  transition: all .3s;
  opacity: 0;
}

.message__after__sub.c-popup_show {    
  visibility: visible;
  opacity: 1;
}

.text__after__sub {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  padding: 15px 0;
}






