  #new-packages-block h3,#new-packages-block div,#new-packages-block ul,#new-packages-block li,#new-packages-block p,#new-packages-block span,#new-packages-block h4 {
    font-family: Lato;
  }

  .pricing {
    margin-top: -9.375rem;
    text-align: center;
  }

  .pricing-bg {
    height: 25.5rem;
    background-color: rgb(31, 85, 127);
  }

  .pricing-bg-content {
    top: 29%;
    transform: translateY(-29%);
    position: relative;
    text-align: center;
  }

  .pricing-bg h1 {
    font-weight: 700;
    font-style: normal;
    color: #fff;
    font-size: 2.0625rem;
    line-height: 2.25rem;
  }


  .pricing-bg-content p {
    display: block;
    font-size: 1rem;
    font-weight: normal;
    font-style: normal;
    color: #afb3c0;
    letter-spacing: .0125rem;
    margin-top: .625rem;
    line-height: 1.625rem;
    font-weight: normal;
    color: white;
  }

  .pricing-bg-content a {
    -webkit-tap-highlight-color: transparent;
    font-weight: bold;
    color: #22a7f0;
    text-decoration: none;
  }

  .pricing-package {
    width: 20.25rem;
    max-width: none;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 2.8125rem;
    margin-left: .625rem;
    margin-right: .625rem;
    border-bottom: 0;
    padding-bottom: 0;
    width: 20.25rem;
  }
  .pricing-package:first-child {
      margin-left: 0;
      border-bottom: 0;
  }

  .pricing-package:last-child {
    margin-right: 0;
    border-bottom: 0;
  }

  .pricing-package-article {
    position: relative;
    background-color: #fff;
    z-index: 1;
    border: 1px solid rgba(189,195,199,0.6);
    padding: 2.5rem;
    height: 21.0625rem;
    border-radius: .3125rem;
    padding-top: 2.0625rem;
  }

  .pricing-package-recommended .pricing-package-article {
    box-shadow: 0 1rem 3rem 0 rgba(189,195,199,0.6);
    border: 0;
    z-index: 4;
    background-color: #fff;
    border-radius: 0 0 .3125rem .3125rem !important;
    height: 22.3125rem;
    padding: 2.1875rem;
  }

  .pricing-package h3 {
    font-size: 1.875rem;
    margin-bottom: .4375rem;
    letter-spacing: .01625rem;
    line-height: 1.35;
    font-weight: 700;
    font-style: normal;
  }

  .pricing-package-price {
    margin-bottom: .625rem;
    position: absolute;
    bottom: 7.1875rem;
    width: 100%;
    margin-left: 0;
    left: 0;
  }

  .pricing-package-price span {
      letter-spacing: .01812rem;
      font-size: 1.875rem;
      position: relative;
      top: .1875rem;
  }

  .pricing-package-price b {
      font-style: normal;
  }

  .pricing-package-price ins {
      font-style: italic;
      font-weight: 300;
      margin-left: .3125rem;
      font-size: 1.5rem;
      text-decoration:none;
  }

  .pricing-package-price u {
    font-size: 0.4em;
    vertical-align: 0.8em;
    display: inline-block;
    padding-left: 0;
    margin-left: 0;
    margin-left: 0.2em;
  }

  .pricing-package-description {
    color: #737f8b;
    letter-spacing: .0125rem;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.63;
    max-height: 8.75rem;
    overflow: hidden;
  }

  .pricing-package .cta-in-row {
      font-size: 0;
      margin-top: 2.125rem;
      position: absolute;
      width: 100%;
      margin-left: 0;
      left: 0;
      bottom: 3rem;
  }

  .pricing-package [class^="btn-"] {
    font-size: .875rem;
    line-height: 2.75rem;
    outline: none;
    padding: 0 .9375rem;
    background-color: #22a7f0;
    color: #fff;
    text-decoration: none;
    appearance: none;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    letter-spacing: .0125rem;
    min-width: initial;
    width: 7.4375rem;
    margin: 0;
    border: 1px solid #22a7f0;
  }

  .pricing-package-features {
    padding: 0 2.5rem;
    margin-top: 3.75rem;
    position: relative;
    text-align:center;
  }

  .pricing-package-features ul {
    display: block;
    overflow: hidden;
    transition: max-height .3s ease-out;
    line-height: 1.25rem;
    overflow: visible;
    font-size: .875rem;
  }
  .pricing-package-features-head {
      min-height: auto !important;
      margin-bottom: 1.25rem;
      font-weight: bold;
  }

  .pricing-package-features li.upgrade-prev b {
    position:relative;
  }

.pricing-package-features li.upgrade-prev b::before {
    display: block;
    content: "\f00c";
    position: absolute;
    right: -23px;
    top: 1.4px;
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f058";
    color: green;
}

  .pricing-package-features ul li {
    position:relative;
    margin-bottom: 1.125rem;
  }
  .pricing-package-features-head::after {
    content: '';
    width: 12.5rem;
    height: .0625rem;
    background-color: #d5d9db;
    display: block;
    margin-top: 1.25rem;
    margin-left: auto;
    margin-right: auto;
  }

  .pricing-package-cta {
    font-size: .875rem;
    text-transform: uppercase;
    color: #22a7f0;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    position: relative;
    line-height: 1.375rem;
    cursor: pointer;
    padding-left: 1.5625rem;
    display:none;
  }

  .pricing-package-cta ins {
    font-size: 0;
    display: inline-block;
    border-width: 2px;
    border-style: solid;
    border-radius: 50%;
    position: relative;
    text-align: center;
    cursor: pointer;
    vertical-align: middle;
    text-decoration: none;
    width: 1.3125rem;
    height: 1.3125rem;
    line-height: 1.3125rem;
    color: #22a7f0;
    position: absolute !important;
    left: 0;
  }

  .pricing-package-cta .h {
    display: none;
  }

  .pricing-package-recommended {
    position: relative;
    width: 23.125rem !important;
    margin-left: -1.125rem;
    margin-right: -1.125rem;
  }


  .pricing-package-recommend {
    text-transform: uppercase;
    margin-bottom: .375rem;
    background-color: #3fb87f;
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    position: absolute;
    right: 0;
    color: #fff;
    border-radius: .3125rem .3125rem 0 0;
    font-size: .875rem;
    font-weight: bold;
    top: -1.625rem;
    padding: .1875rem 0rem .25rem;
    letter-spacing: .0375rem;
  }

  .pricing-package-recommended .pricing-package-article {
    box-shadow: 0 1rem 3rem 0 rgba(189,195,199,0.6);
    border: 0;
    z-index: 4;
    background-color: #fff;
    border-radius: 0 0 .3125rem .3125rem !important;
    height: 22.3125rem;
    padding: 2.1875rem;
  }

  .pricing-package-recommended .pricing-package-price {
    bottom: 8.4375rem;
  }

  .pricing-package-recommended .cta-in-row {
    bottom: 4.375rem;
  }

  .btn-green-primary {
    background-color: #3fb87f !important;
    border: 1px solid #3fb87f !important;
  }

  .pricing-package-recommended .pricing-package-features {
    margin-top: 2.5rem;
    text-align: center;
  }

.pricing-package-cta {
    font-size: .875rem;
    text-transform: uppercase;
    color: #22a7f0;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    position: relative;
    line-height: 1.375rem;
    cursor: pointer; 
    padding-left: 1.5625rem;
    display: none;
    font-family: lato;
    font-weight: 700;
}

.pricing-package-cta ins {
    font-size: 0;
    display: inline-block;
    border-width: 2px;
    border-style: solid;
    border-radius: 50%;
    position: relative;
    text-align: center;
    cursor: pointer;
    vertical-align: middle;
    text-decoration: none;
    width: 1.3125rem;
    height: 1.3125rem;
    line-height: 1.3125rem;
    color: #22a7f0;
    position: absolute !important;
    left: 0;
}

.js-pricing-package-cta ins::before {
    content: '+';
    font-weight: bold;
    font-size: 25px;
    display: block;
    z-index: 21;
    color: #22a7f0;
    margin-top: -0.175rem;
    margin-left: +0.0135rem;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.show-mobile {
  display:inline;
}

#payment-credit-iframe {
    width:100%;
    border:0;
    height:502px
}

  @media screen and (max-width:1028px) {
.pricing-bg {
  height: 9rem;
}

.show-mobile {
  display:inline-block;
}

.pricing-bg-content {
      top: 60%;
}

.pricing-bg h1 {
    margin-top: 5rem;
    font-size: 1.3rem;
}

.pricing-bg-content p {
  display:none;
}

.pricing {
      margin-top: 3rem;
}

.pricing-package {
  max-width: 18.5rem;
  margin-right:auto !important;
  margin-left:auto !important;
  display:block;
}

.pricing-package-recommend {
      font-size: 0.75rem;
    padding: .3125rem .75rem;
    top: 0;
    z-index: 20;
    border-radius: 0;
    margin-left: -.75rem;
    margin-right: -.75rem;
    position: static;
    width: auto;
    -webkit-box-ordinal-group: 1;
    box-ordinal-group: 1;
}

.pricing-package:first-child {
  -webkit-box-ordinal-group: 2;
  box-ordinal-group: 2;
  }

.pricing-package-article {
    box-shadow: none !important;
    padding: 0 !important;
    height: auto !important;
    border:0;
}

.pricing-package h3 {
  font-size: 1.25rem;
    line-height: 1.875rem;
    text-align: left;
    margin-top: auto;
}

.pricing-package-price {
    margin-bottom: .625rem;
    position: static;
    text-align: left;
}

.pricing-package-price span {
    font-size: 2rem;
}

.pricing-package-price ins {
  font-size: 1.125rem;
    margin-left: .3125rem;
}

.pricing-package h4 {
      text-align: left;
    margin: 0;
}

.cta-in-row {
margin-top: 2.125rem !important;
    bottom: auto !important;
    position: static !important;
}

.pricing-package [class^="btn-"] {
    width: 100%;
    border-radius: 3px;
}

.pricing-package-features {
    margin-top: 2.5rem;
    text-align: center;
}

.pricing-package-features ul {
  display:none;
  transition:0.7s;
}

.pricing-package-features.shown ul {
  display:block;
}

.js-pricing-package-cta {
  display: inline-block;
  position: relative;
}

.pricing-package-column-wrapper {
    display: -webkit-box;
    display: box;
    -webkit-box-orient: vertical;
    box-orient: vertical;
}
}

.billing-label {
    font-size: 13px;
    color: rgb(138, 138, 138);
    display: block;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 55px
}

input.payment-input {
    height: 42px;
    font-size: 14px;
    border: 1px solid #bdc4c9;
    font-size: 16px;
    padding: 5px 6px;
    width: 100%;
    margin: 2px 0 5px;
    min-height: 34px;
    line-height: normal;
    box-sizing: border-box;
    border-radius: 3px;
    -webkit-appearance: none;
    color: #3d464d;
    box-shadow: none !important;
    -webkit-user-select: text;
    outline: 0 !important;
    -webkit-box-shadow: none;
    background: white !important;
    display: block
}

.payment-form a {
    color: rgb(40, 149, 241);
}
/* end of old styles */

body {
    width: 100%;
    height: 100%;
    position: relative;
    background: #EEEEEE
}

.premium-pay {
    display: block;
    background: #f1f1f1;
    font-family: 'Lato';
    padding-top: 90px;
    width:100%;
    max-width:100%;
    margin-bottom:0;
    margin-top:0;
    padding-top:140px;
    padding-bottom:220px;
}

#premium-signup-block {
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
    border-top: 3px solid #909090;
    display: block;
    height: 540px;
    position:relative;
}

#premium-signup-block .errors-container {
    position: absolute;
    left: 0;
    width: 100%;
    margin-top: -32px;
}

#premium-signup-block h3 {
    font-size: 1.5em;
    font-weight: 300;
    color: #3d464d;
    font-weight: normal;
    margin-bottom: 0;
    text-align: center;
    font-family: lato;
    letter-spacing: 0.02em;
    font-size: 1.875rem;
    margin-bottom: .4375rem;
    letter-spacing: .01625rem;
    line-height: 1.35;
    font-weight: 700;
    font-style: normal;
}

#premium-signup-block h4 {
    text-align: center;
    color: #a5a5a5;
    margin-bottom: 35px;
    font-family: Lato;
    letter-spacing: 0.05em;
    font-weight: normal;
    margin-top: 8px;
    font-size: 0.8em;
}

div#premium-signup-block label.error {
    display: block;
    font-size: .75rem;
    margin-top: -1px;
    padding: .375rem .5625rem .5625rem;
    background: #f04124;
    font-weight: 400;
    font-style: italic;
    color:white;
}

.sdr-frm-btn {
    font-size: .875rem;
    line-height: 2.75rem;
    outline: none;
    padding: 0 .9375rem;
    background-color: #22a7f0;
    color: #fff;
    text-decoration: none;
    appearance: none;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    letter-spacing: .0125rem;
    min-width: initial;
    width: 7.4375rem;
    margin: 10px 0;
    border: 1px solid #22a7f0;
    border-radius: 3px;
}

.sdr-frm-btn:hover::before {
    display: block;
    content: ' ';
    background: white;
    opacity: 0.1;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.sdr-frm-btn-primary {
    background-color: #3fb87f !important;
    border: 1px solid #3fb87f !important;
}

.sdr-frm-btn-full {
    width: 100%;
    max-width:300px;
    margin-left:auto;
    margin-right:auto;
    display:block;
}

.fb-login-btn {
    margin-bottom: 0;
    background: #354E84;
    WIDTH: 100%;
    border-radius: 5px;
    line-height: 100%;
    font-family: 'Lato';
    font-size: 1em
}

.sdr-frm-or {
    border-top: 1px solid gray;
    font-size: 0.7em;
    padding: 25px 0 8px 0;
    text-align: center;
    margin: 19px -8px 5px -8px;
}

.sdr-tbl {
    display: table;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1027px
}

.sdr-cel {
    display: table-cell;
    vertical-align: top
}

.sdr-primary-blk {
    text-align: left;
    clear: none;
    background: #ffffff;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.14), inset 0 1px 0 #edeff2;
    display: block;
    background: #0097a9;
    color: white;
}

.sdr-blk {
    text-align: left;
    clear: none;
    background: #ffffff;
    padding: 20px 40px 20px 40px;
    border-radius: 5px;
    box-shadow: 0 1rem 3rem 0 rgba(189, 195, 199, 0.6);
    border-top: 3px solid #909090;
    margin-bottom:25px
}

#alternative-payments-block {
    float:right;
    border-radius:3px;
    border:1px solid gray;
    padding:12px;
    position:relative;
}

#alternative-payments-block span {
    cursor:pointer;
    display:inline-block;
    border-radius: 5px;
}

#alternative-payments-block span img {
    display:block;
}

#alternative-payments-block:hover span{
        box-shadow: 0 0 4px rgba(0,0,0,0.15);
}

.payment-pssl img {
    padding-top: 5px;width: 64px;
}

.payment-pssl {
    position: relative;float:right; text-align:right; margin-top:-14px
}

.payment-pssl-container {
    padding:73px 24px 18px; text-align:left;
}

.payment-terms-blk {
    text-align: left;line-height: 23px; font-size: 14px; font-weight: normal; margin-bottom:15px; font-family:Lato
}

#payment-after-blk {
    text-align:left; padding:5px 5px 10px 36px; 
        text-align: left;
        font-size: 12px;
}

#payment-after-blk span {
    font-size:12px;font-weight:500;font-family:Lato;text-decoration: underline;
}

#personal-data-a {
    margin-left: 20px;border-left: 1px dashed #cecece;padding-left: 10px;
}



@media screen and (max-width:1027px) {
    #alternative-payments-block {
        display:block;
        float:none;
        margin-bottom:24px;
        padding:12px;
    }

    #alternative-payments-block span {
        padding:6px;
        display:block;
    }

    #payment-pssl {
        float: none;
        text-align: center;
        margin-bottom: 35px;
    }

    #payment-pssl-container {
        padding-top:49px;
    }
}

@media screen and (max-width:830px) {
    #premium-pay .sdr-cel {
        display: block;
        width: 100% !important;
        padding-right:0 !important;
    }

    .sdr-frm-or {
        margin-left:0;
        margin-right:0;
    }
    
    .billing-label {
        margin-left: auto !important;
        margin-right: auto !important;
        padding:14px;
    }
    
    .sdr-frm-btn-full {
        width:calc(100% - 28px);    
        max-width: 272px;
    }
    
    .sdr-blk .fb-login-btn {
        width: calc(100% - 28px);
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 272px;
        padding: 11px;
    }
    
    .sdr-frm-or {
        margin-left: 14px;
        margin-right: 14px;
    }
    
    .sdr-primary-blk {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 5;
        box-shadow: 0 -10px 15px rgba(0,0,0,0.1);
    }
    
    #payment-after-blk span {
        border:0 !important;
        display:block;
        width:auto;
        padding:5px !important;
        margin:0 !important;
    }
}

@media screen and (max-width:530px) {
    .sdr-cel,.sdr-blk {
        width:100% !important;
        max-width:none !important;
    }
    
    .premium-pay {
        padding:0 !important;
        max-width:none !important;
        width:100% !important;
    }
    
    .sdr-tbl {
        max-width:none;
        padding:0;
        margin:0;
    }
    
    #personal-data-a {
        display: block;
        margin-left: 0;
        padding-left: 0;
        padding-top: 5px;
        border-left: 0;
    }
}
