body.qr-generator .page-desc {
  margin-top: 72px;
  margin-bottom: 72px;
}
body.qr-generator .page-desc .top {
  color: #2365DF;
  font-size: 46px;
  font-style: normal;
  font-weight: 800;
  line-height: 50px; /* 108.696% */
}
body.qr-generator .page-desc .bottom {
  color: #212529;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 52px; /* 130% */
  letter-spacing: 0.8px;
}
body.qr-generator .steps-wrapper {
  border-radius: 16px;
  border: 1px solid #D3D3D3;
  background: #F7F8FC;
  margin-bottom: 100px;
  overflow: hidden;
}
body.qr-generator .steps-wrapper .left {
  display: flex;
  padding: 83px 60px;
  align-items: center;
  flex-direction: column;
  gap: 64px;
  min-width: 448px;
  min-height: 808px;
}
body.qr-generator .steps-wrapper .left #qr-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 54px;
  border-radius: 8px;
  border: 0.5px solid #D3D3D3;
  background: #FFF;
  padding: 120px 80px;
}
body.qr-generator .steps-wrapper .left #qr-wrap img {
  max-width: 328px;
}
body.qr-generator .steps-wrapper .left #qr-wrap .loader {
  animation: rotate360 3s linear infinite;
}
body.qr-generator .steps-wrapper .left #qr-wrap .desc {
  color: #212529;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 120% */
  white-space: nowrap;
}
body.qr-generator .steps-wrapper .left #qr-wrap.loading .loader {
  opacity: 1;
}
body.qr-generator .steps-wrapper .left #qr-wrap.loading .desc {
  opacity: 0.5;
}
body.qr-generator .steps-wrapper .left .bot-text {
  color: #212529;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 111.111% */
}
body.qr-generator .steps-wrapper .steps {
  display: flex;
  padding: 40px 32px;
  gap: 32px;
  flex-direction: column;
  background-color: white;
  width: 100%;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
body.qr-generator .steps-wrapper .steps #step-header {
  display: flex;
  align-items: center;
  gap: 16px;
}
body.qr-generator .steps-wrapper .steps #step-header .header-badge {
  display: flex;
  padding: 4px 12px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  border-radius: 32px;
  background: linear-gradient(90deg, #FFC181 7.03%, #FA6F64 99.34%);
  color: #FFF;
  font-feature-settings: "liga" off, "clig" off;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
}
body.qr-generator .steps-wrapper .steps #step-header .header-text {
  color: #212529;
  font-feature-settings: "liga" off, "clig" off;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
}
body.qr-generator .steps-wrapper .steps #step-1-error {
  color: #dc3545;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding: 12px 16px;
  background: rgba(220, 53, 69, 0.1);
  border-radius: 8px;
  margin-bottom: 16px;
}
body.qr-generator .steps-wrapper .steps .banks {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
body.qr-generator .steps-wrapper .steps .banks .bank-plashka {
  border-radius: 8px;
  border: 1px solid #D3D3D3;
  background: #FFF;
  overflow: hidden;
  transition: border-color 0.2s, box-shadow 0.2s;
}
body.qr-generator .steps-wrapper .steps .banks .bank-plashka:hover {
  cursor: pointer;
  box-shadow: 0 0 0 2px rgba(35, 101, 223, 0.2);
}
body.qr-generator .steps-wrapper .steps .banks .bank-plashka.active {
  border: 2px solid #2365DF;
  box-shadow: 0 0 0 2px rgba(35, 101, 223, 0.2);
}
body.qr-generator .steps-wrapper .steps .step-2-info, body.qr-generator .steps-wrapper .steps .step-3-info {
  border-radius: 8px;
  background: #F7F8FC;
  padding: 16px;
  margin-bottom: 32px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
body.qr-generator .steps-wrapper .steps .step-2-info{
  gap:0!important;
}

body.qr-generator .steps-wrapper .steps .step-2-info .erip-path, body.qr-generator .steps-wrapper .steps .step-3-info .erip-path {
  display: flex;
  align-items: center;
  gap: 8px;
}
body.qr-generator .steps-wrapper .steps .step-2-number-wrap, body.qr-generator .steps-wrapper .steps .step-3-number-wrap {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
body.qr-generator .steps-wrapper .steps .step-2-number-wrap .info, body.qr-generator .steps-wrapper .steps .step-3-number-wrap .info {
  color: #212529;
  font-feature-settings: "liga" off, "clig" off;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
body.qr-generator .steps-wrapper .steps .step-2-number-wrap .hint, body.qr-generator .steps-wrapper .steps .step-3-number-wrap .hint {
  color: #6E6E6E;
  font-feature-settings: "liga" off, "clig" off;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 114.286% */
}
body.qr-generator .steps-wrapper .steps .step-2-number-wrap input, body.qr-generator .steps-wrapper .steps .step-3-number-wrap input {
  padding: unset;
  border-bottom: 1px solid #212529;
  padding-bottom: 6px;
  padding-top: 8px;
  background: none;
}
body.qr-generator .steps-wrapper .steps .step-2-number-wrap input:-webkit-autofill,
body.qr-generator .steps-wrapper .steps .step-2-number-wrap input:-webkit-autofill:hover,
body.qr-generator .steps-wrapper .steps .step-2-number-wrap input:-webkit-autofill:focus,
body.qr-generator .steps-wrapper .steps .step-2-number-wrap input:-webkit-autofill:active, body.qr-generator .steps-wrapper .steps .step-3-number-wrap input:-webkit-autofill,
body.qr-generator .steps-wrapper .steps .step-3-number-wrap input:-webkit-autofill:hover,
body.qr-generator .steps-wrapper .steps .step-3-number-wrap input:-webkit-autofill:focus,
body.qr-generator .steps-wrapper .steps .step-3-number-wrap input:-webkit-autofill:active {
  background: none;
}
body.qr-generator .steps-wrapper .steps .step-2-number-wrap button, body.qr-generator .steps-wrapper .steps .step-3-number-wrap button {
  margin-top: 32px;
  max-width: max-content;
}
body.qr-generator .steps-wrapper .steps .step-2-number-wrap .qr-error, body.qr-generator .steps-wrapper .steps .step-3-number-wrap .qr-error {
  color: #dc3545;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding: 8px 12px;
  background: rgba(220, 53, 69, 0.1);
  border-radius: 4px;
  margin-top: 8px;
}

@keyframes rotate360 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.qr-generator .top-qr-head {
  position: relative;
  padding: 70px 0 60px;
  min-height: 450px;
  background: url("/assets/img/qr/head-desctop-bg.png") center/cover no-repeat;
  color: #ffffff;
  overflow: hidden;
}

.qr-generator .top-qr-head::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.28) 35%, rgba(0, 0, 0, 0.06) 100%);
  pointer-events: none;
}

.qr-generator .top-qr-head .container {
  position: relative;
  z-index: 1;
}

.qr-generator .top-qr-head .head-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  max-width: 920px;
}

.qr-generator .top-qr-head .top {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
}

.qr-generator .top-qr-head .steps {
  display: flex;
  align-items: flex-start;
  gap: 32px;
  width: 100%;
}

.qr-generator .top-qr-head .step {
  width: 295px;
  padding: 16px 8px 16px 24px;
}

.qr-generator .top-qr-head .step {
  border-left: 1px solid rgba(255, 255, 255, 0.55);
  height: 136px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.qr-generator .top-qr-head .step .name {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 12px;
}

.qr-generator .top-qr-head .step .desc {
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
}

.qr-template-head {
  color: #212529;
  font-feature-settings: "liga" off, "clig" off;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
  margin-bottom: 20px;
}

.variants-wrap {
  display: flex;
  align-items: center;
  gap: 16px;
}
.variants-wrap .variant {
  color: #757575;
  font-feature-settings: "liga" off, "clig" off;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.variants-wrap .variant img {
  border-radius: 48px;
  border: 0.5px solid #D3D3D3;
}
.variants-wrap .variant:hover {
  cursor: pointer;
}
.variants-wrap .variant.selected {
  color: #212529;
  font-feature-settings: "liga" off, "clig" off;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.variants-wrap .variant.selected img {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

#qr-svg-container {
  max-width: 328px;
}
#qr-svg-container svg {
  width: 100%;
  height: auto;
  display: block;
}
#qr-svg-container-mob svg {
  width: 100%;
  height: auto;
  display: block;
}

/* Кнопки (десктоп) */
.buttons-desktop {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.buttons-desktop .top {
  display: flex;
  gap: 12px;
  justify-content: center;
}
.buttons-desktop .top .btn {
  flex: 1;
  white-space: nowrap;
}
.buttons-desktop .share-block {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top:16px;
}
.buttons-desktop .share-block .share-label {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
}
.buttons-desktop .share-block .share-buttons {
  display: flex;
  gap: 10px;
}
.buttons-desktop .share-block .share-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  transition: opacity 0.2s;
}
.buttons-desktop .share-block .share-btn img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.buttons-desktop .share-block .share-btn:hover {
  opacity: 0.75;
}

/* Десктоп отображается при ширине > 1024px */
.steps-desktop {
  display: flex;
}

.steps-mobile {
  display: none;
  marging-bottom: 64px;
}

.select2-results__options .select2-results__option:before {
  display: none;
}

/* Стили Select2 для выпадающего списка банков (мобильная версия) */
.banks-select {
  width: 100%;
}
.banks-select .select2-selection {
  border: unset !important;
  border-bottom: 1px solid black !important;
  border-radius: 0 !important;
}
.banks-select .select2-container {
  width: 100% !important;
  margin-bottom: 32px;
}
.banks-select .select2-container--default .select2-selection--single {
  height: 48px;
  border: 1px solid #D3D3D3;
  border-radius: 8px;
  padding: 8px 0;
  display: flex;
  align-items: center;
}
.banks-select .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 32px;
  padding-left: 0;
}
.banks-select .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 46px;
  right: 12px;
}

.bank-option-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 0;
}
.bank-option-item img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  border-radius: 4px;
}
.bank-option-item span {
  font-size: 16px;
  font-weight: 500;
  color: #212529;
}

/* Стили контейнера выпадающего списка */
.mob-bank-dropdown {
  border: 1px solid #D3D3D3;
  border-radius: 8px;
  overflow: hidden;
}
.mob-bank-dropdown .select2-results__options {
  max-height: 376px !important;
}
.mob-bank-dropdown .select2-results__option {
  padding: 8px 16px;
}
.mob-bank-dropdown .select2-results__option:hover, .mob-bank-dropdown .select2-results__option--highlighted {
  background-color: #F7F8FC;
}
.mob-bank-dropdown .select2-results__option--selected {
  background-color: #E8F0FE;
}

/* Скрываем поле поиска */
.select2-container--default .select2-search--dropdown {
  display: none;
}

@media (max-width: 1024px) {
  .steps-desktop {
    display: none;
  }
  .qr-generator .top-qr-head {
    display: none;
  }
  .steps-mobile {
    display: flex;
    flex-direction: column;
  }
  body.qr-generator .page-desc {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  body.qr-generator .page-desc.qr-ready .top {
    color: #212529;
    font-feature-settings: "liga" off, "clig" off;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 111.111% */
  }
  body.qr-generator .page-desc.qr-ready .bottom {
    color: #212529;
    font-feature-settings: "liga" off, "clig" off;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
  }
  body.qr-generator .page-desc .top {
    font-size: 24px;
    line-height: 32px; /* 133.333% */
  }
  body.qr-generator .page-desc .bottom {
    font-size: 14px;
    line-height: 16px; /* 114.286% */
    letter-spacing: 0.28px;
  }
  body.qr-generator .breadcrumb-wrap {
    display: none;
  }
  #qr-steps-data {
    border-radius: 8px;
    border: 1px solid #D3D3D3;
    padding: 24px 16px;
    margin-bottom: 64px;
  }
  #qr-steps-data.qr-form-ready {
    background: #F7F8FC;
  }
  .steps-mobile-head {
    display: flex;
    align-items: center;
    gap: 12px;
    align-self: stretch;
    margin-bottom: 32px;
    color: #212529;
    font-feature-settings: "liga" off, "clig" off;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
  }
  .steps-mobile-head .step-plashka {
    border-radius: 32px;
    background: linear-gradient(90deg, #FFC181 7.03%, #FA6F64 99.34%);
    display: flex;
    padding: 2px 8px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    color: #FFF;
    font-feature-settings: "liga" off, "clig" off;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
  }
  input[name=account-id] {
    border: unset !important;
    border-bottom: 1px solid #D3D3D3 !important;
    border-radius: 0 !important;
    width: 100%;
    margin-bottom: 8px;
    background: none;
  }
  input[name=account-id]:focus {
    outline: none !important;
    border: unset !important;
    border-bottom: 1px solid #000 !important;
    box-shadow: none !important;
  }
  .account-id-wrap label, .banks-select label {
    color: #212529;
    font-feature-settings: "liga" off, "clig" off;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    margin-bottom: 8px;
  }
  .hint {
    margin-bottom: 8px;
  }
  #qr-mob-img {
    margin-bottom: 24px;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .buttons-mob {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    margin-bottom: 50px;
  }
  .template-select-mob {
    color: #212529;
    font-feature-settings: "liga" off, "clig" off;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
    margin-bottom: 16px;
  }
  .variants-wrap .variant, .variants-wrap .variant.selected {
    font-size: 0;
  }
  .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: white !important;
  }
  .select2-selection__arrow b {
    display: none;
  }
  .select2-selection__arrow:after {
    content: " ";
    background: url(/assets/img/qr/oui_arrow-up.svg);
    width: 24px;
    height: 24px;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
  }
  .banks-select .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 15px;
    right: 8px;
  }
  .btn.btn-primary:hover:disabled{
    background-color: #1E3E7A!important;
    border-color: #1E3E7A!important;
  }
  #user-number-submit-mob{
    margin-top: 8px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .buttons-mob {
    width: 100%;
    justify-content: center;
    flex-direction: row;
  }
  .variants-wrap .variant, .variants-wrap .variant, .variants-wrap .variant, .variants-wrap .variant.selected {
    font-size: 16px;
  }
}
.mob-error {
  color: #dc3545;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding: 8px 12px;
  background: rgba(220, 53, 69, 0.1);
  border-radius: 4px;
  margin-top: 8px;
  margin-bottom: 16px;
}

/*# sourceMappingURL=style.css.map */
