body {
  font-family: 'Open Sans', sans-serif;
  background-color: #f2f3f8;
  color: #4d4d4d;
  min-width: 320px;
}
.t-red {
  color: #fe4851;
}
.t-green {
  color: #00a000;
}
.mt-0 { margin-top: 0; }
.mt-20 { margin-top: 20px; }
.mt-30 { margin-top: 30px; }
.mb-0 { margin-bottom: 0; }
.mb-20 { margin-bottom: 20px; }
.mb-30 { margin-bottom: 30px; }
.divider {
  border-top: 1px dashed #dddddd;
  margin-left: 20px;
  margin-right: 20px;
}
header {
  background-color: #2a2d33;
  min-height: 70px;
  color: #ffffff;
}
header .logo {
  float: left;
  padding-top: 5px;
  padding-bottom: 5px;
}
header .package-name {
  margin-left: 150px;
  text-align: center;
  font-size: 20px;
  line-height: 20px;
  padding-top: 25px;
  padding-left: 10px;
}
.main-content {
  padding: 40px;
  background-color: #ffffff;
}
.form-panel {
  border: 1px solid #dddddd;
  border-radius: 10px;
  position: relative;
}
.form-panel_badge {
  position: absolute;
  left: -9px;
  top: 25px;
  background-color: #fe4851;
  width: 38px;
  height: 38px;
  padding-left: 8px;
  line-height: 36px;
  color: #ffffff;
  font-size: 22px;
  text-align: center;
}
.form-panel_badge::after {
  content: '';
  border-width: 19px 0 19px 8px;
  border-style: solid;
  border-color: transparent;
  border-left-color: #fe4851;
  position: absolute;
  top: 0;
  right: -8px;
}
.form-panel_badge::before {
  content: '';
  position: absolute;
  top: 100%; left: 0;
  border-width: 6px;
  border-style: solid;
  border-color: transparent;
  border-left-color: #902914;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
}
.form-panel_badge i {
  line-height: 36px;
}
.form-panel_heading {
  padding: 25px 20px 25px 45px;
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
}
.form-panel_heading small {
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  display: block;
}
.form-panel_body {
  padding: 25px 20px;
}
.form-panel_body .divider {
  margin-left: 0;
  margin-right: 0;
}
.form-panel label {
  font-weight: 400;
}
.form-panel .form-control {
  height: 40px;
  border: 1px solid #dddddd;
}
.form-panel .package-name {
  font-size: 18px;
  line-height: 1.2em;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 20px;
}
.form-panel .checkbox {
  margin-bottom: 15px;
  margin-top: 0;
}
.checkbox a {
  color: #4d4d4d;
  text-decoration: underline;
}
.form-panel .btn-form {
  padding: 11px 16px;
  font-size: 16px;
  line-height: 20px;
  border: none;
  border-radius: 2px;
  color: #ffffff;
  background-color: #fd4c52;
  text-transform: uppercase;
  -webkit-transition: all .2ms ease-in-out;
  -moz-transition: all .2ms ease-in-out;
  transition: all .2ms ease-in-out;
}
.btn-form:hover {
  color: #ffffff;
  background-color: #fe4851;
}
.btn-form:focus {
  color: #ffffff;
  background-color: #000;
  outline: none;
}
.text-sponsor {
  font-size: 12px;
  margin-top: 10px;
}
.secure-checkout {
  padding: 20px;
}
.secure-checkout_title {
  font-size: 16px;
  font-weight: 700;
}
.secure-checkout small {
  font-size: 12px;
  line-height: 1.2em;
}
.money-back {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.money-back > p {
  margin-left: 15px;
}
.money-back img {
  max-width: 30%;
}
.products_title {
  font-size: 22px;
  line-height: 1.2em;
  margin-bottom: 20px;
}
.products-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.products-box {
  padding: 0 15px;
  width: 33.33%;
  text-align: center;
  margin-bottom: 20px;
}
.products-box_title {
  margin-top: 10px;
  font-family: 'Bebas Neue', cursive;
  font-size: 20px;
  line-height: 20px;
}
.products-box img {
  width: 80px;
  max-width: 100%;
  display: block;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}
.divTable {
  display: table;
  width: 100%;
}
.divTableRow {
  display: table-row;
}
.divTableCell {
  display: table-cell;
  padding: 15px 0;
  vertical-align: top;
}
.divTableBody {
  display: table-row-group;
}
.divTableRow:first-child .divTableCell {
  padding-top: 0; 
}
.divTableCell:nth-child(2) {
  text-align: right;
  font-weight: 700;
  padding-left: 10px;
}
.divTable i {
  margin-right: 3px;
}
.total-amount {
  padding: 5px 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
}
.total-amount strong {
  font-size: 26px;
}
footer {
  padding: 30px 0 20px;
  color: #707070;
  font-size: 12px;
  line-height: 16px;
}
footer a {
  color: #707070;
}
footer a:hover {
  color: #333333;
}
.terms {
  list-style: none;
  padding: 0;
  margin: 0;
}
.terms > li {
  display: inline-block;
  vertical-align: top;
  padding: 0 5px;
  line-height: 12px;
}
.terms > li + li {
  border-left: 1px solid #707070;
}
@media only screen and (max-width: 991px) {
  header {
    min-height: 60px;
  }
  header .package-name {
    font-size: 18px;
    padding-top: 13px;
    margin-left: 130px;
  }
  .logo img {
    max-width: 120px;
  }
  .main-content {
    padding: 40px 30px 20px;
    margin-left: -15px;
    margin-right: -15px;
  }
  .form-panel_heading {
    font-size: 22px;
  }
  .products-box {
    width: 50%;
  }
  .products_title {
    font-size: 20px;
  }
  .products-box_title {
    font-size: 16px;
    line-height: 18px;
  }
  .total-amount strong {
    font-size: 24px;
  }
}

@media only screen and (max-width: 767px) {
  header .logo {
    display: block;
    float: none;
    text-align: center;
  }
  .logo img {
    max-width: 100px;
  }
  header .package-name {
    font-size: 16px;
    margin-left: 0;
    padding: 5px 0 10px;
  }
  .main-content {
    padding: 20px 20px 20px;
  }
  .form-panel_heading {
    font-size: 20px;
    padding: 15px 15px 15px 45px;
  }
  .form-panel_badge {
    top: 16px;
  }
  .form-panel_body {
    padding: 15px;
  }
  .total-amount {
    white-space: nowrap;
  }
  .products_title {
    margin-bottom: 30px;
    font-size: 18px;
  }
  .products-box {
    margin-bottom: 30px;
  }
  .products-box_title {
    margin-top: 10px;
  }
}