

.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 {
  display: none;
  position: fixed;
  z-index: 999;
  top: 140px;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 1008px;
background: #FFFFFF;
-webkit-box-shadow: 0px 24px 24px rgba(0, 0, 0, 0.24);
        box-shadow: 0px 24px 24px rgba(0, 0, 0, 0.24);
 
 
}


.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;
}
.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);
}