div.plans-container {
  width: 100%;
}
@media screen and (min-width: 768px) {
  div.plans-container:not(.mCustomScrollbar) {
    border-bottom: 2px #e1e1e1 solid;
    padding-bottom: 1.25rem;
  }
}

ul.plans {
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fit, 205px);
  justify-content: center;
  grid-gap: 20px 0px;
}
@media screen and (max-width: 767px) {
  ul.plans {
    white-space: normal;
    display: block;
  }
  ul.plans input[type='radio'].multiline + label,
  ul.plans input[type='checkbox'].multiline + label {
    line-height: 22px;
    white-space: normal;
    text-align: left;
    margin-left: -11px;
  }
  ul.plans input[type='radio'].multiline + label > span,
  ul.plans input[type='checkbox'].multiline + label > span {
    display: inline-block;
  }
}
ul.plans.more-5 li:nth-of-type(5) {
  grid-column: 2;
}
ul.plans.more-5 li {
  -webkit-flex: 1 0 205px;
  -ms-flex: 1 0 205px;
  flex: 1 0 205px;
  width: 205px;
}
ul.plans.with-featured li div.frame,
ul.plans.with-subscription li div.frame {
  margin-bottom: 138px;
}
ul.plans.with-subscription.with-featured li div.frame {
  margin-bottom: 195px;
}
ul.plans > li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex: 1 0 0;
  -ms-flex: 1 0 0;
  flex: 1 0 0;
  white-space: normal;
  position: relative;
  max-width: 100%;
  display: box;
  box-flex: 1;
}
@media screen and (max-width: 767px) {
  ul.plans > li {
    width: 100% !important;
    max-width: none;
    display: block;
  }
}
ul.plans > li > div.frame {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding-bottom: 0.625rem;
  border: 1px #e1e1e1 solid;
  border-top-width: 2px;
  border-bottom-width: 2px;
  position: relative;
  margin-bottom: 80px;
  display: box;
  box-flex: 1;
}
@media screen and (max-width: 767px) {
  ul.plans > li > div.frame {
    border-width: 2px;
    border-top-width: 1px;
    border-bottom-width: 1px;
    display: block;
    margin-bottom: 0 !important;
    padding-bottom: 20px;
  }
}
ul.plans > li > div.frame:not(.disabled) {
  cursor: pointer;
}
ul.plans > li > div.frame > span {
  display: block;
  text-align: center;
}
ul.plans > li > div.frame > span.description {
  position: absolute;
  bottom: -9px;
  left: 50%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  ul.plans > li > div.frame > span.description {
    margin-left: -9px;
  }
}
ul.plans > li > div.frame > span.description img {
  margin: 0;
}
ul.plans > li > div.frame > span.name {
  background: #aa1714;
  color: #ffffff;
  font-size: 1.571em;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 27px;
  height: 70px;
}
@media screen and (max-width: 767px) {
  ul.plans > li > div.frame > span.name {
    padding: 15px 0 0 0;
  }
}
ul.plans > li > div.frame > span.price {
  color: #aa1714;
  font-size: 2.429em;
  font-weight: normal;
  padding: 0 0 32px;
}
@media screen and (max-width: 767px) {
  ul.plans > li > div.frame > span.price {
    padding: 0 0 18px;
  }
}
ul.plans > li > div.frame > span.type {
  color: #2b2b2b;
  font-size: 1.286em;
  padding: 0 0 10px;
  font-weight: 400;
}
ul.plans > li > div.frame > span.count {
  color: #2b2b2b;
  font-size: 1.143em;
  padding: 0 0 10px;
}
ul.plans > li > div.frame > div.selector {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 1.875rem 0 0;
}
ul.plans > li > div.frame > div.selector > div {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  ul.plans > li > div.frame div.selector,
  ul.plans > li > div.frame span.description {
    position: static;
  }
  ul.plans > li > div.frame div.selector {
    padding-top: 20px;
  }
  ul.plans > li > div.frame div.selector > div {
    padding-top: 5px;
  }
}
ul.plans > li:first-child > div.frame {
  border-left-width: 2px;
}
@media screen and (max-width: 767px) {
  ul.plans > li:first-child > div.frame {
    border-top-width: 2px;
  }
}
ul.plans > li:last-child > div.frame {
  border-right-width: 2px;
}
@media screen and (max-width: 767px) {
  ul.plans > li:last-child > div.frame {
    border-bottom-width: 2px;
  }
}
