/* Pricing page */
.styled-font {
  font-family: 'Cabin', sans-serif;
}
.p-section {
  padding-top: 50px;
  padding-bottom: 100px;
}
.h-title {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.4;
  color: #042765;
  margin-bottom: 50px;
  font-weight: bold;
}
.h-text {
  font-size: 18px;
  line-height: 1.4;
  color: #8e9eba;
}
.p-section .h-title {
  text-align: center;
  margin-bottom: 30px;
}
.p-section .h-text {
  text-align: center;
}
.pricings {
  margin-top: 40px;
}
.pricing {
  background-color: #ffffff;
  float: left;
  width: 33.333%;
  padding: 60px 60px;
  text-align: center;
  border: 2px solid #ebeef3;
}
.pricing:first-child,
.pricing:nth-child(2) {
  border-right-width: 1px;
}
.pricing .title {
  font-family: 'Cabin', sans-serif;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.52px;
  color: #042765;
  margin-bottom: 30px;
}
.pricing .price {
  margin-bottom: 50px;
  color: #042765;
  line-height: 0.8;
  white-space: nowrap;
  font-size: 10px;
}
.pricing .price .tag {
  font-size: 6em;
  letter-spacing: 1.5px;
  font-weight: bold;
  position: relative;
  top: 3px;
  margin-right: -2px;
  font-family: Montserrat, Roboto, sans-serif;
}
.pricing .price .recurrence {
  font-size: 1.6em;
  color: #8e9eba;
}
.pricing .more-text {
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.32px;
  color: #042765;
  margin-bottom: 50px;
}
.pricing .features {
  margin-top: 40px;
  text-align: left;
}
.pricing .features .f {
  font-size: 16px;
  line-height: 1.4;
  color: #042765;
  position: relative;
  padding-left: 35px;
}
.pricing .features .f:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  display: inline-block;
  vertical-align: top;
  height: 20px;
  width: 20px;
  border-radius: 10px;
  background-color: #A7DB6F;
  background-size: 66%;
  background-position: 50% 56%;
  background-repeat: no-repeat;
  background-image: url(/images/static/home/bullet-check.svg);
}
.pricing .features .f.gray:before {
  background-color: #c4c4c4;
}
.pricing .features .f:not(:last-child) {
  margin-bottom: 20px;
}
.pricing {
  margin-top: 35px;
}
.pricing .pf-text {
  margin-top: 10px;
  font-size: 12px;
  color: #5c6b7f;
  margin-bottom: -23.5px;
  min-height: 23.5px;
  line-height: 1.3;
}
.pricing .pf-text .btn {
  cursor: pointer;
  text-decoration: underline;
}
.pricing .pf-text .btn:hover {
  opacity: 0.8;
}
.pricing .pf-text .error {
  color: #ff7f7f;
}
.pricing .reg-btn {
  padding: 0;
  width: 100%;
  font-size: 14px;
  height: 46px;
  line-height: 44px;
}
.reg-btn.gray {
  background-color: #e7eaed;
  color: #042765;
}
.reg-btn.gray:hover {
  background-color: #cfd2d5;
}

.pricing.bottom .features {
  display: none;
}
.more-btn-ctn,
.contact-us {
  text-align: center;
  margin-top: 50px;
}
.more-btn-ctn .reg-btn.wire {
  border-color: #042765;
  color: #042765;
}
.more-btn-ctn .reg-btn.wire:hover {
  background-color: #f7f7f7;
}
.contact-us a {
  color: #A7DB6F;
}
.contact-us a:hover {
  text-decoration: underline;
}
.legend {
  color: #8e9eba;
  text-align: center;
  margin-top: 40px;
  font-size: 12px;
}
@media screen and (min-width: 769px) {
  .pricing.bottom {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .pricing.bottom:after {
    content: "";
    display: table;
    clear: both;
  }
  .pricing.bottom > * {
    float: left;
    margin-right: 5%;
    margin-bottom: 0;
  }
  .pricing.bottom .btn-ctn {
    width: 25%;
    margin-right: 0;
    float: right;
  }
  .pricing.bottom .title {
    width: 5%;
    text-align: left;
    min-width: 90px;
  }
  .pricing.bottom .price {
    width: 24%;
    text-align: left;
    margin-right: 2%;
  }
  .pricing.bottom .more-text {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1081px) {
  .pricing .reg-btn {
    font-size: 16px;
  }
}
@media screen and (max-width: 1080px) {
  .pricing {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 980px) {
  .pricing .price {
    font-size: 8px;
  }
}
@media screen and (max-width: 768px) {
  .pricings .pricing {
    width: 100%;
    margin-top: 0;
  }
  .pricing:not(:last-child) {
    margin-bottom: 20px;
  }
  .pricing .features {
    margin-left: auto;
    margin-right: auto;
    max-width: 300px;
  }
}
@media screen and (max-width: 640px) {
  .h-title {
    font-size: 28px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 580px) {
  .p-section {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .pricings .pricing {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 500px) {

  .h-text {
    font-size: 16px;
  }
}
.logout {
  text-align: center;
  margin-top: 20px;
  text-decoration: underline;
  cursor: pointer;
}
.free-confirmation .modal-ctn {
  max-width: 500px;
}
.free-confirmation .modal-label {
  white-space: pre-line;
}
.free-confirmation .reg-btn {
  white-space: normal;
  line-height: 1.3;
  padding: 11px 25px;
  height: auto;
}
.ma-c-website {
  position: fixed;
  top: 20px;
  right: 20px;
  background: white;
  text-align: center;
  padding: 10px 20px;
  z-index: 2;
  border-radius: 3px;
  box-shadow: 0 0 46px 0 rgba(0, 0, 0, 0.08);
  font-size: 12px;
  max-width: 240px;
}
.ma-c-website .label {
  color: #5c6b7f;
}
.ma-c-website .website {
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.reactivate-btn {
  text-decoration: underline;
  cursor: pointer;
}
.reactivate-btn:hover {
  opacity: 0.7;
}
