body {
  font-family: "Open Sans", sans-serif;
  color: #2e2e2e;
}

button:focus,
input:focus {
  outline: none;
}

.text_red {
  color: #d63300 !important;
}

.form_block {
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.5);
  /* float: right; */
}

.form_block_title {
  padding: 15px 0 10px;
  font-family: "PT Sans", sans-serif;
  font-size: 15px;
  font-weight: 700;
  background: #f83000;
  color: #fff;
  text-transform: uppercase;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  position: relative;
}

.form_block_title:before {
  content: "";
  width: 300px;
  height: 27px;
  position: absolute;
  top: 44px;
  left: 0px;
}

.timer {
  width: 228px;
  font-family: "PT Sans", sans-serif;
  font-size: 40px;
  font-weight: bold;
  /* padding-top: 30px; */
  /* padding-bottom: 10px; */
  margin: 0 auto;
}

.b1 {
  width: 60px;
  text-align: center;
  float: left;
  margin-left: 6px;
}

.desc {
  font-size: 12px;
  line-height: 20px;
  color: #2e2e2e;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
}

.sep {
  width: 20px;
  text-align: center;
  color: #d63300;
  float: left;
}

.b2 {
  width: 60px;
  text-align: center;
  float: left;
}

.min {
  display: inline-block;
  font-size: 40px;
  font-weight: 700;
  font-family: "PT Sans", sans-serif;
}

.b3 {
  float: left;
}

.sec {
  display: inline-block;
  font-size: 40px;
  font-weight: 700;
  font-family: "PT Sans", sans-serif;
}

.order_forn {
  padding: 0 20px 0;
}

.order_form_input_name,
.country_select {
  border-radius: 3px;
  border: 1px solid #7f7f7f;
  height: 39px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: "Open Sans";
  font-size: 18px;
  color: #909191;
  margin-top: 15px;
  width: 100%;
}

.order_form_input_phone {
  width: 100%;
  border-radius: 3px;
  border: 1px solid #7f7f7f;
  height: 39px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: "Open Sans";
  font-size: 18px;
  color: #909191;
  margin-top: 15px;
}

.order_forn_button {
  margin: 15px auto 20px;
  border-radius: 3px;
  text-transform: uppercase;
  padding: 5px 0;
  font-size: 30px;
  width: 100%;
  box-sizing: border-box;
  font-weight: 700;
  font-family: "PT Sans Narrow", sans-serif;
  background: linear-gradient(to bottom, rgba(192, 225, 44, 1) 0%, rgba(147, 205, 1, 1) 100%);
  border: 0px;
  color: #2f4201;
  -webkit-box-shadow: 0px 5px 3px 0px rgba(103, 135, 34, 1);
  -moz-box-shadow: 0px 5px 3px 0px rgba(103, 135, 34, 1);
  box-shadow: 0px 5px 3px 0px rgba(103, 135, 34, 1);
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .form_block {
    /* float: none; */
    margin: 0 auto;
  }
}

body {
  font-family: "Open Sans", sans-serif;
  color: #2e2e2e;
}

.timer {
  width: 228px;
  font-family: "PT Sans", sans-serif;
  font-size: 40px;
  font-weight: bold;
  /* padding-top: 30px; */
  /* padding-bottom: 10px; */
  margin: 0 auto;
}
.landing__countdown span {
  display: inline-block;
  vertical-align: top;
  font-size: 40px;
  font-weight: 700;
  font-family: "PT Sans", sans-serif;
  color: #d63300 !important;
}
.landing__countdown span.minutes {
  margin: 0 15px;
  position: relative;
}
.landing__countdown span.minutes:after,
.landing__countdown span.minutes:before {
  position: absolute;
  content: ":";
  top: 0;
}
.landing__countdown span.minutes:after {
  right: -11px;
}
.landing__countdown span.minutes:before {
  left: -13px;
}
