/*ul {
  width: 100%;
  @media @xs {
	padding: 40px;
	margin-left: auto;
	margin-right: auto;
  }
}*/
.price-hidden,
.discount-hidden {
  display: none;
}
h1,
.h1 {
  font-size: 46px;
  line-height: 50px;
  margin-bottom: 42px;
}
.getresponse-banner {
  background-color: #78ba4f;
  color: #fffefe;
  font-size: 14px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 200;
  display: none;
}
.getresponse-banner .mark {
  background-color: #5486ca;
}
.order-btns-container {
  width: 400px;
  height: 30px;
  background-color: #e5e9f2;
  color: #888c99;
  border: 1px solid #dce0e9;
  border-radius: 50px;
  margin: 0 auto;
  margin-bottom: 75px;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
}
.pricing-table {
  margin-bottom: 35px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.pricing-table .save-2-months {
  font-weight: normal;
}
.pricing-table .layout-column:first-child {
  margin-left: 0;
}
.pricing-table .plan-block {
  width: 370px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(27, 82, 165, 0.1);
}
@media screen and (max-width: 360px) {
  .pricing-table .plan-block {
    width: 100%;
  }
}
.pricing-table .plan-block .plan-body {
  padding: 20px 64px 2px 64px;
}
.pricing-table .plan-block .plan-body .list {
  font-size: 14px;
  text-align: center;
  padding-bottom: 20px;
}
.pricing-table .plan-block .plan-body .list li {
  position: relative;
}
.pricing-table .plan-block .plan-body .price {
  color: #76bc48;
}
.pricing-table .plan-block .plan-body .btn {
  font-size: 16px;
  padding: 15px 10px;
}
.pricing-table .plan-block .plan-header .desc {
  padding: 25px 10px 0 10px;
}
.pricing-table .plan-block .plan-header .pro-desc {
  padding: 0px 40px 10px 40px;
}
.pricing-table .plan-block.pro {
  margin-top: -10px;
  margin-bottom: -30px;
  box-shadow: 0 5px 20px rgba(27, 82, 165, 0.1);
}
.pricing-table .plan-block.pro .plan-body {
  padding-bottom: 12px;
}
.pricing-table .plan-block.pro .plan-header {
  padding-top: 37px;
}
.pricing-table .plan-block.pro .popular {
  width: 83px;
  height: 42px;
  background: url("/images/pages/pricing/most-popular_green.svg") left top no-repeat;
  position: absolute;
  left: 100%;
  margin-left: 30px;
  top: -5px;
}
.pricing-table .billed {
  position: relative;
  height: 19px;
  line-height: 19px;
  font-size: 14px;
}
.pricing-table .billed-annually,
.pricing-table .billed-monthly {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.order-switch-btn {
  display: inline-block;
  cursor: pointer;
  width: 100%;
  height: 100%;
  padding-top: 1px;
}
.order-switch-btn.active {
  color: #2f323c;
  background-color: #fff;
  width: 200px;
  height: 30px;
  border-radius: 50px;
  -webkit-box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.2);
  margin-top: -1px;
}
.plan-body-tooltip {
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 5px;
  z-index: 42;
  border-radius: 4px;
  font-size: 11px;
  line-height: 15px;
  width: 200px;
  background-color: #fff;
  padding: 9px 15px;
  text-align: justify;
  border-top: 2px solid #76bc48;
  color: #7f7f7f;
  display: none;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
}
.plan-body-tooltip::after {
  content: "";
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #76bc48 transparent;
}
.yearly-user,
.monthly-guest,
.discount-guest {
  display: none;
}
.yearly-guest-descr {
  display: none;
  color: #9A9EAA;
  font-size: 26px;
  line-height: 35.41px;
  margin: 0;
  text-decoration: line-through;
  transition: color 0.5s linear;
}
.bold-italic {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-style: italic;
}
.switcher {
  background-color: #3f4259;
  width: 42px;
  height: 20px;
  border-radius: 40px;
  padding: 2px;
  cursor: pointer;
}
.switcher__button {
  width: 16px;
  height: 16px;
  border-radius: 100px;
  background-color: #fff;
  float: left;
}
.switcher__button_active {
  float: right;
}
.order-switch-btn.active {
  color: #2f323c;
  background-color: transparent;
  width: auto;
  height: auto;
  border-radius: 50px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-top: 0;
}
.order-btns-container {
  width: auto;
  height: 30px;
  background-color: transparent;
  color: #888c99;
  border: none;
  border-radius: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  text-transform: none;
}
.pricing-table {
  margin-top: 0;
}
.pricing-table .plan-block {
  overflow: unset;
  border-radius: 8px;
}
.pricing-table .plan-block .plan-body .btn {
  font-weight: 500;
  font-size: 16px !important;
  padding: 15px 10px 15px;
  border-radius: 5px;
}
.pricing-table .plan-block .plan-body .btn.bg-blue {
  background-color: #4b6cf3;
  -webkit-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.3);
}
.pricing-table .plan-block .plan-body .list li {
  cursor: help;
  margin-bottom: 10px;
}
.pricing-table .plan-block .plan-header {
  min-height: 0;
  background-color: #fff;
  text-align: center;
  padding: 27px 25px 0 25px;
  overflow: hidden;
  border-radius: 8px;
}
.pricing-table .plan-block .plan-header .title {
  font-weight: bold;
  font-size: 24px;
  line-height: 33px;
  margin-bottom: 20px;
  position: relative;
  text-transform: none;
}
@media (max-width: 600px) {
  .pricing-table .plan-block.pro {
    margin-top: 40px;
  }
}
.pricing-table .plan-block.pro .plan-header {
  color: #2f323c;
  background-color: #ffffff;
  position: relative;
}
.pricing-table .plan-block.pro .plan-header .title {
  color: #2f323c;
  font-size: 24px;
  margin-bottom: 20px;
}
.pricing-table .plan-block.pro .plan-body .btn {
  /*background-color: #4AC353;*/
}
.pricing-table .plan-block.pro .plan-body .btn.bg-blue {
  background-color: #4b6cf3;
  -webkit-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.3);
}
.plan-block .price {
  color: #00A8FF;
  font-size: 40px;
  line-height: 54.47px;
  font-weight: bold;
}
.plan-block .sign {
  font-size: 30px;
}
.plan-block .monthly-txt {
  font-size: 30px;
}
.plan-block.pro .price {
  color: #4AC353;
}
.splitter-solid {
  margin: 35px -64px 27px;
  border-top: 1px solid #E7E7E7;
}
@media screen and (max-width: 980px) {
  .layout-extra-sm-center-center {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  .mb-xs-0 {
    margin-bottom: 0;
  }
}
@media (min-width: 600px) and (max-width: 960px) {
  .pricing-table .plan-block {
    margin-left: auto;
    margin-right: auto;
  }
  .pricing-table .plan-block.pro {
    margin-bottom: 40px;
    margin-top: 40px;
  }
  .pricing-table .plan-block.pro .plan-body {
    padding-bottom: 30px;
  }
  .pricing-table .plan-block.pro .plan-body .btn {
    padding: 10px;
  }
}
@media (max-width: 980px) {
  .pricing-table .plan-block.pro {
    margin-bottom: 40px;
    margin-top: 0;
  }
}
@media screen and (max-width: 600px) {
  .bg-white-wrapper {
    padding: 20px;
    font-size: 16px;
    line-height: 25px;
    margin-top: -30px;
  }
  .bg-white-wrapper .arrow {
    display: none;
  }
  .bg-white-wrapper strong {
    display: block;
    text-align: center;
  }
  .order-btns-container {
    width: 100%;
    height: auto;
  }
  .pricing-table {
    margin-top: 0;
  }
  .pricing-table .plan-block {
    margin: 40px auto 0 auto;
  }
  .pricing-table .plan-block.pro {
    margin-bottom: 0;
    margin-top: 40px;
  }
  .order-switch-btn.active {
    width: 100%;
  }
  .mb-xs-0 {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 420px) {
  .save-2-months {
    display: none;
  }
}
@media screen and (max-width: 360px) {
  .pricing-table .plan-block {
    width: 100%;
  }
  .pricing-table .plan-block .plan-body {
    padding: 20px 30px 30px 30px;
  }
}
.pricing-table__old-price {
  font-size: 24px;
  color: #c6c6c6;
  text-decoration: line-through;
  margin-right: 10px;
}
.pricing-table__old-price .monthly-txt {
  font-size: 24px;
}
.pricing-table__old-price .sign {
  font-size: 24px;
}
@media (max-width: 1140px) {
  .pricing-table.layout-sm-column {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .pricing-table.layout-extra-sm-center-center {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .pricing-table > .layout-column {
    margin-left: 0;
  }
  .pricing-table .plan-block {
    margin-bottom: 40px;
  }
  .pricing-table .plan-block.pro {
    margin-bottom: 40px;
    margin-top: 0;
  }
}
/*# sourceMappingURL=pricing.css.map */