@charset "UTF-8";
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
/* h1 {
  font-size: 2em; 
  margin: 0.67em 0; 
} */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* font-size: 100%; */
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
* {
  /* -webkit-box-sizing: border-box; */
  box-sizing: border-box;
  outline: none;
  /* margin: 0; */
  padding: 0;
}
html {
  background-color: #e6e6f0;
}
a {
  text-decoration: none;
}
[readonly] {
  pointer-events: none;
}
::-webkit-scrollbar {
  width: 6px;
  margin-right: 3px;
}
::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #503565;
  /* -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5); */
}
.hidden {
  display: none !important;
}
.container {
  /* display: -webkit-box; */
  /* display: -ms-flexbox; */
  display: flex;
  -webkit-box-orient: horizontal;
  /* -webkit-box-direction: normal; */
  /* -ms-flex-direction: row; */
  flex-direction: row;
  /* -ms-flex-wrap: wrap; */
  flex-wrap: wrap;
  -webkit-box-pack: center;
  /* -ms-flex-pack: center; */
  justify-content: center;
  -webkit-box-align: center;
  /* -ms-flex-align: center; */
  align-items: center;
  width: 100%;
  min-height: 100vh;
  padding-bottom: 40px;
  padding-top: 40px;
  /* font-family: "Proxima Nova", "Montserrat", sans-serif; */
}
@media (max-width: 1023px) {
  .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }
  .container.unipay {
    padding-top: 0;
    background-image: url(/static/common/img/enigma/bitmap-small.png);
    background-position: 50% 0;
    background-color: #2b008e;
    background-repeat: no-repeat;
    background-size: contain;
  }
}
.container__inner {
  padding-left: 81px;
  padding-right: 71px;
}
@media (max-width: 475px) {
  .container__inner {
    padding-left: 24px;
    padding-right: 24px;
  }
  .container__inner.form__amount-group {
    margin-top: 0;
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 1024px) {
  .container__inner.form__amount-group {
    margin-top: auto;
    padding-left: 92px;
    padding-right: 92px;
  }
}
.visually-hidden:not(:focus):not(:active),
input[type="checkbox"].visually-hidden,
input[type="radio"].visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}
.form {
  position: relative;
}
@media (max-width: 1023px) {
  .form {
    width: 100%;
    margin-top: auto;
  }
}
.form__wrapper {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  position: relative;
  padding: 56px;
  padding-bottom: 32px;
  width: 960px;
  /* min-height: 560px; */
  border: none;
  /* border-radius: 12px; */
  /* background-color: #2b008e; */
  /* background-image: url(/static/common/img/enigma/bitmap.png); */
  /* background-position: 50% 80%; */
  /* background-repeat: no-repeat; */
  /* background-size: 478.5px 386px; */
}
.form__wrapper .desktop {
  display: none;
  margin-top: auto;
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  (min-resolution: 1.5dppx) {
  .form__wrapper {
    background-image: url(/static/common/img/enigma/bitmap@2x.png);
  }
}
@media (max-width: 1023px) {
  .form__wrapper {
    width: 100%;
    padding: 0;
    background: none;
  }
}
.form--payment {
  position: absolute;
  top: -47px;
  right: 35px;
  margin-bottom: 50px;
}
@media (max-width: 1023px) {
  .form--payment {
    position: relative;
    margin-bottom: 0;
    top: 0;
    left: 0;
  }
}
.form__body {
  position: relative;
  /* display: -webkit-box; */
  /* display: -ms-flexbox; */
  display: flex;
  -webkit-box-orient: vertical;
  /* -webkit-box-direction: normal; */
  /* -ms-flex-direction: column; */
  flex-direction: column;
  /* -ms-flex-wrap: wrap; */
  flex-wrap: wrap;
  -webkit-box-align: center;
  /* -ms-flex-align: center; */
  align-items: center;
  -webkit-box-pack: center;
  /* -ms-flex-pack: center; */
  justify-content: center;
  padding: 48px;
  width: 512px;
  background-color: #fff;
  /* -webkit-box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.21); */
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.21);
  border: none;
  border-radius: 12px;
}
.only-card {
  min-height: 530px !important;
  top: 70px;
  margin-bottom: 80px;
}
@media (max-width: 1023px) {
  .form__body {
    width: 100%;
    padding: 32px;
    padding-top: 24px;
    border-radius: 0;
  }
  .form__body--unipay {
    min-height: 100vh;
    justify-content: flex-start;
  }
}
.form__body--payment {
  position: relative;
  padding: 32px 0 31px;
}
@media (min-width: 1024px) {
  .form__body--payment {
    padding-top: 48px;
    justify-content: flex-start;
    min-height: 672px;
  }
}
@media (max-width: 1023px) {
  .form__body--payment {
    margin-bottom: 0;
    padding-top: 24px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
}
.form__content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  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;
}
.form__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 24px;
  width: 100%;
  font-size: 20px;
  line-height: 27px;
  font-weight: 700;
}
@media (max-width: 475px) {
  .form__header {
    margin-bottom: 8px;
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .form__wrapper .desktop {
    display: block;
  }
  .form__header {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.form__header .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.logo img {
  display: block;
  width: auto;
  max-height: 32px;
}
.form__reference {
  font-size: 20px;
  line-height: 27px;
  word-break: break-all;
  max-width: 75%;
}
@media (max-width: 1023px) {
  .form__reference {
    max-width: 100%;
    word-break: break-word;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding: 16px 0;
  }
}
.form__payment-types,
.form__ps-types {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 10px;
}
.form__amount-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  width: 100%;
  margin-top: 9px;
}
@media (max-width: 475px) {
  .form__amount-group {
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .form__amount-group {
    padding: 0 24px;
  }
}
.form__amount-title {
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
}
@media (max-width: 475px) {
  .form__amount-title {
    font-size: 12px;
  }
}
.form__amount-value {
  margin-left: auto;
  position: relative;
  font-size: 32px;
  line-height: 37px;
  font-weight: 600;
}
@media (max-width: 475px) {
  .form__amount-value {
    font-size: 24px;
    line-height: 28px;
  }
}
.form__amount-value--fee {
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
}
.form__footer {
  margin: 0 auto;
  padding: 33px 0;
}
.form__footer--unipay {
  width: 104px;
}
.form__footer img {
  display: block;
  width: 100%;
  opacity: 0.5;
}
.form__footer--cardenroll {
  display: flex;
  justify-content: center;
  max-width: 320px;
  flex-wrap: wrap;
}
.b2p-logo-footer {
  text-align: center;
  margin: 5px auto 0;
  max-width: 320px;
}
.b2p-logo-footer svg {
  width: 130px;
  height: 30px;
}
.ps-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.ps-box__item {
  line-height: 0;
  text-align: center;
  max-width: 53px;
}
.ps-box__item_full {
  width: 100%;
  margin-top: 15px;
}
.ps-box__item svg {
  width: 100%;
  max-height: 35px;
}
@media (min-width: 1024px) {
  .form__footer img.mobile {
    display: none;
  }
}
@media (max-width: 1023px) {
  .form__footer img.desktop {
    display: none;
  }
}
.form__footer--payment {
  margin-bottom: 90px;
}
@media (max-width: 1023px) {
  .form__footer--payment {
    margin-bottom: 0;
    width: 100%;
    background-color: #e6e6f0;
  }
}
.form__currency {
  margin-left: 5px;
}
.form__currency.fee {
  font-size: 18px;
  line-height: 21px;
  font-weight: 400;
}
@media (max-width: 475px) {
  .form__currency.fee {
    font-size: 22px;
  }
}
.form__currency.total {
  font-size: 32px;
}
@media (max-width: 475px) {
  .form__currency.total {
    font-size: 22px;
  }
}
@media (max-width: 1023px) {
  .form__currency.total svg {
    width: 18px;
    height: 18px;
  }
}
.input {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  min-height: 72px;
  margin-bottom: 24px;
  border-radius: 16px;
}
@media (max-width: 1023px) {
  .input {
    min-height: 64px;
  }
}
.input.amount::after {
  content: "₽";
  position: absolute;
  right: 13px;
  top: 21px;
  color: #806c91;
  font-size: 24px;
  line-height: 28px;
}
.input--description {
  min-height: 118px;
}
.input--pan {
  margin-bottom: 24px;
}
.input--date {
  width: 50%;
  margin-bottom: 0;
}
.input--cvv {
  width: 45%;
  margin-bottom: 0;
}
.input--email {
  max-width: 280px;
  margin-right: 16px;
  margin-bottom: 0;
}
.input.error {
  border: 1px solid #ff0040;
}
.input__ps {
  position: absolute;
  top: 23px;
  right: 11px;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
}
.input__label {
  position: absolute;
  top: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding-left: 26px;
  max-height: 35px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  color: #806c91;
  font-size: 16px;
  cursor: text;
  z-index: 1;
}
@media (max-width: 1023px) {
  .input__label {
    top: 25px;
    font-size: 14px;
  }
}
.input__error {
  margin-top: 4px;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  color: #ff0040;
  font-size: 12px;
  text-align: left;
  z-index: 1;
}
.input__label,
.input__error {
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.input__field {
  position: relative;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 0;
  width: 100%;
  height: 72px;
  padding: 6px 26px 0;
  font-size: 20px;
  font-weight: 700;
  border: none;
  border-radius: 16px;
  background-color: #eee;
}
@media (max-width: 1023px) {
  .input__field {
    height: 64px;
    font-size: 16px;
  }
}
.input__field:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 1000px #eee;
  box-shadow: inset 0 0 0 1000px #eee;
}
.input__field::-webkit-input-placeholder {
  color: #eee;
}
.input__field::-moz-placeholder {
  color: #eee;
}
.input__field:-ms-input-placeholder {
  color: #eee;
}
.input__field::-ms-input-placeholder {
  color: #eee;
}
.input__field::placeholder {
  color: #eee;
  opacity: 0;
}
.input__field.error {
  -webkit-appearance: none;
  -webkit-box-shadow: rgba(255, 0, 68, 0.5) 0 0 0 2px;
  box-shadow: rgba(255, 0, 68, 0.5) 0 0 0 2px;
}
.input__field:focus {
  background-color: #f7f7f7;
}
.input__field:disabled {
  cursor: not-allowed;
  opacity: 0.4;
}
.input__field--description {
  position: relative;
  width: 100%;
  resize: none;
  padding-top: 32px;
  height: 118px;
}
.input__field--pan,
.input__field--date,
.input__field--cvv {
  font-family: "PT Mono";
}
.input__field:not(:-moz-placeholder-shown) {
  background-color: #f7f7f7;
}
.input__field:not(:-ms-input-placeholder) {
  background-color: #f7f7f7;
}
.input__field:not(:placeholder-shown) {
  background-color: #f7f7f7;
}
.input__field:not(:-moz-placeholder-shown) + .input__label {
  top: 8px;
  font-size: 12px;
  color: inherit;
}
.input__field:not(:-ms-input-placeholder) + .input__label {
  top: 8px;
  font-size: 12px;
  color: inherit;
}
.input__field:focus + .input__label,
.input__field:not(:placeholder-shown) + .input__label {
  top: 8px;
  font-size: 12px;
  color: inherit;
}
.input__field:not(:-moz-placeholder-shown)
  + .input__label--description::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 32px;
  top: -8px;
  left: 0;
  right: 0;
  border-radius: 16px;
  background-color: #f7f7f7;
  z-index: -1;
}
.input__field:not(:-ms-input-placeholder) + .input__label--description::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 32px;
  top: -8px;
  left: 0;
  right: 0;
  border-radius: 16px;
  background-color: #f7f7f7;
  z-index: -1;
}
.input__field:focus + .input__label--description::before,
.input__field:not(:placeholder-shown) + .input__label--description::before {
  content: "";
  position: absolute;
  width: 97%;
  height: 32px;
  top: -8px;
  left: 1px;
  right: 0;
  border-radius: 16px;
  background-color: #f7f7f7;
  z-index: -1;
}
.input__field:disabled + .input__label {
  opacity: 0.4;
}
/* button submit */
.button {
  position: relative;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  height: 72px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  border: none;
  width: 100%;
  cursor: pointer;
  backdrop-filter: blur(16px);
}
.button__container {
  /* display: -webkit-box; */
  /* display: -ms-flexbox; */
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  /* -ms-flex-direction: column; */
  flex-direction: column;
  /* -ms-flex-wrap: wrap; */
  flex-wrap: wrap;
  -webkit-box-align: center;
  /* -ms-flex-align: center; */
  align-items: center;
  /* padding-top: 24px; */
  width: 100%;
}
@media (max-width: 1023px) {
  /* .button__container {
    padding-top: 12px;
  } */
}
@media (max-width: 475px) {
  .button__container {
    /* width: 100%; */
  }
  /* .button__container.payment {
    padding-left: 24px;
    padding-right: 24px;
  } */
  .button {
    /* width: 100%; */
    /* max-width: 100%; */
  }
}
@media (min-width: 476px) {
  .button {
    /* width: 100%; */
    /* max-width: 246px; */
    /* min-width: 246px; */
  }
  .button--border {
    min-width: 360px;
  }
}

.button span {
  z-index: 3;
}
.button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 24px;
  /* background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#2d8be8),
    to(#7430cb)
  ); */
  /* background: linear-gradient(#2d8be8, #7430cb); */
  /* -webkit-transition: all 0.2s ease-in; */
  transition: all 0.2s ease-in;
}
.button:hover::after,
.button:focus::after {
  opacity: 1;
}
.button:disabled {
  cursor: not-allowed;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#e4e4e4),
    to(#bebebe)
  );
  background: linear-gradient(#e4e4e4, #bebebe);
}
.button:disabled:hover::after,
.button:disabled:focus::after {
  opacity: 0;
}
.button--email {
  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;
  border: none;
  background: none;
  cursor: pointer;
}
.button__gradient--border {
  padding: 2px;
  margin: 0 auto;
  z-index: 0;
  border-radius: 26px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#459bf0),
    to(#9b4eff)
  );
  background: linear-gradient(to bottom, #459bf0, #9b4eff);
}
.button--border {
  margin: 0 auto;
  color: #5d86f4;
  font-size: 16px;
  font-weight: 600;
  background: #fff;
}
.button--border:hover::after,
.button--border:focus::after {
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  top: -1px;
  left: -1px;
  border-radius: 26px;
  filter: none;
  -webkit-filter: blur(0px);
  -moz-filter: blur(0px);
  -ms-filter: blur(0px);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=‘0’);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#459bf0),
    to(#9b4eff)
  );
  background: linear-gradient(to bottom, #459bf0, #9b4eff);
}
.button--border:hover,
.button--border:focus {
  color: #fff;
}
@media (max-width: 1023px) {
  .description {
    background-color: #2b008e;
    background-image: url(/static/common/img/enigma/bitmap-small.png);
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 0 36px;
    padding-top: 28px;
  }
}
@media (max-width: 1023px) and (-webkit-min-device-pixel-ratio: 1.5),
  (max-width: 1023px) and (min-resolution: 144dpi),
  (max-width: 1023px) and (min-resolution: 1.5dppx) {
  .description {
    background-image: url(/static/common/img/enigma/bitmap-small@2x.png);
  }
}
.description .logo {
  margin-bottom: 48px;
}
@media (max-width: 1023px) {
  .description .logo {
    margin-bottom: 20px;
  }
}
.description__header {
  position: relative;
}
.description__title {
  margin: 0;
  /* margin-bottom: 16px; */
  color: #fff;
  /* font-size: 32px; */
  line-height: 36px;
}
@media (max-width: 1023px) {
  .description__title {
    font-size: 26px;
  }
}
.description__list {
  /* display: -webkit-box; */
  /* display: -ms-flexbox; */
  display: flex;
  -webkit-box-orient: vertical;
  /* -webkit-box-direction: normal; */
  /* -ms-flex-direction: column; */
  flex-direction: column;
  padding: 0;
  max-width: 40%;
  max-height: 500px;
  list-style: none;
  /* -webkit-transition: all 0.3s ease-in; */
  transition: all 0.3s ease-in;
}
@media (max-width: 1023px) {
  .description__list.close {
    max-height: 0;
    overflow: hidden;
  }
}
@media (max-width: 1023px) {
  .description__list {
    max-width: 100%;
  }
}
.description__list .item {
  /* display: -webkit-box; */
  /* display: -ms-flexbox; */
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  /* -ms-flex-direction: column; */
  flex-direction: column;
  margin-bottom: 24px;
}
.description__list .item__title,
.description__list .item__text {
  font-size: 16px;
  color: #fff;
  width: 100%;
}
.description__list .item__title {
  margin-bottom: 8px;
  font-weight: 600;
  text-transform: uppercase;
  opacity: 0.5;
}
.description__list .item__text {
  font-weight: 400;
  line-height: 1.4;
  word-break: break-word;
}
.description__arrow {
  display: none;
}
@media (max-width: 1023px) {
  .description__arrow {
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    bottom: 7px;
    right: -10px;
    border: none;
    background: none;
    background-image: url(img/arrow-icon.svg);
    background-size: cover;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    color: white;
  }
  .description__arrow.open {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  #br__description__title {
    display: none;
  }
}
.payment-method {
  width: 100%;
}
.payment-method__title {
  margin-bottom: 40px;
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #000;
}
@media (max-width: 1023px) {
  .payment-method__title {
    display: none !important;
  }
}
.payment-method__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 450px;
  margin: 0 auto;
}
@media (max-width: 475px) {
  .payment-method__group {
    max-width: 320px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    padding: 0 8px;
  }
}
.payment-method__button {
  position: relative;
  width: 128px;
  height: 128px;
  margin-right: 28px;
  border: none;
  border-radius: 16px;
  -webkit-box-shadow: 0 4px 16px -8px rgba(0, 0, 0, 0.4);
  box-shadow: 0 4px 16px -8px rgba(0, 0, 0, 0.4);
  cursor: pointer;
}
@media (max-width: 475px) {
  .payment-method__button {
    width: 88px;
    height: 88px;
    margin-right: 15px;
  }
}
.payment-method__button:last-child {
  margin: 0;
}
.payment-method__button:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -16px;
  top: 50%;
  -webkit-transform: translateY(-32px);
  transform: translateY(-32px);
  width: 1px;
  height: 64px;
  background-color: #d8d8d8;
}
@media (max-width: 475px) {
  .payment-method__button:not(:last-child)::after {
    right: -9px;
  }
}
.payment-method__button--card::after {
  content: "";
  position: absolute;
  right: -17px;
  top: 50%;
  -webkit-transform: translateY(-32px);
  transform: translateY(-32px);
  width: 1px;
  height: 64px;
  background-color: #d8d8d8;
}
.payment-method__button--card,
.payment-method__button--sbp {
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px;
  text-align: center;
  border: solid 1px rgba(43, 0, 142, 0.5);
  background: none;
}
.payment-method__button--card span,
.payment-method__button--sbp span {
  font-size: 14px;
  font-weight: 600;
  color: #2b008e;
}
@media (max-width: 475px) {
  .payment-method__button--card span,
  .payment-method__button--sbp span {
    font-size: 12px;
  }
}
.payment-method__button--card::after {
  content: "";
  position: absolute;
  right: -18px;
  top: 50%;
  -webkit-transform: translateY(-32px);
  transform: translateY(-32px);
  width: 1px;
  height: 64px;
  background-color: #d8d8d8;
}
.payment-method__button--applepay {
  background-color: #000;
  background-image: url(/static/common/img/enigma/applepay-logo.svg);
  background-position: center center;
  background-repeat: no-repeat;
}
.card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 56px 71px 24px 81px;
  background-color: inherit;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
@media (max-width: 1023px) {
  .card {
    padding: 24px;
  }
}
.card__save {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  margin-top: 24px;
  font-family: "Proxima Nova", "Montserrat", sans-serif;
  font-size: 14px;
  color: #7e698e;
}
.card__save label {
  margin-right: 16px;
}
.card__save label span {
  background-color: #eee;
}
.card__backToSavedCards {
  margin-bottom: 24px;
  padding-left: 34px;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.5px;
  color: #4b4b4b;
  background-color: rgba(255, 255, 255, 0);
  border: none;
  text-transform: uppercase;
  background-image: url(/static/common/img/enigma/back-to-icon.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  cursor: pointer;
}
.oferta {
  max-width: 185px;
  margin-top: 14px;
  text-align: center;
  font-size: 10px;
  line-height: normal;
}
.oferta__text {
  display: block;
  white-space: initial;
}
.oferta__link {
  font-weight: 700;
  text-decoration: underline;
  color: #364448;
}
.oferta--sbp {
  max-width: 190px;
  margin-top: 30px;
}
.notify {
  position: relative;
  padding: 96px 0 65px;
  background-color: #fff;
  border-radius: 12px;
  z-index: 1;
  -webkit-box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.2);
}
.notify__container {
  position: absolute;
  top: -47px;
  right: 35px;
  width: 512px;
}
.notify .status {
  padding-top: 96px;
  display: none;
  flex-direction: column;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  color: #7e698e;
  font-size: 18px;
  line-height: 24px;
  border-radius: 12px;
  z-index: 10;
}
@media (max-width: 1023px) {
  .notify__container {
    position: relative;
    width: 100%;
    top: 0;
    right: 0;
  }
}
@media (max-width: 1023px) {
  .notify {
    top: -10px;
    left: 0;
    right: 0;
    padding: 24px 0 48px;
  }
}
.notify__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 80px;
  padding: 0 76px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
  color: #000;
}
@media (max-width: 1023px) {
  .notify__header {
    padding: 0 24px;
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 36px;
  }
}
.notify__status-img {
  margin-right: 32px;
  width: 48px;
  height: 48px;
}
@media (max-width: 1023px) {
  .notify__status-img {
    margin-right: 24px;
  }
}
.notify__list {
  margin-bottom: 40px;
}
@media (max-width: 1023px) {
  .notify__list {
    margin-bottom: 0;
  }
}
.notify__list,
.notify__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.notify__item {
  margin-bottom: 32px;
}
.notify__item-title,
.notify__item-text {
  position: relative;
  font-size: 16px;
  line-height: normal;
}
.notify__item-title {
  margin-bottom: 8px;
  text-transform: uppercase;
  color: #000;
  opacity: 0.5;
}
.notify__email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.notify__email-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.notify__footer {
  margin: 0 auto;
  width: 100%;
  padding: 33px 0;
}
.notify__footer img {
  display: block;
  width: 100%;
  opacity: 0.5;
}
@media (min-width: 1024px) {
  .notify__footer img.mobile {
    display: none;
  }
}
@media (max-width: 1023px) {
  .notify__footer {
    background-color: #e6e6f0;
    z-index: 0;
    padding: 33px 0;
  }
  .notify__footer img.desktop {
    display: none;
  }
}
.notify__sendEmailResult {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 25px;
}
.notify__sendEmailResult-text {
  text-align: center;
}
.notify__sendEmailResult span:last-child {
  font-size: inherit;
  color: inherit;
  font-weight: 700;
}
.notify__sendEmailResult.error {
  color: #fe0040;
}
.notify__sendEmailResult-resend {
  margin-top: 5px;
  text-decoration: underline;
  background: none;
  border: none;
  color: #fe0040;
  font-weight: 700;
  cursor: pointer;
}
.recuring {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
}
input[type="checkbox"]:checked + .recuring__checkbox {
  background-color: red;
}
.checkbox {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  background-color: #ede9f2;
}
.checkbox__label {
  width: 22px;
  height: 22px;
  margin-right: 16px;
  cursor: pointer;
}
input[type="checkbox"]:checked + .checkbox {
  background-image: url(/static/common/img/enigma/checkbox.svg);
  background-color: #463256;
  background-position: 54% 59%;
  background-repeat: no-repeat;
}
input[type="checkbox"]:focus + .checkbox {
  border: 1px solid #2b008e;
}
.sbp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  min-height: 253px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
@media (max-width: 1023px) {
  .mobile {
    display: block;
  }
  .desktop {
    display: none;
  }
}
@media (min-width: 1024px) {
  .mobile {
    display: none;
  }
  .desktop {
    display: block;
  }
}
.has-error-effect {
  outline: 0;
  border-color: red;
  animation-name: bounce;
  animation-duration: 0.5s;
  animation-delay: 0.25s;
}
@keyframes bounce {
  0% {
    transform: translateX(0px);
    timing-function: ease-in;
  }
  37% {
    transform: translateX(5px);
    timing-function: ease-out;
  }
  55% {
    transform: translateX(-5px);
    timing-function: ease-in;
  }
  73% {
    transform: translateX(4px);
    timing-function: ease-out;
  }
  82% {
    transform: translateX(-4px);
    timing-function: ease-in;
  }
  91% {
    transform: translateX(2px);
    timing-function: ease-out;
  }
  96% {
    transform: translateX(-2px);
    timing-function: ease-in;
  }
  100% {
    transform: translateX(0px);
    timing-function: ease-in;
  }
}
