*{
  font-family: "Open Sans";
}

.price-items ul li {
    margin-left: -20px;
    margin-right: -20px;
    font-size: 12px;
}
.red { color: #be4900}
.green { color: #2bbe00}


/**
 * The CSS shown here will not be introduced in the Quickstart guide, but shows
 * how you can use CSS to style your Element's container.
 */
.StripeElement {
  box-sizing: border-box;

  height: 40px;
  width:100%;

  padding: 10px 12px;

  border: 1px solid transparent;
  border-radius: 4px;
  background-color: white;

  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}

.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

#card-errors {
    color: red;
    margin: 20px 0;
}
.hidden {
    display:none;
}




#finish-failed {
    display:none;
}
.fullsize-submenu.pricing .navbar .navbar-nav > li > a {
    color: inherit;
}
.pricing .navbar .navbar-nav > li > a {
  color: #fff;
}
.fullsize-submenu.pricing.scrolled .navbar .navbar-nav > li > a:not(.alternative-cta-btn) {
  color: #fff;
}
.nav-open .fullsize-submenu.pricing .navbar .navbar-nav > li > a {
  color: #fff;
}

.pricing .product-logo-pbi {
    background-image: url(../img/logos/Drill-Down-Visuals-on-dark.svg);
}
.fullsize-submenu.pricing .product-logo-pbi {
    background-image: url(../img/logos/Dril-down-visuals.svg)
}
.fullsize-submenu.pricing.scrolled .product-logo-pbi {
    background-image: url(../img/logos/Drill-Down-Visuals-on-dark.svg);
}

.checkout #section-login {
    display:none;
}
.checkout #section-create-new {
    /* display:none; */
}

hr.divider-a {
    margin-top:40px;
    margin-bottom:40px;
}

hr.divider-a {
    border: 0;
    border-top: 1px solid #CCC;
    height: 1px;
    overflow: visible;
    padding: 0;
    color: #CCC;
    text-align: center;
}

hr.divider-a::after {
    content: "OR";
    display: inline-block;
    position: relative;
    /*
    font-size: 1.4em;
    top: -0.7em;
    */
    top: -0.7em;
    font-size: 1em;
    padding: 0 0.3em;
    background: #FCFCFC;
    color:#000;
    font-family: "Merriweather", sans-serif;
}

.checkout__content-footer .right-buttons .button--login-blue {
    width:100%;
}

.section-title {
  font-size: 26px;
  font-weight: bold;
  color: #000;
}

.header-pricing {
  min-height: 439px;
  background: #F1F1F1;
  padding-top: 98px;
}

.header-pricing .container {
  position: relative;
}

.header-pricing__background {
  background: #292929;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 48%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 48%, 0% 100%);
  max-height: 439px;
}

_:-ms-lang(x),
.header-pricing__background {
  height: 675px;
  background: linear-gradient(175deg, #292929 50%, transparent 50%);
}

.header-pricing {
  position: relative;
}

.header-pricing__title {
  font-size: 44px;
  font-weight: bold;
  color: #EDC821;
  text-align: right;
  margin-top: 0;
  margin-bottom: 20px;
  width: 444px;
  margin-left: 30px;
  line-height: 55px;
}

.header-pricing__text p {
  color: #fff;
  font-size: 12px;
  width: 250px;
  margin-left: 85px;
}

.header-pricing__image {
  position: absolute;
  right: 0;
  top: 0;
}

.info-pricing {
  background: #F1F1F1;
  position: relative;
  top: -1px;
}

.info-pricing__items {
  max-width: 926px;
  margin: 0 auto;
}

.info-pricing__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #000;
}

.info-pricing__item p {
  font-size: 11px;
  font-weight: 600;
  font-family: "Merriweather", sans-serif;
  line-height: 18px;
  color: #000;
}

.info-pricing__item img {
  margin-right: 20px;
}

.info-pricing__title {
  font-size: 13px;
  font-weight: 800;
}

.info-pricing__items .col-sm-4:first-child {
  position: relative;
}

.info-pricing__items .col-sm-4:first-child:before {
  content: '';
  height: 250px;
  width: 1;
  border-left: 1px dashed rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 84%;
  top: 0;
  -webkit-transform: translate(0%, -65%) rotate(78deg);
      -ms-transform: translate(0%, -65%) rotate(78deg);
          transform: translate(0%, -65%) rotate(78deg);
}

.info-pricing__items .col-sm-4:nth-child(2) {
  position: relative;
}

.info-pricing__items .col-sm-4:nth-child(2):before {
  content: '';
  height: 70px;
  width: 1;
  border-left: 1px dashed rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 55%;
  top: 0;
  -webkit-transform: translate(0%, -95%) rotate(50deg);
      -ms-transform: translate(0%, -95%) rotate(50deg);
          transform: translate(0%, -95%) rotate(50deg);
}

.info-pricing__items .col-sm-4:nth-child(3) {
  position: relative;
}

.info-pricing__items .col-sm-4:nth-child(3):before {
  content: '';
  height: 55px;
  width: 1;
  border-left: 1px dashed rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 35%;
  top: 0;
  -webkit-transform: translate(0%, -110%) rotate(-30deg);
      -ms-transform: translate(0%, -110%) rotate(-30deg);
          transform: translate(0%, -110%) rotate(-30deg);
}

.price-items {
  position: relative;
  padding-top: 20px;
}

.price-items:before {
  content: '';
  position: absolute;
  height: 293px;
  background: #F1F1F1;
  width: 100%;
  top: -1px;
  left: 0;
}

.price-item {
  width: 100%;
  min-height: 400px;
  background: #D6D6D6;
  border-radius: 10px;
  padding: 20px 30px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  position: relative;
}

.price-item p {
  font-size: 11px;
  margin-bottom: 0;
  color: #404040;
}

.price-item__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #707070;
  width: 100%;
  margin-bottom: 20px;
}

.price-item__icon {
  height: 39px;
  width: 39px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border: 1px solid #EDC821;
  margin-bottom: 7px;
}

.price-item__yearly-price {
  font-size: 12px;
  margin-bottom: 17px;
  font-weight: 500;
  min-height: 21px;
  font-weight: bold;
  font-family: "Merriweather", sans-serif;
}

.price-item__title {
  text-transform: uppercase;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  margin-bottom: 19px;
}

.price-item__price {
  font-size: 26px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  margin-bottom: 10px;
}

.price-item__button,
.white-button {
  width: 200px;
  max-width: 100%;
  height: 59px;
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 9px 16px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 9px 16px rgba(0, 0, 0, 0.16);
  cursor: pointer;
  margin-bottom: 23px;
}

.price-item__button a,
.white-button a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  color: #000;
}

.price-item__button:hover,
.white-button:hover {
  background: #F2F2F2;
}

.price-item--white {
  background: #fff;
  border: 1px solid #F1F1F1;
}

.price-item__button--grey {
  background: #F1F1F1;
}

.price-item__button--grey:hover {
  background: rgba(241, 241, 241, 0.7);
}

.price-item--yellow {
  background: #EDC821;
}

.price-item__button--green {
  background: #2BBE00;
}

.price-item__button--green a {
  color: #fff;
}

.price-item__button--green:hover {
  background: #fff;
}

.price-item__button--green:hover a {
  background: #2BBE00;
  opacity: 0.9;
  border-radius: 5px;
}

.price-item:hover {
  -webkit-transform: scale(1.08);
      -ms-transform: scale(1.08);
          transform: scale(1.08);
  -webkit-box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.3);
}

.price-item__badge {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #2BBE00;
  padding: 0px 12px;
  border-radius: 10px;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-size: 10px;
  font-weight: bold;
}

.price-item__info {
  position: absolute;
  top: 5px;
  right: 10px;
  cursor: pointer;
}

.price-item__info-content {
  padding: 30px;
  color: #fff;
  background: rgba(0, 0, 0, 0.9);
  position: absolute;
  top: -10px;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  width: 265px;
  border-radius: 5px;
  font-size: 11px;
  display: none;
  right: -125px;
  z-index:3;
}

.price-item__info-content:before {
  content: '';
  border: 8px solid transparent;
  border-top: 8px solid rgba(0, 0, 0, 0.9);
  position: absolute;
  bottom: 1px;
  right: -9px;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}

.price-item__info:hover .price-item__info-content {
  display: block;
}

.price-items__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 25px;
}

.price-items__footer-text {
  font-size: 10px;
  color: rgba(0, 0, 0, 0.7);
  max-width: 234px;
  text-align: right;
}

.payment-methods__title {
  font-size: 16px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  margin-bottom: 5px;
}

.consultants {
  padding-top: 60px;
  text-align: center;
}

.consultants .sub-title {
  margin: 16px auto;
  margin-top: 0;
  max-width: 380px;
  font-size: 12px;
  color: #000;
  font-family: "Merriweather", sans-serif;
  font-weight: 600;
  line-height: 18px;
}

.consultants .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 90px;
  position: relative;
  overflow: hidden;
}

.consultants .container:after {
  content: '';
  width: 100%;
  height: 249px;
  position: absolute;
  bottom: 0;
  border-radius: 50%;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  background: transparent;
  -webkit-box-shadow: 0px -10px 100px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px -10px 100px 0px rgba(0, 0, 0, 0.16);
}

.question-pricing {
  padding: 60px 0;
}

.question-pricing .sub-title {
  margin-bottom: 20px;
  text-align: center;
  color: #000;
  font-family: "Merriweather", sans-serif;
  font-weight: 600;
  line-height: 18px;
  font-size: 12px;
}

.question-pricing h2 {
  text-align: center;
}

.question-pricing h3 {
  text-align: left;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
  padding-top: 40px;
  padding-bottom: 20px;
  color: #000;
}

.question-pricing__item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  cursor: pointer;
}

.question-pricing__item {
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.question-pricing__item p {
  font-size: 12px;
  color: #000;
  font-family: "Merriweather", sans-serif;
}

.question-pricing__open-btn {
  padding-top: 10px;
  cursor: pointer;
}

.question-pricing__item__content {
  padding-top: 10px;
  display: none;
}

.question-pricing__item.active .question-pricing__item__content {
  padding-top: 10px;
}

.question-pricing__item.active .question-pricing__open-btn {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.question-title {
  font-size: 13px;
  padding-right: 10px;
  max-width: 700px;
  font-family: "Merriweather", sans-serif;
  font-weight: 600;
  color: #000;
}

.question-pricing__items {
  max-width: 786px;
  margin: 0 auto;
}

.checkout-header {
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 20px;
}

.checkout-header img {
  width: 133px;
}

.checkout-footer {
  font-size: 11px;
  color: rgba(0, 0, 0, 0.4);
  padding-top: 33px;
  padding-bottom: 40px;
}

.checkout-page {
  background: #fcfcfc;
}

.checkout {
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.18);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.18);
  border-radius: 8px;
  margin: 0 auto;
  margin-top: 60px;
  position: relative;
}

.checkout--create-account {
  /*max-width: 487px;*/
  max-width: 885px;
}

.checkout---finish {
  max-width: 884px;
  height: 536px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.checkout--billing-details {
  max-width: 885px;
}

.checkout__step-title {
  height: 33px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.checkout__steps {
  width: 378px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  top: 0;
  -webkit-transform: translate(-50%, -80%);
      -ms-transform: translate(-50%, -80%);
          transform: translate(-50%, -80%);
  left: 50%;
  z-index: 1;
}

.checkout__step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 73px;
  text-align: center;
  font-size: 13px;
  line-height: 16px;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  color: rgba(0, 0, 0, 0.3);
}

.checkout__step img {
  display: none;
}

.checkout__step.active {
  color: #000;
}

.checkout__step.active .checkout__step-num {
  background: #F2C811;
}

.checkout__step-num {
  height: 28px;
  width: 28px;
  background: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding-left: 2px;
  position: relative;
}

.checkout__step-num img {
  position: absolute;
  top: 0;
  left: 0;
}

.checkout__header {
  background: #333333;
  padding: 45px 42px 36px 48px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  position: relative;
}

.border_dotted {
  background: url("../img/checkout/dotted2.svg") left bottom repeat-x;
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: -2px;
  left: 0px;
}

.checkout__header-title {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 13.8px;
  line-height: 1;
}

.checkout__header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.checkout__product-title {
  font-size: 13px;
  font-weight: bold;
  color: #F2C811;
  line-height: 18px;
}

.checkout__header-column:first-child {
  max-width: 227px;
}

.checkout__product-sub-title {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 16px;
  margin-top: 5px;
}

.checkout__header-column:last-child {
  text-align: right;
}

.checkout__price-title {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.4);
  line-height: 16px;
}

.checkout__price--sm {
  font-size: 15px;
  font-weight: 500;
  font-family: 'Open Sans', sans-serif;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1;
  margin-bottom: 0px;
  margin-top: 4px;
  position: relative;
  top: -4px;
}

.checkout__price-item {
  margin-bottom: 0px;
}

.checkout__price {
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  margin-top: 10px;
}

.checkout__content {
  padding: 41px 43px 32px 48px;
  position: relative;
}

.checkout__content-title {
  font-size: 26px;
  font-weight: bold;
  color: #000;
  font-family: 'Open Sans', sans-serif;
}

.checkout__content-prompt {
  font-size: 12px;
  color: #000;
  font-weight: bold;
  margin-top: 6px;
  max-width: 250px;
  margin-bottom: 17px;
  line-height: 19px;
}

.back-button {
  color: #000;
  opacity: 0.5;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: underline;
  margin-top: 32px;
  max-width: 50px;
}

.back-button img {
  margin-right: 6px;
}

.back-button:hover {
  opacity: 1;
  color: #000;
  text-decoration: underline;
}

.input-wrapper {
  position: relative;
}

.checkout-input {
  margin-top: 22px;
  padding-bottom: 7px;
  width: 100%;
  border: none;
  border-bottom: 1px solid #b7b7b7;
  font-size: 13px;
  color: #000;
  background: transparent;
  font-weight: bold;
}

.checkout-input:hover {
  opacity: 0.5;
}

.checkout-input:focus {
  opacity: 1;
}

.checkout-input::-webkit-input-placeholder {
  color: #000;
  font-size: 13px;
  font-weight: bold;
}

.checkout-input::-moz-placeholder {
  color: #000;
  font-size: 13px;
  font-weight: bold;
}

.checkout-input:-ms-input-placeholder {
  color: #000;
  font-size: 13px;
  font-weight: bold;
}

.checkout-input::-ms-input-placeholder {
  color: #000;
  font-size: 13px;
  font-weight: bold;
}

.checkout-input::placeholder {
  color: #000;
  font-size: 13px;
  font-weight: bold;
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder {
  color: transparent;
}

input:focus::-ms-input-placeholder {
  color: transparent;
}

input:focus::placeholder {
  color: transparent;
}

.input-prompt {
  padding-top: 1px;
  font-size: 11px;
  color: rgba(0, 0, 0, 0.5);
  font-weight: bold;
}

.button--blue {
  margin-top: 32px;
  padding: 0;
  border: none;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.button--blue a {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #4092EC;
  color: #fff;
  border-radius: 4px;
  padding: 15px 44px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  -webkit-box-shadow: 0px 9px 16px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 9px 16px rgba(0, 0, 0, 0.16);
  height: 59px;
}

.button--blue:hover {
  opacity: 0.7;
}

.checkout__content--login .checkout__content-footer .button--login-blue:hover,
.checkout--billing-details .button--blue:hover {
  opacity: 0.7;
}

.checkout__link {
  display: block;
  margin-top: 16px;
  text-decoration: underline;
  font-size: 12px;
  color: #0055FF;
  font-weight: bold;
  opacity: 0.8;
}

.checkout__link:hover {
  text-decoration: underline;
  color: #0055FF;
  opacity: 1;
}

.checkout__content-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.checkout__step--complite .checkout__step-num {
  color: #fff;
}

.checkout__step--complite img {
  position: absolute;
  display: block;
}

.checkout__step--complite .checkout__step-title {
  color: rgba(0, 0, 0, 0.5);
}

.checkout--billing-details .checkout__price-item {
  text-align: center;
}

.checkout--billing-details .checkout__price-item--right {
  text-align: right;
}

.checkout--billing-details .checkout__product-title {
  margin-top: 24px;
}

.checkout--billing-details .checkout__price-title {
  margin-bottom: 4px;
}

.checkout--billing-details .checkout__header-title {
  margin-bottom: 4px;
}

.checkout--billing-details .checkout__content-footer {
  margin-top: 10px;
}

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.form-row .input-wrapper {
  width: 48.5%;
}

.mobil-label {
  display: none;
  font-size: 10px;
  color: rgba(0, 0, 0, 0.5);
  font-weight: bold;
  position: absolute;
  top: 8px;
}

.input-wrapper--phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.input-wrapper--phone input:first-child {
  width: 80px;
  margin-right: 17px;
}

.checkout-select {
  width: 48%;
  margin-top: 28px;
  padding-bottom: 14px;
  width: 100%;
  border: none;
  border-bottom: 1px solid #b7b7b7;
  font-size: 13px;
  color: #000;
  background: transparent;
  font-weight: bold;
  cursor: pointer;
}

.select-wrapper {
  position: relative;
}

.select-wrapper select {
  background: transparent;
}

.select-wrapper:after {
  content: url("../img/checkout/arrow-down.svg");
  position: absolute;
  right: 0;
  bottom: 14px;
  pointer-events: none;
}

.error-prompt {
  color: #FF0000;
  font-size: 9px;
  font-weight: bold;
  position: absolute;
  right: 0;
  bottom: 14px;
  display: none;
}

.input-wrapper.error .checkout-input:hover {
  opacity: 1;
}

.input-wrapper.error .checkout-input {
  border-bottom: 1px solid #FF0000;
  color: #FF0000;
}

.input-wrapper.error .checkout-input::-webkit-input-placeholder {
  color: #FF0000;
}

.input-wrapper.error .checkout-input::-moz-placeholder {
  color: #FF0000;
}

.input-wrapper.error .checkout-input:-ms-input-placeholder {
  color: #FF0000;
}

.input-wrapper.error .checkout-input::-ms-input-placeholder {
  color: #FF0000;
}

.input-wrapper.error .checkout-input::placeholder {
  color: #FF0000;
}

.input-wrapper.error .error-prompt {
  display: block;
}

.input-wrapper.error .select-wrapper:after {
  display: none;
}

.input-wrapper.error select {
  color: #FF0000;
}

.input-wrapper.error .checkout-select {
  border-bottom: 1px solid #FF0000;
}

.checkout__header__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  border-top: 0.5px dashed rgba(255, 255, 255, 0.3);
  margin-top: 17px;
  padding-top: 17px;
}

.checkout__header-bottom-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 240px;
  margin-bottom: 8px;
}

.checkout__header-bottom-title {
  text-align: right;
  min-width: 100px;
  color: rgba(255, 255, 255, 0.4);
}

.checkout__header-bottom-value {
  color: rgba(255, 255, 255, 0.5);
  font-family: 'Open Sans', sans-serif;
}

.checkout__header-bottom-title--white {
  color: #fff;
}

.checkout__header-bottom-value--yellow {
  color: #F2C811;
  font-size: 18px;
  font-weight: bold;
}

.checkout__card-details {
  position: absolute;
  top: 0;
  right: 0;
  background: #eaeaea;
  padding: 42px 0px 59px 0px;
  min-width: 308px;
  max-width:308px;
  text-align: center;
  top: -2px;
  bottom:0;
  font-size: 13px;
  color: #000;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: -1;
}

.checkout__card-details .checkout__content-title {
  margin-bottom: 6px;
}

.card-details__item--bold {
  font-weight: 800;
}

.card-details__item {
  margin-bottom: 3px;
}

.card-details__row-title {
  font-size: 10px;
  color: rgba(0, 0, 0, 0.7);
  width: 50%;
  text-align: right;
  padding-right: 5px;
  margin-left: -15px;
  line-height: 13px;
}

.card-details__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 3px;
}

.card-details__row-value {
  font-size: 12px;
  color: #000;
  font-weight: bold;
  padding-left: 5px;
  width: 50%;
  text-align: left;
}

.card-details__items {
  width: 100%;
  margin-top: 22px;
}

.tab_item {
  display: none;
}

.tab_item:first-child {
  display: block;
}

.card-details__row--last {
  padding-top: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.card-details__row--last .card-details__row-value {
  position: relative;
  top: -4px;
}

.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
}

.tab__icon-wrapper {
  height: 112px;
  width: 112px;
  border: 1px dashed rgba(0, 0, 0, 0.03);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 3px;
}

.tab__icon-wrapper svg {
  fill: #1a1a1a;
  opacity: 0.3;
}

.tab {
  margin-right: 5px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.tab__btn {
  height: 22px;
  width: 22px;
  background: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0px 5px 16px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 5px 16px rgba(0, 0, 0, 0.16);
  margin-top: 12px;
}

.card-img {
  position: relative;
  top: 4px;
}

.tab__icon-title {
  text-align: center;
  display: block;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  color: rgba(0, 0, 0, 0.3);
  margin-top: 5px;
}

.tab.active .tab__icon-wrapper {
  border: 1px solid #2BBE00;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.tab.active svg {
  fill: #2BBE00;
  opacity: 1;
}

.tab.active .tab__btn {
  background: #2BBE00;
  border: 4px solid #fff;
}

.tab.active .tab__icon-title {
  color: rgba(0, 0, 0, 0.7);
}

.credit-card-wrapper {
  max-width: 451px;
  background: #fff;
  -webkit-box-shadow: 0px 5px 16px rgba(0, 0, 0, 0.13);
          box-shadow: 0px 5px 16px rgba(0, 0, 0, 0.13);
  padding: 21px 30px 30px 30px;
  margin-top: 14px;
  border-radius: 3px;
  font-size: 13px;
  font-weight: bold;
  color: #000;
  -webkit-transition: all 0.5;
  -o-transition: all 0.5;
  transition: all 0.5;
}
.card-errors-wrapper {
    max-width: 451px;
}

.credit-card-wrapper input::-webkit-input-placeholder {
    font-weight: 400;
}

.credit-card-wrapper input::-moz-placeholder {
  font-weight: 400;
}

.credit-card-wrapper input:-ms-input-placeholder {
  font-weight: 400;
}

.credit-card-wrapper input::-ms-input-placeholder {
  font-weight: 400;
}

.credit-card-wrapper input::placeholder {
  font-weight: 400;
}

.credit-card-wrapper img {
  position: relative;
  top: 11px;
}

.credit-card-wrapper--main {
  -webkit-box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.13);
          box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.13);
  margin-left: 4px;
}

.input-date {
  width: 95px;
}

.input-date.checkout-input::-webkit-input-placeholder {
  font-weight: 400;
}

.input-date.checkout-input::-moz-placeholder {
  font-weight: 400;
}

.input-date.checkout-input:-ms-input-placeholder {
  font-weight: 400;
}

.input-date.checkout-input::-ms-input-placeholder {
  font-weight: 400;
}

.input-date.checkout-input::placeholder {
  font-weight: 400;
}

.button--yellow {
  margin-top: 17px;
}

.button--yellow a {
  font-weight: 400;
  color: #000;
  font-size: 13px;
  background: #F2C811;
  padding: 10px 20px;
  font-weight: bold;
  height: 40px;
}

.credit-card__text {
  font-size: 10px;
  color: rgba(0, 0, 0, 0.6);
  margin-top: 18px;
  max-width: 451px;
  font-weight: bold;
  line-height: 15px;
}

.checkout__payment-footer {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.checkout__payment-footer .button--blue {
  margin-top: 20px;
  opacity: 0.3;
  display: none;
}

.checkout__content-footer-text {
  font-size: 11px;
  line-height: 20px;
  max-width: 340px;
  font-weight: bold;
}

.checkout__content-footer-text a {
  color: #4092EC;
  text-decoration: underline;
}

.wire-transfer__text {
  font-size: 13px;
  font-weight: bold;
  max-width: 394px;
  line-height: 20px;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #000;
}

.wire-transfer__text img {
  margin-right: 14px;
}

.button--blue.coplite-button {
  display: block;
}

.button--blue.submit-order-button {
  opacity: 1;
}

.checkout__content--login .button--blue {
  opacity: 1;
}

.checkout__content--login .credit-card-wrapper {
  display: none;
}
.checkout__content--login .credit-card-wrapper.visible {
  display: block;
}

.checkout__content--login .credit-card-wrapper input::-webkit-input-placeholder {
  font-weight: bold;
}

.checkout__content--login .credit-card-wrapper input::-moz-placeholder {
  font-weight: bold;
}

.checkout__content--login .credit-card-wrapper input:-ms-input-placeholder {
  font-weight: bold;
}

.checkout__content--login .credit-card-wrapper input::-ms-input-placeholder {
  font-weight: bold;
}

.checkout__content--login .credit-card-wrapper input::placeholder {
  font-weight: bold;
}

.chose-card-text {
  font-size: 13px;
  font-weight: bold;
  max-width: 357px;
  margin-top: 30px;
  line-height: 17px;
  margin-bottom: 20px;
  color: #000;
}

.tab-cards {
  max-width: 452px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px;
  border: 1px dashed #cccccc;
  margin-bottom: 5px;
  border-radius: 4px;
  cursor: pointer;
}

.tab-card__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tab-card__content .tab__btn {
  margin-top: 0;
  margin-right: 12px;
}

.tab-card__content input {
  margin-left: 15px;
  font-size: 13px;
  color: #000;
  font-weight: bold;
  border: none;
  background: transparent;
}

.card-validity {
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  color: rgba(0, 0, 0, 0.7);
  font-weight: bold;
}

.tab-cards--expired {
  border: 1px dashed rgba(255, 0, 0, 0.3);
  background: transparent;
  pointer-events: none;
}

.tab-cards--expired input {
  color: rgba(255, 0, 0, 0.7);
}

.tab-cards--expired .tab__btn {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
}

.tab-cards--expired .card-validity {
  color: rgba(255, 0, 0, 0.7);
}

.tab-cards.active {
  border: 1px solid #2BBE00;
}

.tab-cards.active .tab__btn {
  background: #2BBE00;
  border: 4px solid #fff;
}

.add-new-card {
  margin-top: 18px;
  color: #4092EC;
  text-decoration: underline;
  font-size: 12px;
  font-weight: bold;
  padding-left: 45px;
  position: relative;
  cursor: pointer;
  opacity: 0.8;
  width: 127px;
}

.add-new-card:before {
  content: url("../img/checkout/add.svg");
  position: absolute;
  left: 15px;
}

.add-new-card:hover {
  opacity: 1;
}

.add-new-card:hover:before {
  content: url("../img/checkout/add-blue.svg");
}

.finish-title {
  font-size: 26px;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  max-width: 450px;
  line-height: 35px;
  margin: 25px auto;
  margin-bottom: 20px;
  margin-top: 0px;
}

.finish-text {
  font-size: 11px;
  color: #000;
  max-width: 250px;
  margin: 0 auto;
  line-height: 18px;
  font-family: 'Merriweather', sans-serif;
  font-weight: bold;
}

.finish-text a {
  color: #4092EC;
  text-decoration: underline;
}

.checkout---finish .button--blue {
  margin-top: 25px;
}

.checkout---finish .finish-image {
  position: relative;
  top: -17px;
}

.finish-text-processing {
  max-width: 310px;
  line-height: 20px;
  font-family: 'Merriweather', sans-serif;
}

.finish-text-processing a {
  font-size: 11px;
}

.finish-text--error {
  margin-top: 15px;
  font-weight: 400;
}

#finish-icon {
  display: none;
  -webkit-animation: scale 1s alternate;
          animation: scale 1s alternate;
}

@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  10% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  20% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  30% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  40% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  50% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  60% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  80% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  90% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes scale {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  10% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  20% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  30% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  40% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  50% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  60% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  80% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  90% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.finish-text-block {
  display: none;
}

.checkout__content .button--blue-finish {
  display: none;
  -webkit-animation: transition 1s;
          animation: transition 1s;
}

@-webkit-keyframes transition {
  from {
    -webkit-transform: translateY(3000px);
            transform: translateY(3000px);
  }
  to {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes transition {
  from {
    -webkit-transform: translateY(3000px);
            transform: translateY(3000px);
  }
  to {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

.checkout__steps--animation {
  -webkit-animation: steps-animation 0.8s;
          animation: steps-animation 0.8s;
  opacity: 0;
}

@-webkit-keyframes steps-animation {
  0% {
    -webkit-transform: translate(-50%, -80%);
            transform: translate(-50%, -80%);
    opacity: 1;
  }
  50% {
    -webkit-transform: translate(-50%, -90%);
            transform: translate(-50%, -90%);
    opacity: 0.7;
  }
  75% {
    -webkit-transform: translate(-50%, -80%);
            transform: translate(-50%, -80%);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translate(-50%, -90%);
            transform: translate(-50%, -90%);
    opacity: 0.3;
    display: none;
  }
}

@keyframes steps-animation {
  0% {
    -webkit-transform: translate(-50%, -80%);
            transform: translate(-50%, -80%);
    opacity: 1;
  }
  50% {
    -webkit-transform: translate(-50%, -90%);
            transform: translate(-50%, -90%);
    opacity: 0.7;
  }
  75% {
    -webkit-transform: translate(-50%, -80%);
            transform: translate(-50%, -80%);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translate(-50%, -90%);
            transform: translate(-50%, -90%);
    opacity: 0.3;
    display: none;
  }
}

.transition-logo .checkout-logo {
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-animation: logo-animation 0.8s;
          animation: logo-animation 0.8s;
  position: relative;
  z-index: 9;
}

@-webkit-keyframes logo-animation {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateY(25px);
            transform: translateY(25px);
    opacity: 0.8;
  }
  75% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateY(25px);
            transform: translateY(25px);
    opacity: 0.5;
    display: none;
  }
}

@keyframes logo-animation {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateY(25px);
            transform: translateY(25px);
    opacity: 0.8;
  }
  75% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateY(25px);
            transform: translateY(25px);
    opacity: 0.5;
    display: none;
  }
}

.checkout__content-prompt--login {
  margin-top: 13px;
  margin-bottom: 4px;
}

.checkout__content--login {
  padding: 41px 59px 35px 48px;
}

.checkout__content--login .checkout-input {
  margin-top: 39px;
}

.checkout__content--login .checkout__content-footer {
  margin-top: 32px;
  margin-bottom: 36px;
}

.checkout__content--login .checkout__content-footer .button--login-blue {
  margin-top: 0;
}

.checkout__content--login .checkout__content-footer .button--login-blue a {
  padding: 15px 36px;
}

.checkout__content--login .checkout__content-footer .checkout__link {
  margin-top: 0;
}

.checkout__header-content {
  margin-bottom: 20px;
}

.head-row {
  margin-bottom: 0;
}

.checkout--billing-details .checkout__content {
  padding: 40px 43px 32px 52px;
}

.checkout--billing-details .checkout__header {
  padding: 43px 39px 23px 47px;
}

.checkout--billing-details .checkout__header .row {
  margin-right: 0;
  margin-left: 0;
}

.checkout--billing-details .checkout__product-sub-title {
  margin-top: 3px;
  max-width: 330px;
}

.checkout--billing-details .checkout__price {
  line-height: 1;
}

.checkout--billing-details .checkout-input {
  margin-top: 27px;
  padding-bottom: 6px;
}

.checkout--billing-details .checkout-select {
  margin-top: 27px;
  padding-bottom: 7px;
}

.checkout--billing-details .select-wrapper:after {
  bottom: 7px;
}

.checkout--billing-details .checkout__content-title {
  padding-bottom: 18px;
}

.checkout--billing-details .button--blue a {
  padding: 15px 39px;
}

.checkout--billing-details .back-button {
  margin-top: 35px;
}

.checkout--billing-details .checkout__header-title {
  margin-bottom: 7px;
}

.checkout--billing-details .checkout__product-title {
  margin-top: 0px;
}

.last-column {
  padding-right: 0;
}

.first-column {
  padding-left: 0;
}

.form-row-details {
  margin-top: -3px;
}

.form-row-details-2 {
  margin-top: -3px;
}

.form-row-details-3 {
  margin-top: -3px;
}

.checkout--card .checkout__header {
  padding: 42px 60px 26px 54px;
}

.checkout--card .checkout__header__bottom {
  margin-top: 13px;
  border-top: 0.5px dashed rgba(255, 255, 255, 0.1);
  padding-top: 14px;
}

.checkout--card .checkout__header-bottom-item {
  margin-bottom: 0;
  width: 203px;
}

.checkout--card .checkout__header-bottom-title {
  font-size: 11px;
}

.checkout--card .checkout__header-bottom-value {
  font-size: 15px;
}

.checkout--card .checkout__header-bottom-value--yellow {
  font-size: 18px;
  line-height: 1;
}

.checkout--card .checkout-input {
  margin-top: 29px;
}

.checkout--card .button--yellow a {
  padding: 10px 27px;
}

.checkout--card .checkout__content-footer {
  margin-top: 32px;
}

.checkout--card .back-button {
  margin-top: 41px;
}

.checkout--card .chose-card-text {
  margin-top: 26px;
  margin-bottom: 16px;
}

.checkout--card .credit-card-wrapper1 {
  margin-top: 0;
}

.checkout--card .back-button--card {
  margin-top: 30px;
}

.checkout--card .checkout__header-title {
  margin-bottom: 8px;
}

.checkout--card .checkout__header-content {
  margin-bottom: 16px;
}

.checkout--card .checkout__header-content.head-row {
  margin-bottom: 0;
}

.credit-card-wrapper1 {
  padding-top: 18px;
}

.checkout-header--finish {
  padding-top: 50px;
  padding-bottom: 0px;
}

.checkout__content--finish {
  padding: 0 0 0 0;
  height: 320px;
}

.checkout__content--finish img {
  margin-bottom: 5px;
}

.checkout__content--finish .button--blue {
  margin-top: 29px;
}

.checkout__content--finish .button--blue a {
  padding: 15px 36px;
}

.checkout__content--finish .error-image {
  position: relative;
  top: 21px;
}

.finish-title--faled {
  margin-bottom: 5px;
  margin-top: 25px;
}

.finish-text--error {
  margin-top: 12px;
}

.checkout-header--process {
  padding-top: 34px;
  padding-bottom: 13px;
}

.checkout__content--process {
  padding: 0;
}

.checkout__content--process .finish-image {
  position: relative;
  top: -28px;
}

.checkout__content--process .finish-title {
  margin-bottom: 11px;
  position: relative;
  top: -6px;
}

.account-page {
  background: #FCFCFC;
}

.account-page .account {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.account-header {
  padding: 13px 0px 11px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.account-logo svg {
  max-width: 158px;
  max-height: 30px;
}

.greeting {
  background: #E6E6E6;
  border-radius: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3px;
  cursor: pointer;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.greeting__icon {
  height: 27px;
  width: 27px;
  border-radius: 50%;
  background: #2BBE00;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.greeting__text {
  padding-left: 19px;
  padding-right: 10px;
  font-size: 13px;
  font-weight: bold;
  color: #000;
  font-family: 'Open Sans', sans-serif;
}

.greeting--login {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.greeting--login .greeting__text {
  font-weight: 300;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.7);
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 0.79px;
}

.greeting--login .greeting__text span {
  font-weight: 400;
}

.account-footer {
  padding: 33px 30px 33px 30px;
  text-align: right;
  font-size: 11px;
  color: rgba(0, 0, 0, 0.4);
}

.account__menu {
  margin-left: 0px;
  margin-top: 19px;
  margin-right: 19px;
}

.tab-account-item {
  display: none;
}

.tab-account-item:first-child {
  display: block;
}

.tab-account {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 12px 0px 12px;
  border-radius: 5px;
  height: 42.7px;
  min-width: 175px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tab-account .support-svg {
  stroke: #000;
}

.tab-account:hover {
  background: #E6E6E6;
  -webkit-box-shadow: 5px 9px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 5px 9px 10px rgba(0, 0, 0, 0.16);
}

.account__menu-item {
  font-size: 14px;
  font-weight: 500;
  font-family: 'Open Sans', sans-serif;
  color: #000;
}

.account__menu-icon {
  min-width: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 8px;
}

.tab-account.active {
  background: rgba(112, 112, 112, 0.32);
}

.account__content {
  -webkit-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.16);
  background: #fff;
  min-width: calc(100% - 194px);
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  min-height: 90vh;
  padding: 37px 40px 88px 45px;
}

.account__title {
  font-size: 26px;
  font-weight: bold;
  color: #000;
  font-family: 'Open Sans', sans-serif;
}

.account__sub-title {
  margin-top: 20px;
  margin-bottom: 12px;
  font-size: 14px;
  color: #000;
  font-weight: bold;
  letter-spacing: 0.3px;
}

.account__menu.active {
  position: fixed;
  display: block;
  background: #292929;
  top: 0;
  left: 0;
  width: 100vw;
  margin-left: 0;
  margin-top: 0;
  min-height: 100vh;
  opacity: 1;
  z-index: 998;
}

.account-logo.active {
  position: relative;
  z-index: 999;
}

.account-logo.active svg {
  fill: #fff;
}

.btn-menu-account.active {
  z-index: 999;
}

.license__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 32px;
  border-bottom: 1px dashed rgba(112, 112, 112, 0.3);
  margin-bottom: 27px;
}

.license__column {
  min-width: 127px;
  padding-right: 10px;
}

.license__column-title {
  font-size: 11px;
  color: rgba(0, 0, 0, 0.5);
  font-weight: bold;
}

.licens__column-value {
  font-size: 13px;
  font-weight: bold;
  color: #000;
  line-height: 0.8;
}

.licence__text {
  font-size: 12px;
  font-weight: bold;
  color: #000;
  max-width: 460px;
  letter-spacing: 0.3px;
}

.buttton--green {
  background: #2BBE00;
  width: 228px;
  height: 42px;
  border-radius: 4px;
  margin-top: 4px;
  margin-bottom: 10px;
  -webkit-box-shadow: 0px 9px 16px rgba(0, 0, 0, 0.18);
          box-shadow: 0px 9px 16px rgba(0, 0, 0, 0.18);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.buttton--green a {
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
}

.buttton--green:hover {
  opacity: 0.7;
}

.licence__key {
  font-size: 12px;
  font-weight: bold;
  color: #000;
  cursor: pointer;
  margin: 8px 0;
  letter-spacing: 0.3px;
  position: relative;
  display: inline-block;
  padding-right: 10px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  text-decoration: underline;
}

.licence__key span {
  text-decoration: underline;
}

.licence__key .or {
  text-decoration: none;
  margin-right: 10px;
}

.licence__key:after {
  content: url("../img/checkout/down.svg");
  margin-left: 3px;
  position: absolute;
  top: -1.5px;
  right: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.licence__key.active {
  text-decoration: none;
}

.licence__key.active span {
  text-decoration: none;
}

.licence__key.active:after {
  -webkit-transform: rotate(-180deg) translateY(-3px);
      -ms-transform: rotate(-180deg) translateY(-3px);
          transform: rotate(-180deg) translateY(-3px);
}

.licence__key-wrapper {
  padding: 18px 35px 33px 27px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 5px 16px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 5px 16px rgba(0, 0, 0, 0.2);
  max-width: 418px;
  background: rgba(255, 255, 255, 0.3);
  display: none;
}

.licence__key-wrapper .licence__text {
  margin-bottom: 0px;
}

.licence__key-wrapper .button--yellow {
  position: absolute;
  right: 0;
  width: 85px;
  height: 32px;
  padding: 0;
  margin-top: 0;
  -webkit-box-shadow: 0px 9px 16px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 9px 16px rgba(0, 0, 0, 0.16);
  top: 10px;
  padding: 0;
  background: #fff;
  border-radius: 4px;
}

.licence__key-wrapper .button--yellow button {
  border-radius: 4px;
  font-size: 11px;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  background: #EDC821;
  border: none;
  color: #000;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.licence__key-wrapper .button--yellow:before {
  content: '';
  position: absolute;
  left: -25px;
  top: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(255, 255, 255, 0.6)));
  background: -o-linear-gradient(transparent, rgba(255, 255, 255, 0.6));
  background: linear-gradient(transparent, rgba(255, 255, 255, 0.6));
  height: 24px;
  width: 25px;
}

.licence__key-wrapper .button--yellow:hover button {
  opacity: 0.8;
}

.account-input-wrapper {
  position: relative;
  margin-top: 23px;
}

.account-input-wrapper label {
  display: block;
  font-size: 11px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 1px;
}

.account-input-wrapper input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #7f7f7f;
  font-size: 13px;
  color: #000;
  font-weight: bold;
  padding-bottom: 7px;
}

.btn-menu-account {
  position: absolute;
  right: 14px;
  top: 17px;
  display: none;
}

.btn-menu-account .btn-row {
  width: 12px;
  height: 1px;
  background: #292929;
  margin-bottom: 2px;
}

.btn-menu-account.active {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.btn-menu-account.active .btn-row:last-child {
  display: none;
}

.btn-menu-account.active .btn-row:first-child {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  position: relative;
  top: 3px;
}

.btn-menu-account.active .btn-row:nth-child(2) {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.btn-menu-account.active .btn-row {
  background: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.licence__text--mobile {
  display: none;
}

.order-info-wrapper {
  width: 471px;
  background: rgba(242, 200, 17, 0.2);
  border-radius: 7px;
  border-top-left-radius: 0px;
  padding: 17px 28px 10px 49px;
  font-size: 11px;
  color: #000;
  position: relative;
  font-weight: bold;
}

.order-info-wrapper a {
  font-size: 11px;
  font-weight: bold;
  color: #0055FF;
  text-decoration: underline;
}

.order-info-wrapper:before {
  content: url("../img/checkout/info.png");
  top: 12px;
  left: 12px;
  position: absolute;
}

.order-info__text {
  line-height: 16px;
}

.order-info__text--first {
  margin-bottom: 5px;
}

.licence__text--wire {
  margin-top: 20px;
}

.licence__text--wire a {
  text-decoration: underline;
  color: #0055FF;
  text-decoration: underline;
}

.extend-license-btn {
  background: #fff;
  display: inline-block;
  margin-bottom: 11px;
}

.extend-license-btn a {
  background: #F2C811;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 197px;
  height: 42px;
  border-radius: 4px;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 13px;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-shadow: 0px 9px 16px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 9px 16px rgba(0, 0, 0, 0.16);
}

.extend-license-btn2 {
  max-width: 163px;
}

.extend-license-btn2 a {
  min-width: 163px;
}

.extend-license-btn:hover a {
  opacity: 0.7;
}

.license__row--expire {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 36px;
}

.license__row--expire .license__row-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 22px;
}

.outstanding-wrapper {
  background: rgba(255, 0, 0, 0.2);
  display: inline-block;
  padding: 16px 23px 13px 49px;
  position: relative;
  font-size: 11px;
  font-weight: bold;
  border-radius: 7px;
  border-top-left-radius: 0;
  margin-top: 12px;
}

.outstanding-wrapper:before {
  content: url("../img/checkout/warning.svg");
  position: absolute;
  top: 12px;
  left: 12px;
}

.outstanding-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 229px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 7px;
}

.pay-now-btn {
  background: #fff;
  border-radius: 4px;
  position: relative;
  top: -1px;
}

.pay-now-btn a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #F2C811;
  width: 88px;
  height: 26px;
  border-radius: 4px;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  color: #000;
  font-weight: 400;
  font-weight: bold;
  -webkit-box-shadow: 0px 6px 13px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 6px 13px rgba(0, 0, 0, 0.16);
}

.pay-now-btn:hover {
  opacity: 0.8;
}

.outstanding__sum {
  color: #FF0000;
  font-size: 26px;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
}

.account__sub-title--outstanding {
  margin-top: 13px;
}

.outstanding-text {
  font-size: 11px;
  font-weight: bold;
  line-height: 1;
  margin-top: 14px;
  color: rgba(0, 0, 0, 0.5);
}

.outstanding-text span {
  color: #000;
}

.outstanding-wrapper2 {
  min-width: 471px;
}

.order-info-wrapper--no-licenses {
  margin-top: 16px;
}

.order-info-wrapper__btn-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
}

.order-info-wrapper__btn-row .buttton--green {
  width: 183px;
  margin-right: 4px;
  margin-bottom: 0;
  margin-top: 0;
}

.order-info-wrapper__btn-row .buttton--green a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 13px;
}

.order-info-wrapper__btn-row .extend-license-btn2 {
  margin-bottom: 0;
}

.downloads__sub-title {
  font-size: 12px;
  font-weight: bold;
  margin-top: 2px;
  margin-bottom: 29px;
  color: #000;
}

_:-ms-lang(x),
.downloads__row {
  max-width: 835px;
}

@-moz-document url-prefix() {
  .downloads__row {
    max-width: 835px;
  }
}

.downloads-item-title {
  font-size: 21px;
  font-family: 'Open Sans', sans-serif;
  margin-top: 8px;
  margin-bottom: 8px;
  color: #000;
  font-weight: bold;
  letter-spacing: -1px;
}

.downloads-item-text {
  font-size: 12px;
  font-weight: bold;
  color: #000;
  line-height: 20px;
  margin-bottom: 4px;
  min-height: 72px;
  line-height: 20px;
}

.downloads-item__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 43px;
  height: 40px;
}

.downloads-item__footer .button--yellow {
  margin-top: 0;
  margin-right: 17px;
  -webkit-box-shadow: 0px 9px 16px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 9px 16px rgba(0, 0, 0, 0.16);
  border-radius: 4px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  min-height: 40px;
  min-width: 122px;
}

.downloads-item__footer .button--yellow a {
  border-radius: 4px;
  font-size: 13px;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  height: 40px;
  width: 122px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: static;
}

.downloads-item__footer .button--yellow:hover {
  opacity: 0.8;
}

.downloads-item__link {
  color: #4092EC;
  text-decoration: underline;
  font-size: 12px;
  font-weight: bold;
  min-width: 75px;
}

.downloads-item__link:hover {
  text-decoration: underline;
  color: #0055FF;
}

.red-label {
  background: #FF0000;
  border-radius: 31px;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  display: inline-block;
  padding: 0px 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 18px;
  position: absolute;
  font-family: 'Open Sans', sans-serif;
}

.downloads-item-title {
  position: relative;
  display: inline-block;
}

.red-label--new {
  -webkit-transform: translate(100%, -150%);
      -ms-transform: translate(100%, -150%);
          transform: translate(100%, -150%);
  right: 0px;
}

.downloads__icon {
  position: relative;
}

.red-label--coming-soon {
  top: 0;
  left: 15px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 1;
}

.soon .downloads__icon img,
.soon .downloads-item-title,
.soon .downloads-item-text,
.soon .downloads-item__footer {
  opacity: 0.5;
}

.billing__row {
  padding-bottom: 24px;
  border-bottom: 1px dashed rgba(112, 112, 112, 0.3);
  margin-bottom: 21px;
}

.billing__row .credit-card-wrapper {
  display: none;
}

.billing__row .add-new-card {
  margin-top: 15px;
}

.billing__row .credit-card__text {
  margin-top: 21px;
}

.billing__row label {
  display: block;
}

.billing__sub-title {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.edit-btn,
.edit-btn-popup {
  color: #4092EC;
  text-decoration: underline;
  font-size: 12px;
  font-weight: bold;
  padding-left: 45px;
  position: relative;
  cursor: pointer;
  opacity: 0.8;
  text-transform: none;
  font-family: "Merriweather", sans-serif;
  margin-left: 3px;
}

.edit-btn:before,
.edit-btn-popup:before {
  content: url("../img/checkout/edit.svg");
  position: absolute;
  left: 15px;
}

.edit-btn:hover,
.edit-btn-popup:hover {
  opacity: 1;
}

.edit-btn:hover:before,
.edit-btn-popup:hover:before {
  content: url("../img/checkout/edit-blue.svg");
}

.billing-details__content {
  max-width: 862px;
}

.billing-details__main-info {
  font-size: 13px;
  font-weight: bold;
  color: #000;
}

.billing-details__main-info div {
  margin-bottom: 5px;
}

.billing-details__item-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
}

.billing-details__item-row-title {
  font-size: 10px;
  color: rgba(0, 0, 0, 0.7);
  margin-right: 11px;
  text-align: right;
  width: 85px;
  margin-top: 1.1px;
  line-height: 1.8;
}

.billing-details__item-row-value {
  font-size: 12px;
  font-weight: bold;
  color: #000;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.billing-details-last .billing-details__item-row-title {
  width: 142px;
  margin-top: 1.1px;
  line-height: 1.8;
}

.billing-payments-tab .outstanding-wrapper {
  margin-top: 20px;
}

.billing__sub-title--edit {
  padding-top: 5px;
  margin-bottom: 15px;
}

.billing-details__item-row {
  margin-bottom: 3px;
}

.billing__row-details {
  padding-bottom: 6px;
}

.billing-edit-wrapper {
  -webkit-box-shadow: 0px 5px 16px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 5px 16px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  padding: 25px 35px;
  padding-top: 17px;
}

.billing-edit-wrapper {
  margin-bottom: 31px;
  max-width: 860px;
  margin-left: 6px;
  display: none;
}

.billing-edit-wrapper .phone-label {
  margin-left: 100px;
}

.billing-edit-wrapper .mobil-label {
  top: 12px;
}

.billing-edit-wrapper .checkout-input {
  margin-top: 23px;
}

.billing-edit-wrapper .company-name-input,
.billing-edit-wrapper .checkout-select {
  margin-top: 18px;
}

.billing-edit-wrapper .checkout-select {
  padding-bottom: 9px;
  padding-top: 5px;
}

.billing-edit-wrapper .select-wrapper:after {
  bottom: 7px;
}

.billing-edit-wrapper .form-row-details {
  margin-top: 4px;
}

.billing-edit-wrapper .form-row-details .mobil-label {
  top: 9px;
}

.billing-edit-wrapper .form-row-details-2 {
  margin-top: 3px;
}

.billing-edit-wrapper .form-row-details-3 {
  margin-top: 2px;
}

.biling-details__footer .button--yellow {
  width: 140px;
  height: 42px;
  background: #F2C811;
  border: none;
  -webkit-box-shadow: 0px 9px 16px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 9px 16px rgba(0, 0, 0, 0.16);
  border-radius: 4px;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
  margin-right: 20px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  color: #000;
  margin-top: 21px;
}

.biling-details__footer .button--yellow:hover {
  opacity: 0.7;
}

.biling-details__footer a {
  color: #4092EC;
  text-decoration: underline;
  font-size: 12px;
  font-weight: bold;
}

.biling-details__footer a:hover {
  text-decoration: underline;
  color: #0055FF;
}

.billing__row {
  position: relative;
}

.billing__row .tab-cards,
.tab-cards {
  position: relative;
}

.billing__row .tab-cards__remove,
.tab-cards .tab-cards__remove {
  position: absolute;
  right: -32px;
  cursor: pointer;
  margin-top: 2px;
}

.billing__row .tab-cards--expired .tab-cards__remove {
  pointer-events: auto;
}

.billing__row .tab__primary {
  font-size: 11px;
  color: #2BBE00;
  font-family: 'Open Sans', sans-serif;
  margin-right: 20px;
}

.billing__row-details.active .billing__sub-title--edit {
  margin-bottom: 3px;
}

.billing__row-details.active .billing-details__content {
  display: none;
}

.billing__row-details.active .billing-edit-wrapper {
  display: block;
}

.billing__row-details.active .edit-btn:before {
  content: url("../img/checkout/close-edit.svg");
}

.billing__row-details.active .edit-btn-popup:before {
  content: url("../img/checkout/edit.svg");
}

.history-tab-content {
  display: none;
}

.history-tab-content:first-child {
  display: block;
}

.payment-history__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 22px;
}

.history-tab {
  font-size: 13px;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 26px;
  cursor: pointer;
  font-weight: bold;
  color: #000;
  opacity: 0.5;
}

.history-tab img {
  margin-right: 4.3px;
}

.history-tab.active {
  opacity: 1;
}

.history-tab__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 860px;
  height: 48px;
  border: 1px dashed rgba(112, 112, 112, 0.3);
  border-radius: 3px;
  padding: 0 15px;
  margin-bottom: 4px;
  margin-left: -3px;
}

.history-tab__item-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.history-tab__item-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.history-tab__date {
  font-size: 11px;
  color: rgba(0, 0, 0, 0.7);
  font-family: 'Open Sans', sans-serif;
  width: 87px;
}

.history-tab__sum {
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  width: 65px;
  font-weight: bold;
}

.history-tab__res {
  color: #2BBE00;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 190px;
}

.history-tab__res img {
  margin-right: 9px;
}

.history-tab__card-num {
  font-size: 11px;
  color: #000;
  margin-right: 7px;
}

.history-tab__item.error .history-tab__res,
.history-tab__item.error .history-tab__card-num {
  color: #FF0000;
}

.history-tab__item.error .history-tab__sum {
  opacity: 0.4;
}

.page-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  max-width: 860px;
  margin-top: 20px;
}

.page-pagination a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 20.8px;
  height: 20.8px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.3);
  color: rgba(0, 0, 0, 0.3);
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: bold;
  margin: 0 4px;
}

.page-pagination a.active {
  border: 1px solid #000;
  color: #000;
}

.page-pagination a:hover {
  border: 1px solid #0055FF;
  color: #0055FF;
}

.page-pagination .prev svg,
.page-pagination .next svg {
  fill: rgba(0, 0, 0, 0.3);
}

.page-pagination .next svg {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.page-pagination .prev svg {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.page-pagination .prev.active,
.page-pagination .next.active {
  border: 1px solid #0055FF;
}

.page-pagination .prev.active svg,
.page-pagination .next.active svg {
  fill: #0055FF;
}

.page-pagination .prev:hover,
.page-pagination .next:hover {
  background: #0055FF;
}

.page-pagination .prev:hover svg,
.page-pagination .next:hover svg {
  fill: #fff;
}

.page-pagination__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.history-tab__item .history-tab__res.history-tab__res--invoce {
  color: #292929;
}

.download-btn {
  color: #4092EC;
  text-decoration: underline;
  font-size: 12px;
  font-weight: bold;
  padding-left: 45px;
  position: relative;
  cursor: pointer;
  opacity: 0.8;
  text-transform: none;
  font-family: "Merriweather", sans-serif;
  margin-left: 3px;
}

.download-btn:before {
  content: url("../img/checkout/download.svg");
  position: absolute;
  left: 15px;
}

.download-btn:hover {
  opacity: 1;
}

.download-btn:hover:before {
  content: url("../img/checkout/download-blue.svg");
}

.contact-tab__text {
  font-size: 10px;
}

.contact-tab__title {
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 23px;
}

.contact-form-wrapper {
  padding-top: 17px;
  padding-left: 35px;
  padding-bottom: 25px;
  max-width: 457px;
}

.contact-form-wrapper input {
  width: 100%;
  display: block;
  padding-bottom: 3px;
}

.contact-form-wrapper input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.contact-form-wrapper input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.contact-form-wrapper input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.contact-form-wrapper input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.contact-form-wrapper input::placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.contact-form-wrapper textarea {
  padding-top: 14px;
  width: 100%;
  border: none;
  border-bottom: 1px solid #7f7f7f;
  font-size: 13px;
  color: #000;
  font-weight: bold;
  padding-bottom: 0px;
  min-height: 74px;
}

.contact-form-wrapper .button--yellow {
  width: 140px;
  height: 42px;
  border-radius: 4px;
  margin-top: 19px;
}

.contact__form-row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 9px;
}

.contact__form-row select {
  margin-top: 0;
  padding-bottom: 3px;
}

.contact__form-row label {
  font-size: 10px;
  color: rgba(0, 0, 0, 0.5);
  margin-top: 6px;
  margin-bottom: 0;
}

.contact__row {
  padding-bottom: 39px;
  margin-bottom: 22px;
}

.contact__row .licens__column-value {
  font-weight: 500;
}

.edit-popup {
  position: fixed;
  width: 100vw;
  min-height: 100vh;
  background: #000;
  top: 0;
  left: 0;
  z-index: 9999;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.edit-popup label {
  display: block;
}

.edit-popup .billing-edit-wrapper {
  width: 876px;
  max-width: 874px;
  background: #fff;
  display: block;
  padding-left: 49px;
  padding-right: 39px;
  padding-top: 40px;
  padding-bottom: 45px;
  position: relative;
  border-radius: 6px;
}

.edit-popup .billing-edit-wrapper .close-popup {
  position: absolute;
  right: -30px;
  top: -30px;
  cursor: pointer;
}

.edit-popup .button--yellow {
  margin-top: 24px;
}

.edit-popup.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.edit-popup__title {
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: bold;
  padding-bottom: 20px;
  color: #000;
  text-align: left;
}

.pay-now {
  margin-top: 30px;
  margin-bottom: 50px;
}

.pay-now .coplite-button {
  width: 240px;
}

.pay-now__title {
  font-size: 26px;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 12px;
}

.pay-now__text {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.7);
}

.pay-now li {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.7);
  position: relative;
  padding-left: 10px;
  margin-top: -3px;
}

.pay-now li:before {
  content: '';
  height: 4px;
  width: 4px;
  border-radius: 50%;
  background: #FF6600;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
}

.pay-now__orange-title {
  color: #FF6600;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: bold;
  margin-top: 6px;
  margin-bottom: 19px;
  padding-bottom: 14px;
  position: relative;
  border-bottom: 0.5px dashed rgba(255, 255, 255, 0.1);
}

.pay-now__invoce-item-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pay-now__invoce-item-payment-title {
  font-size: 11px;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.4);
}

.pay-now__invoce-item-title {
  color: #F2C811;
  font-size: 13px;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 4px;
}

.pay-now__invoce-item-title img {
  margin-left: 18px;
}

.pay-now__invoce-item-row-text {
  line-height: 19px;
  max-width: 280px;
}

.pay-now__invoce-item-row-textwrapper {
  font-size: 11px;
  font-weight: bold;
  color: #999999;
  margin-left: 20px;
}

.pay-now__invoce-item-value {
  color: #fff;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
}

.pay-now__invoce-item-value:last-child {
  margin-bottom: 0;
}

.pay-now__invoce-item-row--last {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.pay-now .pay-now__header {
  padding-top: 24px;
  padding-right: 46px;
  padding-bottom: 19px;
}

.pay-now .pay-now__header .checkout__header__bottom {
  padding-top: 10px;
}

.pay-now__invoce-item {
  margin-bottom: 4px;
}

.billing__row--pay-now {
  padding-bottom: 0;
  border-bottom: 0;
  margin-bottom: 0;
}

.see-all-link {
  text-decoration: underline;
  color: rgba(255, 255, 255, 0.8);
  font-weight: bold;
  margin-left: 8px;
}

.see-all-link:hover {
  text-decoration: underline;
  color: rgba(255, 255, 255, 0.8);
}

.billing__row .credit-card-wrapper img {
  top: 7px;
}

.edit-btn-popup {
  position: relative;
  top: 20px;
}

.checkout__card-details-pay-now {
  z-index: 1;
}

.biling-details__footer--popup {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 24px;
}

.edit-popup .button--yellow {
  margin-top: 0;
}

.trash-top {
  -webkit-transform: translate(-9.3px, -3px);
      -ms-transform: translate(-9.3px, -3px);
          transform: translate(-9.3px, -3px);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.tab-cards__remove svg {
  opacity: 0.3;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.tab-cards__remove:hover svg {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  fill: red;
  opacity: 1;
}

.tab-cards__remove:hover .trash-top {
  -webkit-transform: rotate(15deg) translate(-9.3px, -6px);
      -ms-transform: rotate(15deg) translate(-9.3px, -6px);
          transform: rotate(15deg) translate(-9.3px, -6px);
}

.checkout__card-details {
  top: 0;
  z-index: 99;
}

.checkout--card .checkout-input::-webkit-input-placeholder {
  font-weight: 400 !important;
}

.checkout--card .checkout-input::-moz-placeholder {
  font-weight: 400 !important;
}

.checkout--card .checkout-input:-ms-input-placeholder {
  font-weight: 400 !important;
}

.checkout--card .checkout-input::-ms-input-placeholder {
  font-weight: 400 !important;
}

.checkout--card .checkout-input::placeholder {
  font-weight: 400 !important;
}

.contact-form-wrapper input::-webkit-input-placeholder {
  font-weight: bold;
}

.contact-form-wrapper input::-moz-placeholder {
  font-weight: bold;
}

.contact-form-wrapper input:-ms-input-placeholder {
  font-weight: bold;
}

.contact-form-wrapper input::-ms-input-placeholder {
  font-weight: bold;
}

.contact-form-wrapper input::placeholder {
  font-weight: bold;
}

/*==========  Desktop First  ==========*/
/* Large Devices, Wide Screens */
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1800px) {
  /**/
  _:-ms-lang(x),
  .header-pricing__background {
    background: linear-gradient(173deg, #292929 50%, transparent 50%);
    height: 640px;
    min-height: 640px;
    max-height: 640px;
  }
}

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1700px) {
  /**/
  _:-ms-lang(x),
  .header-pricing__background {
    background: linear-gradient(172deg, #292929 50%, transparent 50%);
  }
}

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1600px) {
  /**/
  _:-ms-lang(x),
  .header-pricing__background {
    background: linear-gradient(172deg, #292929 50%, transparent 50%);
    height: 650px;
    min-height: 650px;
    max-height: 650px;
  }
}

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1500px) {
  /**/
  _:-ms-lang(x),
  .header-pricing__background {
    background: linear-gradient(171.5deg, #292929 50%, transparent 50%);
    height: 646px;
    min-height: 646px;
    max-height: 646px;
  }
}

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1440px) {
  /**/
  _:-ms-lang(x),
  .header-pricing__background {
    background: linear-gradient(170.5deg, #292929 50%, transparent 50%);
    height: 637px;
    min-height: 637px;
    max-height: 637px;
  }
}

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  /**/
  .header-pricing__text p {
    margin-left: 80px;
  }
  .header-pricing__text h1 {
    margin-left: 0;
    font-size: 35px;
    width: 443px;
    line-height: 1.1;
  }
  .header-pricing__image {
    width: 60%;
  }
  .header-pricing {
    min-height: 372px;
  }
  .header-pricing__background {
    max-height: 372px;
  }
  .price-item {
    padding: 20px 5px;
  }
  _:-ms-lang(x),
  .header-pricing__background {
    height: 548px;
    min-height: 548px;
    max-height: 548px;
    background: linear-gradient(170.5deg, #292929 50%, transparent 50%);
  }
  .downloads-item-text {
    min-height: 90px;
  }
  .downloads-item-title {
    letter-spacing: 0.3px;
  }
  .red-label--new {
    right: 0px;
  }
}

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1140px) {
  /**/
  .downloads-item-title {
    font-size: 16px;
  }
  .downloads-item-text {
    font-size: 10px;
  }
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  /**/
  .header-pricing__image {
    position: static;
    width: 100%;
  }
  .header-pricing__text h1 {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  .header-pricing__text p {
    width: 100%;
    text-align: center;
    margin-left: 0;
  }
  .header-pricing {
    min-height: auto;
    padding-bottom: 30px;
  }
  .header-pricing__background {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 63%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 63%, 0% 100%);
  }
  .header-pricing__background {
    max-height: 485px;
  }
  .price-item {
    margin-bottom: 35px;
    padding: 20px 30px;
  }
  .price-items__footer {
    padding-top: 0;
  }
  .checkout__card-details {
    min-width: 250px;
  }
  .credit-card-wrapper,
  .card-errors-wrapper {
      max-width: 390px;
  }
  .credit-card__text {
    max-width: 390px;
  }
  .tab-cards {
    max-width: 378px;
  }
  _:-ms-lang(x),
  .header-pricing__background {
    height: 784px;
    max-height: 784px;
    min-height: 784px;
  }
  .last-column {
    padding-right: 5px;
  }
  .first-column {
    padding-left: 5px;
  }
  .account__content {
    padding: 28px 21px 40px 23px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    min-width: calc(100% - 214px);
    margin-right: 18px;
  }
  .tab-account {
    min-width: 152px;
    width: 154px;
  }
  .account__menu {
    margin-left: 18px;
  }
  .tab-account {
    padding: 0 10px 0 10px;
  }
  .downloads-item-text {
    min-height: 70px;
  }
  .downloads__icon img {
    height: 60px;
    width: 60px;
  }
  .billing-details__main-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .billing-details__main-info div {
    margin-right: 16px;
    margin-bottom: 23px;
  }
  .billing__row .tab-cards {
    max-width: 430px;
  }
  .billing__row .tab__primary {
    margin-right: 17px;
  }
  .edit-popup .billing-edit-wrapper {
    min-width: 700px;
    width: 90%;
  }
  .billing__row--pay-now .tab-cards {
    max-width: 380px;
  }
  .billing__row--pay-now .tab__primary {
    margin-right: 4px;
  }
  .billing__row--pay-now .tab-card__content input {
    margin-left: 8px;
  }
  .billing__row--pay-now .tab-card__content input {
    max-width: 142px;
  }
  .burger-inner .top,
  .burger-inner .mid,
  .burger-inner .bot {
    background: #fff;
  }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  /**/
  .header-pricing__background {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 71%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 71%, 0% 100%);
  }
  .header-pricing__background {
    height: 96%;
  }
  .header-pricing__text h1 {
    font-size: 34px;
  }
  .info-pricing__items {
    position: relative;
  }
  .info-pricing__items .col-sm-4:first-child {
    position: static;
  }
  .info-pricing__items .col-sm-4:first-child:before {
    height: 50px;
    left: 35%;
    -webkit-transform: translate(0%, -80%) rotate(55deg);
        -ms-transform: translate(0%, -80%) rotate(55deg);
            transform: translate(0%, -80%) rotate(55deg);
  }
  .info-pricing__items .col-sm-4:nth-child(3) {
    position: static;
  }
  .info-pricing__items .col-sm-4:nth-child(3):before {
    height: 50px;
    left: 65%;
    -webkit-transform: translate(0%, -80%) rotate(-55deg);
        -ms-transform: translate(0%, -80%) rotate(-55deg);
            transform: translate(0%, -80%) rotate(-55deg);
  }
  .info-pricing__items .col-sm-4:nth-child(2) {
    position: static;
  }
  .info-pricing__items .col-sm-4:nth-child(2):before {
    height: 25px;
    width: 1px;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(0%, -110%) rotate(10deg);
        -ms-transform: translate(0%, -110%) rotate(10deg);
            transform: translate(0%, -110%) rotate(10deg);
  }
  .info-pricing__item {
    margin-top: 15px;
  }
  .price-item {
    max-width: 300px;
    margin: 0px auto;
    margin-bottom: 35px;
  }
  .consultants {
    position: relative;
    overflow: hidden;
  }
  .consultants .container {
    position: static;
    padding-bottom: 50px;
  }
  .checkout--billing-details .checkout__header {
    padding-left: 10px;
    padding-right: 10px;
  }
  .checkout--billing-details .col-sm-3,
  .checkout--billing-details .col-sm-1 {
    padding: 0 10px;
  }
  .checkout--billing-details .col-sm-6 {
    padding-right: 0;
  }
  .checkout--billing-details .checkout__price-title {
    margin-top: 0;
    margin-bottom: 2px;
    font-size: 14px;
  }
  .checkout--billing-details .rows-wrapper .head-row--card {
    bottom: 15px;
  }
  .checkout--billing-details .col-sm-3 .checkout__price-title {
    min-width: 96px;
  }
  .checkout--billing-details .checkout__content {
    padding: 30px 10px 36px 10px;
  }
  _:-ms-lang(x),
  .header-pricing__background {
    height: 164%;
    max-height: 164%;
    min-height: 164%;
  }
  .last-column {
    padding-right: 5px;
  }
  .first-column {
    padding-left: 5px;
  }
  .order-info-wrapper {
    max-width: 100%;
  }
  .outstanding-wrapper {
    max-width: 100%;
  }
  .outstanding-wrapper2 {
    min-width: 100%;
  }
  .downloads-item-text {
    max-width: 270px;
  }
  .billing-details__item-row-title {
    text-align: left;
  }
  .billing-details-last .billing-details__item-row-title {
    width: 90px;
  }
  .history-tab__item-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .history-tab__res {
    position: absolute;
    right: 7px;
    top: 11px;
    width: auto;
  }
  .history-tab__item {
    position: relative;
  }
  .history-tab__item {
    padding: 14px 7px;
    height: auto;
  }
  .history-tab__item-right {
    position: relative;
    top: 20px;
  }
  .history-tab__date {
    margin-bottom: 15px;
  }
  .billing-edit-wrapper {
    margin-left: 0px;
    padding: 20px 5px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .billing-edit-wrapper .form-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .billing-edit-wrapper .form-row .input-wrapper {
    width: 100%;
  }
  .edit-popup {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .edit-popup .billing-edit-wrapper {
    width: 90%;
    min-width: 90%;
    margin-top: 75px;
    margin-bottom: 40px;
    min-height: 780px;
  }
  .edit-popup .wrap {
    height: 100vh;
    width: 100vw;
    overflow-y: scroll;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .edit-popup .billing-edit-wrapper .close-popup {
    right: -8px;
    top: -40px;
  }
  .billing__row .credit-card-wrapper .form-row .input-date {
    width: 85px;
  }
  .edit-popup .billing-edit-wrapper {
    min-height: 870px;
  }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 700px) {
  /**/
  .checkout__card-details {
    position: static;
    margin-top: 18px;
    max-width:100%;
  }
  .credit-card-wrapper,
  .card-errors-wrapper {
      max-width: 100%;
  }
  .credit-card-wrapper .form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 650px) {
  /**/
  .checkout--billing-details .form-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .checkout--billing-details .form-row .input-wrapper {
    width: 100%;
  }
  .checkout--billing-details .form-row .input-wrapper {
    margin-top: 10px;
  }
  .checkout-select {
    font-size: 11px;
  }
  .credit-card-wrapper,
  .card-errors-wrapper {
    max-width: 100%;
    padding: 15px 10px 15px 10px;
  }
  .credit-card-wrapper .form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .credit-card-wrapper .form-row .input-date {
    width: 60px;
  }
  .account-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-bottom: 30px;
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 10px;
  }
  .account-header .account-logo svg {
    max-width: 101px;
  }
  .greeting {
    -ms-flex-item-align: end;
        align-self: flex-end;
    margin-top: 10px;
  }
  .account__menu {
    display: none;
  }
  .account__content {
    width: 100%;
    margin: 0 14px;
  }
  .btn-menu-account {
    display: block;
  }
  .account__menu.active {
    padding-top: 70px;
  }
  .tab-account {
    width: calc(100% - 28px);
    color: #fff;
    margin: 5px 14px;
  }
  .tab-account svg {
    fill: #fff;
  }
  .tab-account .support-svg {
    stroke: #fff;
  }
  .tab-account .account__menu-item {
    color: #fff;
    text-transform: uppercase;
  }
  .tab-account--mobil {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .billing-details__main-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .billing-details__main-info div {
    margin-bottom: 10px;
  }
  .billing__row .tab-cards {
    max-width: 90%;
  }
  .billing__row .card-validity {
    font-size: 9px;
  }
  .billing__row .tab-card__content input {
    max-width: 142px;
  }
  .billing__row .tab__primary {
    margin-right: 3px;
  }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 660px) {
  /**/
  .header-pricing__text h1 {
    font-size: 26px;
    max-width: 265px;
    margin: 0 auto;
    line-height: 30px;
  }
  .header-pricing__background {
    max-height: 89%;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 83%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 83%, 0% 100%);
  }
  .price-items__footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .price-items__footer-text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    max-width: 100%;
    text-align: center;
    margin-bottom: 30px;
    padding: 0 15px;
  }
  .payment-methods {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .consultants .container {
    padding-bottom: 30px;
  }
  .question-title {
    font-size: 12px;
  }
  .question-pricing__item p {
    font-size: 12px;
  }
  .question-pricing h2 {
    padding: 0 15px;
  }
  .question-pricing {
    padding: 40px 0;
  }
  .price-item:hover {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }
  .checkout__step-title {
    font-size: 10px;
  }
  .checkout__step {
    width: 60px;
  }
  .checkout__steps {
    width: 236px;
  }
  .checkout__header-title {
    font-size: 12px;
  }
  .checkout__header-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .tags-for-price{
    font-size: 14px;
  }
  .checkout__header-column:last-child {
    text-align: left;
  }
  .checkout__product-title {
    font-size: 12px;
  }
  .checkout__product-sub-title {
    font-size: 10px;
    margin-bottom: 20px;
  }
  .checkout__price-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .checkout__price-title {
    font-size: 14px;
    margin-top: 4px;
  }
  .checkout__price-title.total {
    /* font-size: 14px; */
    margin-top: 10px;
  }
  .billing-content-column.billing-content-column.second-column{
    margin-top: 30px;
  }
  .checkout__price--sm {
    font-size: 14px;
  }
  .checkout__price {
    font-size: 16px;
  }
  .checkout__header {
    padding: 30px 10px 20px 10px;
  }
  .checkout__content {
    padding: 20px 10px 30px 10px;
  }
  .checkout__content-title {
    font-size: 20px;
  }
  .checkout__content-prompt {
    font-size: 10px;
    max-width: 240px;
  }
  .checkout__content-prompt {
    margin-bottom: 0;
  }
  .checkout-input {
    margin-top: 22px;
    font-size: 11px;
    padding-bottom: 8px;
  }
  .checkout-input::-webkit-input-placeholder {
    font-size: 11px;
  }
  .checkout-input::-moz-placeholder {
    font-size: 11px;
  }
  .checkout-input:-ms-input-placeholder {
    font-size: 11px;
  }
  .checkout-input::-ms-input-placeholder {
    font-size: 11px;
  }
  .checkout-input::placeholder {
    font-size: 11px;
  }
  .input-prompt {
    font-size: 10px;
  }
  .button--blue {
    margin-top: 20px;
  }
  .button--blue a,
  .checkout__content--finish .button--blue a {
    font-size: 12px;
    padding: 10px 20px;
    height: 36px;
  }
  .checkout__link {
    font-size: 10px;
    margin-top: 10px;
  }
  .back-button {
    font-size: 10px;
  }
  .mobil-label {
    display: block;
  }
  .checkout__header-bottom-item {
    width: 100%;
  }
  .checkout__header-bottom-title {
    text-align: left;
  }
  .wire-transfer__text {
    font-size: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .wire-transfer__text p {
    margin-bottom: 0;
    line-height: 13px;
  }
  .wire-transfer__text img {
    margin-right: 10px;
    max-height: 100%;
  }
  .finish-title {
    font-size: 20px;
    line-height: 25px;
  }
  .finish-image {
    max-width: 60px;
  }
  .checkout---finish {
    max-height: 352px;
  }
  .checkout---finish {
    margin-top: 40px;
  }
  .checkout-footer {
    font-size: 10px;
  }
  .checkout-header {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .checkout-header--finish {
    padding-bottom: 30px;
  }
  .checkout-logo img {
    max-width: 150px;
  }
  .tab-card__content input {
    font-size: 10px;
  }
  .card-validity {
    font-size: 8px;
    min-width: 60px;
  }
  .tab__btn {
    height: 16px;
    width: 16px;
  }
  .tab-card__content .tab__btn {
    margin-right: 5px;
  }
  .tab-card__content input {
    margin-left: 5px;
  }
  .tab-card__content img {
    max-width: 30px;
  }
  .tab-cards {
    padding: 8px 6px;
  }
  @-webkit-keyframes logo-animation {
    0% {
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
      opacity: 1;
    }
    50% {
      -webkit-transform: translateY(15px);
              transform: translateY(15px);
      opacity: 0.8;
    }
    75% {
      -webkit-transform: translateY(20px);
              transform: translateY(20px);
      opacity: 0.7;
    }
    100% {
      -webkit-transform: translateY(15px);
              transform: translateY(15px);
      opacity: 0.5;
      display: none;
    }
  }
  @keyframes logo-animation {
    0% {
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
      opacity: 1;
    }
    50% {
      -webkit-transform: translateY(15px);
              transform: translateY(15px);
      opacity: 0.8;
    }
    75% {
      -webkit-transform: translateY(20px);
              transform: translateY(20px);
      opacity: 0.7;
    }
    100% {
      -webkit-transform: translateY(15px);
              transform: translateY(15px);
      opacity: 0.5;
      display: none;
    }
  }
  _:-ms-lang(x),
  .header-pricing__background {
    height: 159%;
    min-height: 159%;
    max-height: 159%;
    background: linear-gradient(164deg, #292929 50%, transparent 50%);
  }
  .checkout--card .checkout__header-bottom-value--yellow {
    font-size: 16px;
  }
  .checkout--card .checkout__header-bottom-value {
    font-size: 14px;
  }
  .checkout--card .checkout__header-bottom-title {
    font-size: 10px;
  }
  .checkout--card .checkout__header-bottom-title--white {
    font-size: 11px;
  }
  .last-column {
    padding-right: 10px;
    padding-left: 10px;
  }
  .greeting__text {
    font-size: 8px;
  }
  .greeting__icon {
    height: 16px;
    width: 16px;
  }
  .greeting__icon img {
    max-height: 10px;
  }
  .greeting {
    padding: 4px 10px 4px 8px;
  }
  .account__content {
    padding: 21px 8.5px 40px 8.5px;
  }
  .account__title {
    font-size: 20px;
  }
  .account__sub-title {
    margin-top: 12px;
    margin-bottom: 15px;
    font-size: 12px;
    line-height: 16px;
  }
  .license__column-title {
    font-size: 10px;
  }
  .licens__column-value {
    font-size: 12px;
  }
  .license__row {
    padding-bottom: 27px;
  }
  .buttton--green {
    width: 190px;
    height: 39px;
    margin-top: 17px;
    margin-bottom: 19px;
  }
  .buttton--green a {
    font-size: 12px;
  }
  .licence__text--mobile {
    display: block;
  }
  .licence__text--mobile a {
    color: #000;
    text-decoration: underline;
  }
  .licence__key-wrapper {
    padding: 13px 8px 13px 8px;
  }
  .account-input-wrapper label {
    font-size: 10px;
    margin-bottom: 5px;
  }
  .account-input-wrapper input {
    font-size: 10px;
    padding-bottom: 2px;
  }
  .licence__key-wrapper .button--yellow {
    width: 76px;
    height: 28px;
    top: 14px;
  }
  .licence__key-wrapper .button--yellow:before {
    display: none;
  }
  .order-info-wrapper {
    font-size: 10px;
  }
  .order-info-wrapper:before {
    -webkit-transform: scale(0.85);
        -ms-transform: scale(0.85);
            transform: scale(0.85);
    top: 10px;
    left: 10px;
  }
  .order-info-wrapper {
    padding: 13px 30px 10px 39px;
  }
  .licence__text {
    font-size: 11px;
  }
  .greeting__text {
    padding-right: 5px;
  }
  .outstanding-wrapper {
    padding: 15px 29px 10px 39px;
  }
  .outstanding-wrapper:before {
    -webkit-transform: scale(0.85);
        -ms-transform: scale(0.85);
            transform: scale(0.85);
    top: 10px;
    left: 10px;
  }
  .outstanding__sum {
    font-size: 22px;
  }
  .outstanding-row {
    width: 203px;
  }
  .pay-now-btn {
    width: 76px;
    height: 24px;
  }
  .outstanding-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 16px;
    font-size: 10px;
  }
  .outstanding-text span {
    max-width: 95px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 3px;
  }
  .extend-license-btn {
    margin-bottom: 0px;
  }
  .extend-license-btn a {
    min-width: 130px;
    height: 24px;
    font-size: 10px;
  }
  .extend-license-btn2 {
    margin-bottom: 12px;
  }
  .order-info-wrapper__btn-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .order-info-wrapper__btn-row .buttton--green {
    width: 130px;
    height: 24px;
    margin-bottom: 10px;
  }
  .order-info-wrapper__btn-row .buttton--green a {
    font-size: 10px;
  }
  .account__content {
    min-height: 50vh;
  }
  .account-footer {
    text-align: center;
    padding-top: 17px;
  }
  .downloads-item__footer .button--yellow {
    min-height: 35px;
  }
  .downloads-item__footer .button--yellow a {
    text-align: center;
    height: 35px;
    padding: 0px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 12px;
  }
  .downloads-item__link {
    font-size: 10px;
  }
  .red-label--new {
    right: 154px;
    top: -50px;
  }
  .billing__row .tab-card__content input {
    max-width: 110px;
  }
  .billing__row .tab__primary {
    position: absolute;
    left: 30px;
    font-size: 8px;
    top: 18px;
  }
  .contact-form-wrapper .button--yellow a {
    border: none;
    height: 100%;
  }
  .edit-popup .billing-edit-wrapper {
    padding-right: 10px;
    padding-left: 10px;
  }
  .pay-now__title {
    font-size: 20px;
  }
  .pay-now__text {
    font-size: 10px;
    line-height: 16px;
    margin-bottom: 14px;
  }
  .pay-now li {
    font-size: 10px;
  }
  .pay-now__orange-title {
    font-size: 12px;
  }
  .pay-now__invoce-item-title {
    font-size: 12px;
  }
  .pay-now__invoce-item-row-text {
    font-size: 10px;
    line-height: 16px;
  }
  .pay-now__invoce-item-value {
    font-size: 16px;
  }
  .pay-now__invoce-item-payment-title {
    font-size: 10px;
  }
  .see-all-link {
    display: block;
    margin-left: 0;
    margin-top: 5px;
  }
  .rows-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    left: -4px;
    margin: 30px;
  }
  .rows-wrapper .head-row {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    position: absolute;
    bottom: 13px;
    width: 100%;
    left: -4px;
  }
  .rows-wrapper .head-row--card {
    bottom: 20px;
  }
  .rows-wrapper .billing-content-column {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 100%;
    padding-right: 0;
  }
  .rows-wrapper .col-xs-12 {
    padding-left: 0;
  }
  .checkout--billing-details .checkout__header-bill {
    padding-bottom: 0;
  }
  .checkout--card .checkout__header__bottom.checkout__header__bottom--bill {
    margin-top: 0;
  }
  .checkout--card .checkout__header-bottom-item {
    width: 100%;
  }
  .contact__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 13px;
  }
  .contact__row .license__column {
    margin-bottom: 15px;
  }
  .contact__form-row label {
    position: absolute;
    font-weight: bold;
    top: 0px;
  }
  .contact__form-row {
    position: relative;
  }
  .contact__form-row select {
    margin-top: 20px;
  }
  .history-tab {
    margin-right: 20px;
  }
  .history-tab__card-num {
    margin-right: 0;
    min-width: 120px;
    position: relative;
    left: -12px;
  }
  .account__content {
    margin-left: 0;
    margin-right: 0;
  }
}


.pricing-top-banner img {
    width: 64%;
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 340px) {
  /**/
  .tab-cards {
    padding: 8px 3px;
  }
}

/*==========  Mobile First  ==========*/
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
  /**/
}

/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
  /**/
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  /**/
}

@media only screen and (max-width: 885px) {
  .checkout__header{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .checkout{
    border-radius: 0;
  }
}

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  /**/
}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  /**/
}


@media only screen and (max-width: 992px) {
  /**/

    .pricing-top-banner img {
        width: 100%;
    }
}


