/** Colors **/
.ulisting_go_pro .stm_go_pro_menu {
  font-size: 17px; }

.ulisting_go_pro .stm_go_pro {
  box-sizing: border-box; }

.ulisting_go_pro .container {
  box-sizing: border-box;
  padding-right: 10px;
  padding-left: 10px;
  max-width: 960px;
  margin: 0 auto; }

.ulisting_go_pro .row {
  display: flex;
  margin-right: -10px;
  margin-left: -10px;
  flex-wrap: wrap; }

.ulisting_go_pro .col-md-4 {
  position: relative;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
  box-sizing: border-box; }

@media (min-width: 768px) {
  .ulisting_go_pro .col-md-4 {
    width: 33.3333333333%;
    flex: 0 0 auto; } }

.ulisting_go_pro .stm_go_pro h2 {
  color: #273044;
  font-size: 30px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 26px;
  text-align: center;
  margin: 0; }

.ulisting_go_pro .stm_go_pro_plugin {
  text-align: center;
  padding-top: 55px;
  box-sizing: border-box; }
  .ulisting_go_pro .stm_go_pro_plugin__title {
    display: flex;
    justify-content: center;
    align-items: center; }
    .ulisting_go_pro .stm_go_pro_plugin__title::before {
      width: 50px;
      height: 50px;
      margin-right: 5px;
      content: '';
      background-image: url("../images/ulisting.png");
      background-size: contain;
      background-repeat: no-repeat; }
  .ulisting_go_pro .stm_go_pro_plugin__content {
    margin-top: 15px;
    margin-bottom: 36px;
    color: #44515f;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.32px;
    line-height: 22px; }

.ulisting_go_pro .stm-type-pricing {
  margin-top: 19px;
  display: flex;
  justify-content: center;
  align-items: center; }
  .ulisting_go_pro .stm-type-pricing .left, .ulisting_go_pro .stm-type-pricing .right {
    opacity: 0.5;
    color: #273044;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 26.05px;
    text-align: center;
    padding: 0 18px; }
    .ulisting_go_pro .stm-type-pricing .left.active, .ulisting_go_pro .stm-type-pricing .right.active {
      opacity: 1; }
  .ulisting_go_pro .stm-type-pricing__switch {
    position: relative;
    line-height: 1; }
    .ulisting_go_pro .stm-type-pricing__switch input {
      display: none;
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      z-index: 5;
      opacity: 0;
      cursor: pointer; }
      .ulisting_go_pro .stm-type-pricing__switch input:checked + label {
        background: #46b450 !important; }
        .ulisting_go_pro .stm-type-pricing__switch input:checked + label:after {
          background: #fff;
          left: 27px; }
    .ulisting_go_pro .stm-type-pricing__switch label {
      display: inline-block;
      position: relative;
      width: 51px;
      min-width: 51px;
      height: 27px;
      margin: 0;
      border-radius: 13px;
      background-color: #273044;
      cursor: pointer;
      transition: .4s;
      -webkit-transition: .4s; }
      .ulisting_go_pro .stm-type-pricing__switch label:after {
        content: "";
        position: absolute;
        width: 21px;
        height: 21px;
        left: 3px;
        top: 3px;
        border-radius: 10px;
        background-color: #ffffff;
        transition: .4s;
        -webkit-transition: .4s;
        z-index: 2; }

.ulisting_go_pro .stm_plan {
  display: flex;
  padding: 65px 45px 49px;
  margin-top: 41px;
  box-sizing: border-box;
  flex-direction: column;
  box-shadow: 0 5px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background-color: #ffffff; }
  .ulisting_go_pro .stm_plan__type {
    display: flex;
    position: absolute;
    top: 0;
    left: 50%;
    padding: 4px 6px;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    line-height: 16px;
    border-radius: 20px;
    transform: translate(-50%, -50%);
    white-space: nowrap; }
  .ulisting_go_pro .stm_plan--developer, .ulisting_go_pro .stm_plan--popular {
    position: relative; }
  .ulisting_go_pro .stm_plan--developer .stm_plan__type {
    padding: 4px 12px;
    background-color: #000000; }
  .ulisting_go_pro .stm_plan--popular {
    border: 2px solid #46b450; }
  .ulisting_go_pro .stm_plan--popular .stm_plan__type {
    background-color: #46b450; }
    .ulisting_go_pro .stm_plan--popular .stm_plan__type::before {
      width: 10px;
      height: 14px;
      margin-right: 4px;
      content: '';
      background-image: url("../images/popular.svg");
      background-size: contain;
      background-repeat: no-repeat; }
  .ulisting_go_pro .stm_plan__title {
    color: #273044;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: 16px;
    text-align: center;
    margin-top: 8px;
    margin-bottom: 28px; }
  .ulisting_go_pro .stm_plan__btn {
    width: 100%;
    border-radius: 4px;
    border: 2px solid #46b450;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    text-align: center;
    padding-bottom: 13px;
    padding-top: 13px;
    color: #46b450;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.56px;
    line-height: 18px; }
    .ulisting_go_pro .stm_plan__btn--buy {
      display: flex;
      align-items: center;
      justify-content: center; }
      .ulisting_go_pro .stm_plan__btn--buy::before {
        width: 19px;
        height: 17px;
        margin-right: 11px;
        content: '';
        background-image: url("../images/cart.svg");
        background-size: contain;
        background-repeat: no-repeat; }
    .ulisting_go_pro .stm_plan__btn:hover {
      background-color: #46b450;
      color: #fff; }
      .ulisting_go_pro .stm_plan__btn:hover::before {
        filter: brightness(100); }
  .ulisting_go_pro .stm_plan__link-upgrade {
    margin-top: 10px;
    color: #46b450;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 22px;
    text-align: center;
    text-decoration: underline; }
    .ulisting_go_pro .stm_plan__link-upgrade:hover {
      color: #46b450; }

.ulisting_go_pro .stm_price {
  color: #273044;
  font-size: 40px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: -1.6px;
  line-height: 25.98px;
  text-align: center;
  white-space: nowrap; }
  .ulisting_go_pro .stm_price sup {
    color: #273044;
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 25.98px;
    text-align: center; }
  .ulisting_go_pro .stm_price small {
    opacity: 0.5;
    color: #273044;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 25.98px;
    text-align: left; }
    .ulisting_go_pro .stm_price small.hidden {
      display: none; }

.ulisting_go_pro .stm_terms_content {
  margin-top: 29px;
  margin-bottom: 19px;
  color: #969aa5;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 22px;
  text-align: center;
  text-decoration: none; }
  .ulisting_go_pro .stm_terms_content a {
    color: #157ffc; }

.ulisting_go_pro .stm_last_changelog_info {
  display: flex;
  justify-content: center;
  border-radius: 4px;
  background-color: #ffffff;
  opacity: 0.7;
  padding-top: 12px;
  padding-bottom: 10px; }
  .ulisting_go_pro .stm_last_changelog_info li {
    padding-right: 30px;
    padding-left: 30px;
    color: #273044; }
  .ulisting_go_pro .stm_last_changelog_info--label {
    opacity: 0.7; }
  .ulisting_go_pro .stm_last_changelog_info--value {
    color: #273044;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 22px; }
    .ulisting_go_pro .stm_last_changelog_info--value a {
      color: #273044;
      text-decoration: underline; }
