.c-plan {
  background-color: white;
  border-right: 1px solid #e0e0e0;
}
@media only screen and (max-width: 767px) {
  .c-plan {
    border-radius: 4px;
    overflow: hidden;
    border-right: 0;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  }
}
@media only screen and (max-width: 767px) {
  .c-plan--consult-us__payment-container {
    display: inline-block;
    float: right;
    height: auto;
    margin-top: 10px;
  }
}
.c-plan--recommended {
  background-color: white;
  border: 2px solid #80ba27;
  border-radius: 4px;
  box-shadow: 0 0 20px 0 #78c336;
  position: absolute;
  text-align: center;
  top: -43px;
  width: 100%;
  z-index: 100;
}
@media only screen and (max-width: 1199px) {
  .c-plan--recommended {
    position: relative;
    top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-plan--recommended {
    box-shadow: 0 0 10px 0 #78c336;
  }
}
.c-plan--recommended__card-header {
  background-color: white;
  padding: 10px 10px 40px 10px;
}
@media only screen and (max-width: 767px) {
  .c-plan--recommended__card-header {
    padding: 15px;
    width: 100%;
  }
}
.c-plan--recommended__recommended-advise {
  background: #b8e986;
  border-radius: 3px;
  color: #80ba27;
  font-size: 1.125em;
  font-weight: bold;
  margin-bottom: 30px;
  padding: 9px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .c-plan--recommended__recommended-advise {
    font-size: 1.0625em;
    margin: -15px -15px 15px -15px;
    padding: 6px;
    border-radius: 0;
  }
}
.c-plan--recommended__recommended-advise:after {
  top: 100%;
  left: 50%;
  border: 7px solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-top-color: #b8e986;
  margin-left: -12px;
}
@media only screen and (max-width: 767px) {
  .c-plan--recommended__recommended-advise:after {
    display: none;
  }
}
.c-plan--recommended .c-plan__card-footer {
  padding-bottom: 76px;
}
@media only screen and (max-width: 1199px) {
  .c-plan--recommended .c-plan__card-footer {
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .c-plan--recommended .c-plan__card-footer {
    background-color: #f5fbec;
    padding-bottom: 20px;
  }
}
.c-plan__buy-button, .c-plan__buy-button--request {
  background-color: #f75a59;
  border: none;
  border-radius: 4px;
  box-shadow: 0 4px 0 0 #c54544;
  -webkit-box-shadow: 0 4px 0 0 #c54544;
  -moz-box-shadow: 0 4px 0 0 #c54544;
  color: #fff;
  font-size: 0.875em;
  font-weight: bold;
  padding: 12px;
  text-transform: uppercase;
  width: 100%;
  position: relative;
  display: block;
}
.c-plan__buy-button:hover, .c-plan__buy-button--request:hover, .c-plan__buy-button:active, .c-plan__buy-button--request:active, .c-plan__buy-button:focus, .c-plan__buy-button--request:focus {
  color: #fff;
}
.c-plan__buy-button.loading, .loading.c-plan__buy-button--request {
  color: rgba(255, 255, 255, 0.1);
}
.c-plan__buy-button.loading .c-plan__buy-button-icon, .loading.c-plan__buy-button--request .c-plan__buy-button-icon {
  display: block;
}
.c-plan__buy-button--request {
  background-color: #757575;
  box-shadow: 0 4px 0 0 #515151;
  -webkit-box-shadow: 0 4px 0 0 #515151;
  -moz-box-shadow: 0 4px 0 0 #515151;
}
.c-plan__buy-button.js-buy-plan .cookie-necessary{
  display: none;
}
.c-plan__buy-button.js-buy-plan.cookie-crack:hover .cookie-necessary {
  display: inline;
}
.c-plan__buy-button.js-buy-plan.cookie-crack:hover .possible-buy {
  display: none;
}
.c-plan__buy-button.js-buy-plan.cookie-crack:hover {
  cursor: no-drop;
  background-color: #80ba27;
  box-shadow: 0 4px 0 0 #91d84fcc;
  -webkit-box-shadow: 0 4px 0 0 #91d84fcc;
  color: darkred;
}
.c-plan__buy-button-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  color: white;
  font-size: 1.25em;
  display: none;
  margin: -8px 0 0 -8px;
}
.c-plan__card-header {
  background-color: white;
  padding: 46px 0 40px;
}
@media only screen and (max-width: 767px) {
  .c-plan__card-header {
    display: inline-block;
    padding: 15px;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .c-plan__card-header-container {
    display: inline-block;
    float: left;
  }
}
.c-plan__card-footer {
  background-color: white;
  padding: 30px;
}
@media only screen and (max-width: 767px) {
  .c-plan__card-footer {
    background-color: #f8f8f8;
    padding: 0 20px 20px 20px;
  }
}
.c-plan__card-body {
  background-color: #f8f8f8;
  padding: 30px 30px;
  text-align: center;
  color: #4a4a4a;
  font-family: "Montserrat", sans-serif;
}
@media only screen and (max-width: 767px) {
  .c-plan__card-body {
    padding: 15px;
  }
}
.c-plan__card-body--recommended {
  background-color: #f5fbec;
  padding: 30px 30px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .c-plan__card-body--recommended {
    padding: 15px;
  }
}
.c-plan__card-body-text {
  font-size: 0.875em;
}
@media only screen and (max-width: 767px) {
  .c-plan__card-body-text {
    font-size: 0.75em;
  }
}
.c-plan__consult-us {
  color: #4a4a4a;
  display: table-cell;
  font-family: "Montserrat", sans-serif;
  font-size: 2em;
  font-weight: bold;
  margin: 0 auto;
  position: absolute;
  vertical-align: middle;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .c-plan__consult-us {
    font-size: 1.1em;
    position: relative;
  }
}
.c-plan__euro-symbol {
  color: #4a4a4a;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 2.375em;
  line-height: 1.6;
  vertical-align: super;
}
@media only screen and (max-width: 767px) {
  .c-plan__euro-symbol {
    font-size: 1.2em;
    vertical-align: middle;
  }
}
.c-plan__image-container {
  display: inline-block;
}
.c-plan__image {
  width: 40px;
}
.c-plan__list {
  list-style: none;
  padding: 0;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .c-plan__list {
    margin: 8px 0;
  }
}
.c-plan__list-item {
  color: #4a4a4a;
  font-family: "Montserrat", sans-serif;
  font-size: 0.875em;
  line-height: 1.71;
  margin: 5px 0;
}
@media only screen and (max-width: 767px) {
  .c-plan__list-item {
    line-height: 2;
    font-size: 0.75em;
  }
}
.c-plan__list-item:before {
  content: url("../images/list-item-icon.png");
  display: inline-block;
  height: 24px;
  left: -20px;
  margin: 3px 15px 0 3px;
  padding: 4px 5.5px;
  position: relative;
  top: -26px;
  vertical-align: middle;
  width: 24px;
}
@media only screen and (max-width: 767px) {
  .c-plan__list-item:before {
    content: url("../images/list-item-icon--xs.png");
    left: -6px;
    top: -12px;
  }
}
@media only screen and (max-width: 767px) {
  .c-plan__payment-container {
    display: inline-block;
    float: right;
  }
}
.c-plan__payment-type {
  color: #9b9b9b;
  font-family: "Montserrat", sans-serif;
  font-size: 0.75em;
  font-style: italic;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .c-plan__payment-type {
    display: none;
  }
}
.c-plan__plan-title {
  color: #80ba27;
  font-family: "Montserrat", sans-serif;
  font-size: 0.875em;
  font-weight: bold;
  letter-spacing: 2.8px;
  line-height: 1.6;
  text-transform: uppercase;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .c-plan__plan-title {
    display: inline-block;
    vertical-align: sub;
    margin-top: 0;
    margin-left: 10px;
  }
}
.c-plan__price-container {
  display: inline-block;
}
.c-plan__price-cents {
  color: #4a4a4a;
  font-family: "Montserrat", sans-serif;
  font-size: 1.5em;
}
.c-plan__price-decimal {
  display: inline-block;
  vertical-align: top;
  margin-top: 16px;
}
@media only screen and (max-width: 767px) {
  .c-plan__price-decimal {
    font-size: 0.8em;
    vertical-align: top;
    margin-top: 4px;
  }
}
.c-plan__price-euros {
  display: inline-block;
  font-size: 4em;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .c-plan__price-euros {
    font-size: 2em;
    vertical-align: middle;
  }
}
.c-plan__price-period {
  color: #4a4a4a;
  font-family: "Montserrat", sans-serif;
  font-size: 0.625em;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}
.c-plan__wrapper {
  display: table-cell;
  position: relative;
  text-align: center;
  width: 25%;
}
@media only screen and (max-width: 1199px) {
  .c-plan__wrapper {
    display: inline-block;
    width: 49.7%;
  }
}
@media only screen and (max-width: 767px) {
  .c-plan__wrapper {
    margin: 8px 0;
    width: 100%;
  }
}
.t-single-grouped .c-plan__wrapper {
  float: left;
  display: block;
}
.t-single-grouped .c-plan__wrapper .c-plan {
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
.t-single-grouped .c-plan__wrapper:last-child {
  border-right: 1px solid #e0e0e0;
}
@media (min-width: 1200px) {
  .t-single-grouped .c-plan__wrapper:nth-child(4) .c-plan {
    border-right: none;
  }
}
.c-plan__wrapper:last-child .c-plan {
  border-right: 0;
}
.t-upgrade .c-plan__wrapper {
  float: left;
}
