#ouibounce-modal {
  font-family: sans-serif
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
#ouibounce-modal .underlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.9);
  cursor: pointer;
  -webkit-animation: fadein 0.5s;
  animation: fadein 0.5s;
}
#ouibounce-modal .modal {
  width: 600px;
  height: 400px;
  background-color: #f0f1f2;
  z-index: 1;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 4px;
  -webkit-animation: popin 0.3s;
  animation: popin 0.3s;
}
#ouibounce-modal .modal-title {
  font-size: 18px;
  background-color: #252525;
  color: #fff;
  padding: 10px;
  margin: 0;
  border-radius: 4px 4px 0 0;
  text-align: center;
}
#ouibounce-modal h3 {
  color: #fff;
  font-size: 1em;
  margin: 0.2em;
  text-transform: uppercase;
  font-weight: 500;
}
#ouibounce-modal .modal-body {
  padding: 20px 35px;
  font-size: 0.9em;
}

#ouibounce-modal .modal-footer {
  position: absolute;
  bottom: 20px;
  text-align: center;
  width: 100%;
}
#ouibounce-modal .modal-footer p {
  text-transform: capitalize;
  cursor: pointer;
  display: inline;
  border-bottom: 1px solid #344a5f;
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@-webkit-keyframes popin {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  85% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-ms-keyframes popin {
  0% {
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  85% {
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
  }

  100% {
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes popin {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  85% {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.over-window {
  font-family: sans-serif
  height: 629px;
  width: 776px;
  z-index: 9999;
  padding: 10px 0 0;
  cursor: default;
  background: #000;
  position: fixed;
  top: 5%;
  left: 50%;
  margin: 0 0 0 -391px;
  border: 3px solid #3e3e3e;
}
/*.ex-logo{width:426px;height:55px;margin:40px auto 0;background:url(../img/exitsprite2.png) 0 0 no-repeat;} */
.ex-logo {
  color: #ff0e0a;
  font: 54px/55px 'Roboto';
  width: 426px;
  height: 55px;
  margin: 40px auto 0;
  text-align: center;
}
.exit-slogan {
  text-align: center;
  font-weight: 700;
  margin: 15px 0 29px;
  font-size: 20px;
  color: #fff;
}
.exitprod-img {
  width: 332px;
  height: 529px;
  background: url(exitprod-img.png) 0 5px no-repeat;
  margin: -9px 17px 0 8px;
  float: left;
}
.exit-form {
  width: 350px;
  float: left;
}
.exit-form-text {
  margin: 18px 0 19px;
}
.exit-form-text .subhead {
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  color: #fff;
}
.exit-row {
  width: 318px;
  margin: 0 15px 24px 0;
  position: relative;
}
.exit-row input {
  margin: 0;
  padding: 12px 6px 12px 40px;
  height: 47px;
  width: 270px;
  border: none;
  outline: none;
}
.exicon {
  height: 47px;
  width: 38px;
  top: 0;
  left: 0;
  position: absolute;
  background: url(exitsprite.png) no-repeat;
}
.exicon.exicon-name {
  background-position: -1267px 12px;
}
.exicon.exicon-phone {
  background-position: -1267px -59px;
}
.overlay {
  cursor: pointer;
  position: fixed;
  width: 100%;
  height: 100%;
  background: url(overlay-bg.png);
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}
.close-ex {
  height: 52px;
  width: 52px;
  cursor: pointer;
  position: absolute;
  top: -16px;
  right: -16px;
  background: url(exitsprite.png) -1127px 0;
}
.send-exitform {
  display: block;
  cursor: pointer;
  height: 54px;
  width: 315px;
  margin: 27px 0 0;
  border: none;
  outline: none;
  background: url(btn1.png) no-repeat;
  font-size: 28px;
  color: #fff;
}
.send-exitform:hover {
  color: #000;
}

.exattent {
  font-size: 14px;
  color: #fff;
  width: 340px;
  margin: 14px 0 0 -6px;
}
.exit-row input.error {
  border: none;
}
.clr {
  clear: both;
}

.review1 span {
  font-size: 17px !important;
  font-family: sans-serif
}
.review2 span {
  font-size: 14px !important;
  font-family: sans-serif
}
.review2 {
  height: 180px !important;
  line-height: 22px !important;
}
.review1 {
  height: 150px !important;
  line-height: 25px !important;
}

.review3 {
  font-size: 16px !important;
  font-family: sans-serif
  line-height: 25px !important;
}
.block10-sale .sale-text {
  font-size: 11px !important;
}
.block10-price .new-price .new-price-text {
  font-size: 14px !important;
}
.exit-slogan {
  margin-bottom: 20px !important;
}
.block9__list ul li.list-item {
  font-size: 17px !important;
  line-height: 23px;
}
.block10-price .old-price .old-price-text {
  font-size: 16px !important;
}
.bottom-text {
  font-size: 17px !important;
  line-height: 25px !important;
}
.block5__text {
  font-size: 18px;
  line-height: 25px;
}
.block8__right .block8__text {
  font-size: 14px;
  line-height: 25px;
}
.block1__bottom {
  background: url('1.png') /*/img/1.png*/ no-repeat 30px 45px transparent;
  background-size: 180px;
}
.lt39 {
  font-size: 16px;
}
.block1__timer .timer-text {
  font-size: 8px !important;
}
