.coolform-4 {
  font-family: Tahoma, Verdana;
  text-align: center;
  border: 4px solid #549fd6;
  padding: 10px;
  font-weight: 400;
  margin: 10px 0;
}

.coolform-4 h2 {
  font-size: 45px;
  padding: 0;
  color: #cc073c;
  text-transform: none;
  border: none;
}

.coolform-4 h2,
.coolform-4 p.date-sale {
  margin: 0;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
}

.coolform-4 p.date-sale {
  font-size: 24px;
  border-bottom: 4px solid #549fd6;
  padding-bottom: 10px;
}

.coolform-4 p.date-sale-bottom {
  font-size: 11px;
  text-align: center;
}

.b-article__body p {
  margin-bottom: 1.2em;
}

.coolform-4 .content {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  text-align: center;
}

.coolform-4 .form-wrap {
  width: auto;
  position: relative;
  border-radius: 8px;
}

.coolform-4 p.action-valid {
  background-color: #013766;
  color: #fff;
  line-height: 29px;
  text-align: center;
  font-size: 28px;
  border-radius: 8px 8px 0 0;
  margin: 0 0 20px;
  padding: 10px 5px;
}

.coolform-4 .price-block {
  display: flex;
  width: 90%;
  margin: 0 auto;
  justify-content: space-around;
  align-items: center;
}

.coolform-4 .price-content,
.coolform-4 .price-numb {
  margin: 0 !important;
  padding: 0;
  display: inline-block;
}

.coolform-4 .price-content {
  font-size: 23px;
  text-transform: uppercase;
  color: red;
  font-weight: bold;
}

.coolform-4 .price-content>span {
  font-weight: bold;
  font-size: 23px;
  text-transform: none;
}

.coolform-4 .price-numb {
  font-size: 2.5em !important;
  font-weight: 700;
  color: #cc073c;
}

.coolform-4 p.lp-text {
  font-size: 15px;
  text-align: center;
}

.coolform-4 span.left-pack {
  font-size: 25px;
  background: #ef1650;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  vertical-align: middle;
  font-weight: 700;
  border-radius: 5px;
  color: #fff;
  margin: 0 8px;
}

.coolform-4 input[name="name"],
.coolform-4 input[name="fio"] {
  background: url(../img/name_b.png) 22px 50% no-repeat #fff;
}

.country_select,
.coolform-4 input {
  display: block;
  height: 50px;
  line-height: 50px;
  margin: 10px auto !important;
  border: 1px solid #000;
  border-radius: 6px;
  text-indent: 65px;
  color: #252525;
  font-size: 20px;
  box-sizing: content-box;
  transition: all .3s ease 0s;
}

.country_select {
  width: 210px !important;
}

.coolform-4 input[name="phone"] {
  background: url(../img/phone_b.png) 20px 50% no-repeat #fff;
}

.coolform-4 .event_order {
  opacity: .88;
  position: relative;
  display: block;
  text-indent: 0;
  background: #013766;
  border-width: medium medium 5px;
  font-size: 22px;
  border-style: none none solid;
  border-color: currentcolor currentcolor #012341;
  -moz-border-top-colors: none;
  -moz-border-right-colors: none;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  border-image: none;
  height: 70px;
  line-height: 70px;
  margin-top: 15px !important;
  border-radius: 8px;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  text-align: center;
  color: #fff;
  cursor: pointer;
  margin: 0 auto;
}

.coolform-4 .certf {
  width: 45%;
  height: auto;
}

.coolform-4 .certf img {
  width: 100%;
}

.coolform-4 .sponsor-img {
  display: block;
  min-width: 100%;
  height: 130px;
  background: url(../img/sponsors.png) center no-repeat;
  background-size: contain;
}

.b-article__body::after {
  display: block;
  height: 0;
  clear: both;
}

.spin-wrapper {
  box-shadow: none !important;
  border: none !important;
  padding: 0 !important;
}

.ruletka-p {
  text-align: center;
}

.order_block {
  padding-right: 15px;
}

.order_block h3 {
  color: #0e0e0e;
  font-size: 26px !important;
  margin-bottom: 15px;
}

.submit-roulette {
  text-indent: 0 !important;
  padding: 0 10px !important;
}

@media screen and (max-width: 1000px) {
  .order_block {
    padding-right: 0;
  }

  .content {
    flex-direction: column !important;
  }

  .coolform-4 .form-wrap {
    width: auto !important;
    margin-bottom: 15px;
  }

  .certf {
    text-align: center;
    width: 65% !important;
  }
}