@charset "utf-8";
body {
  font-family: 'Roboto', sans-serif;
}
a, a:hover {
  color: #000;
  text-decoration: none;
}
h2 {
  font-size: 46px;
  font-weight: 700;
  margin-top: 12px;
  text-align: center;
}
h3 {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}
.form-control {
  border: 2px solid #D5D5D5;
  border-radius: 3px;
  height: 44px;
  max-width: 400px;
}
.form-control:focus {
  border-color: #000;
  box-shadow: none;
}
.form-group {
  margin-bottom: 24px;
}
label {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
.container {
  max-width: 100%;
  padding: 0;
}
header {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  height: 60px;
  text-align: center;
}
.invalid-feedback {
  background: url("Alert@2x.png") no-repeat 0 2px;
  background-size: 14px;
  margin-top: 10px;
  padding-left: 20px;
}
header img {
  align-self: center;
  margin: 0 auto;
  max-width: 163px;
}
#title {
  border-bottom: 8px solid #E90606;
  font-size: 34px;
  font-weight: bold;
  margin: 45px auto 75px;
  max-width: 805px;
  padding-bottom: 7px;
  text-align: center;
}
.step {
  font-size: 24px;
  font-weight: bold;
  margin: 0 auto;
  max-width: 82px;
  text-decoration: 2px red underline;
  text-transform: uppercase;
  text-underline-offset: 1px;
}
.stp1-sub-ttl {
  font-size: 20px;
}
.plans {
  margin: 29px auto 0;
  max-width: 724px;
}
.plan {
  border: 2px solid #D5D5D5;
  border-radius: 3px;
  max-width: 332px;
  min-height: 455px;
}
.pln-ttl {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}
.pln-hdr {
  background-color: #7E507F;
  border-radius: 24px;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  margin: 21px auto 25px;
  max-width: 180px;
  padding: 10.5px;
  text-transform: uppercase;
}
.pln-hdr.new {
  background-color: #90D1D3;
}
.clip {
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
  position: absolute;
}
.button {
  background-color: #fff;
  border: 2px solid #E90606;
  border-radius: 3px;
  color: #E90606;
  cursor: pointer;
  font-size: 18px;
  font-weight: 900;
  min-width: 88.4789156626506%;
  padding: 11.5px;
  text-transform: uppercase;
}
.pln-price {
  font-size: 32px;
  margin-bottom: 14px;
}
.pln-price span {
  font-size: 18px;
}
.pln-ttl {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 13px;
  text-transform: uppercase;
}
.cvr {
  margin-bottom: 30px;
  max-height: 152px;
}
.check img {
  left: 46%;
  max-width: 28px;
  position: absolute;
  top: -13px;
}
#pd .check, #dig .check, #grd_k1 .check, #grd_2 .check, #grd_3_4 .check, #grd_5_6 .check {
  display: none;
}
.offer-cnt {
  background-color: #F1F1F1;
  margin-top: 80px;
  padding-bottom: 78px;
  padding-top: 77px;
  text-align: center;
  margin-bottom: 90px;
}
.row.offers {
  margin: 35px auto;
  max-width: 969px;
}
.offer {
  background-color: #fff;
  border: 2px solid #D5D5D5;
  border-radius: 3px;
  min-height: 393px;
  min-width: 227px;
  padding: 0 9px;
}
.offer-hdr {
  font-size: 21px;
  font-weight: 700;
  margin-top: 28px;
}
.offer-txt {
  font-size: 18px;
  margin-top: 8px;
  line-height: 23px;
}
.grade-circle {
  background-color: #F1F1F1;
  border-radius: 50%;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 40px;
  font-weight: 700;
  height: 90px;
  line-height: 90px;
  margin: 35px auto 14px;
  text-align: center;
  width: 90px;
}
.grade-circle.k1 {
  margin-top: 8px;
}
.offer-term {
  font-size: 18px;
  font-weight: 700;
  color: #E90606;
}
.offer .button {
  min-width: 187px;
  font-size: 14px;
  padding: 14.5px;
  margin-top: 15px;
}
.form {
  max-width: 882px;
  margin: 48px auto 0;
}
.payment-cnt {
  background-color: #F1F1F1;
  padding: 83px 0 80px;
}
.pay-form {
  background-color: #fff;
  max-width: 480px;
  margin: 0 auto;
  padding: 34px 41px 43px;
}
.submit {
  text-align: center;
  margin-top: 36px;
  margin-bottom: 5px;
}
input[type="submit"] {
  background-color: #E90606;
  color: #fff;
  border: none;
  font-size: 18px;
  font-weight: 900;
  padding: 13.5px 35.5px;
}
footer {
  text-align: center;
  padding-top: 100px;
}
footer img {
  max-width: 281px;
}
footer ul {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto 56px;
  padding: 0 10px;
}
footer li {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  list-style-type: none;
}
.soc {
  max-width: 138px;
  margin: 32px auto 0;
}
.soc img {
  max-width: 28px;
}
footer hr {
  max-width: 1000px;
  border-color: #646464;
}
.copyright {
  margin-top: 55px;
  margin-bottom: 100px;
}
.frm-hr {
  margin: 64px 0;
  border-color: #F1F1F1;
}
.cart {
  font-size: 20px;
}
.cart span {
  font-weight: 700;
}
.bc {
  border-color: #E90606;
}
.pln-btn-slctd {
  color: #fff;
  background-color: #E90606;
}
select {
  background: url("arrow@2x.png") no-repeat 95% 50%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-size: 9px;
}
.empty {
  color: #D5D5D5;
}
@media (max-width: 992px) {
  .offer {
    min-width: unset;
  }
  .offer .button {
    min-width: unset;
  }
}
@media (max-width: 767px) {
  #title {
    font-size: 27.5px;
  }
  h2 {
    font-size: 30px;
  }
  .stp1-sub-ttl {
    font-size: 18px;
  }
  .plan {
    margin-bottom: 20px;
  }
  .offer {
    max-width: 227px;
    margin: 0 auto 20px;
    min-height: 287px;
  }
  .pay-form {
    max-width: 335px;
  }
}
@media (max-width: 480px) {
  footer ul {
    display: inline-block;
    columns: 2;
    text-align: left;
    padding-left: 20px;
  }
  footer li {
    font-size: 13px;
  }
}