.countdown-block {
  text-align: center;
  background: #faff4b;
  color: #fff;
  padding: 10px 0;
  margin-left: -20px;
  margin-right: -20px
}

.countdown-text {
  color: #000;
  text-transform: uppercase;
  font-size: 26px;
  line-height: 1
}

.countdown-date {
  font-size: 44px;
  font-weight: 700;
  color: red;
  line-height: 1
}

.countdown-slash {
  font-weight: 400;
  color: #000
}

.best-form {
  font-size: 16px;
  line-height: 1.2;
  padding: 16px;
  color: #fff;
  background-color: #bfdbe8;
  margin-left: -20px;
  margin-right: -20px
}

.best-form>.wrap {
  max-width: 350px;
  margin: 0 auto
}

.product {
  display: flex
}

.product .left {
  width: 70%
}

.product .right {
  width: 30%;
  text-align: center
}

.product .price {
  color: #ed1b24;
  font-size: 3.5rem;
  display: flex;
  justify-content: center;
}

.product .discount-text {
  margin-top: 5px;
  color: #000;
  font-size: 18px
}

.product .price span {
  font-weight: 300;
}

.product .price-old {
  margin-top: 2.5rem;
  line-height: 1;
  position: relative;
}

.product .price-old span {
  display: inline-block;
  font-size: 44px;
  font-weight: 700;
  letter-spacing: -1px;
  color: #000;
  position: relative
}

.product .price-old:before {
  position: absolute;
  content: "";
  left: 0;
  top: 45%;
  right: 0;
  border-top: 3px solid #ed1b24;
  transform: rotate(-10deg)
}

.name-input, .phone-input, select {
  color: #000;
  font-size: 20px;
  margin-bottom: 10px;
  transition: all .15s ease-in-out
}

.name-input label,.phone-input label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px
}

.name-input input, .phone-input input, select {
  border: 0;
  padding: 0;
  font-size: 20px;
  color: black;
  font-weight: bold;
  box-sizing: border-box;
  width: 100%;
  padding: 10px;
  min-width: 0;
  background: #fff;
  border: 1px solid #6d93a4
}

.button-submit:focus,#name-input:focus,#phone-input:focus {
  outline: 0;
  box-shadow: 0 0 0 4px #bdab3c
}

.button-submit {
  text-align: center;
  display: flex;
  box-sizing: border-box!important;
  width: 100%;
  margin: 0 auto;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1;
  color: #fff;
  border: 1px solid #12680a;
  padding: 14px 0;
  background-image: linear-gradient(to top,#137c09,#16ac0c);
  transition: all .15s ease-in-out;
  cursor: pointer;
  font: 18px/1.4 "Open Sans",sans-serif;
  font-weight: 800
}

.button-submit-text {
  color: #fff;
  flex: 1 1 auto;
  font: inherit;
  font-weight: 600
}

.button-submit-arrow {
  width: 0;
  height: 0;
  border-top: .6rem solid transparent;
  border-bottom: .6rem solid transparent;
  border-left: 1rem solid #fff;
  margin-right: 1rem
}

.form-title {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-weight: 300;
  margin-top: 0
}

.best-form ::placeholder {
  color: #000;
  opacity: 1;
  font-weight: bold
}

.best-form .privacy {
  color: #233c49;
  font-size: 12px;
  margin: 10px 0;
  text-align: center
}

.comments {
  font-family: tahoma;
  font-size: 12px;
  line-height: 150%;
  border-bottom: 1px solid #cecece;
  margin-bottom: 10px
}

.comments::after {
  clear: both;
  content: " ";
  display: table
}

.comments p {
  font-size: 14px;
  color: #5b5b5b;
  padding-bottom: 10px
}

.comments .comment-user {
  float: left;
  width: 70%
}

.comments .user-name {
  color: #3b599d;
  font-weight: bold;
  padding: 0
}

.comments>img {
  width: 50px;
  padding-right: 10px;
  float: left
}

.comments .txtbottom {
  color: #757575
}

.comments .txtbottom a {
  color: #5d76ac;
  text-decoration: none
}

.comments .visiblefor-icon {
  vertical-align: middle
}

.bc {
  background: #fff;
  margin-top: -10px
}

.breadcrumbs {
  list-style-type: none;
  padding: 0;
  padding-bottom: 10px;
  margin: 0
}

.breadcrumbs li {
  display: inline;
  text-decoration: none;
  font-size: 12px;
  text-transform: uppercase;
  color: #09f
}

.name-input input::-webkit-input-placeholder,
.phone-input input::-webkit-input-placeholder {
  color: #757575;
  font-weight: bold;
}

.name-input input:-moz-placeholder,
.phone-input input:-moz-placeholder {
  color: #757575;
  font-weight: bold;
}

.name-input input::-moz-placeholder,
.phone-input input::-moz-placeholder {
  color: #757575;
  font-weight: bold;
}

.name-input input:-ms-input-placeholder,
.phone-input input:-ms-input-placeholder {
  color: #757575;
  font-weight: bold;
}
