.overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.overlay.open {
  display: block;
}
.popup {
  position: fixed;
  top: 140px;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 1008px;
  background: #fff;
  -webkit-box-shadow: 0 24px 24px rgba(0, 0, 0, 0.24);
  box-shadow: 0 24px 24px rgba(0, 0, 0, 0.24);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.popup .old_price {
  top: 3px;
  left: 0;
}
.popup_left {
  background: #f2f2f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.popup_left h3 {
  font-family: "Roboto Condensed", sans-serif;
  line-height: 36px;
  margin-bottom: 66px;
  color: #fff;
  font-weight: bold;
}
.popup_left h3 span {
  display: block;
  text-transform: uppercase;
  font-size: 48px;
  line-height: 64px;
  color: #ffcb00;
}
.popup_right {
  width: 100%;
  padding: 30px 0;
}
.popup_right .form_wrap {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: auto;
  max-width: 352px;
  background: transparent;
  padding: 0;
}
.popup_right .form_wrap .name_phone {
  margin-top: 14px;
}
.popup_right .btnOrder {
  margin-top: 25px;
}
.timer_wrap {
  max-width: 352px;
  margin: auto;
}
.timer_title {
  text-align: center;
  font-size: 24px;
  line-height: 20px;
  color: #585858;
  margin-bottom: 22px;
}
/* сами цифры
.timer_wrap .timer_section {     
  padding: 0;
  margin: 0;
  border-radius: 0;
  background: transparent;
  font-size: 48px;
  line-height: 76px;
  font-weight: bold;
  text-align: center;
}
весь блок
.timer_wrap .timer_mobile {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
две цифры
.timer_wrap .time {
  width: 96px;
  height: 96px;
  background: #ab0e17;
  border-radius: 5px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
.timer_wrap .timer_inner:not(:last-child) .time:before {
  content: ":";
  position: absolute;
  font-weight: bold;
  font-size: 50px;
  color: #585858;
  right: -22px;
  top: 32px;
}
часы, сек, мин
.timer_wrap .timer_inner p {
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  position: relative;
  top: -30px;
} */

/* новое */

.countdown-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center; 
  -ms-flex-align: center; 
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  margin-bottom: 15px;
}
.timer__wrapp {
  width: 96px;
  height: 96px;
  background: #ab0e17;
  border-radius: 5px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
.timer__item {
  padding: 0;
  margin: 0;
  border-radius: 0;
  background: transparent;
  font-size: 48px;
  line-height: 76px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.timer__dots {
  font-weight: bold;
  font-size: 50px;
  color: #585858;
  right: -22px;
  top: 32px;
}
.timer__text {
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  position: relative;
  top: -10px;
  text-align: center;
  color: #fff;
}

.hurry {
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  margin-bottom: 10px;
  color: #c60f22;
}
.popup_right .form_wrap p {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 2px;
  color: #585858;
}
.popup_right .new_price {
  font-size: 28px;
  color: #dc0515;
}
.popup_right .new_price:after,
.popup_right .new_price:before,
.popup_right .new_price:after,
.popup_right .new_price:before {
  display: none;
}
.popup_right .form_wrap form p {
  color: #131313;
  font-size: 13px;
  line-height: 20px;
}
.popup_right .form_wrap .pieces_left {
  color: #585858;
}
.popup_close {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #ab0e17;
  color: #ffca00;
  position: absolute;
  top: -20px;
  right: -18px;
  cursor: pointer;
  -webkit-box-shadow: -4px 4px 10px rgba(0, 0, 0, 0.3);
  box-shadow: -4px 4px 10px rgba(0, 0, 0, 0.3);
}
.popup_close img {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.popup_close:hover img {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
