.b7__price {
  color: #fff;
  -webkit-transition: margin-top ease .5s;
  transition: margin-top ease .5s;
}

.b7__price-inner {
  background: #1d2533;
  color: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 4rem;
  padding: 0 1.5rem;
  text-decoration: none;
  -webkit-transition: line-height ease .5s;
  transition: line-height ease .5s;
}

.b7__price-value {
  font-size: 1.375rem;
  font-weight: 700;
}

.b7__price-info {
  font-size: 0.875rem;
  padding-right: 2rem;
  position: relative;
}

.b7__price-info::before {
  background: url("../../../img/layout/ico-info-alt.svg") left top no-repeat;
  content: '';
  height: 1.5rem;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1.5rem;
}

.b7__cta {
  background: #fff;
  border: 1px solid #dde1e9;
  padding: 1.75rem 1.5rem;
  position: relative;
  text-align: center;
}

.b7__cta-title {
  color: #1d2533;
  margin: 0 0 1rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5rem;
}

.b7__cta-extras {
  margin-bottom: 1.5rem;
}

.b7__cta-extra {
  font-size: 0.875rem;
  line-height: 1.5rem;
}

.b7__perks {
  background: #f2f5f7;
  border: 1px solid #dde1e9;
  border-width: 0 1px 1px;
  display: none;
  padding: 2rem 1.5rem;
}

@media screen and (min-width: 48em) {
  .b7 {
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    width: 100%;
    z-index: 2;
  }

  .b7__price {
    margin: 0 3.5rem;
  }

  .b7__price-inner {
    background: #1d2533;
  }

  .b7__cta {
    padding: 1.75rem 3.5rem;
    text-align: left;
  }

  .b7__cta-title {
    font-size: 1rem;
    margin-bottom: 0;
  }

  .b7__cta-extras {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
  }

  .b7__cta-extra+.b7__cta-extra::before {
    content: '|';
    padding: 0 .5em;
  }

  .b7__cta-extra+.b7__cta-extra::before {
    display: none;
  }

  .b7__cta-purchase {
    position: absolute;
    right: 3.5rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media screen and (min-width: 80em) {
  .b7 {
    margin-right: -35rem;
    right: 50%;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    width: 20rem;
  }

  .b7__price {
    margin: -4rem 0 0;
  }

  .b7__cta {
    padding: 2rem 1.5rem 2.5rem;
    text-align: center;
  }

  .b7__cta-title {
    margin-bottom: 1rem;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.5rem;
  }

  .b7__cta-extras {
    display: block;
    margin-bottom: 1.5rem;
  }

  .b7__cta-purchase {
    position: static;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .b7__perks {
    display: block;
  }
}

@media screen and (max-width: 47.9375em) {
  .b7 {
    bottom: 0;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 8;
  }

  .b7__cta {
    display: none;
  }
}
