.countdown-container {
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 32px;
}

.countdown-title {
  margin: 0;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #000;
  text-align: center;
  margin-bottom: 8px;
}

.countdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  text-align: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 0 30px;
  margin-bottom: 48px;
  width: 377px;
}

.countdown-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.countdown-time {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 83px;
  -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
  font-feature-settings: 'pnum' on, 'lnum' on;
  color: #000;
}

.countdown-text {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  text-align: center;
  color: #000;
}

.main_form {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url(../img/form_bg.jpg) center top no-repeat;
  background-size: 100% 100%;
  padding: 30px 0;
  text-align: center;
  max-width: 650px;
  margin: 20px auto 0;
  font-size: 18px;
}

.sertif {
  color: blue;
  font-size: 14px;
  font-style: italic;
  margin-bottom: 10px;
}

form img {
  margin-bottom: 0 !important;
}
.main_form h2 {
  font-size: 32px;
  line-height: 1.35;
  color: black;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 5px;
}

.main_form .price {
  margin-top: 0;
  margin-bottom: 10px;
  text-align: center;
  padding: 0 7px;
}

.price_red {
  font-weight: bold;
  color: red;
}

.blue-border {
  margin: 0px 20px 15px 20px;
  border: 2px solid #0299ff;
  padding: 10px !important;
  text-align: center !important;
  max-width: 700px;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.35;
}

.main_form label {
  margin-top: 10px;
  font-size: 16px;
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

.main_form input {
  font-size: 20px;
  padding: 15px;
  border-radius: 3px;
  border: 2px solid #e9d7dc;
  max-width: 300px;
  width: 100%;
}

.main_form input::placeholder {
  font-size: 14px;
}

.main_form button {
  padding: 20px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 4px 15px 0 rgb(129 150 160 / 45%);
  border-radius: 5px;
  background-color: #0299ff;
  background-position: 1.35em 0.94em;
  background-size: 1em;
  background-repeat: no-repeat;
  transition: all 0.15s ease-in-out;
  border: none;
  cursor: pointer;
  font-size: 20px;
  margin-top: 20px;
  box-sizing: border-box;
  width: 260px;
  margin-bottom: 20px;
}

.button {
  display: inline-block;
  padding: 20px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 4px 15px 0 rgb(129 150 160 / 45%);
  border-radius: 5px;
  background-color: #0299ff;
  background-position: 1.35em 0.94em;
  background-size: 1em;
  background-repeat: no-repeat;
  transition: all 0.15s ease-in-out;
  border: none;
  cursor: pointer;
  font-size: 20px;
  margin-top: 20px;
  box-sizing: border-box;
  width: 260px;
  margin-bottom: 20px;
  text-align: center;
}

.timelimit,
.additional {
  font-size: 12px;
  text-align: center;
  padding: 0 20px;
  margin-bottom: 5px;
}

.timelimit b {
  display: inline-block;
  background: url(../img/timerIcon2.png) no-repeat;
  margin-top: -2px;
  padding-left: 14px;
  color: red;
  vertical-align: middle;
  background-position-y: 0px;
  /* font-size: 12px; */
}

@media (max-width: 992px) {
  .main_form {
    padding: 30px 15px;
  }
}

@media (max-width: 480px) {
  .main_form input {
    width: 80%;
    font-size: 14px;
  }
  .main_form label {
    font-size: 14px;
  }
}

.order-info {
  text-align: center;
}

.order-info__title {
  font-size: 16px;
  color: red;
}

.order-info__date {
  text-decoration: underline;
}

.order-info__count {
  display: block;
  background: red;
  padding: 10px;
  margin: 12px auto;
  margin-bottom: 25px;
  width: 178px;
  color: #fff;
  text-shadow: 0 -1px 0 #000000, 0 -1px 0 #000000, 0 1px 0 #000000,
    0 1px 0 #000000, -1px 0 0 #000000, 1px 0 0 #000000, -1px 0 0 #000000,
    1px 0 0 #000000, -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000,
    1px 1px 0 #000000, -1px -1px 0 #000000, 1px -1px 0 #000000,
    -1px 1px 0 #000000, 1px 1px 0 #000000;
  font-size: 32px;
  border-radius: 5px;
  animation-name: button;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}

@keyframes button {
  0% {
    box-shadow: 0px 0px 10px #f20000;
  }
  60% {
    box-shadow: 0px 0px 3px rgba(242, 0, 0, 0.8);
  }
  100% {
    box-shadow: 0px 0px 10px #f20000;
  }
}

.main_form button {
  animation: glowingBlue 2000ms infinite both;
}

@keyframes glowing {
  0% {
    box-shadow: 0 0 2px #d4282c;
  }
  50% {
    box-shadow: 0 0 12px #d4282c;
  }
  100% {
    box-shadow: 0 0 2px #d4282c;
  }
}

@keyframes glowingBlue {
  0% {
    box-shadow: 0 0 2px #0081d8;
  }
  50% {
    box-shadow: 0 0 12px #0081d8;
  }
  100% {
    box-shadow: 0 0 2px #0081d8;
  }
}

.product__descr {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  /* identical to box height */

  text-align: center;

  color: #777777;
}

.coment {
  padding-left: 68px;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 60px;
  margin-bottom: 32px;
}
.coment__nav {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.coment__name {
  margin-right: 15px;

  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  /* identical to box height */

  color: #000000;
}
.coment__date {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  /* identical to box height, or 150% */

  color: #999999;
}
.coment__text {
  margin-bottom: 12px;
}
.coment__answer {
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  /* identical to box height */

  color: #999999;
}

.coment__answer span a {
  margin-right: 25px;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  /* identical to box height */
  text-decoration: none;
  text-transform: uppercase;
  color: #999999;
}
.coment__like {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  /* identical to box height */
  padding-left: 15px;
  color: #999999;
  background-image: url(../img/like.svg);
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: left center;
}

.reply {
  margin-left: 68px;
}

.coment__text img {
  margin-top: 12px;
  margin-bottom: 0;
}
