body {
  width: 100%;
  background: #ddd;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #222;
  cursor: default;
}
.wrapper {
  margin: 0 auto;
  max-width: 480px;
  background: #fff;
}
.header h1 {
  background: #dd264d;
  color: #fff;
  padding: 10px 20px;
  font-weight: 700;
  text-align: center;
}

.header .info .subtitle {
  background: rgba(235, 235, 235, 0.8);
  padding: 12px 0px 10px;
  width: 100%;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}

.header .info img {
  width: 100%;
  display: block;
}

.header .info .discount {
  position: absolute;
  top: 5px;
  right: 5px;
  padding: 5px;
  background-color: #ffc107;
  color: #000;
  border-radius: 5px;
  text-align: center;
  z-index: 2;
}
.header .info .ribbon {
  background-color: #ffc107;
  height: 30px;
  width: 100%;
}

.header .info .prices {
  position: absolute;
  bottom: -60px;
  left: 0px;
  width: 100%;
}

.header .info .prices .oldprice {
  background: #222;
  color: #fff;
  padding: 15px;
  text-align: center;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.header .info .prices .newprice {
  background: #dd264d;
  color: #fff;
  padding: 15px;
  text-align: center;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.block1 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.block1 div {
  width: 33%;
  padding: 5px;
}

.block1 img {
  width: 60%;
  margin: 0 auto;
}

.timer-block {
  border-top: 1px dashed rgba(0, 0, 0, 0.1);
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  background: #f4f4f4;
}
.timer-block .timer_item {
  margin-right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}
.timer-block p {
  margin: 15px 0px;
}
.timer-block .timer {
  display: flex;
  width: 100%;
  justify-content: space-evenly;
}
.timer .count {
  display: flex;
}
.timer .count span {
  display: block;
  float: left;
  margin: 0 6px 0 0;
  padding: 3px 8px;
  background: #f5ca16;
  font-weight: 700;

  color: #222;
}

.button {
  display: block;
  width: 100%;
  height: auto;
  border: none;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  background: #dd264d;
  -webkit-box-shadow: 0 0 0 10px rgba(221, 38, 77, 0.3);
  -moz-box-shadow: 0 0 0 10px rgba(221, 38, 77, 0.3);
  box-shadow: 0 0 0 10px rgba(221, 38, 77, 0.3);
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  padding: 20px;
}

.products_count {
  padding: 25px;
  color: #fff;
  text-align: center;
  color: #222;
}

.products_count b {
  margin: 0 4px;
  padding: 3px 6px;
  background: #f5ca16;
  font-size: 18px;
  color: #222;
}

.block {
  padding: 10px;
}
.block h2 {
  text-transform: uppercase;
  font-weight: 600;
}
.pc-0 {
  padding: 0px !important;
}
.title {
  margin-top: 15px;
}
.field {
  display: block;
  width: 100%;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #777;
  border: 1px solid #dedede;
  padding: 20px 20px;
  margin-bottom: 15px;
  height: 70px;
}
.field[name="name"] {
  background: #f0f0f0
    url(../images/offer__name_icon.png) 22px
    center no-repeat;
  padding-left: 50px;
}
.field[name="phone"] {
  background: #f0f0f0
    url(../images/offer__phone_icon.png) 22px
    center no-repeat;
  padding-left: 50px;
}
.footer {
  color: #222;
}
.arrow-left {
  position: absolute;
  left: -10px;
  top: 50%;
  padding: 5px;
  background: #f5ca16;
}
.arrow-right {
  position: absolute;
  right: -10px;
  top: 50%;
  padding: 5px;
  background: #f5ca16;
}
.embed-youtube {
  background-color: #000;
  margin-bottom: 30px;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  cursor: pointer;
}
.embed-youtube img {
  width: 100%;
  top: -16.84%;
  left: 0;
  opacity: 0.7;
}
.embed-youtube .embed-youtube-play {
  width: 68px;
  height: 48px;
  background-color: #333;
  box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
  z-index: 1;
  opacity: 0.8;
  border-radius: 6px;
}
.embed-youtube .embed-youtube-play:before {
  content: "";
  border-style: solid;
  border-width: 15px 0 15px 26.0px;
  border-color: transparent transparent transparent #fff;
}
.embed-youtube img,
.embed-youtube .embed-youtube-play {
  cursor: pointer;
}
.embed-youtube img,
.embed-youtube iframe,
.embed-youtube .embed-youtube-play,
.embed-youtube .embed-youtube-play:before {
  position: absolute;
}
.embed-youtube .embed-youtube-play,
.embed-youtube .embed-youtube-play:before {
  top: 50%;
  left: 50%;
  transform: translate3d( -50%, -50%, 0 );
}
.embed-youtube iframe {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.embed-youtube .embed-youtube-play:hover {
  background-color: #f00;
}
.review_item {
    display: none; /* Скрывает все отзывы */
}

.review_item.active {
    display: block; /* Показывает активный отзыв */
}