@keyframes bounce_fountainG {
  0% {
    transform: scale(1);
    background-color: rgb(0, 0, 0);
  }

  100% {
    transform: scale(0.3);
    background-color: rgb(255, 255, 255);
  }
}

@-o-keyframes bounce_fountainG {
  0% {
    -o-transform: scale(1);
    background-color: rgb(0, 0, 0);
  }

  100% {
    -o-transform: scale(0.3);
    background-color: rgb(255, 255, 255);
  }
}

@-ms-keyframes bounce_fountainG {
  0% {
    -ms-transform: scale(1);
    background-color: rgb(0, 0, 0);
  }

  100% {
    -ms-transform: scale(0.3);
    background-color: rgb(255, 255, 255);
  }
}

@-webkit-keyframes bounce_fountainG {
  0% {
    -webkit-transform: scale(1);
    background-color: rgb(0, 0, 0);
  }

  100% {
    -webkit-transform: scale(0.3);
    background-color: rgb(255, 255, 255);
  }
}

@-moz-keyframes bounce_fountainG {
  0% {
    -moz-transform: scale(1);
    background-color: rgb(0, 0, 0);
  }

  100% {
    -moz-transform: scale(0.3);
    background-color: rgb(255, 255, 255);
  }
}

.time_remains {
  font: 700 1.1em/1.5 sans-serif !important;
  color: red !important;
}

.form-header1 .form-header1 {
  text-align: center !important;
}

.product-image1 {
  position: relative !important;
  margin: 0 auto !important;
  background: #fff !important;
  text-align: center !important;
  max-width: 380px;
}

.product-image1 img {
  margin: 0 auto !important;
  border: none !important;
  padding: 0 !important;
  width: 100% !important;
  z-index: 0 !important;
  position: static !important;
}

.product-banner-text1 {
  font-size: 12px !important;
}

.product-banner1 {
  width: 117px !important;
  height: 117px !important;
}

.product-banner1 {
  opacity: 0.9 !important;
  display: table !important;
  width: 117px !important;
  height: 117px !important;
  line-height: 25px !important;
  color: #fff !important;
  font-size: 18px !important;
  text-align: center !important;
  background: url(../images/product-banner.png) no-repeat center !important;
  background-size: 100% !important;
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  text-decoration: none !important;
}

.product-banner-text1 {
  text-align: center !important;
  margin: 0 !important;
  font-weight: 700 !important;
  color: #f2f2f2 !important;
  display: table-cell !important;
  font-size: 20px !important;
  vertical-align: middle !important;
  position: relative;
}

.product-banner-text1:after {
  position: relative;
  top: -5px;
  left: -2.5px;
}

.product-banner-text1 {
  font-size: 16px !important;
}

#text1 {
  margin-top: 40px;
  vertical-align: top;
  display: inline-block;
  width: 75%;
  margin-right: 0;
  text-align: center;
}

.offer-name1 {
  color: #ffeb3b !important;
}

@media (max-width: 768px) {
  .close-popup {
    right: 0 !important;
  }

  .pop-up-text {
    /* font-size: 13px !important; */
  }

  .main {
    width: 100%;
  }

  .main-btn {
    font-size: 16px !important;
  }
}

.comment-input {
  border: 1px solid #43a047;
  box-shadow: 0px 2px 4px -3px #237a27;
  font-size: 16px;
  box-sizing: border-box;
  padding: 10px 20px;
  height: 120px;
  width: 100%;
}

@media screen and (min-width: 451px) {
  .l-wr-main {
    margin-top: 0;
  }
}

.b-comments__item-text img {
  max-width: 300px;
  width: 100%;
}

.hidecomment {
  display: block;
  height: 0.1px;
  position: absolute;
  top: 0;
  left: 0;
  transition: height 0.5s;
  padding-bottom: 0;
  border-bottom: 0;
  overflow: hidden;
}

.b-top-bar .b-top-bar__projects_list li a span {
  font-size: 0.6em;
}