.zcwPopup-bg {
  display: none;
  position: fixed !important;
  left: 0 !important;
  top: 0 !important;
  z-index: 99991 !important;
  width: 100% !important;
  height: 100% !important;
  background: url(/zp/images/underlay.png) repeat 0 0 !important;
  cursor: pointer !important;
  -webkit-filter: blur(1.4px);
  -moz-filter: blur(1.4px);
  -ms-filter: blur(1.4px);
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='blur'><feGaussianBlur stdDeviation='2'/></filter></svg>#blur");
  filter: blur(2px);
  filter: progid:DXImageTransform.Microsoft.Blur(pixelRadius=2);
}

.zcwPopup {
  display: none;
  text-align: center;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99992 !important;
  width: 280px !important;
  margin: -80px 0 0 -140px;
  height: auto !important;

  padding: 10px !important;
  border-radius: 4px !important;
  -webkit-box-shadow: 0 0 12px #cecece !important;
  -moz-box-shadow: 0 0 12px #cecece !important;
  -ms-box-shadow: 0 0 12px #cecece !important;
  box-shadow: 0 0 12px #cecece !important;
  font-family: "ProximaNova-Light", sans-serif !important;
  font-size: 21px !important;
  background-color: white;
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
  opacity: 0.9;
  color: black;
}

.zcwPopup-title,
.zcwPopup-description,
.zcwPopup-content {
  color: black;
}

.zcwPopup-title {
  text-align: center;
}

#zcwPopup-raty img {
  display: inline !important;
}
.zcwPopup-close {
  cursor: pointer !important;
  text-decoration: none;
  color: grey;
  position: absolute;
  top: 10px;
  right: 10px;
}

.zcwPopup-content {
  font-size: 14px;
}

.zcwPopup-countdown {
  font-weight: bold;
  display: none;
}

.zcwPopup .link {
  text-decoration: underline;
  cursor: pointer;
}

.zcwPopup button,
.zcwPopup input,
.zcwPopup select,
.zcwPopup textarea {
  margin: 0 !important;
  width: auto !important;
  color: black !important;
  border: solid 1px #999999 !important;
  border-radius: 2px !important;
  display: inline !important;
  text-align: left !important;
  font-size: 100% !important;
  padding: 5px 5px 5px 5px !important;
}

.zcwPopup input.zcwInputError,
.zcwPopup select.zcwInputError,
.zcwPopup textarea.zcwInputError {
  border: 1px solid red;
}

#zcwMiniButton {
  position: fixed;
  right: 50px;
  bottom: 50px;
  width: 70px;
  height: 70px;
  cursor: pointer;
  opacity: 1;
  z-index: 99990;
}
#zcwMiniButton #zcwMiniButtonMain {
  -moz-border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  border-radius: 50% !important;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #00344a;
  width: 70px;
  height: 70px;
  -webkit-animation: zcwmini 1.5s 0s ease-out infinite;
  -moz-animation: zcwmini 1.5s 0s ease-out infinite;
  animation: zcwmini 1.5s 0s ease-out infinite;
}
#zcwMiniButton #zcwMiniButtonMain:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(/zp/images/mini.png);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-animation: zcwphone 1.5s linear infinite;
  -moz-animation: zcwphone 1.5s linear infinite;
  animation: zcwphone 1.5s linear infinite;
}
#zcwMiniButton:hover {
  opacity: 1;
}
#zcwMiniButton:hover #zcwMiniButtonMain {
  -webkit-animation: zcwmini2 1s 0.4s ease-out infinite;
  -moz-animation: zcwmini2 1s 0.4s ease-out infinite;
  animation: zcwmini2 1s 0.4s ease-out infinite;
}
#zcwMiniButton:hover #zcwMiniButtonMain:before {
  -webkit-animation: zcwphone2 1s linear infinite;
  -moz-animation: zcwphone2 1s linear infinite;
  animation: zcwphone2 1s linear infinite;
}
@-webkit-keyframes zcwphone {
  0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -ms-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }
  50% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  75% {
    -ms-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }
  100% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-moz-keyframes zcwphone {
  0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -ms-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }
  50% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  75% {
    -ms-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }
  100% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes zcwphone {
  0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -ms-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }
  50% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  75% {
    -ms-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }
  100% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-webkit-keyframes zcwphone2 {
  0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -ms-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }
  50% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  75% {
    -ms-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }
  100% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-moz-keyframes zcwphone2 {
  0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -ms-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }
  50% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  75% {
    -ms-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }
  100% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes zcwphone2 {
  0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -ms-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }
  50% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  75% {
    -ms-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }
  100% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-webkit-keyframes zcwmini {
  0% {
    box-shadow: 0 0 8px 6px rgba(45, 112, 179, 0), 0 0 0 0 rgba(0, 0, 0, 0),
      0 0 0 0 rgba(45, 112, 179, 0);
  }
  10% {
    box-shadow: 0 0 8px 6px, 0 0 12px 10px rgba(0, 0, 0, 0), 0 0 12px 14px;
  }
  100% {
    box-shadow: 0 0 8px 6px rgba(45, 112, 179, 0), 0 0 0 40px rgba(0, 0, 0, 0),
      0 0 0 40px rgba(45, 112, 179, 0);
  }
}
@-moz-keyframes zcwmini {
  0% {
    box-shadow: 0 0 8px 6px rgba(45, 112, 179, 0), 0 0 0 0 rgba(0, 0, 0, 0),
      0 0 0 0 rgba(45, 112, 179, 0);
  }
  10% {
    box-shadow: 0 0 8px 6px, 0 0 12px 10px rgba(0, 0, 0, 0), 0 0 12px 14px;
  }
  100% {
    box-shadow: 0 0 8px 6px rgba(45, 112, 179, 0), 0 0 0 40px rgba(0, 0, 0, 0),
      0 0 0 40px rgba(45, 112, 179, 0);
  }
}
@keyframes zcwmini {
  0% {
    box-shadow: 0 0 8px 6px rgba(45, 112, 179, 0), 0 0 0 0 rgba(0, 0, 0, 0),
      0 0 0 0 rgba(45, 112, 179, 0);
  }
  10% {
    box-shadow: 0 0 8px 6px, 0 0 12px 10px rgba(0, 0, 0, 0), 0 0 12px 14px;
  }
  100% {
    box-shadow: 0 0 8px 6px rgba(45, 112, 179, 0), 0 0 0 40px rgba(0, 0, 0, 0),
      0 0 0 40px rgba(45, 112, 179, 0);
  }
}
@-webkit-keyframes zcwmini2 {
  0% {
    box-shadow: 0 0 8px 6px rgba(45, 112, 179, 0), 0 0 0 0 rgba(0, 0, 0, 0),
      0 0 0 0 rgba(45, 112, 179, 0);
  }
  10% {
    box-shadow: 0 0 8px 6px, 0 0 12px 10px rgba(0, 0, 0, 0), 0 0 12px 14px;
  }
  100% {
    box-shadow: 0 0 8px 6px rgba(45, 112, 179, 0), 0 0 0 40px rgba(0, 0, 0, 0),
      0 0 0 40px rgba(45, 112, 179, 0);
  }
}
@-moz-keyframes zcwmini2 {
  0% {
    box-shadow: 0 0 8px 6px rgba(45, 112, 179, 0), 0 0 0 0 rgba(0, 0, 0, 0),
      0 0 0 0 rgba(45, 112, 179, 0);
  }
  10% {
    box-shadow: 0 0 8px 6px, 0 0 12px 10px rgba(0, 0, 0, 0), 0 0 12px 14px;
  }
  100% {
    box-shadow: 0 0 8px 6px rgba(45, 112, 179, 0), 0 0 0 40px rgba(0, 0, 0, 0),
      0 0 0 40px rgba(45, 112, 179, 0);
  }
}
@keyframes zcwmini2 {
  0% {
    box-shadow: 0 0 8px 6px rgba(45, 112, 179, 0), 0 0 0 0 rgba(0, 0, 0, 0),
      0 0 0 0 rgba(45, 112, 179, 0);
  }
  10% {
    box-shadow: 0 0 8px 6px, 0 0 12px 10px rgba(0, 0, 0, 0), 0 0 12px 14px;
  }
  100% {
    box-shadow: 0 0 8px 6px rgba(45, 112, 179, 0), 0 0 0 40px rgba(0, 0, 0, 0),
      0 0 0 40px rgba(45, 112, 179, 0);
  }
}

@media only screen and (min-width: 960px) {
  .zcwPopup {
    width: 550px !important;
    margin: -120px 0 0 -275px;
  }
}

.call_delyvery_payment {
  width: 745px;
  padding: 10px 20px;
  background: url("/zp/images/stoim/price_bg.png") no-repeat;
  background-size: cover;
  min-height: 190px;
  margin-bottom: 20px;
  position: relative;
}
.title_callback {
  color: #217194;
  font-size: 20px;
  margin-top: 0;
}
.text_callback {
  font-size: 16px;
}
.input_callback {
  width: 205px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  outline: none;
  margin-right: 15px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.submit_callback {
  color: #fff;
  background: #fa5446;
  padding: 8px 10px;
  width: 220px;
  font-size: 14px;
  border-radius: 5px;
  border: none;
  margin-top: 20px;
  margin-right: -20px;
  border-bottom: 2px solid #575757;
  cursor: pointer;
}
.span_callback {
  float: right;
  margin-top: 30px;
  font-size: 12px;
}
.call_callback {
  display: none;
}
.selected_callback {
  display: block;
}
.star_callback {
  color: red;
  position: absolute;
  top: 26px;
  left: 390px;
}
.star2_callback {
  left: 165px;
}
.header_callback {
  overflow: hidden;
}
.call_get_callback {
  float: left;
  background: #0b6c8f;
  margin-right: 15px;
  padding: 8px;
  width: 125px;
  text-align: center;
  color: #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  cursor: pointer;
}
.triangle {
  position: absolute;
}
.triangle img {
  position: absolute;
  z-index: 1;
  right: 40px;
  top: 25px;
  padding: 0;
  width: auto;
  border: none;
}
.triangle1 {
  position: absolute;
}
.triangle1 img {
  position: absolute;
  z-index: 1;
  right: 17px;
  top: 28px;
  padding: 0;
  width: auto;
  border: none;
}
.call_get_callback_selected {
  background: #f85546;
}
.title_product_callback {
  color: #0d6b8f;
  margin-bottom: 0px;
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 20px;
  font-size: 24px;
  text-transform: uppercase;
  text-indent: 0em !important;
}
.title_little_product_callback {
  margin-top: 0;
  text-indent: 0em !important;
}
.title_product_callback span {
  color: red;
}
.product_callback {
  float: left;
  width: 45%;
}

.product_callback_1 {
  float: left;
  width: 400px;
  padding: 0 20px;
}

.product_callback_2 {
  float: left;
  width: 30%;
  padding-left: 50px;
}
img.product_callback_split {
  float: left;
  width: 44px;
  border: none;
  background-color: transparent;
  padding: 0;
  margin: 0;
  padding-top: 20px;
}

.product_call {
  background: url("/zp/images/stoim/background_recall.png") no-repeat;
  background-size: cover;
  background-position: right;
  overflow: hidden;
  width: 765px;
  margin: 30px 0 60px;
}
.product_call_search {
  overflow: hidden;
  width: 705px;
  margin: 0 0 0 -40px;
}
.header_product_callback {
  font-family: Arial, sans-serif;
  font-size: 14px;
  margin: 33px 0 0px 30px;
}

.product_callback_middle {
  width: 15px;
  height: 200px;
  margin: 0 20px;
}
.input_callback_product {
  margin-bottom: 0;
  width: 210px;
  height: 35px;
  margin-right: -20px;
  margin-top: 45px;
  border: 1px solid #aeaeae;
}
.form_callback {
  text-align: right;
}
.submit_product_callback {
  margin-bottom: 40px;
}
.content_form {
  position: relative;
}
.submit_callback_price {
  margin-top: 0px;
  background: #fa5446 !important;
  margin-right: 0px;
}
