[hidden] {
  display: none !important;
}

.sale-popup {
  max-width: 600px;
  padding: 10px 10px 40px 10px !important;
  position: relative;
}

.sale-popup__loader {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, .6);
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

@media (min-width: 768px) {
  .sale-popup {
    overflow: visible !important;
  }
}

.sale-popup__image {
  margin-bottom: 30px;
}

.sale-popup__text {
  width: 100%;
  max-width: 410px;
  padding-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  font-family: "Blender Pro", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: normal;
  text-align: center;
  color: #01122C;
}

.sale-popup .sale-popup__form {
  text-align: center;
}

@media(min-width: 768px) {
  .sale-popup .sale-popup__group {
    width: calc(100% - 170px);
    max-width: 258px;
  }
}

.sale-popup .sale-popup__input {
  width: 100% !important;
  height: 42px;
  min-height: 42px;
  font-size: 14px;
  font-family: "Blender Pro", sans-serif;
}

.sale-popup .sale-popup__btn {
  width: 142px;
  height: 42px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 18px;
  border-radius: 2px;
  background-color: #F2994A;
  color: #fff;
  font-weight: 500;
  font-family: "Blender Pro", sans-serif;
  font-size: 20px;
}

@media (max-width: 767px) {
  .sale-popup .sale-popup__btn {
    width: 100%;
    margin-left: 0;
  }
}

.sale-popup .sale-popup__btn:hover,
.sale-popup .sale-popup__btn:focus {
  color: #F2994A;
  background-color: transparent;
  border-color: #F2994A;
}


/**/

.sale-popup-box .fancybox-close-small {
  width: 39px;
  height: 39px;
  background-color: #01122C;
  top: -39px;
  right: -39px;
}

.sale-popup-box .fancybox-close-small:after {
  background-color: #01122C;
  color: #fff;
  font-size: 35px;
  right: 4px;
}

.sale-popup-box .fancybox-close-small:hover:after,
.sale-popup-box .fancybox-close-small:focus:after {
  background-color: #01122C;
}

@media (max-width: 767px) {
  .sale-popup-box .fancybox-close-small {
    top: 10px;
    right: 10px;
  }
}