.main-wrapper {
  margin: 0;
  padding: 0;
}
.b-promo {
  background-image: url("../img/bg_promo_card2.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 451px;
  margin: 0 auto;
  width: 1024px;
  padding-top: 20px;
}
.b-promo-content {
  width: 1024px;
  height: 411px;
  margin: 0 auto;
  text-align: center;
  padding-top: 35px;
}
.b-promo-content h2 {
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  line-height: 22px;
  margin: 0 0 16px;
  padding: 0;
  position: relative;
  font-weight: normal;
  text-transform: uppercase;
}
.b-promo-content h2:before {
  content: "";
  height: 1px;
  width: 160px;
  background-color: rgba(255, 255, 255, 0.34);
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -80px;
}
.b-promo-content p {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #ffffff;
  padding: 0;
  margin: 0 0 53px;
}
.card-all {
  background: url("../img/card-all2x@.png");
  background-position: center center;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 auto;
  width: 541px;
  height: 204px;
}
.promo-text {
  padding-top: 5px;
  margin-bottom: 24px;
}
.promo-text h3 {
  font-family: "Roboto", sans-serif;
  margin: 0 0 13px;
  padding: 0;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  color: #23B6F9;
}
.text {
  position: relative;
  margin-bottom: 26px;
}
.text:before {
  content: "";
  height: 1px;
  width: 1024px;
  background-color: #CCEEFF;
  position: absolute;
  bottom: -13px;
  left: 0;
}
.text p {
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  line-height: 17px;
  color: #7c7c7c;
  margin: 0 0 13px;
  padding: 0;
}
.text.m-height p {
  line-height: 20px;
}
.order-card {
  margin-bottom: 32px;
  width: 100%;
}
.order-card-item {
  float: left;
  padding: 21px 0;
  text-align: center;
  transition: all 0.5s ease 0s;
  width: 25%;
  position: relative;
}
.order-card-item h4 {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #7c7c7c;
  padding: 0 21px;
  margin: 0 0 30px;
  text-align: left;
}
.order-card-item .img {
  margin: 0 auto 33px;
  width: 215px;
  height: 136px;
}
.card-2:before,
.card-3:before,
.card-4:before {
  content: "";
  position: absolute;
  left: 0;
  width: 1px;
  height: 203px;
  top: 40px;
  background-color: #e7e7e7;
}
.card-1 .img {
  background: url("../img/card1.png");
  background-position: center center;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  height: 136px;
  width: 215px;
}
.card-2 .img {
  background: url("../img/card2.png");
  background-position: center center;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  height: 136px;
  width: 215px;
}
.card-3 .img {
  background: url("../img/card3.png");
  background-position: center center;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  height: 136px;
  width: 215px;
}
.card-4 .img {
  background: url("../img/card4.png");
  background-position: center center;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  height: 136px;
  width: 215px;
}
.btn-prices {
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  line-height: 38px;
  margin-bottom: 0;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  height: 42px;
  width: 133px;
  border-radius: 3px;
  border: 1px solid #23B6F9 !important;
  color: #23B6F9;
  transition: all 0.5s ease 0s;
}
.btn-prices:hover {
  color: #ffffff;
  background-color: #23B6F9;
  text-decoration: none;
}
