.pricing-container .pricing {
  max-width: 1070px;
}

.pricing-container .pricing .column {
  background-color: #fff;
}

html.dark .pricing-container .pricing .column {
  background-color: #0d1021;
}

.pricing-container .pricing .column:first-child {
  border: 1px solid #dbdde1;
  border-right: none;
  border-radius: 3px 0 0 3px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .pricing-container .pricing .column:first-child {
    border: 1px solid #dbdde1;
    margin-bottom: 60px;
    border-radius: 3px;
  }
}

html.dark .pricing-container .pricing .column:first-child {
  border-color: rgba(255, 255, 255, 0.15);
}

.pricing-container .pricing .column:nth-child(2) {
  position: relative;
}

@media (min-width: 320px) and (max-width: 767px) {
  .pricing-container .pricing .column:nth-child(2) {
    margin-bottom: 30px;
  }
}

html.dark .pricing-container .pricing .column:nth-child(2) {
  border-color: rgba(255, 255, 255, 0.15);
}

.pricing-container .pricing .column:nth-child(2)::before {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: calc(100% - 6px);
  height: calc(100% - 3px);
  border: 3px solid #D021AE;
  border-top: none;
  border-radius: 0 0 3px 3px;
  content: "";
}

.pricing-container .pricing .column:nth-child(3) {
  border: 1px solid #dbdde1;
  border-left: none;
  border-radius: 0 3px 3px 0;
  background: #fff;
}

@media (min-width: 320px) and (max-width: 767px) {
  .pricing-container .pricing .column:nth-child(3) {
    width: 100%;
    border: 1px solid #dbdde1;
    border-radius: 3px;
  }
}

html.dark .pricing-container .pricing .column:nth-child(3) {
  border-color: rgba(255, 255, 255, 0.15);
}

.pricing-container .pricing .column:last-child {
  border: 1px solid #dbdde1;
  border-radius: 3px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .pricing-container .pricing .column:last-child {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1169px) {
  .pricing-container .pricing .column:last-child {
    max-width: 355px;
    order: 1;
    flex: 1 0 100%;
  }
}

html.dark .pricing-container .pricing .column:last-child {
  border-color: rgba(255, 255, 255, 0.15);
}

.pricing-container .pricing .pricing-card {
  position: relative;
  text-align: center;
  padding: 35px 0 22px 0;
  z-index: 1;
}

@media (min-width: 320px) and (max-width: 767px) {
  .pricing-container .pricing .pricing-card {
    min-height: 420px;
  }
}

.pricing-container .pricing .pricing-card h4.subtitle {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-weight: 900;
  line-height: normal;
  color: #000;
  text-transform: uppercase;
}

html.dark .pricing-container .pricing .pricing-card h4.subtitle {
  color: #fff;
}

.pricing-container .pricing .pricing-card .description {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
  padding-top: 10px;
  margin-bottom: 30px;
}

.pricing-container .pricing .pricing-card .price-note {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  color: #666;
  text-transform: uppercase;
}

html.dark .pricing-container .pricing .pricing-card .price-note {
  color: rgba(255, 255, 255, 0.65);
}

.pricing-container .pricing .pricing-card .price {
  margin: 0px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 50px;
  color: #000;
}

html.dark .pricing-container .pricing .pricing-card .price {
  color: #fff;
}

.pricing-container .pricing .pricing-card .hspacer-60 {
  margin: 25px auto;
  width: 60px;
  height: 1px;
  background-color: #dbdde1;
}

html.dark .pricing-container .pricing .pricing-card .hspacer-60 {
  background-color: rgba(255, 255, 255, 0.15);
}

.pricing-container .pricing .pricing-card ul li {
  margin-bottom: 10px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.pricing-container .pricing .popular {
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 30px;
  background: #D021AE;
  border-radius: 3px 3px 0 0;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  color: #fff;
}

.pricing-container .pricing .add-on {
  position: absolute;
  right: -1px;
  top: -1px;
  display: flex;
  border-top-right-radius: 3px;
  overflow: hidden;
}

.pricing-container .pricing .add-on .bg {
  width: 0;
  height: 0;
  border-top: 55px solid transparent;
  border-left: 55px solid transparent;
  border-top-color: #D021AE;
}

.pricing-container .pricing .add-on .text {
  position: absolute;
  right: -5px;
  top: 12px;
  width: 55px;
  height: 20px;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  transform: rotate(45deg);
}

.pricing-container .pricing .and {
  width: 50px;
  background: url(/img/new/mail-server/msp/plus.svg) no-repeat center 48%;
  background-size: auto;
}

@media (min-width: 320px) and (max-width: 767px) {
  .pricing-container .pricing .and {
    height: 50px;
  }
}

@media (min-width: 768px) and (max-width: 1169px) {
  .pricing-container .pricing .and {
    height: 50px;
    order: 1;
    flex: 1 0 100%;
  }
}
