.subscription {
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  max-width: 1600px;
  width: 100%;
  min-height: 800px;
  margin: 0 auto;
  position: relative;
  padding-top: 55px
}
@media screen and (max-width:1023px) {
  .subscription {
    padding-top: 45px;
    background-image: url(../images/body_and_footer_background_image.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
  }
  .subscription:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5)
  }
}
.subscription.subscription--fullRegister {
  max-width: 360px
}
@media screen and (max-width:1279px) {
  .subscription {
    min-height: 550px;
    padding-top: 45px
  }
  .subscription.subscription--fullRegister {
    max-width: 640px
  }
}
@media screen and (max-width:1023px) {
  .subscription.subscription--fullRegister {
    max-width: 100%
  }
}
.subscription.subscription--paymentFailed,
.subscription.subscription--paymentSuccess,
.subscription.subscription--registerAddress,
.subscription.subscription--verPayment {
  max-width: 360px
}
@media screen and (max-width:767px) {
  .subscription {
    min-height: 500px;
    padding-top: 0
  }
  .subscription.subscription--fullRegister {
    padding-top: 5px
  }
  .subscription.subscription--registerAddress {
    padding-top: 40px
  }
}
.subscription--selectplan {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex
}
.subscription--selectplan.subscription--selectplan-3 .page-header,
.subscription--selectplan.subscription--selectplan-4 .page-header {
  width: 100%;
  max-width: -webkit-calc((470px * 3) + (40px * 3));
  max-width: -moz-calc((470px * 3) + (40px * 3));
  max-width: calc((470px * 3) + (40px * 3));
  margin-left: auto;
  margin-right: auto
}
@media screen and (max-width:1439px) {
  .subscription--selectplan.subscription--selectplan-3 .page-header,
  .subscription--selectplan.subscription--selectplan-4 .page-header {
    max-width: -webkit-calc((470px * 2) + 40px);
    max-width: -moz-calc((470px * 2) + 40px);
    max-width: calc((470px * 2) + 40px)
  }
}
@media screen and (max-width:1279px) {
  .subscription--selectplan.subscription--selectplan-3 .page-header,
  .subscription--selectplan.subscription--selectplan-4 .page-header {
    max-width: -webkit-calc((470px * 2) + 20px);
    max-width: -moz-calc((470px * 2) + 20px);
    max-width: calc((470px * 2) + 20px)
  }
}
.subscription--selectplan.subscription--selectplan-3 .subscription__plans-row,
.subscription--selectplan.subscription--selectplan-4 .subscription__plans-row {
  width: 100%;
  max-width: -webkit-calc((470px * 3) + (40px * 2));
  max-width: -moz-calc((470px * 3) + (40px * 2));
  max-width: calc((470px * 3) + (40px * 2));
  padding-top: 0!important
}
.subscription--selectplan.subscription--selectplan-3 .subscription__plans-row .subscription__plans-wrapper,
.subscription--selectplan.subscription--selectplan-4 .subscription__plans-row .subscription__plans-wrapper {
  position: relative;
  left: -40px;
  width: -webkit-calc(100% + 40px);
  width: -moz-calc(100% + 40px);
  width: calc(100% + 40px)
}
.subscription--selectplan.subscription--selectplan-3 .subscription__plans-row .subscription__plans-wrapper > div,
.subscription--selectplan.subscription--selectplan-4 .subscription__plans-row .subscription__plans-wrapper > div {
  width: 100%;
  max-width: -webkit-calc(100% / 3);
  max-width: -moz-calc(100% / 3);
  max-width: calc(100% / 3);
  padding-left: 40px;
  padding-bottom: 40px
}
@media screen and (max-width:1439px) {
  .subscription--selectplan.subscription--selectplan-3 .subscription__plans-row,
  .subscription--selectplan.subscription--selectplan-4 .subscription__plans-row {
    max-width: -webkit-calc((470px * 2) + 40px);
    max-width: -moz-calc((470px * 2) + 40px);
    max-width: calc((470px * 2) + 40px)
  }
  .subscription--selectplan.subscription--selectplan-3 .subscription__plans-row .subscription__plans-wrapper > div,
  .subscription--selectplan.subscription--selectplan-4 .subscription__plans-row .subscription__plans-wrapper > div {
    max-width: -webkit-calc(100% / 2);
    max-width: -moz-calc(100% / 2);
    max-width: calc(100% / 2)
  }
}
@media screen and (max-width:1279px) {
  .subscription--selectplan.subscription--selectplan-3 .subscription__plans-row,
  .subscription--selectplan.subscription--selectplan-4 .subscription__plans-row {
    max-width: -webkit-calc((470px * 2) + 20px);
    max-width: -moz-calc((470px * 2) + 20px);
    max-width: calc((470px * 2) + 20px)
  }
  .subscription--selectplan.subscription--selectplan-3 .subscription__plans-row .subscription__plans-wrapper,
  .subscription--selectplan.subscription--selectplan-4 .subscription__plans-row .subscription__plans-wrapper {
    left: -20px;
    width: -webkit-calc(100% + 20px);
    width: -moz-calc(100% + 20px);
    width: calc(100% + 20px)
  }
  .subscription--selectplan.subscription--selectplan-3 .subscription__plans-row .subscription__plans-wrapper > div,
  .subscription--selectplan.subscription--selectplan-4 .subscription__plans-row .subscription__plans-wrapper > div {
    padding-left: 20px;
    padding-bottom: 20px
  }
}
@media screen and (max-width:1023px) {
  .subscription.subscription--paymentFailed,
  .subscription.subscription--paymentSuccess,
  .subscription.subscription--registerAddress,
  .subscription.subscription--verPayment {
    max-width: 100%
  }
  .subscription--selectplan.subscription--selectplan-3 .subscription__plans-row .subscription__plans-wrapper > div,
  .subscription--selectplan.subscription--selectplan-4 .subscription__plans-row .subscription__plans-wrapper > div {
    max-width: 100%;
    padding-bottom: 0
  }
}
.subscription--selectplan.subscription--selectplan-2 .page-header {
  width: 100%;
  max-width: -webkit-calc((470px * 2) + 40px);
  max-width: -moz-calc((470px * 2) + 40px);
  max-width: calc((470px * 2) + 40px)
}
@media screen and (max-width:1279px) {
  .subscription--selectplan.subscription--selectplan-2 .page-header {
    max-width: -webkit-calc((470px * 2) + 20px);
    max-width: -moz-calc((470px * 2) + 20px);
    max-width: calc((470px * 2) + 20px)
  }
}
.subscription--selectplan.subscription--selectplan-2 .subscription__plans-row {
  width: 100%;
  max-width: -webkit-calc((470px * 2) + 40px);
  max-width: -moz-calc((470px * 2) + 40px);
  max-width: calc((470px * 2) + 40px)
}
.subscription--selectplan.subscription--selectplan-2 .subscription__plans-row .subscription__plans-wrapper {
  position: relative;
  left: -40px;
  width: -webkit-calc(100% + 40px);
  width: -moz-calc(100% + 40px);
  width: calc(100% + 40px)
}
.subscription--selectplan.subscription--selectplan-2 .subscription__plans-row .subscription__plans-wrapper > div {
  width: 100%;
  max-width: -webkit-calc(100% / 2);
  max-width: -moz-calc(100% / 2);
  max-width: calc(100% / 2);
  padding-left: 40px;
  padding-bottom: 40px
}
.subscription--selectplan .page-header {
  width: 100%;
  max-width: 470px;
  margin-left: auto;
  margin-right: auto
}
.subscription--selectplan .subscription__plans-row {
  width: 100%;
  max-width: 470px
}
.subscription--selectplan .subscription__plans-row .subscription__plans-wrapper {
  position: relative;
  width: 100%
}
.subscription--selectplan .subscription__plans-row .subscription__plans-wrapper > div {
  width: 100%;
  max-width: 100%;
  padding-bottom: 40px
}
.subscription--selectplan .subscription {
  max-width: unset;
  width: auto
}
@media screen and (max-width:1279px) {
  .subscription--selectplan.subscription--selectplan-2 .subscription__plans-row {
    max-width: -webkit-calc((470px * 2) + 20px);
    max-width: -moz-calc((470px * 2) + 20px);
    max-width: calc((470px * 2) + 20px)
  }
  .subscription--selectplan.subscription--selectplan-2 .subscription__plans-row .subscription__plans-wrapper {
    left: -20px;
    width: -webkit-calc(100% + 20px);
    width: -moz-calc(100% + 20px);
    width: calc(100% + 20px)
  }
  .subscription--selectplan.subscription--selectplan-2 .subscription__plans-row .subscription__plans-wrapper > div {
    padding-left: 20px;
    padding-bottom: 20px
  }
  .subscription--selectplan .subscription__plans-row .subscription__plans-wrapper > div {
    padding-bottom: 20px
  }
  .subscription--selectplan .subscription {
    width: 100%
  }
}
.subscription--selectplan .subscription .subscription__plans.subscription__plans--large {
  max-width: unset;
  width: auto
}
.subscription--selectplan .subscription .subscription__plans-row {
  position: relative;
  margin-left: auto;
  margin-right: auto
}
.subscription--selectplan .subscription .subscription__plans-wrapper {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.subscription-bg {
  position: relative;
  background-repeat: no-repeat;
  background-position: center bottom;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin-bottom: -40px
}
.subscription-bg::before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0,0,0,.4)
}
.subscription__info {
  max-width: 280px;
  min-width: 280px;
  width: 280px;
  margin-bottom: 50px
}
.subscription__item {
  border-left: 5px solid #e5e5e5;
  padding: 0 20px 0 10px
}
.subscription__item--heading {
  margin: 50px 0 33px
}
.subscription__item--third-step .subscription__element:nth-child(1):before {
  display: none
}
.subscription__element {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  font-size: 12px;
  color: #3a3a3a;
  padding: 0 0 0 10px;
  text-transform: uppercase;
  line-height: 15px
}
.subscription__element:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: url(../images/dotted-line.svg);
  background-repeat: repeat-x;
  background-position: left;
  -moz-background-size: auto 100%;
  -o-background-size: auto 100%;
  background-size: auto 100%
}
.subscription__element:nth-child(1):before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: url(../images/dotted-line.svg);
  background-repeat: repeat-x;
  background-position: left;
  -moz-background-size: auto 100%;
  -o-background-size: auto 100%;
  background-size: auto 100%
}
.subscription__element--bold {
  font-weight: 700
}
.subscription .subscription-header.plans-header {
  max-width: 1490px;
  margin: 0
}
.subscription .subscription-header.subscription-header_payment-information {
  max-width: 1140px
}
.subscription__header-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -moz-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  font-size: 12px;
  font-weight: 700;
  padding: 0 0 5px 10px
}
.subscription__message {
  font-size: 10px;
  color: #fff;
  padding: 0 0 5px 10px;
  line-height: 14px
}
.subscription__plans {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
@media screen and (max-width:1279px) {
  .subscription--selectplan .subscription .subscription__plans.subscription__plans--large {
    width: 100%
  }
  .subscription__plans {
    max-width: 640px
  }
  .subscription__plans.subscription__plans--onecol {
    max-width: 360px
  }
}
@media screen and (max-width:767px) {
  .subscription__plans {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px
  }
  .subscription__plans.subscription__plans--onecol {
    max-width: 100%
  }
}
.subscription__plans.subscription__plans--big {
  max-width: 1200px;
  padding-left: 30px;
  padding-right: 30px
}
.subscription__plans.subscription__plans--large {
  max-width: 1550px;
  padding-left: 30px;
  padding-right: 30px
}
.subscription__sub-header {
  display: none
}
.subscription__plans-header {
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 12px
}
.subscription__plans-header--lock::before {
  content: '';
  display: inline-block;
  background-image: url(../images/lock-open-white.svg);
  background-repeat: no-repeat;
  background-position: center center;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  margin: 0 6px 0 0;
  width: 16px;
  height: 21px;
  position: relative;
  top: 3px
}
.subscription__plans-header-lock {
  display: inline-block;
  width: 20px;
  margin-right: 3px
}
.subscription__lock-open {
  position: relative;
  bottom: -3px;
  right: 3px;
  width: 25px
}
.subscription__lock {
  width: 17px;
  position: relative;
  top: 2px;
  right: 9px;
  margin-left: 5px
}
.subscription__lock--gray {
  width: 20px;
  top: -1px;
  left: -2px
}
.subscription__plans-background {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative
}
.subscription__plans-background--clean::before {
  content: none;
  display: none
}
.subscription__plans-controls {
  display: none;
  width: 100%;
  max-width: 470px;
  font-size: 0;
  padding-bottom: 20px
}
@media screen and (max-width:1023px) {
  .subscription--selectplan .subscription__plans-row .subscription__plans-wrapper>div,
  .subscription--selectplan.subscription--selectplan-2 .subscription__plans-row .subscription__plans-wrapper>div {
    max-width: 100%;
    padding-bottom: 0
  }
  .subscription__plans-controls {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
}
@media screen and (max-width:767px) {
  .subscription__plans-controls {
    padding-top: 10px;
    padding-bottom: 10px
  }
  .subscription--selectplan-2 .subscription__plans-controls,
  .subscription--selectplan-3 .subscription__plans-controls,
  .subscription--selectplan-4 .subscription__plans-controls {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 10px;
    padding-bottom: 0
  }
}
.subscription__plans-toggle {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  outline: 0;
  white-space: nowrap;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  min-height: 35px;
  max-height: 35px;
  margin: 0;
  padding: 0;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: rgba(0,0,0,.4);
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  text-transform: uppercase
}
.subscription--selectplan-2 .subscription__plans-toggle,
.subscription--selectplan-3 .subscription__plans-toggle,
.subscription--selectplan-4 .subscription__plans-toggle {
  max-width: cal(10%)
}
.subscription--selectplan-2 .subscription__plans-toggle:not(:last-of-type),
.subscription--selectplan-3 .subscription__plans-toggle:not(:last-of-type),
.subscription--selectplan-4 .subscription__plans-toggle:not(:last-of-type) {
  margin-right: 20px
}
.subscription__plans-toggle:hover {
  text-decoration: none
}
.subscription__plans-toggle:focus {
  outline: 0
}
.subscription__plans-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%
}
.subscription-registration {
  width: 100%;
  background-color: rgba(0,0,0,.4);
  padding: 20px 30px 30px
}
.subscription-registration__form-element {
  font-size: 11px;
  font-weight: 500;
  text-align: center;
  width: 100%;
  min-width: 260px;
  min-height: 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  position: relative
}
@media screen and (max-width:767px) {
  .subscription--selectplan-2 .subscription__plans-toggle,
  .subscription--selectplan-3 .subscription__plans-toggle,
  .subscription--selectplan-4 .subscription__plans-toggle {
    max-width: -webkit-calc((100% - 10px)/ 2);
    max-width: -moz-calc((100% - 10px)/ 2);
    max-width: calc((100% - 10px)/ 2);
    margin-bottom: 10px
  }
  .subscription--selectplan-2 .subscription__plans-toggle:not(:last-of-type),
  .subscription--selectplan-3 .subscription__plans-toggle:not(:last-of-type),
  .subscription--selectplan-4 .subscription__plans-toggle:not(:last-of-type) {
    margin-right: 0
  }
  .subscription-registration {
    padding-bottom: 0
  }
  .subscription-registration__form-element {
    max-width: 100%
  }
}
.subscription-registration__form-element input {
  background-color: rgba(0,0,0,.4);
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 35px;
  padding: 0 20px 0 5px;
  font-size: 11px;
  color: #fff;
  text-align: center
}
.subscription-registration__form-element input::-webkit-input-placeholder {
  opacity: 1;
  color: #fff
}
.subscription-registration__form-element input::-moz-placeholder {
  opacity: 1;
  color: #fff
}
.subscription-registration__form-element input:-ms-input-placeholder {
  opacity: 1;
  color: #fff
}
.subscription-registration__form-element input:-moz-placeholder {
  opacity: 1;
  color: #fff
}
.subscription-registration__form-element input:focus::-webkit-input-placeholder {
  display: none;
  opacity: 0
}
.subscription-registration__form-element input:focus::-moz-placeholder {
  display: none;
  opacity: 0
}
.subscription-registration__form-element input:focus:-ms-input-placeholder {
  display: none;
  opacity: 0
}
.subscription-registration__form-element input:focus::placeholder {
  display: none;
  opacity: 0
}
.subscription-registration__form-element input:-webkit-autofill,
.subscription-registration__form-element input:-webkit-autofill:active,
.subscription-registration__form-element input:-webkit-autofill:focus,
.subscription-registration__form-element input:-webkit-autofill:hover {
  -webkit-box-shadow: 0 0 0 30px rgba(0,0,0,.4) inset!important;
  -webkit-background-clip: text!important;
  -webkit-text-fill-color: #fff!important;
  -webkit-transition: background-color 5000s ease-in-out;
  -o-transition: background-color 5000s ease-in-out;
  -moz-transition: background-color 5000s ease-in-out;
  transition: background-color 5000s ease-in-out
}
.subscription-registration__form-element input.invalid {
  color: #fd0000
}
.subscription-registration__alert {
  background-color: rgba(249,0,0,.4);
  display: block;
  font-size: 11px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  color: #fff;
  margin: 10px 0 0;
  padding: 4px 5px 1px;
  width: 100%;
  position: relative
}
.subscription-registration__alert::before {
  content: '';
  display: inline-block;
  background: url(../images/alertBG.svg) center/contain no-repeat;
  -moz-background-size: contain;
  -o-background-size: contain;
  margin: -1px 8px 1px 0;
  width: 18px;
  height: 15px;
  vertical-align: middle
}
.subscription-registration__form-input-text {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-decoration: uppercase;
  margin: auto 0
}
.subscription-registration__form-input-text::after {
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  width: 11px;
  height: 11px;
  position: absolute;
  right: 5px;
  top: 60%;
  -webkit-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  transform: translate(0,-50%)
}
.subscription-registration__form-input-text--no-image::after {
  display: none
}
.subscription-registration__form-input-heading {
  min-height: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 100%
}
.subscription-registration__form-input-heading + .password-input-wrapper .password-input-toggle {
  top: 3px
}
.subscription-registration__input-name {
  font-size: 0
}
.subscription-registration__input-invalid {
  background-color: rgba(249,0,0,.4);
  display: none;
  font-size: 11px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  color: #fff;
  margin: 10px 0;
  padding: 4px 5px 1px;
  width: 100%;
  position: relative
}
.subscription-registration__input-invalid::before {
  content: '';
  display: inline-block;
  background: url(../images/alertBG.svg) center/contain no-repeat;
  -moz-background-size: contain;
  -o-background-size: contain;
  margin: -1px 8px 1px 0;
  width: 18px;
  height: 15px;
  vertical-align: middle
}
.subscription-registration__input-invalid.invalid {
  display: block
}
.subscription-registration__checkbox-container {
  margin-left: 20px;
  padding: 10px 0
}
.subscription-registration__checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0
}
.subscription-registration__switch {
  background: #000;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  cursor: pointer;
  display: inline-block;
  width: 30px;
  height: 14px;
  margin: 0 10px 0 0;
  position: relative
}
.subscription-registration__switch::after {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: 10px;
  height: 10px;
  background: #fff;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -webkit-transition: .22s;
  -o-transition: .22s;
  -moz-transition: .22s;
  transition: .22s
}
.subscription-registration__checkbox:checked + label .subscription-registration__switch::after {
  left: -webkit-calc(100% - 2px);
  left: -moz-calc(100% - 2px);
  left: calc(100% - 2px);
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%)
}
.subscription-registration__checkbox:checked + label .subscription-registration__switch::before {
  content: '';
  display: inline-block;
  border: 1px solid #fff;
  border-width: 0 1px 1px 0;
  padding: 3px 2px 3px 1px;
  vertical-align: middle;
  -webkit-transform: translate(-50%,-50%) rotate(45deg);
  -moz-transform: translate(-50%,-50%) rotate(45deg);
  -ms-transform: translate(-50%,-50%) rotate(45deg);
  -o-transform: translate(-50%,-50%) rotate(45deg);
  transform: translate(-50%,-50%) rotate(45deg);
  position: absolute;
  left: 30%;
  top: 45%
}
.subscription-registration__checkbox + label {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 11px;
  color: #fff;
  padding: 3px;
  cursor: pointer
}
.subscription-registration__checkbox + label a {
  font-style: italic;
  font-size: 10px;
  color: #fff;
  margin-left: 3px;
  text-decoration: none
}
.subscription-registration__controls {
  width: 100%;
  text-align: center
}
.subscription-registration__button {
  display: inline-block;
  border: none;
  background-color: #000;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0 5px;
  width: 100%;
  height: 35px
}
.subscription-registration__button:hover {
  text-decoration: none
}
.subscription-registration__button:active,
.subscription-registration__button:focus {
  outline: 0
}
@media (max-width:1600px) {
  .subscription__info {
    margin-left: 10px
  }
}
@media only screen and (max-width:1530px) {
  .subscription .subscription-header.plans-header {
    max-width: 980px
  }
}
@media only screen and (max-width:1400px) {
  .subscription .subscription-header.plans-header {
    max-width: 960px
  }
}
@media (max-width:1300px) {
  .subscription__plans-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
}
@media (max-width:1170px) {
  .subscription .subscription-header_full-registration {
    max-width: 640px
  }
  .subscription .subscription-header.plans-header {
    max-width: 640px;
    margin: 0 0 20px
  }
  .subscription .subscription-header_registration-address {
    max-width: 328px
  }
  .subscription .subscription-header_payment-information {
    max-width: 640px
  }
  .subscription__plans-toggle.active {
    background-color: #000
  }
  .subscription__plans-header {
    display: none
  }
  .subscription__plans-background {
    padding: 0
  }
  .subscription__plans-background::before,
  .subscription__text {
    display: none
  }
  .subscription__info {
    margin-left: 30px;
    width: 250px;
    max-width: 250px;
    min-width: 250px
  }
  .subscription__item--heading:first-child {
    margin: 30px 0 35px
  }
  .subscription-registration--full .subscription-registration__form {
    display: block;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px
  }
  .subscription-registration--full .subscription-registration__form-element {
    max-width: 100%;
    overflow: hidden;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    break-inside: avoid-column
  }
  .subscription-registration--full .subscription-registration__checkbox-container {
    margin-top: 5px
  }
  .subscription-registration--full .subscription-registration__controls {
    -webkit-column-span: all;
    -moz-column-span: all;
    column-span: all;
    padding-top: 25px
  }
  .subscription-registration--full .subscription-registration__button {
    max-width: 280px
  }
}
@media (max-width:699.98px) {
  .subscription .subscription-header.subscription-header_payment-information {
    max-width: 580px
  }
  .subscription__info {
    width: 210px;
    max-width: 210px;
    min-width: 210px
  }
  .subscription__plans,
  .subscription__plans-background {
    max-width: 100%
  }
  .subscription__plans-header {
    font-size: 16px
  }
  .subscription__plans-controls {
    padding-left: 0;
    padding-right: 0
  }
}
@media (max-width:650px) {
  .subscription-registration {
    max-width: 100%
  }
}
@media (max-width:589.99px) {
  .subscription {
    margin: 0
  }
  .subscription .subscription-header_payment-successful {
    max-width: 100%;
    margin-top: 25px
  }
  .subscription .subscription-header_full-registration {
    max-width: 300px;
    margin-top: 25px
  }
  .subscription .subscription-header_payment-information {
    max-width: 280px;
    margin-top: 25px
  }
  .subscription__info {
    display: none
  }
  .subscription__sub-header {
    display: none;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-size: 16px;
    padding: 0 0 2px;
    border-bottom: 1px solid #f90000;
    width: 100%;
    color: #fff
  }
  .subscription__step {
    font-size: 10px;
    text-transform: uppercase
  }
  .subscription__plans-header {
    display: none;
    width: 100%;
    margin-top: 2px;
    font-size: 12px;
    text-transform: uppercase
  }
  .subscription__plans-wrapper {
    margin: 0
  }
  .subscription__text {
    display: none
  }
  .subscription__plans-background {
    padding: 0
  }
  .subscription__plans-background::before {
    display: none
  }
  .subscription__plans-background form {
    width: 100%
  }
  .subscription-registration {
    background-color: transparent;
    margin-top: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    max-width: 100%
  }
  .subscription-registration--full .subscription-registration__form {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 0
  }
  .subscription-registration--full .subscription-registration__checkbox-container {
    margin-top: 0
  }
  .subscription-registration--full .subscription-registration__controls {
    -webkit-column-span: all;
    -moz-column-span: all;
    column-span: all;
    padding-top: 0
  }
  .subscription-registration--full .subscription-registration__button {
    max-width: 100%
  }
}
.plan {
  width: 100%;
  max-width: 470px;
  background-color: rgba(0,0,0,.5);
  border: none;
  color: #fff;
  padding: 14px 30px 35px
}
@media screen and (max-width:1023px) {
  .plan {
    display: none;
    max-width: 100%;
    padding: 0;
    background-color: transparent
  }
  .plan.active {
    display: block
  }
  .plan__name {
    display: none
  }
}
.plan__name {
  font-size: 11px;
  font-weight: 700;
  padding-bottom: 8px;
  border-bottom: 1px solid #fff;
  text-transform: uppercase
}
.plan__prices {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex
}
@media screen and (max-width:1023px) {
  .plan__prices {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
  }
  .plan__price {
    width: 100%;
    max-width: -webkit-calc((100% - 20px)/ 2);
    max-width: -moz-calc((100% - 20px)/ 2);
    max-width: calc((100% - 20px)/ 2);
    padding-left: 25px;
    padding-right: 25px;
    background-color: rgba(0,0,0,.4)
  }
}
@media screen and (max-width:767px) {
  .plan__prices {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .plan__price {
    max-width: 100%;
    margin-bottom: 10px
  }
}
.plan__price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.plan__price-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.plan__text {
  font-size: 8px;
  margin-top: 5px
}
.plan__text:first-child {
  margin-top: 15px
}
.plan__text--second-step {
  font-size: 12px
}
.plan__text--second-step:first-child {
  margin-top: 0
}
.plan__text--third-step {
  font-size: 12px
}
.plan__text--third-step:first-child {
  margin-top: 7px
}
.plan__price-amount {
  margin-top: 5px;
  color: #fff
}
.plan__price-symbol {
  font-size: 14px;
  font-weight: 700;
  position: relative;
  top: -16px
}
.plan__price-symbol--second-step {
  font-size: 22px;
  color: #fff;
  top: -20px
}
.plan__price-number {
  font-size: 36px;
  font-weight: 700
}
.plan__price-number--second-step {
  font-size: 55px;
  color: #fff
}
.plan__price-description {
  margin-top: 10px;
  padding-left: 10px;
  max-width: 195px
}
@media screen and (max-width:1023px) {
  .plan__price-container {
    width: 100%
  }
  .plan__price-description {
    max-width: 100%;
    padding-left: 0
  }
}
.plan__price-description--second {
  max-width: 225px;
  color: #fff
}
.plan__price-description-item {
  position: relative;
  font-size: 11px;
  height: 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.2;
  padding: 0 0 0 25px
}
.plan__price-description-item::before {
  content: '';
  display: inline-block;
  background: url(../images/tick-icon-white.svg) center/contain no-repeat;
  width: 10px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  transform: translate(0,-50%)
}
.plan__price-button {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  border: none;
  position: relative;
  cursor: pointer;
  background-color: #000;
  color: #fff;
  width: 150px;
  padding: 11px 0 12px;
  margin-top: 20px
}
@media screen and (max-width:1023px) {
  .plan__price-description--second {
    max-width: 100%
  }
  .plan__price-button {
    width: -webkit-calc(100% + 50px);
    width: -moz-calc(100% + 50px);
    width: calc(100% + 50px)
  }
}
.plan__price-button:active,
.plan__price-button:focus {
  outline: 0
}
#payment-form {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto
}
.payment {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  background-color: rgba(0,0,0,.4);
  color: #fff;
  padding: 15px 30px 30px;
  position: relative
}
.payment__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 15px 0 0
}
@media screen and (max-width:1279px) {
  .plan__price-description-item {
    height: 35px
  }
  .payment {
    margin: 0 0 20px
  }
  .payment__info {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px
  }
}
@media screen and (max-width:767px) {
  .payment__info {
    padding-left: 0;
    padding-right: 0
  }
}
.payment__info--top {
  padding-top: 0
}
.payment__plan-name {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  margin-top: 15px;
  text-align: center
}
.payment__info-first {
  width: 205px
}
.payment__info-price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 45px 0 28px;
  color: #fff
}
.payment__elements {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-left: 10px;
  margin: 5px 20px 0 0;
  width: 22.5%
}
@media screen and (max-width:1279px) {
  .payment__elements {
    -webkit-box-flex: unset;
    -webkit-flex-grow: unset;
    -moz-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    width: -webkit-calc((100% - 20px)/ 2);
    width: -moz-calc((100% - 20px)/ 2);
    width: calc((100% - 20px)/ 2);
    padding: 0;
    margin: 0
  }
  .payment__elements:last-of-type {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
  }
  .payment__elements:last-of-type > * {
    width: 100%;
    max-width: -webkit-calc((100% - 20px)/ 2);
    max-width: -moz-calc((100% - 20px)/ 2);
    max-width: calc((100% - 20px)/ 2)
  }
}
@media screen and (max-width:767px) {
  .payment__elements {
    width: 100%;
    padding-left: 0;
    padding-right: 0
  }
  .payment__elements:last-of-type > * {
    width: 100%;
    max-width: 100%
  }
}
.payment__elements:last-child {
  margin: 5px 0 0
}
.payment__form-element {
  font-size: 11px;
  font-weight: 500;
  text-align: center;
  width: 260px;
  min-height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  position: relative
}
@media screen and (max-width:1279px) {
  .payment__elements:last-child {
    margin: 0
  }
  .payment__form-element {
    width: 100%
  }
  .payment__form-element.payment__form-element--cvc,
  .payment__form-element.payment__form-element--date {
    width: 100%;
    max-width: -webkit-calc((100% - 60px)/ 4);
    max-width: -moz-calc((100% - 60px)/ 4);
    max-width: calc((100% - 60px)/ 4)
  }
}
@media screen and (max-width:767px) {
  .payment__form-element.payment__form-element--cvc,
  .payment__form-element.payment__form-element--date {
    max-width: -webkit-calc((100% - 20px)/ 2);
    max-width: -moz-calc((100% - 20px)/ 2);
    max-width: calc((100% - 20px)/ 2)
  }
}
.payment__form-element input {
  background-color: rgba(0,0,0,.4);
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 14px 20px 13px 5px;
  font-size: 11px;
  color: #fff;
  text-align: center
}
.payment__form-element input::-webkit-input-placeholder {
  opacity: 1;
  color: #fff
}
.payment__form-element input::-moz-placeholder {
  opacity: 1;
  color: #fff
}
.payment__form-element input:-ms-input-placeholder {
  opacity: 1;
  color: #fff
}
.payment__form-element input:-moz-placeholder {
  opacity: 1;
  color: #fff
}
.payment__form-element input:focus::-webkit-input-placeholder {
  display: none;
  opacity: 0
}
.payment__form-element input:focus::-moz-placeholder {
  display: none;
  opacity: 0
}
.payment__form-element input:focus:-ms-input-placeholder {
  display: none;
  opacity: 0
}
.payment__form-element input:focus::placeholder {
  display: none;
  opacity: 0
}
.payment__form-element input.invalid {
  color: #fd0000
}
.payment__form-label {
  display: block;
  margin-bottom: 5px
}
.payment__form-input {
  background-color: rgba(0,0,0,.4);
  color: #fff;
  padding: 14px 20px 13px 5px;
  position: relative
}
.payment__form-input::after {
  content: "";
  display: inline-block;
  background-position: center;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  width: 11px;
  height: 11px;
  position: absolute;
  right: 5px;
  top: 15px
}
.payment__form-input.invalid {
  color: #fd0000
}
.payment__form-input.invalid.payment__input-invalid {
  display: block
}
.payment__form-input-text {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-decoration: uppercase;
  margin: auto 0
}
.payment__form-input-text::after {
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  width: 11px;
  height: 11px;
  position: absolute;
  right: 5px;
  top: 60%;
  -webkit-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  transform: translate(0,-50%)
}
.payment__form-input-text--no-image::after {
  display: none
}
.payment__form-input-heading {
  min-height: 10px
}
.payment__check-mark {
  width: 30px;
  height: 30px;
  position: absolute;
  right: -7px;
  top: 10px
}
.payment__checkboxes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 26px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
@media screen and (max-width:1023px) {
  .payment__checkboxes {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}
.payment__checkbox-container {
  margin-left: 38px
}
@media screen and (max-width:1279px) {
  .payment__checkbox-container {
    margin-left: 0
  }
  .payment__checkbox-container:nth-of-type(1) {
    width: 100%;
    max-width: -webkit-calc(100% / 2);
    max-width: -moz-calc(100% / 2);
    max-width: calc(100% / 2);
    padding-left: 20px
  }
  .payment__checkbox-container:nth-of-type(2),
  .payment__checkbox-container:nth-of-type(3) {
    width: 100%;
    max-width: -webkit-calc((100% - 20px)/ 4);
    max-width: -moz-calc((100% - 20px)/ 4);
    max-width: calc((100% - 20px)/ 4);
    padding-left: 20px
  }
}
@media screen and (max-width:767px) {
  .payment__checkbox-container:nth-of-type(1) {
    width: 100%;
    max-width: 100%
  }
  .payment__checkbox-container:nth-of-type(2),
  .payment__checkbox-container:nth-of-type(3) {
    width: 100%;
    max-width: -webkit-calc((100% - 20px)/ 2);
    max-width: -moz-calc((100% - 20px)/ 2);
    max-width: calc((100% - 20px)/ 2);
    padding-left: 20px
  }
}
.payment__checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0
}
.payment__switch {
  background: #000;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  cursor: pointer;
  display: inline-block;
  width: 30px;
  height: 14px;
  margin: 0 10px 0 0;
  position: relative
}
.payment__switch::after {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: 10px;
  height: 10px;
  background: #fff;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -webkit-transition: .22s;
  -o-transition: .22s;
  -moz-transition: .22s;
  transition: .22s
}
.payment__checkbox:checked + label .payment__switch::after {
  left: -webkit-calc(100% - 2px);
  left: -moz-calc(100% - 2px);
  left: calc(100% - 2px);
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%)
}
.payment__checkbox:checked + label .payment__switch::before {
  content: '';
  display: inline-block;
  border: 1px solid #fff;
  border-width: 0 1px 1px 0;
  padding: 3px 2px 3px 1px;
  vertical-align: middle;
  -webkit-transform: translate(-50%,-50%) rotate(45deg);
  -moz-transform: translate(-50%,-50%) rotate(45deg);
  -ms-transform: translate(-50%,-50%) rotate(45deg);
  -o-transform: translate(-50%,-50%) rotate(45deg);
  transform: translate(-50%,-50%) rotate(45deg);
  position: absolute;
  left: 30%;
  top: 40%
}
.payment__checkbox + label {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 11px;
  color: #fff;
  padding: 3px;
  cursor: pointer
}
.payment__checkbox + label a {
  font-style: italic;
  font-size: 10px;
  color: #fff;
  margin-left: 3px;
  text-decoration: none
}
.payment__buttons {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 26px
}
.payment__button {
  background-color: #000;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 600;
  border: none;
  padding: 0;
  text-decoration: none;
  width: 160px;
  min-height: 35px;
  position: relative;
  cursor: pointer
}
.payment__button:hover {
  text-decoration: none
}
.payment__button:active,
.payment__button:focus {
  outline: 0
}
.payment__button:first-child {
  margin-right: 30px
}
.payment__button--back::before {
  content: '';
  display: inline-block;
  background-image: url(../images/prev-white.svg);
  background-repeat: no-repeat;
  background-position: center center;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  margin: 0 8px 1px 0;
  width: 10px;
  height: 10px;
  position: relative;
  top: 0
}
@media screen and (max-width:767px) {
  .payment__button {
    height: 35px;
    font-weight: 400;
    font-size: 14px
  }
  .payment__button--back::before {
    display: none
  }
}
.payment__button[disabled] {
  background-color: #000;
  color: rgba(255,255,255,.3);
  cursor: default;
  opacity: .5
}
.payment__button-back {
  width: 11px;
  height: 10px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-right: 7px
}
@-webkit-keyframes paymentSpinner {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}
@-moz-keyframes paymentSpinner {
  to {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}
@-o-keyframes paymentSpinner {
  to {
    -o-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}
@keyframes paymentSpinner {
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}
.payment__spinner {
  display: inline-block;
  margin: 0 0 0 8px;
  width: 16px;
  height: 16px;
  position: relative
}
.payment__spinner::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  margin-left: -8px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid rgba(255,255,255,.3);
  border-top-color: #fff;
  -webkit-animation: .6s linear infinite paymentSpinner;
  -moz-animation: .6s linear infinite paymentSpinner;
  -o-animation: .6s linear infinite paymentSpinner;
  animation: .6s linear infinite paymentSpinner
}
.payment__reject {
  display: none;
  background-color: rgba(249,0,0,.4);
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  word-wrap: break-word;
  margin: 30px auto 5px;
  width: 100%;
  max-width: 500px
}
.payment__secure {
  position: absolute;
  right: 30px;
  bottom: 30px
}
.payment__secure--lock::before {
  content: '';
  display: inline-block;
  background-image: url(../images/lock-white.svg);
  background-repeat: no-repeat;
  background-position: center center;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  margin: 0 6px 0 0;
  width: 16px;
  height: 21px;
  position: relative;
  top: 3px
}
.payment__cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 0 0 20px
}
.payment__cards--mobile {
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 50px;
  padding-top: 10px
}
.payment__card {
  display: inline-block;
  width: 35px;
  margin-right: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto
}
.payment__price-descr {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 188px;
  font-size: 10px;
  margin: 0 auto 5px
}
.payment__price-descr-item {
  margin-bottom: 15px;
  padding-left: 18px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex
}
.payment__price-descr-check {
  width: 15px;
  margin: 0 10px 0 0
}
.payment__form-input-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 235px
}
.payment__input-name {
  font-size: 0
}
.payment__input-invalid {
  background-color: rgba(249,0,0,.4);
  display: none;
  font-size: 11px;
  font-weight: 400;
  color: #fff;
  height: 10px;
  padding: 0 5px;
  line-height: 10px;
  margin: 1px 0 0
}
.payment__input-invalid.invalid {
  display: block
}
.payment__stripe-label {
  margin: auto 0
}
@media (max-width:1170px) {
  .payment .plan__name {
    border-bottom: none;
    padding: 0;
    font-size: 11px;
    display: none
  }
  .payment .plan__text:last-of-type {
    display: none
  }
  .payment .plan__text:first-child {
    margin: 0
  }
  .payment .plan__price-amount--gray {
    color: #fff
  }
  .success-payment .payment__info {
    display: block;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1
  }
  .payment__info-first {
    margin: 0 auto;
    display: none
  }
  .success-payment .payment__info-first {
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
  }
  .payment__info-price {
    margin: 0 0 28px
  }
  .payment__form-element:nth-child(1):before {
    display: none
  }
  .payment__cards {
    display: none;
    text-align: center
  }
  .payment__cards--mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
  .payment__checkboxes {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }
  .payment__buttons {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 10px
  }
  .payment__button {
    width: -webkit-calc(100% / 2 - 5px);
    width: -moz-calc(100% / 2 - 5px);
    width: calc(100% / 2 - 5px)
  }
  .payment__button:active,
  .payment__button:focus {
    outline: 0
  }
  .payment__button:first-child {
    color: #fff;
    margin-right: 20px
  }
  .payment__button--back::before {
    background-image: url(../images/prev-white.svg)
  }
  .payment__button-back {
    width: 15px
  }
  .payment__button-back .st0 {
    stroke: #fff
  }
  .payment__button-back:active,
  .payment__button-back:focus {
    outline: 0
  }
  .payment__price-descr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
  }
  .payment__secure {
    margin: 20px 0 0;
    position: relative;
    right: 0;
    bottom: 0;
    display: none
  }
}
@media (max-width:699px) {
  .payment {
    min-width: 90%;
    width: auto
  }
}
@media (max-width:589.99px) {
  .payment {
    background-color: transparent;
    max-width: 100%;
    margin: 0;
    padding: 0 0 25px
  }
  .payment__info {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 0
  }
  .payment__info-first {
    display: none
  }
  .payment__info-price {
    margin: 0 0 20px
  }
  .payment__checkboxes {
    display: block;
    font-size: 0;
    margin-top: 7px
  }
  .payment__checkbox-container {
    display: inline-block;
    padding: 0 20px;
    margin: 4px 0;
    width: 50%
  }
  .payment__checkbox-container:first-child {
    width: 100%
  }
  .payment__checkbox-container:last-child {
    padding: 0
  }
  .payment__buttons {
    margin-top: 7px
  }
}
.success-payment {
  max-width: 360px;
  width: 100%;
  background-color: rgba(0,0,0,.5);
  margin: 0 20px;
  padding: 15px 25px 35px
}
.success-payment__header {
  font-size: 12px;
  font-weight: 700;
  padding-bottom: 8px;
  border-bottom: 1px solid #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.success-payment__header__order {
  font-weight: 400
}
.success-payment__plan-descr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 400px;
  padding: 12px 0 27px
}
.success-payment__descr-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  font-size: 11px;
  line-height: 1.5;
  position: relative;
  padding: 0 0 0 25px
}
.success-payment__descr-item::before {
  content: '';
  display: inline-block;
  background: url(../images/tick-icon-white.svg) center/contain no-repeat;
  width: 10px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  transform: translate(0,-50%)
}
.success-payment__descr-check {
  width: 25px;
  margin-right: 4px
}
.success-payment__buttons {
  width: 100%;
  text-align: center
}
.success-payment__button {
  display: inline-block;
  border: none;
  background-color: #000;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
  padding: 11px 5px 10px;
  width: 100%
}
.success-payment__button:hover {
  text-decoration: none
}
.success-payment__button:active,
.success-payment__button:focus {
  outline: 0
}
.success-payment .plan__price-number {
  font-size: 45px
}
.success-payment .plan__price-symbol {
  font-size: 20px
}
.success-payment .plan__text--third-step:first-child {
  margin-top: 5px
}
.success-payment .payment__info {
  height: 100%
}
.success-payment .payment__info-first {
  width: 100%;
  margin: 0 auto
}
@media screen and (max-width:1279px) {
  .success-payment .payment__info-first {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .failed-payment .payment__info {
    padding-top: 0
  }
}
.success-payment .payment__info-price {
  margin: 0 0 30px
}
.success-payment .payment__plan-name {
  margin-top: 13px
}
@media (max-width:589.99px) {
  .success-payment {
    background-color: transparent
  }
  .success-payment .payment__info-first {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
  }
}
.failed-payment {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 100%;
  min-width: 300px;
  text-align: center;
  width: 100%;
  background-color: rgba(0,0,0,.5);
  margin: 0 20px;
  padding: 30px 10px
}
.failed-payment__heading {
  display: none;
  text-align: center;
  padding-bottom: 10px;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase
}
@media screen and (max-width:767px) {
  .failed-payment {
    min-width: unset;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0
  }
  .failed-payment__heading {
    display: block
  }
}
.failed-payment__header {
  font-size: 12px;
  font-weight: 700;
  padding-bottom: 8px;
  border-bottom: 1px solid #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.failed-payment__header__order {
  font-weight: 400
}
.failed-payment__descr {
  display: block;
  background-color: rgba(249,0,0,.4);
  color: #fff;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  word-wrap: break-word;
  margin: 0 auto 10px;
  padding: 4px 5px 1px 35px;
  width: 100%;
  max-width: 100%;
  position: relative
}
.failed-payment__descr::before {
  content: '';
  display: inline-block;
  background: url(../images/alertBG.svg) center/contain no-repeat;
  -moz-background-size: contain;
  -o-background-size: contain;
  margin: -1px 8px 1px 0;
  width: 18px;
  height: 15px;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 8px;
  -webkit-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  transform: translate(0,-50%)
}
.failed-payment__buttons {
  width: 100%;
  text-align: center
}
.failed-payment__button {
  display: inline-block;
  border: none;
  background-color: #000;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
  margin: 0 auto;
  padding: 11px 5px 10px;
  width: 100%
}
.failed-payment__button:hover {
  text-decoration: none
}
.failed-payment__button:active,
.failed-payment__button:focus {
  outline: 0
}
.failed-payment__info {
  padding-bottom: 20px;
  font-size: 11px;
  color: #fff;
  text-align: center
}
.failed-payment .plan__price-number {
  font-size: 45px
}
.failed-payment .plan__price-symbol {
  font-size: 20px
}
.failed-payment .plan__text--third-step:first-child {
  margin-top: 5px
}
.failed-payment .payment__info-first {
  width: 300px;
  margin: 0 auto
}
@media screen and (max-width:1279px) {
  .failed-payment .payment__info-first {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    max-width: 290px;
    margin-left: auto;
    margin-right: auto
  }
}
@media screen and (max-width:767px) {
  .failed-payment .payment__info-first {
    max-width: 100%
  }
}
.failed-payment .payment__info-price {
  margin: 0 0 30px
}
.failed-payment .payment__plan-name {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400
}
@media (max-width:589.99px) {
  .failed-payment {
    background-color: transparent;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto
  }
  .failed-payment .payment__info-first {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
  }
}
.waiting-payment {
  max-width: 100%;
  min-width: 300px;
  text-align: center;
  width: 100%;
  background-color: rgba(0,0,0,.5);
  padding: 30px 10px
}
@media screen and (max-width:1023px) {
  .waiting-payment {
    max-width: 360px
  }
}
.waiting-payment__header {
  font-size: 12px;
  font-weight: 700;
  padding-bottom: 8px;
  border-bottom: 1px solid #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.waiting-payment__header__order {
  font-weight: 400
}
.waiting-payment__description {
  display: block;
  color: #fff;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  word-wrap: break-word;
  margin: 0 auto 20px;
  padding: 4px 5px 1px;
  width: 100%;
  max-width: 100%;
  position: relative
}
.waiting-payment__spinner-wrapper {
  text-align: center;
  padding: 10px 35px;
  margin: 0 0 20px
}
.waiting-payment__spinner {
  margin: 0;
  width: 32px;
  height: 32px;
  position: relative
}
.waiting-payment__spinner::before {
  width: 32px;
  height: 32px;
  margin-top: -16px;
  margin-left: -16px
}
.waiting-payment__buttons {
  width: 100%;
  text-align: center
}
.waiting-payment__button {
  display: inline-block;
  border: none;
  background-color: #000;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
  margin: 0 auto;
  padding: 11px 5px 10px;
  width: 100%
}
.waiting-payment__button:hover {
  text-decoration: none
}
.waiting-payment__button:active,
.waiting-payment__button:focus {
  outline: 0
}
.waiting-payment .plan__price-number {
  font-size: 45px
}
.waiting-payment .plan__price-symbol {
  font-size: 20px
}
.waiting-payment .plan__text--third-step:first-child {
  margin-top: 5px
}
.waiting-payment .payment__info {
  height: 100%;
  min-height: 130px
}
.waiting-payment .payment__info-first {
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: center
}
.waiting-payment .payment__info-price {
  margin: 0 0 30px
}
.waiting-payment .payment__plan-name {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400
}
@media (max-width:589.99px) {
  .waiting-payment {
    background-color: transparent;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    max-width: 290px
  }
}
.period {
  max-width: 400px;
  width: 100%;
  min-height: 35px;
  margin: 0 auto;
  padding: 5px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  font-size: 13px;
  font-weight: 500;
  text-align: center
}
.period__table {
  border: 0;
  border-collapse: collapse;
  table-layout: auto;
  width: 100%;
  min-width: 150px;
  max-width: 100%;
  margin: 0 auto
}
.period__cell {
  padding: 3px 7px
}
.period__cell:first-child {
  width: 65px;
  padding-left: 0;
  padding-right: 0;
  text-align: right
}
.period__cell:last-child {
  width: 110px;
  padding-left: 0;
  padding-right: 0
}
@media (max-width:1170px) {
  .success-payment {
    max-width: 360px;
    min-height: 420px;
    margin: 0 10px
  }
  .success-payment .plan__name {
    border-bottom: 1px solid #fff;
    text-align: left
  }
  .success-payment .plan__text--third-step {
    font-size: 11px
  }
  .success-payment .plan__price-number {
    line-height: 40px
  }
  .success-payment .payment__price-descr {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding: 0 0 25px;
    margin: 0
  }
  .success-payment .payment__price-descr-item {
    width: 220px;
    font-size: 14px;
    font-weight: 400;
    line-height: 15px;
    margin: 15px 0 0
  }
  .success-payment .payment__price-descr-check {
    width: 25px;
    margin: 0 5px 0 0
  }
  .success-payment .payment__info-price {
    margin: 0 0 20px
  }
  .failed-payment .plan__name {
    border-bottom: 1px solid #fff;
    text-align: left
  }
  .failed-payment .plan__text--third-step {
    font-size: 11px
  }
  .failed-payment .plan__price-number {
    line-height: 40px
  }
  .failed-payment .payment__info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1
  }
  .failed-payment .payment__price-descr {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding: 0 0 25px;
    margin: 0
  }
  .failed-payment .payment__price-descr-item {
    width: 220px;
    font-size: 14px;
    font-weight: 400;
    line-height: 15px;
    margin: 15px 0 0
  }
  .failed-payment .payment__price-descr-check {
    width: 25px;
    margin: 0 5px 0 0
  }
  .failed-payment .payment__info-price {
    margin: 0 0 20px
  }
  .period {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 7px 0
  }
  .period__item:first-child {
    margin-bottom: 6px;
    margin-right: 0
  }
  .subscription-third .subscription__plans-background {
    padding: 15px 0 30px
  }
  .subscription-third .subscription__plans-background.successful-payment {
    padding: 0 0 30px
  }
}
@media (max-width:589.99px) {
  .subscription-third .subscription__plans-header {
    text-align: center;
    font-size: 16px;
    margin: 25px 0 5px
  }
  .subscription-third .subscription__plans-background::before,
  .subscription-third .subscription__text {
    display: none
  }
  .success-payment {
    padding: 15px 20px 35px;
    margin: 10px
  }
  .failed-payment {
    margin-top: 0
  }
  .period {
    width: 100%
  }
}