.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}
.row {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
}
.row.reverse {
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}
.col.reverse {
  -ms-flex-direction: column-reverse;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}
.col-xs,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  box-sizing: border-box;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
.col-xs {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}
.col-xs-1 {
  -ms-flex-preferred-size: 8.333%;
  flex-basis: 8.333%;
  max-width: 8.333%;
}
.col-xs-2 {
  -ms-flex-preferred-size: 16.667%;
  flex-basis: 16.667%;
  max-width: 16.667%;
}
.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}
.col-xs-4 {
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
  max-width: 33.333%;
}
.col-xs-5 {
  -ms-flex-preferred-size: 41.667%;
  flex-basis: 41.667%;
  max-width: 41.667%;
}
.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}
.col-xs-7 {
  -ms-flex-preferred-size: 58.333%;
  flex-basis: 58.333%;
  max-width: 58.333%;
}
.col-xs-8 {
  -ms-flex-preferred-size: 66.667%;
  flex-basis: 66.667%;
  max-width: 66.667%;
}
.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}
.col-xs-10 {
  -ms-flex-preferred-size: 83.333%;
  flex-basis: 83.333%;
  max-width: 83.333%;
}
.col-xs-11 {
  -ms-flex-preferred-size: 91.667%;
  flex-basis: 91.667%;
  max-width: 91.667%;
}
.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
.col-xs-offset-1 {
  margin-left: 8.333%;
}
.col-xs-offset-2 {
  margin-left: 16.667%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-4 {
  margin-left: 33.333%;
}
.col-xs-offset-5 {
  margin-left: 41.667%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-7 {
  margin-left: 58.333%;
}
.col-xs-offset-8 {
  margin-left: 66.667%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-10 {
  margin-left: 83.333%;
}
.col-xs-offset-11 {
  margin-left: 91.667%;
}
.start-xs {
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  text-align: start;
}
.center-xs {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
}
.end-xs {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  text-align: end;
}
.top-xs {
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
}
.middle-xs {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}
.bottom-xs {
  -ms-flex-align: end;
  -webkit-box-align: end;
  align-items: flex-end;
}
.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.between-xs {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.first-xs {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
  order: -1;
}
.last-xs {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1;
}
@media only screen and (min-width: 48em) {
  .container {
    width: 46rem;
  }
  .col-sm,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .col-sm {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-sm-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-sm-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-sm-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-sm-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.667%;
  }
  .start-sm {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-sm {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-sm {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-sm {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }
  .middle-sm {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }
  .bottom-sm {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
  }
  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-sm {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .first-sm {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .last-sm {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}
@media only screen and (min-width: 62em) {
  .container {
    width: 61rem;
  }
  .col-md,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .col-md {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-md-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-md-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-md-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-md-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-md-offset-1 {
    margin-left: 8.333%;
  }
  .col-md-offset-2 {
    margin-left: 16.667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.333%;
  }
  .col-md-offset-5 {
    margin-left: 41.667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.333%;
  }
  .col-md-offset-8 {
    margin-left: 66.667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.333%;
  }
  .col-md-offset-11 {
    margin-left: 91.667%;
  }
  .start-md {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-md {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-md {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-md {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }
  .middle-md {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }
  .bottom-md {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
  }
  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-md {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .first-md {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .last-md {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}
@media only screen and (min-width: 75em) {
  .container {
    width: 71rem;
  }
  .col-lg,
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .col-lg {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-lg-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-lg-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-lg-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-lg-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.667%;
  }
  .start-lg {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-lg {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-lg {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-lg {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }
  .middle-lg {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }
  .bottom-lg {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
  }
  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-lg {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .first-lg {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .last-lg {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}
* {
  font-family: Roboto, sans-serif;
}
@font-face {
  font-family: Roboto;
  src: url(fonts/Roboto-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Roboto;
  src: url(fonts/Roboto-Italic.ttf) format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: Roboto;
  src: url(fonts/Roboto-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Roboto;
  src: url(fonts/Roboto-BoldItalic.ttf) format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: Roboto;
  src: url(fonts/Roboto-Medium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Inter;
  src: url(fonts/Inter-Medium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
}
.form-input-label {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #5a6176;
  margin-bottom: 4px;
  margin-top: 4px;
  opacity: 1;
  transition-delay: 0.1s;
  transform-origin: 0 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(9px) translate(10px);
  transition: transform 0.2s ease-out, color 0.2s ease-out,
    -webkit-transform 0.2s ease-out;
  white-space: nowrap;
}
.form-input-label.non-editable:not(.label-unfocused) {
  color: #bfc8d8;
  -webkit-text-fill-color: #bfc8d8;
  opacity: 1;
}
.label-unfocused {
  transform: translateY(-22px) scale(0.8);
  color: #bfc8d8 !important;
  -webkit-text-fill-color: #bfc8d8;
  opacity: 1;
  font-weight: 400;
}
.label-unfocused.multi-comission {
  color: #0a2bff !important;
  -webkit-text-fill-color: #0a2bff;
}
.form-input-label.hidden {
  opacity: 0;
}
.form-input-label.active {
  transform: translateY(-22px) scale(0.8);
  font-weight: 400;
  color: #0a2bff;
}
.form-input-label.error.non-editable {
  color: #f84850;
  -webkit-text-fill-color: #f84850;
}
.form-input-label.error {
  color: #f84850;
  transform: translateY(-22px) scale(0.8);
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.title {
  display: none;
  font-weight: 400;
  font-size: 12px;
  font-family: Roboto, sans-serif;
  max-width: 100%;
  background-color: #5a6176;
  padding: 6px 10px;
  border-radius: 5px;
  overflow-wrap: break-word;
  color: #fff;
  position: absolute;
  bottom: 150%;
  z-index: 2;
}
.form-input-label.error:hover + .title {
  display: block;
}
.input-loader {
  position: absolute;
  left: 10px;
  display: flex;
  align-items: center;
  width: calc(100% - 11px);
  background-color: #fff;
  z-index: 99;
  margin-top: 6px;
}
.additional {
  margin-top: 35px;
  max-height: 100vh;
  visibility: visible;
  transition: visibility 0.7s, max-height 0.7s;
}
.additional.hidden {
  max-height: 0;
  visibility: hidden;
  overflow: hidden;
}
.additional .header {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #5a6176;
  padding-bottom: 13px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: color 0.1s linear;
}
.additional .header:hover svg,
.additional .header:hover {
  color: #8c93a6;
  fill: #3078ff;
}
.additional .arrow-icon {
  fill: #0a2bff;
  transition: fill 0.1s linear;
}
.additional .fields {
  max-height: 100vh;
  visibility: visible;
  transition: visibility 0.7s, max-height 0.7s;
}
.additional .fields.hidden {
  max-height: 0;
  visibility: hidden;
  overflow: hidden;
}
.choose-arrow {
  position: absolute;
  top: 16px;
  right: 16px;
  transition: all 0.4s ease;
}
.choose-arrow.active {
  fill: #0a2bff;
  transform: rotate(-180deg);
}
.choose {
  -webkit-appearance: none;
}
.flex-mixin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.flex-row-mixin {
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
}
.flex-column-mixin {
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
}
.flex-grow-mixin {
  -webkit-box-flex-grow: 1;
  -moz-box-flex-grow: 1;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
}
.mobile .acq-form {
  height: 1px;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%;
  -ms-overflow-style: none;
  z-index: 1;
  position: relative;
  padding-top: 80px;
}
.mobile .acq-form::-webkit-scrollbar {
  display: none;
}
.mobile .card-carousel {
  width: 100%;
  overflow: visible;
  margin-bottom: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
}
.mobile .card-carousel__item {
  border: 1px solid #efedf8;
  background: #efedf8;
  border-radius: 4px;
  width: 185px;
  min-width: 185px;
  height: 50px;
  padding: 15px 14px 15px 19px;
  margin-right: 8px;
  cursor: pointer;
  box-sizing: border-box;
  counter-increment: carousel-cell;
  transition: transform 0.5s;
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  letter-spacing: -0.02em;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
}
.mobile .card-carousel__item.card-carousel__checked {
  border: 1px solid #0a2bff;
  box-shadow: 0 8px 14px -10px #0a2bff33;
}
.mobile .card-carousel__checkbox {
  margin-left: auto;
  order: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  align-items: center;
}
.mobile .card-carousel__checkbox .payment-instrument-btn {
  margin: 0;
}
.mobile .card-carousel__gradient-left {
  display: block;
  background: linear-gradient(to right, #fff, #fff0);
  position: absolute;
  width: 24px;
  height: 50px;
  top: 0;
  left: -24px;
  content: "";
}
.mobile .card-pay {
  height: 100%;
  box-sizing: border-box;
  padding: 56px 60px 33px;
}
.mobile .card-pay > .form-header {
  margin-bottom: 0;
}
.mobile .flickity-viewport {
  position: unset;
}
.mobile .card-carousel__gradient-right {
  display: block;
  background: linear-gradient(270deg, #fff, #fff0);
  position: absolute;
  width: 60px;
  height: 50px;
  top: 0;
  right: -24px;
  content: "";
}
.mobile .card-list {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
}
.mobile .ckassa-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  margin: 0 0 15px;
}
.mobile .ckassa-text {
  font-size: 11px;
  font-weight: 900;
  color: #fff;
  letter-spacing: 2px;
  line-height: 15px;
  text-transform: uppercase;
  margin: 0;
  float: right;
}
.mobile .close-icon {
  display: block;
}
.mobile .close-icon.hidden {
  display: none;
}
.mobile .description {
  -webkit-box-pack: justify;
  background: radial-gradient(91.53% 100.26% at 17.47% 8%, #ee262180, #ee262100),
    #f7f8ff;
  width: 100%;
  max-height: 100vh;
  transition: max-height 0.3s ease 0s;
}
.mobile .description.full-screen {
  max-height: 0;
}
.mobile .description.full-screen .scrollable {
  position: relative;
  top: 16px;
}
.mobile .description.no-background {
  background: #fff;
}
.mobile .description-div {
  display: flex;
  gap: 8px;
  padding: 14px 24px;
}
.mobile .description-header {
  font-weight: 900;
  font-size: 11px;
  color: #fff;
  opacity: 0.4;
  letter-spacing: 2px;
  line-height: 15px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.mobile .description-text {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #5a6176;
  margin-bottom: 26px;
}
.mobile .description-text.small {
  margin-bottom: 5px;
}
.mobile .error-form,
.mobile .success-form {
  width: 100%;
}
.mobile .error-form > h2 {
  font-weight: 500;
  font-size: 30px;
  color: #e75542;
  letter-spacing: 0;
  line-height: 35px;
  text-align: center;
  padding: 0;
  margin: 0 0 30px;
}
.mobile .error-icon {
  width: 100px;
  height: 100px;
  display: block;
  margin: auto;
}
.mobile .error-text {
  font-weight: 500;
  font-size: 16px;
  color: #292929;
  letter-spacing: 0;
  line-height: 20px;
  text-align: center;
  margin-bottom: 20px;
}
.mobile .form-group {
  width: 100%;
  position: relative;
  margin-top: 15px;
  padding-bottom: 5px;
}
.mobile .form-group.multi {
  margin-top: 25px;
}
.mobile .form-group:after {
  content: attr(data-suffix);
  color: #5a6176;
  font-weight: 300;
  font-size: 16px;
  position: absolute;
  left: 94%;
  top: 42%;
  transform: translate(-50%, -50%);
  max-height: 15px;
}
.mobile .form-group.disabled-currencies:after {
  color: #bfc8d8;
}
.mobile .form-page {
  overflow-y: scroll;
  padding-bottom: 118px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.mobile .form-page.pay-select.hidden .card-list {
  visibility: hidden;
}
.mobile .form-page::-webkit-scrollbar {
  display: none;
}
.mobile .form-page-header {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: absolute;
  min-width: 100%;
  right: 0;
  top: 20px;
}
.mobile .form-page-header.hidden {
  right: -115%;
}
.mobile .form-page-header.hidden-left {
  right: 115%;
}
.mobile .form-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  display: block;
  height: 40px;
  color: #5a6176;
  border: 1px solid #e7ecf4;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 10px 10px 8px;
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.02em;
  box-shadow: unset;
  transition: box-shadow 0.2s linear, border-color 0.2s linear;
  background: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}
.mobile .form-input.non-editable {
  color: #bfc8d8;
  -webkit-text-fill-color: #bfc8d8;
  opacity: 1;
}
.mobile .input-group-input {
  border-radius: 0 4px 4px 0;
  border-left: 0;
  padding: 10px 10px 8px 3px;
}
.mobile .input-group > input:focus {
  border-color: #cac7de;
  outline: none;
  box-shadow: none;
}
.mobile .input-group-span {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #5a6176;
  letter-spacing: -0.02em;
  line-height: 1px;
  padding: 10px 3px 8px 10px;
  border: 1px solid #e7ecf4;
  border-right: 0;
  border-radius: 4px 0 0 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  transition: box-shadow 0.2s linear, border-color 0.2s linear;
}
.mobile .input-group-span.active {
  border-color: #cac7de;
  outline: none;
}
.mobile .input-group.active {
  box-shadow: 0 8px 14px -10px #0a2bff33;
}
.mobile .input-group.error {
  box-shadow: 0 8px 14px -10px #f8485033;
}
.mobile .form-input:focus {
  border-color: #cac7de;
  outline: none;
  caret-color: #0a2bff;
  box-shadow: 0 8px 14px -10px #0a2bff33;
}
.mobile .form-input::placeholder {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: #5a6176;
  letter-spacing: -0.02em;
}
.mobile .form-input:empty {
  content: attr(data-placeholder);
  display: inline-block;
}
.mobile .form-input.active::placeholder {
  color: transparent;
  transform: translateY(-14px) scale(0.8);
  transform-origin: 0 0;
}
.mobile .form-input::-webkit-outer-spin-button,
.mobile .form-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.mobile .form-input[type="number"] {
  -moz-appearance: textfield;
}
.mobile .form-input.error {
  box-shadow: 0 8px 14px -10px #f8485033;
}
.mobile .form-input.text {
  height: 80px;
  resize: none;
}
.mobile .input-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.mobile .has-success:focus {
  box-shadow: #3c763d 0 0 4px !important;
  border-color: #3c763d !important;
}
.mobile .has-error {
  border-color: #a94442;
}
.mobile .has-success {
  border-color: #3c763d;
}
.mobile .has-error:focus {
  box-shadow: #a94442 0 0 4px !important;
  border-color: #a94442 !important;
}
.mobile .legal-info {
  padding-bottom: 20px;
  width: fit-content;
}
.mobile .number-input-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  margin-bottom: 10px;
  width: 100%;
  position: relative;
}
.mobile .number-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 19px;
  height: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  -webkit-box-align: center;
  align-items: center;
  opacity: 1;
  margin: 15px 0 15px 15px;
}
.mobile .pay-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  height: 100%;
  max-height: 100%;
  transition: max-height 0.5s ease 0s, height 0.3s ease 0s;
}
.mobile .pay-container.hidden {
  max-height: 0;
  margin: 0;
  opacity: 0;
}
.mobile .pay-container.full-screen {
  height: 100%;
}
.mobile .pay-container.null-full-screen {
  transition: none;
}
.mobile .pay-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  height: 100%;
  overflow: visible;
  background: #fff;
}
.mobile .pay-footer {
  padding: 15px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -webkit-box-pack: justify;
  justify-content: space-between;
  position: relative;
  width: 800px;
}
.mobile .pay-select-div {
  -webkit-box-flex-grow: 1;
  -moz-box-flex-grow: 1;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  box-sizing: border-box;
  padding: 0 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-grow: 1;
  white-space: nowrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  overflow: auto;
  align-content: stretch;
}
.mobile .pay-select-div.hidden {
  display: none;
}
.mobile .pay-select-div::-webkit-scrollbar {
  width: 6px;
}
.mobile .pay-select-div::-webkit-scrollbar-thumb {
  background: #cac7de;
}
.mobile .payment-instrument-list {
  margin: 0;
  padding: 84px 0 127px;
  list-style: none;
  -ms-overflow-style: none;
  z-index: 1;
  position: relative;
}
.mobile .payment-instrument-list.currency {
  padding: 84px 0 7px;
}
.mobile .form-header {
  width: 100%;
  border-radius: 12px 0 0 12px;
  left: 0;
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #231f20;
  position: absolute;
  z-index: 999;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 330px) {
  .mobile .form-header {
    font-size: 23px;
  }
}
.mobile .form-header__without-back .form-header-text {
  padding-top: 38px;
}
.mobile .form-header-icon {
  cursor: pointer;
  display: block;
  padding-bottom: 13px;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
.mobile .form-header-text {
  padding: 9px 0 22px 24px;
}
.mobile .form-header-text.acq {
  padding-top: 12px;
}
.mobile .req-container {
  position: relative;
  height: 100%;
  transition: height 0.4s ease 0s;
}
.mobile .requisites {
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  background: #fff;
  overflow: hidden;
  transition: height 0.3s ease 0s;
  height: calc(100% + 13px);
  width: 100%;
  margin-top: -13px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.mobile .requisites.full-screen {
  top: 0;
  border-radius: 0;
  margin-top: 0;
}
.mobile .requisites::-webkit-scrollbar {
  display: none;
}
.mobile .requisites-div,
.mobile .pay-select-div {
  padding: 0 24px;
  height: 100%;
  overflow-x: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
}
.mobile .requisites-form {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.02em;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -ms-overflow-style: none;
  z-index: 1;
  position: relative;
  padding-top: 84px;
  overflow-y: clip;
  overflow-x: visible;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  flex-direction: column;
}
.mobile .requisites-form::-webkit-scrollbar {
  display: none;
}
.mobile .scrollable {
  flex: 1;
  box-sizing: border-box;
  overflow: hidden;
  max-height: 1000px;
  transition: max-height 1s ease-in-out;
}
.mobile .scrollable.hidden {
  max-height: 12px;
}
.mobile .scrollable.hidden-sum {
  max-height: 88px;
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
}
.mobile .securityLogo {
  height: 12px;
  width: 14px;
}
.mobile .securityText {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: -0.04em;
  color: #999ba7;
  margin-left: 7px;
}
.mobile .securityText a {
  text-decoration: none;
  color: #999ba7;
}
.mobile .security-text-div {
  display: inline-flex;
  margin-bottom: 13px;
  transition: all 0.5s ease 0s;
  max-height: 36px;
  overflow: hidden;
}
.mobile .security-text-div.hidden {
  max-height: 0;
  margin: 0;
}
.mobile .service-name {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #231f20;
  padding: 11px 0 16px;
  margin: 0;
}
.mobile .service-name.pay {
  margin-top: 24px;
}
.mobile .submit-btn {
  cursor: pointer;
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #fff;
  padding: 15px 0;
  background: #0a2bff;
  border-radius: 50px;
  transition: box-shadow 0.1s linear;
  border: none;
  width: 100%;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
.mobile .submit-btn:focus {
  outline: 0;
}
.mobile .submit-btn.disabled {
  background: #dbdff8;
  color: #5a6176;
  pointer-events: none;
}
.mobile .submit-btn-div {
  width: calc(100% - 48px);
  z-index: 100;
  position: absolute;
  bottom: 0;
  padding-top: 20px;
  background: #fffc;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  align-items: center;
  padding-bottom: 20px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: flex-end;
  text-align: center;
}
.mobile .submit-btn-div.tickets {
  width: 100%;
  position: relative;
  padding: 9px 0;
}
.mobile .submit-btn-div .submit-btn-link {
  width: 100%;
}
.mobile .submit-btn-div .submit-btn-offer {
  padding-top: 13px;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: -0.04em;
  color: #999ba7;
}
.mobile .submit-btn-div .submit-btn-offer a {
  color: #999ba7;
  font-weight: 500;
  text-decoration: none;
}
.mobile .submit-btn-div .submit-btn-offer.check-box {
  justify-content: center;
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 0 20px;
}
.mobile .submit-btn-div.hidden {
  display: none;
}
.mobile .submit-btn-div.continue-mobile {
  position: fixed;
}
.mobile .test {
  position: fixed;
  width: 100%;
  height: 100%;
  inset: 0;
  background: #040c2bcc;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}
.mobile .secure .pay-select-div {
  padding: unset;
}
.mobile .secure .acq-form {
  padding-top: 0;
}
.mobile .secure.card-pay {
  padding: unset;
}
.mobile .smart-captcha {
  position: absolute;
}
.sum-wrap {
  margin: 11px 0 25px;
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.02em;
}
.sum-wrap.mobile {
  margin-bottom: 30px;
}
.sum {
  font-size: 36px;
  line-height: 100%;
  color: #231f20;
}
.commission {
  font-size: 16px;
  color: #231f20;
  padding: 6px 0 0 3px;
}
.logo {
  width: 72px;
  height: 72px;
  border-radius: 24px;
  box-shadow: 0 16px 20px #ee26214d;
  margin-bottom: 50px;
}
.logo-mobile {
  width: 72px;
  height: 72px;
  border-radius: 24px;
  box-shadow: 0 16px 20px #ee26214d;
  margin-bottom: 12px;
  position: relative;
}
.right-arrow {
  margin-left: 6px;
  vertical-align: middle;
}
.main-req-wrap {
  margin-top: 20px;
  margin-bottom: 15px;
  font-family: Roboto, sans-serif;
  font-style: normal;
  line-height: 100%;
}
.main-req-wrap.mobile {
  margin-top: -20px;
  overflow: hidden;
  width: calc(100% - 24px);
  white-space: nowrap;
}
.main-req-wrap .main-req-name {
  font-weight: 400;
  font-size: 12px;
  letter-spacing: -0.02em;
  color: #5a6176;
  margin-bottom: 4px;
}
.main-req-wrap .main-req-text {
  font-weight: 500;
  font-size: 16px;
  color: #231f20;
}
.upper-div-mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  cursor: pointer;
  align-self: flex-start;
  top: 10px;
  padding-left: 10px;
}
.mobile .email-receipt {
  padding-top: 29px;
}
@media (width: 320px) {
  .mobile .email-receipt {
    padding-top: 0;
  }
}
.mobile .relative-mixin {
  position: relative;
  top: -16px;
}
.mobile .flex-grow-mixin {
  -webkit-box-flex-grow: 1;
  -moz-box-flex-grow: 1;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
}
.mobile .result {
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #fff;
  transition: height 0.4s ease 0s, margin-top 5s;
  position: relative;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
}
.mobile .result-icon {
  margin-top: 32px;
}
@media (width: 320px) {
  .mobile .result-icon {
    margin-top: 10px;
  }
}
.mobile .result-header {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #231f20;
  white-space: pre-line;
  text-align: center;
  margin-bottom: 16px;
}
.mobile .result-content {
  width: 100%;
  position: relative;
}
.mobile .result-description {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #5a6176;
  white-space: pre-line;
  text-align: center;
}
.mobile .result-form-wrap {
  -webkit-box-flex-grow: 1;
  -moz-box-flex-grow: 1;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  display: flex;
  width: 100%;
  flex-direction: column;
  padding: 0 24px;
  box-sizing: border-box;
  justify-content: space-between;
}
.mobile .success-arrow-icon {
  position: relative;
  bottom: 70px;
}
.email-receipt-button {
  margin: 0;
  background-color: #fff;
  border: 1px solid #e7ecf4;
  box-sizing: border-box;
  border-left: none;
  border-radius: 0 4px 4px 0;
  transition: border-color 0.2s linear;
  outline: 0;
}
.email-receipt-button.active {
  border-color: #cac7de;
}
.email-receipt-button :focus {
  outline: 0;
}
.email-receipt-button .loader {
  top: 0;
  margin-right: auto;
}
.email-receipt-form {
  display: flex;
  position: relative;
}
.email-receipt-form.web {
  width: 100%;
  max-width: 270px;
}
.email-receipt-form input:-webkit-autofill,
.email-receipt-form input:-webkit-autofill:hover,
.email-receipt-form input:-webkit-autofill:focus,
.email-receipt-form input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
  -webkit-text-fill-color: #5a6176 !important;
  transition: background-color 5000s ease-in-out 0s;
}
.email-receipt-form input:-webkit-autofill:first-line {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.02em;
}
.email-receipt-icon {
  display: inline-block;
  vertical-align: middle;
}
.email-receipt-icon.active circle {
  fill: #0a2bff;
}
.email-receipt-icon.active path {
  fill: #fff;
}
.email-receipt-icon.disabled circle {
  fill: #e7ecf4;
}
.email-receipt-icon.disabled path {
  fill: #5a6176;
}
.email-receipt-input .form-input {
  border-right: none !important;
  border-radius: 4px 0 0 4px !important;
}
.email-receipt-input .form-input:focus {
  caret-color: #0a2bff;
  box-shadow: 0 8px 14px -10px #0a2bff33;
  border-right: none;
}
.sbp-check-status {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
}
.sbp-check-status.hidden {
  display: none;
}
.sbp-check-status .text {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #999ba7;
  padding-top: 8px;
}
.sbp-check-status .check-status-icon {
  cursor: pointer;
  z-index: 10;
}
.status {
  background: #242c45e6;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  border-radius: 16px;
  width: 100%;
  display: block;
  position: absolute;
  z-index: 20;
}
.status.hidden {
  display: none;
  z-index: 0;
}
.status .status-div {
  display: flex;
  flex-direction: row;
  padding: 19px 21px;
  justify-content: space-between;
  align-items: center;
}
.status .status-text {
  margin-left: 22px;
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: -0.04em;
  color: #fff;
}
.status .close-button {
  margin-left: auto;
}
.loader {
  height: 100%;
  width: 100%;
  text-align: center;
  margin: auto;
  vertical-align: top;
  z-index: 100;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  top: -9px;
}
.loader.hidden {
  display: none;
}
.loader > svg rect {
  fill: #0a2bff;
}
.return-link {
  color: #0a2bff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.32px;
  text-transform: uppercase;
  text-decoration: none;
  flex-grow: 1;
}
.return-link.mobile {
  position: relative;
  width: 100%;
  flex-grow: 0;
  padding: 9px 0 15px;
  display: block;
}
.return-link:hover {
  color: #3078ff;
}
.advertisement {
  position: relative;
  max-width: 100%;
  max-height: 138px;
  margin: 0 auto;
  border-radius: 7.7px;
  overflow: hidden;
  padding: 18px 0 11px;
}
.advertisement__mobile {
  max-height: 115px;
}
.advertisement__image {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.5s ease;
}
.advertisement__image_mobile {
  max-width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.advertisement__image:hover {
  opacity: 0.7;
}
.advertisement__image.no-hover:hover {
  opacity: 1;
  cursor: default;
}
.advertisement__image img {
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
}
@media (width: 320px) {
  .advertisement__mobile {
    max-height: 100px;
  }
}
.custom-checkbox {
  cursor: pointer;
  height: 22px;
}
.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.custom-checkbox .checkmark {
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 2px solid #93a2ff;
  position: relative;
}
.custom-checkbox input:checked + .checkmark:after {
  content: "";
  position: absolute;
  left: 6px;
  top: 3px;
  width: 4px;
  height: 8px;
  border: solid black;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.offer-text {
  text-align: left;
  white-space: break-spaces;
}
.mobile .sbp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
@media screen and (max-height: 600px) {
  .mobile .payment-instrument.sbp {
    display: none;
  }
}
.mobile .qr-description {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.02em;
  margin-bottom: 6px;
}
.mobile .qr-description .row-number {
  color: #0a2bff;
  font-weight: 700;
}
.mobile .qr-description .row-text {
  font-weight: 400;
  color: #5a6176;
  padding-left: 7px;
  padding-bottom: 11px;
}
.mobile .qr-description td {
  vertical-align: top;
  text-align: left;
}
.mobile .submit-btn.sbp {
  padding: 15px 0;
}
.mobile .submit-btn.sbp.hidden {
  display: none;
}
.warning {
  font-size: 14px;
}
.warning__text {
  color: #ee2621;
  padding-left: 5px;
  white-space: normal;
}
.warning__element {
  display: flex;
  padding-bottom: 10px;
}
.payment-instrument {
  max-height: 70px;
  margin-bottom: 8px;
  cursor: pointer;
  border: 1px solid #cac7de;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 13px 14px 13px 20px;
  transition: box-shadow 0.2s linear;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  overflow: hidden;
}
.payment-instrument:hover {
  box-shadow: 0 8px 14px -10px #0a2bff33;
}
.payment-instrument-checked {
  box-shadow: 0 8px 14px -10px #0a2bff33;
  border: 1px solid #0a2bff;
}
.payment-instrument-icon {
  height: 40px;
  width: 40px;
  margin-right: 15px;
}
.payment-instrument-name {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #5a6176;
  display: flex;
  align-items: center;
}
.payment-instrument-other {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: -0.02em;
  text-align: center;
  padding-top: 4px;
  color: #cac7de;
  cursor: pointer;
}
.payment-instrument-other a {
  text-decoration: none;
  color: #cac7de;
}
.payment-instrument > table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
.payment-instrument-btn {
  vertical-align: middle;
  margin-bottom: 10px;
}
.payment-instrument__saved-card {
  display: flex;
}
.payment-instrument__saved-card-pan {
  margin-right: 20px;
}
.payment-instrument-text {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.02em;
  color: #999ba7;
  padding-top: 6px;
  display: flex;
  align-items: center;
  flex-direction: row;
}
.payment-instrument-text.multi {
  padding-top: 0;
}
.payment-instrument-text > span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.payment-instrument-td {
  text-align: right;
  max-height: 20px;
}
.payment-instrument-td .payment-instrument-commission {
  float: right;
  background: #cac7de;
  box-sizing: border-box;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  font-family: Roboto, serif;
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  align-items: end;
  letter-spacing: -0.02em;
  color: #fff;
  position: relative;
  right: -16px;
  padding: 2px 5px;
  text-align: left;
}
.payment-instrument-td .payment-instrument-commission.active {
  background: #0a2bff;
}
.card-saved {
  height: 50px;
  padding: 13px 14px 13px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.card-saved .payment-instrument-btn {
  margin: 0;
}
.gpay-logo {
  padding-left: 35%;
  padding-top: 5px;
}
.mobile .sberpay {
  padding: 84px 0 127px;
  width: 100%;
}
.mobile .sberpay .row-text {
  padding-left: 4px;
  padding-bottom: 6px;
}
.mobile .sberpay .row-text__small,
.mobile .sberpay .row-number__small {
  padding-top: 6px;
}
.sberpay {
  display: flex;
  flex-direction: column;
  font-weight: 400;
  white-space: normal;
}
.sberpay__input {
  position: relative;
}
.sberpay__input-code {
  position: absolute;
  top: 3px;
  left: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #5a6176;
  padding-top: 10px;
  padding-left: 10px;
  z-index: 100;
}
.sberpay__input .form-input {
  padding-left: 30px !important;
}
.sberpay__table {
  margin-bottom: 24px;
}
.sberpay__table .row-number {
  color: #0a2bff;
  font-weight: 700;
}
.sberpay__table .row-number__small {
  padding-top: 8px;
}
.sberpay__table .row-text {
  font-weight: 400;
  color: #5a6176;
  padding-left: 6px;
  padding-bottom: 7px;
}
.sberpay__table .row-text__small {
  font-weight: 400;
  font-size: 14px;
  color: #0a2bff;
  padding-top: 8px;
}
.sberpay__table td {
  vertical-align: top;
  text-align: left;
}
.sberpay__text {
  margin-bottom: 36px;
  color: #5a6176;
}
.mobile .mir-pay {
  padding: 84px 0 127px;
  width: 100%;
}
.mir-pay {
  display: flex;
  flex-direction: column;
  color: #5a6176;
  white-space: normal;
}
.mir-pay div {
  margin-bottom: 16px;
}
.mir-pay div a {
  text-decoration: none;
  color: #0a2bff;
}
.mir-pay div a:hover {
  color: #3078ff;
}
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  z-index: 1000;
}
.cookie-content {
  max-width: 656px;
  max-height: 139px;
  background: #fff;
  border-radius: 8px 8px 0 0;
  padding: 24px 32px;
  display: flex;
  align-items: center;
  gap: 32px;
}
.cookie-text {
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  margin: 0;
  flex: 1;
}
.cookie-link {
  color: #1976d2;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s ease;
}
.cookie-link:hover {
  color: #115293;
  text-decoration: underline;
}
.cookie-accept-btn {
  background: #fff;
  color: #0a2bff;
  border: 1px solid;
  border-radius: 30px;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  white-space: nowrap;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  width: 139px;
}
.cookie-accept-btn:hover {
  background: #dbdff8;
  box-shadow: 0 2px 8px #1976d24d;
}
.cookie-accept-btn:active {
  transform: translateY(0);
  box-shadow: 0 1px 4px #1976d24d;
}
@media (max-width: 768px) {
  .cookie-banner {
    padding: 0 16px;
  }
  .cookie-content {
    flex-direction: column;
    gap: 20px;
    padding: 20px;
    background: #f3f3f3;
  }
  .cookie-text {
    font-size: 16px;
    line-height: 1.4;
  }
  .cookie-accept-btn {
    padding: 10px 20px;
    font-size: 14px;
    height: 35px;
    width: 139px;
    background: #f3f3f3;
  }
}
.desktop .result-icon {
  margin-bottom: 20px;
}
.desktop .result-description {
  text-align: center;
}
.desktop .result-form-wrap {
  padding: 144px 60px 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.desktop .result-form-wrap.success {
  padding: 27px 37.5px 0;
  flex-grow: 0;
  height: auto;
}
.desktop .success-arrow-icon {
  position: relative;
  bottom: 70px;
}
.analytics {
  height: 0 !important;
  width: 0 !important;
}
.desktop {
  height: 100%;
}
.desktop .acq-form {
  width: 100%;
  height: inherit;
  overflow: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.desktop .acq-form.hidden {
  display: none;
}
.desktop .example::-webkit-scrollbar {
  display: none;
}
.desktop .card-carousel {
  width: 100%;
  overflow: visible;
  margin-bottom: 16px;
  display: flex;
  flex-direction: row;
}
.desktop .card-carousel__item {
  border: 1px solid #efedf8;
  background: #efedf8;
  border-radius: 4px;
  width: 185px;
  min-width: 185px;
  height: 50px;
  padding: 15px 14px 15px 19px;
  margin-right: 8px;
  cursor: pointer;
  box-sizing: border-box;
  counter-increment: carousel-cell;
  transition: transform 0.5s;
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  display: flex;
  align-items: center;
  letter-spacing: -0.02em;
  flex-direction: row;
}
.desktop .card-carousel__item.card-carousel__checked {
  border: 1px solid #0a2bff;
  box-shadow: 0 8px 14px -10px #0a2bff33;
}
.desktop .card-carousel__checkbox {
  margin-left: auto;
  order: 2;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.desktop .card-carousel__checkbox .payment-instrument-btn {
  margin: 0;
}
.desktop .card-carousel__gradient-left {
  display: block;
  background: linear-gradient(to right, #fff, #fff0);
  position: absolute;
  width: 60px;
  height: 50px;
  top: 0;
  left: -60px;
  content: "";
}
.desktop .card-pay {
  height: 100%;
  box-sizing: border-box;
  padding: 56px 60px 0;
}
.desktop .card-pay > .form-header {
  margin-bottom: 0;
}
.desktop .flickity-viewport {
  position: unset;
}
.desktop .card-carousel__gradient-right {
  display: block;
  background: linear-gradient(270deg, #fff, #fff0);
  position: absolute;
  width: 60px;
  height: 50px;
  top: 0;
  right: -60px;
  content: "";
}
.desktop .card-list {
  position: relative;
  display: flex;
  flex-direction: row;
}
.desktop .ckassa-logo {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  margin: 0 0 15px;
}
.desktop .ckassa-text {
  font-size: 11px;
  font-weight: 900;
  color: #fff;
  letter-spacing: 2px;
  line-height: 15px;
  text-transform: uppercase;
  margin: 0;
  float: right;
}
.desktop .close-icon {
  display: block;
  position: relative;
  cursor: pointer;
}
.desktop .close-icon.hidden {
  display: none;
}
.desktop .description {
  width: 330px;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: justify;
  background: radial-gradient(
      467% 258.99% at 100% -1.03%,
      #ee26214d,
      #ee262100 40.85%
    ),
    #f7f8ff;
  height: inherit;
}
.desktop .description.no-background {
  background: #fff;
}
.desktop .description-div {
  padding: 56px 10px 0 18.12%;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.desktop .description-header {
  font-weight: 900;
  font-size: 11px;
  color: #fff;
  opacity: 0.4;
  letter-spacing: 2px;
  line-height: 15px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.desktop .description-text {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #5a6176;
}
.desktop .error-form,
.desktop .success-form {
  width: 100%;
}
.desktop .error-form > h2 {
  font-weight: 500;
  font-size: 30px;
  color: #e75542;
  letter-spacing: 0;
  line-height: 35px;
  text-align: center;
  padding: 0;
  margin: 0 0 30px;
}
.desktop .error-icon {
  width: 100px;
  height: 100px;
  display: block;
  margin: auto;
}
.desktop .error-text {
  font-weight: 500;
  font-size: 16px;
  color: #292929;
  letter-spacing: 0;
  line-height: 20px;
  text-align: center;
  margin-bottom: 20px;
}
.desktop .form-group {
  width: 100%;
  position: relative;
  margin-top: 20px;
  flex-shrink: 0;
}
.desktop .form-group.multi {
  margin-top: 25px;
}
.desktop .form-group:after {
  content: attr(data-suffix);
  color: #5a6176;
  font-weight: 100;
  font-size: 16px;
  position: absolute;
  left: 94%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-height: 15px;
}
.desktop .form-group.disabled-currencies:after {
  color: #bfc8d8;
}
.desktop .form-input {
  width: 100%;
  display: block;
  height: 40px;
  color: #5a6176;
  border: 1px solid #e7ecf4;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 10px 10px 8px;
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.02em;
  box-shadow: unset;
  transition: box-shadow 0.2s linear, border-color 0.2s linear;
  background: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}
.desktop .form-input.non-editable {
  color: #bfc8d8;
  -webkit-text-fill-color: #bfc8d8;
  opacity: 1;
}
.desktop .input-group-input {
  border-radius: 0 4px 4px 0;
  border-left: 0;
  padding: 10px 10px 8px 3px;
}
.desktop .input-group > input:focus {
  border-color: #cac7de;
  outline: none;
  box-shadow: none;
}
.desktop .input-group-span {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #5a6176;
  letter-spacing: -0.02em;
  line-height: 1px;
  padding: 10px 3px 8px 10px;
  border: 1px solid #e7ecf4;
  border-right: 0;
  border-radius: 4px 0 0 4px;
  display: flex;
  align-items: center;
  transition: box-shadow 0.2s linear, border-color 0.2s linear;
}
.desktop .input-group-span.active {
  border-color: #cac7de;
  outline: none;
}
.desktop .input-group.active {
  box-shadow: 0 8px 14px -10px #0a2bff33;
}
.desktop .input-group.error {
  box-shadow: 0 8px 14px -10px #f8485033;
}
.desktop .form-input:focus {
  border-color: #cac7de;
  outline: none;
  caret-color: #0a2bff;
  box-shadow: 0 8px 14px -10px #0a2bff33;
}
.desktop .form-input::placeholder {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: #5a6176;
  letter-spacing: -0.02em;
}
.desktop .form-input:empty {
  content: attr(data-placeholder);
  display: inline-block;
}
.desktop .form-input.active::placeholder {
  color: transparent;
  transform: translateY(-14px) scale(0.8);
  transform-origin: 0 0;
}
.desktop .form-input::-webkit-outer-spin-button,
.desktop .form-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.desktop .form-input[type="number"] {
  -moz-appearance: textfield;
}
.desktop .form-input.error {
  box-shadow: 0 8px 14px -10px #f8485033;
}
.desktop .form-input.text {
  height: 80px;
  resize: none;
}
.desktop .input-group {
  display: flex;
}
.desktop .has-success:focus {
  box-shadow: #3c763d 0 0 4px !important;
  border-color: #3c763d !important;
}
.desktop .has-error {
  border-color: #a94442;
}
.desktop .has-success {
  border-color: #3c763d;
}
.desktop .has-error:focus {
  box-shadow: #a94442 0 0 4px !important;
  border-color: #a94442 !important;
}
.desktop .number-input-group {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  margin-bottom: 10px;
  width: 100%;
  position: relative;
}
.desktop .number-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 19px;
  height: 18px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  align-items: center;
  opacity: 1;
  margin: 15px 0 15px 15px;
}
.desktop .pay-container {
  height: 100%;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
.desktop .pay-form {
  width: 720px;
  position: relative;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  transition: min-height 0.5s;
  overflow: hidden;
}
.desktop .pay-form.acq {
  height: 580px;
  min-height: 580px;
}
.desktop .pay-form.cards {
  min-height: 510px;
}
.desktop .pay-form.req {
  min-height: 460px;
}
.desktop .pay-form.sbp {
  height: 670px;
  min-height: 670px;
}
.desktop .pay-footer {
  padding: 15px 0;
  display: flex;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  justify-content: space-between;
  position: relative;
  width: 800px;
}
.desktop .form-header {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #231f20;
  margin-bottom: 18px;
}
.desktop .form-header__without-back {
  margin-top: 29px;
}
.desktop .form-header-icon {
  cursor: pointer;
  display: block;
  padding-bottom: 13px;
}
.desktop .pay-select-div {
  height: 100%;
  box-sizing: border-box;
  padding: 56px 60px 0;
  display: flex;
  flex-direction: column;
}
.desktop .payment-instrument-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.desktop .requisites {
  display: flex;
  flex-direction: column;
  width: 390px;
  background: #fff;
  overflow: hidden;
  transition: height, width 0.4s ease 0s;
}
.desktop .requisites.success {
  justify-content: center;
}
.desktop .requisites-div {
  padding: 85px 60px 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  overflow-x: hidden;
}
.desktop ::-webkit-scrollbar {
  width: 6px;
}
.desktop ::-webkit-scrollbar-thumb {
  background: #cac7de;
}
.desktop .requisites-form {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  -webkit-box-pack: justify;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.02em;
  flex-grow: 1;
}
.desktop .securityLogo {
  height: 12px;
  width: 14px;
}
.desktop .securityText {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: -0.04em;
  color: #999ba7;
  margin-top: 7px;
}
.desktop .securityText a {
  text-decoration: none;
  color: #999ba7;
}
.desktop .service-name {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #231f20;
  padding: 10px 0 16px;
  margin: 0;
}
.desktop .security-text-div {
  margin-top: auto;
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
}
.desktop .submit-btn {
  cursor: pointer;
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #fff;
  padding: 15px 0;
  background: #0a2bff;
  border-radius: 50px;
  transition: box-shadow 0.1s linear;
  border: none;
  width: 100%;
  text-transform: uppercase;
  text-decoration: none;
}
.desktop .submit-btn.active:hover {
  background: #3078ff;
  box-shadow: 0 14px 16px -9px #0a2bff80;
}
.desktop .submit-btn.active:focus {
  outline: 0;
  background: #3078ff;
  box-shadow: 0 14px 16px -9px #0a2bff80;
}
.desktop .submit-btn.disabled {
  background: #dbdff8;
  color: #5a6176;
  pointer-events: none;
}
.desktop .submit-btn-div {
  width: 100%;
  display: flex;
  flex-grow: 1;
  align-items: center;
  margin-bottom: 50px;
  margin-top: 20px;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: flex-end;
  text-align: center;
}
.desktop .submit-btn-div.success {
  margin: 29px 0;
  max-width: 270px;
}
.desktop .submit-btn-div .submit-btn-offer {
  padding-top: 13px;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: -0.04em;
  color: #999ba7;
}
.desktop .submit-btn-div .submit-btn-offer a {
  color: #999ba7;
  font-weight: 500;
  text-decoration: none;
}
.desktop .submit-btn-div .submit-btn-offer.check-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin: 0 10px;
}
.desktop .test {
  position: fixed;
  width: 100%;
  height: 100%;
  inset: 0;
  background: #040c2bcc;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}
.desktop .test.no-blur {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}
.desktop .secure {
  width: 720px;
}
.desktop .secure .pay-select-div {
  padding-top: 0;
}
.desktop .secure.card-pay {
  padding: unset;
}
.desktop .smart-captcha {
  position: absolute;
}
html,
body,
#app,
#app > div {
  height: 100%;
  margin: 0;
}
.legal-info {
  font-size: 12px;
  line-height: 14px;
  letter-spacing: -0.02em;
  padding-top: 16px;
  cursor: pointer;
}
.legal-info span {
  display: inline-flex;
}
.legal-info a {
  align-items: center;
  text-decoration: none;
  color: #999ba7;
}
.legal-info a:hover {
  color: #5a6176;
}
.legal-info a:hover svg {
  fill: #5a6176;
}
.payment-instrument-multi {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 30px;
}
.payment-instrument-multi-icon {
  height: 30px;
  display: flex;
  align-items: center;
}
.padding-loader {
  padding-top: 16px;
}
.timer {
  z-index: 100;
  color: #c4c4c4;
  margin-right: 30px;
}
.timer .text {
  display: inline-block;
  font-size: 16px;
  line-height: 80%;
  letter-spacing: -0.02em;
  padding-right: 12px;
}
.timer .text-mobile {
  display: none;
}
.timer .time {
  display: inline-block;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -0.02em;
}
.mobile .timer {
  margin-right: 8px;
}
.mobile .timer .text {
  display: none;
}
.mobile .timer .text-mobile {
  display: inline-block;
  font-size: 12px;
  line-height: 80%;
  letter-spacing: -0.02em;
  padding-right: 6px;
}
.upper-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  align-self: flex-end;
  padding-right: calc((100% - 720px) / 2 - 30px);
  margin-bottom: 8px;
  align-items: center;
}
.sbp-logo {
  position: absolute;
  z-index: 100;
  background: #fff;
  margin-top: 71px;
  margin-left: 61px;
  width: 71px;
  height: 45px;
  display: flex;
}
.sbp-logo svg {
  display: block;
  margin: auto;
}
.subtract {
  position: absolute;
  right: 84.5px;
}
.status-check {
  display: flex;
  justify-content: space-between;
  flex-grow: 1;
  align-items: center;
  margin-bottom: 50px;
  margin-top: 20px;
  flex-shrink: 0;
}
.status-check .status-text {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  color: #5a6176;
  text-transform: uppercase;
  cursor: pointer;
}
.status-check .status-button {
  cursor: pointer;
}
.qr {
  padding-top: 19px;
  margin-bottom: 29px;
  margin-left: auto;
  margin-right: auto;
}
.qr-description {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.02em;
}
.qr-description .row-number {
  color: #0a2bff;
  font-weight: 700;
}
.qr-description .row-text {
  font-weight: 400;
  color: #5a6176;
  padding-left: 6px;
  padding-bottom: 7px;
}
.qr-description td {
  vertical-align: top;
  text-align: left;
}
.submit-btn-div.sbp {
  margin-bottom: 13px;
}
.get-cash-back {
  margin-right: 5px;
}
.get-after-pay {
  color: #ef6021;
}
.qr-code-container {
  display: flex;
}
