.cert-buy {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .cert-buy {
    margin-bottom: 30px;
  }
}
.cert-buy__two {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .cert-buy__two {
    margin-bottom: 30px;
  }
}
.cert-buy__two_title.h2 {
  margin-bottom: 99px;
}
@media screen and (max-width: 768px) {
  .cert-buy__two_title.h2 {
    margin-bottom: 20px;
    text-align: center;
  }
}
.cert-buy__two_container {
  display: flex;
  position: relative;
  min-height: 460px;
}
@media screen and (max-width: 768px) {
  .cert-buy__two_container {
    background: none;
    min-height: initial;
  }
}
.cert-buy__two_container:before {
  content: "";
  display: block;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 24%, rgb(255, 255, 255) 41%, rgb(255, 255, 255) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .cert-buy__two_container:before {
    display: none;
  }
}
.cert-buy__two_container .h2 {
  margin-bottom: 12px;
}
.cert-buy__two_counter {
  width: 70%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .cert-buy__two_counter {
    display: none;
  }
}
.cert-buy__two_counter .num {
  position: absolute;
  right: 20px;
  top: 0;
  display: block;
}
@media screen and (max-width: 768px) {
  .cert-buy__two_counter .num {
    position: initial;
  }
}
.cert-buy p {
  line-height: 1.4em;
  font-size: 20px;
  font-weight: 500;
}
.cert-buy .num {
  color: #ECEEEF;
  font-size: 200px;
  font-style: normal;
  font-weight: 500;
  line-height: 141px;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .cert-buy .num {
    font-size: 50px;
    line-height: 40px;
  }
}
.cert-buy .btn {
  font-family: Akrobat, sans-serif;
  padding: 0 40px;
  height: 54px;
  line-height: 54px;
  min-width: 330px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .cert-buy .btn {
    min-width: 150px;
  }
}
.cert-buy__form {
  position: relative;
}
@media screen and (max-width: 768px) {
  .cert-buy__form {
    width: 100%;
  }
}
.cert-buy__form input[type=text],
.cert-buy__form input[type=number] {
  width: 100%;
  border-radius: 25.5px;
  background: rgba(146, 156, 166, 0.2);
  border: 0;
  height: 50px;
  line-height: 50px;
  padding: 0 27px;
  box-sizing: border-box;
  color: #555D66;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
}
.cert-buy__form input[type=text]::placeholder,
.cert-buy__form input[type=number]::placeholder {
  color: #555D66;
}
.cert-buy__form_line {
  margin-bottom: 8px;
}
.cert-buy .h2 {
  color: #878C92;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 1em;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .cert-buy .h2 {
    font-size: 30px;
    line-height: 1em;
  }
}
.cert-buy .h2 .h2_mobile {
  display: none;
  color: #CE2C33;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .cert-buy .h2 .h2_mobile {
    display: inline-block;
  }
}

/*# sourceMappingURL=style.css.map */
