.hModal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 999;
    display: none;
}
.hModal-overlay {
    width: 100%;
    height: 100vh;
    position: fixed;
    background: #002f3f;
    opacity: 0.8;
    display: none;
    left: 0;
    top: 0;
}
.hModal-list {
    display: flex;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    padding: 24px 0;
}
html .hModal-container {
    width: 980px;
    position: relative;
    z-index: 3;
    max-width: 100%;
    background: #fff;
    margin: auto;
    position: relative;
    padding: 50px 55px 55px;
    border-radius: 40px;
}
html [data-outputpaymentsform] .hModal-container {
    width: 100%;
    padding: 0;
    border-radius: 0;
}
.fancybox-slide--html .hModal-container .fancybox-close-small {
    position: absolute;
    right: 28px;
    top: 28px;
    padding: 0;
    cursor: pointer;
    z-index: 2;
    transition: all 0.4s;
    width: 17px;
    height: 17px;
    background-image: url("../../img/pay-modal/close.svg");
}
.fancybox-slide--html .hModal-container .fancybox-close-small svg {
    display: none;
}
.hModal-title {
    color: #000;
    font-family: "Circe-Bold";
    font-size: 30px;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 20px;
}
.hModal-tabs {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.hModal-tab {
    white-space: nowrap;
    height: 70px;
    padding: 0 35px;
    border-radius: 14px;
    background: #caeeff;
    color: #008ab7;
    font-size: 18px;
    font-weight: 400;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.4s;
    line-height: 120%;
    cursor: pointer;
    user-select: none;
    margin-right: 16px;
}
.hModal-tab svg {
    top: 2px;
    right: 1px;
    width: 25px;
    height: 25px;
    fill: #008ab7;
    position: absolute;
}
.hModal-tab.active {
    font-family: "Circe-Bold";
    background: #f35740;
    color: #fff;
}
.hModal-tab.active svg {
    fill: #f35740;
}
.hModal-banks__item-text b,
.hModal-banks__item-text strong {
    font-weight: normal;
    font-family: "Circe-Bold";
}
.hModal-border {
    padding: 22px;
    border-radius: 20px;
    border: 2px solid #caeeff;
}
.hModal-bold,
.dTabs-bold {
    margin-bottom: 8px;
    color: #008ab7;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
}
.hModal-banks {
    display: flex;
    flex-wrap: wrap;
    margin: -20px -10px 0;
}
.hModal-banks__block {
    width: 33.333%;
    margin-top: 20px;
    padding: 0 10px;
}
.hModal-banks__item {
    border-radius: 20px;
    border: 2px solid #caeeff;
    background: #fff;
    padding: 16px 15px 17px;
    min-height: 100%;
}
.hModal-banks__item-logo {
    height: 35px;
    max-width: 100%;
    border-radius: 50px;
}
.hModal-banks__item-text {
    margin-top: 5px;
    color: #000;
    font-size: 13px;
    font-weight: 400;
    line-height: 120%;
}
.hModal-banks__item-box {
    margin-top: 5px;
}
.hModal-banks__item-btn,
[data-send-form] {
    height: 28px;
    padding: 0 9px;
    border-radius: 14px;
    border: 1px solid #008ab7;
    background: #fff;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    outline: none;
    color: #008ab7;
    font-size: 13px;
    font-weight: 400;
    line-height: 120%;
    transition: all 0.4s;
}
.hModal-banks__item-btn svg {
    width: 13px;
    min-width: 13px;
    height: 14px;
    margin-right: 5px;
    fill: #008ab7;
    transition: all 0.4s;
}
.hModal-banks__item-btn:hover,
[data-send-form] {
    background: #008ab7;
    color: #fff !important;
}
[data-send-form] {
    height: 58px;
    width: 222px;
    border-radius: 10px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    text-align: center;
    background: #f35740;
    font-size: 18px;
}
[data-send-form]:hover {
    background: #e65039;
}
.hModal-banks__item-btn:hover svg {
    fill: #fff !important;
}
.hModal-banks__item-btn.red-color {
    border-color: #f35740;
    color: #f35740;
}
.hModal-banks__item-btn.red-color svg {
    fill: #f35740;
}
.hModal-banks__item-btn.red-color:hover {
    background: #f35740;
}
.hModal-border.blue-bg {
    background: #f0fbfe;
}
.hModal-banks__wrapper-block:nth-child(even) {
    border-radius: 20px;
    border: 2px solid #caeeff;
    background: #f0fbfe;
    margin: 24px -24px;
    padding: 24px;
}
.hModal-banks__wrapper-block:nth-child(even) {
    position: relative;
    z-index: 3;
}
.mt-minus {
    margin-top: -2px;
}
.hModal-content {
    display: none;
}
.hModal-content:first-child {
    display: block;
}
.hModal-steps {
    display: flex;
    padding-bottom: 4px;
    margin-right: -5px;
}
.hModal-step {
    margin-right: 5px;
    height: 32px;
    padding: 0 12px;
    border-radius: 50px;
    background: #caeeff;
    display: inline-flex;
    align-items: center;
    padding-top: 2px;
    color: #008ab7;
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
}
.hModal-step span {
    color: #f35740;
}
.hModal-qr {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.hModal-qr__item {
    width: 180px;
    border-radius: 20px;
    border: 2px solid #caeeff;
    background: #fff;
    padding: 11px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    margin-top: 23px;
}
.hModal-qr__logo {
    height: 22px;
    padding: 2px 8px;
    border-radius: 11px;
    background: #caeeff;
    display: inline-flex;
    align-items: center;
    color: #000;
    justify-content: center;
    font-size: 11px;
    font-weight: 400;
    margin-bottom: 10px;
    line-height: 120%;
}
.hModal-qr__img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    height: auto;
    width: auto;
}
.hModal-qr__img {
    max-width: 100%;
    height: auto;
    margin: 0 auto auto;
    display: block;
}
.hModal-qr__text {
    margin: 10px 0 0 0;
    color: #828282;
    font-size: 11px;
    font-weight: 400;
    line-height: 120%;
}

.hModal-qr__bank {
    padding-left: 21px;
    background-repeat: no-repeat;
    background-position: left top;
    color: #000;
    font-size: 11px;
    font-weight: 400;
    line-height: 120%;
    margin-top: 7px;
    text-align: left;
}
.hModal-qr__bank:first-child {
    margin-top: 0;
}
.hModal-qr__bank span {
    color: #f35740;
    font-size: 13px;
    font-family: "Circe-Bold";
    font-weight: normal;
}
.hModal-qr__bank b,
.hModal-qr__bank strong {
    font-family: "Circe-Bold";
    font-weight: normal;
}
.hModal-qr__bank a {
    color: #008ab7;
    font-size: 13px;
    font-family: "Circe-Bold";
    font-weight: normal;
    text-decoration: none;
}
.hModal-qr__bank a:hover {
    text-decoration: underline;
}
.hModal-qr__bottom {
    padding: 12px 13px;
    border-radius: 18px;
    border: 2px solid #caeeff;
    background: #caeeff;
    color: #828282;
    text-align: center;
    font-size: 11px;
    font-weight: 400;
    line-height: 120%;
    margin: auto -11px -11px;
}
.hModal-crypto__bottom,
.dTabs-form__text {
    padding: 27px 28px 26px 24px;
    color: #008ab7;
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
    border-radius: 20px;
    border: 2px solid #caeeff;
    background: #f0fbfe;
}
.dTabs-form__list {
    position: relative;
    padding: 16px 22px 36px;
    border-radius: 20px;
    border: 2px solid #caeeff;
    background: #fff;
    margin-bottom: -2px;
}
.dTabs-error__captcha {
    width: 100%;
    font-size: 12px;
    font-weight: 400;
    color: red;
}
.dTabs-form__text p {
    margin: 0;
}
.dTabs-form__policy {
    margin-top: 16px;
    color: #000;
    font-size: 12px;
    font-weight: 400;
    width: 583px;
    max-width: 100%;
    line-height: 130%;
}
.dTabs-form__policy a {
    color: #008ab7;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
.hModal-crypto__tabs {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 3px 0 3px 3px;
    border-radius: 10px;
    margin-bottom: 15px;
    border: 1px solid #caeeff;
}
.hModal-crypto__tab {
    display: inline-flex;
    align-items: center;
    height: 50px;
    padding: 0 23px;
    border-radius: 10px;
    background: #caeeff;
    color: #008ab7;
    justify-content: center;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 120%;
    user-select: none;
    cursor: pointer;
    margin-right: 3px;
    padding-top: 2px;
}
.hModal-crypto__tab.active {
    background: linear-gradient(245deg, #008ab7 8.49%, #00cee2 91.51%);
    color: #fff;
    font-family: "Circe-Bold";
    font-weight: normal;
}
.hModal-crypto__content {
    display: none;
}
.hModal-crypto__content:first-child {
    display: block;
}
.hModal-crypto__list {
    display: flex;
    margin-bottom: -2px;
}
.hModal-crypto__qr {
    padding: 9px 8px 13px;
    border-radius: 20px;
    border: 2px solid #caeeff;
    width: 190px;
    min-width: 190px;
}
.hModal-crypto__qr img {
    width: 100%;
    max-height: 100%;
    height: auto;
    display: block;
}
.hModal-crypto__items {
    border-radius: 20px;
    border: 2px solid #caeeff;
    padding: 16px 26px 16px 22px;
    margin-left: -2px;
    width: calc(100% - 192px);
}
.hModal-crypto__items-text {
    margin-top: 16px;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
}
.hModal-crypto__items-list {
    display: flex;
    margin-right: -22px;
}
.hModal-crypto__items-block {
    width: calc(50% - 22px);
    margin-right: 22px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.hModal-crypto__items-title {
    margin-bottom: 9px;
    color: #008ab7;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
}
.hModal-crypto__items-copy {
    cursor: pointer;
    user-select: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 9px 17px 6px;
    border-radius: 10px;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 120%;
    background: #caeeff;
    flex-grow: 1;
    transition: all 0.4s;
    min-height: 58px;
}
.hModal-crypto__items-copy::after {
    content: "";
    display: block;
    width: 28px;
    min-width: 28px;
    height: 28px;
    background-image: url("../../img/pay-modal/copy.svg");
    margin-left: 15px;
}
.hModal-crypto__items-copy span {
    width: calc(100% - 28px - 15px);
    word-wrap: break-word;
}
.hModal-crypto__items-copy.active {
    background: #b4e3f9;
}
.hModal-pay__bottom {
    padding: 20px 22px;
    color: #828282;
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
    border-radius: 20px;
    border: 2px solid #caeeff;
    background: #f0fbfe;
    margin-top: -2px;
}
.hModal-pay__bottom a {
    color: #008ab7;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
.hModal-pay__top {
    padding: 20px 22px 27px;
    border-radius: 20px;
    border: 2px solid #caeeff;
    background: #f0fbfe;
}
.hModal-pay__gray {
    margin-top: 5px;
    color: #828282;
    font-size: 13px;
    font-weight: 400;
    line-height: 120%;
}
.hModal-pay__text {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
}
.hModal-pay__text b,
.hModal-pay__text strong {
    color: #f35740;
    font-weight: 400;
    font-family: "Circe-Bold";
}
.hModal-pay__text span {
    color: #008ab7;
}
.hModal-pay__right {
    width: 245px;
    min-width: 245px;
}
.hModal-pay__block {
    margin-bottom: 24px;
}
.hModal-pay__left {
    flex-grow: 1;
    margin-right: -2px;
    padding: 22px;
    border-radius: 20px;
    border: 2px solid #caeeff;
    background: #fff;
}
.hModal-pay {
    display: flex;
}
.hModal-pay__input,
.dTabs-form__input-item {
    position: relative;
    margin-bottom: 10px;
}
.hModal-pay__input.icon-email::before,
.dTabs-form__input:first-child .dTabs-form__input-item::before {
    content: "";
    position: absolute;
    right: 17px;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    background-image: url("../../img/pay-modal/email.svg");
    background-repeat: no-repeat;
    background-size: 28px;
    pointer-events: none;
}
.hModal-pay__input.icon-rub::before {
    content: "";
    position: absolute;
    right: 17px;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    background-image: url("../../img/pay-modal/rub.svg");
    background-repeat: no-repeat;
    background-size: 28px;
    pointer-events: none;
}
.hModal-pay__input input,
.dTabs-form__input-item input {
    display: flex;
    align-items: center;
    height: 58px;
    width: 100%;
    padding-left: 16px;
    border-radius: 10px;
    border: 1px solid #caeeff;
    background: #caeeff;
    color: #000;
    font-size: 20px;
    outline: none;
    font-weight: 400;
    line-height: 120%;
}
.hModal-pay__input input::placeholder {
    color: rgba(0, 0, 0, 0.5);
}
.hModal-pay__box {
    margin-bottom: 20px;
}
.hModal-pay__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: none;
    cursor: pointer;
    transition: all 0.4s;
    border-radius: 14px;
    background: #f35740;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    height: 70px;
    line-height: 120%;
    width: 330px;
    max-width: 100%;
}
.hModal-pay__btn:hover {
    background: #e34f38;
}
.hModal-pay__flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.hModal-pay__policy {
    cursor: pointer;
    user-select: none;
    width: 228px;
    position: relative;
    display: flex;
    align-items: flex-start;
}
.hModal-pay__policy input {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
}
.hModal-pay__policy b {
    display: block;
    width: 36px;
    min-width: 36px;
    height: 19px;
    border-radius: 10px;
    margin-right: 11px;
    background: #ccc;
    position: relative;
}
.hModal-pay__policy b::before {
    content: "";
    position: absolute;
    width: 17px;
    height: 17px;
    border-radius: 100%;
    background: #fff;
    top: 1px;
    left: 1px;
    z-index: 2;
}
.hModal-pay__policy input:checked + b {
    background: linear-gradient(245deg, #008ab7 8.49%, #00cee2 91.51%);
}
.hModal-pay__policy input:checked + b::before {
    left: auto;
    right: 1px;
}
.hModal-pay__policy input:checked + b::after {
    content: "";
    display: block;
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 9px;
    height: 8px;
    background-image: url("../../img/pay-modal/check.svg");
    background-repeat: no-repeat;
}
.hModal-pay__policy span {
    display: block;
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 120%;
}
.hModal-pay__policy a {
    color: #000;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
.hModal-pay__types {
    display: flex;
    flex-wrap: wrap;
    margin-right: 15px;
    margin-top: -8px;
}
.hModal-pay__type {
    text-align: center;
    display: block;
    min-height: 100%;
    width: calc(33.333% - 15px);
    margin-right: 15px;
    margin-top: 8px;
    padding: 14px;
    position: relative;
    cursor: pointer;
    user-select: none;
}
.hModal-pay__type img {
    display: block;
    max-width: 100%;
    margin: 0 auto 5px;
}
.hModal-pay__type input {
    display: none;
}
.hModal-pay__type span {
    color: rgba(0, 0, 0, 0.5);
    font-size: 12px;
    font-weight: 400;
    line-height: 120%;
    transition: all 0.4s;
}
.hModal-pay__type span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    border: 1px solid #caeeff;
    transition: all 0.4s;
}
.hModal-pay__type input:checked + img + span::before {
    border-color: #f35740;
}
.hModal-pay__type input:checked + img + span {
    color: #000;
}
.hModal-pay__help-gray {
    margin-top: 5px;
    color: #828282;
    font-size: 12px;
    width: 471px;
    max-width: 100%;
    font-weight: 400;
    line-height: 120%;
}
.hModal-pay__help {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 3px 0 3px 3px;
    border-radius: 10px;
    border: 1px solid #caeeff;
}
.hModal-pay__help-label {
    width: calc(50% - 3px);
    margin-right: 3px;
    user-select: none;
    cursor: pointer;
}
.hModal-pay__help-label input {
    display: none;
}
.hModal-pay__help-label span {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    border-radius: 10px;
    background: #caeeff;
    color: #008ab7;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 120%;
}
.hModal-pay__help-label input:checked + span {
    background: #008ab7;
    color: #fff;
    font-family: "Circe-Bold";
}

.hModal-pay__sum {
    padding: 3px 0 3px 3px;
    border-radius: 10px;
    border: 1px solid #caeeff;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}
.hModal-pay__sum-label {
    margin-right: 3px;
    cursor: pointer;
    user-select: none;
    display: inline-flex;
    width: auto;
    flex-grow: 1;
}
.hModal-pay__sum-label input {
    display: none;
}
.hModal-pay__sum-label span {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 50px;
    border-radius: 10px;
    background: #caeeff;
    padding: 0 16px;
    color: #008ab7;
    font-size: 20px;
    font-weight: 400;
    width: 100%;
    line-height: 120%;
}
.hModal-pay__sum-label:nth-child(7) {
    flex-grow: 0;
}
.hModal-pay__sum-label input:checked + span {
    background: linear-gradient(245deg, #008ab7 8.49%, #00cee2 91.51%);
    color: #fff;
    font-family: "Circe-Bold";
}
.hModal-pay__sum .hModal-pay__input {
    margin: 0 3px 0 0;
    flex-grow: 1;
    margin-top: 5px;
}
.hModal-pay__sum .hModal-pay__input input {
    height: 50px;
    padding-left: 16px;
}
.hModal-form__bottom {
    background: #f0fbfe;
}
.hModal-form__bottom-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}
.hModal-form__bottom-flex .hModal-pay__policy {
    width: 240px;
    min-width: 240px;
    margin: 0;
}
.hModal-form__bottom-flex .hModal-pay__btn {
    width: 375px;
    min-width: 375px;
    margin: 0;
}
.hModal-form__bottom-price {
    display: inline-flex;
    flex-direction: column;
    padding: 10px 13px;
    border-radius: 10px;
    border: 1px solid #caeeff;
    background: #fff;
    color: #008ab7;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    font-family: "Circe-Bold";
}
.hModal-form__bottom-price b,
.hModal-form__bottom-price strong {
    font-family: "Circe-Bold";
    font-weight: normal;
    color: #000;
    font-size: 24px;
    display: block;
    line-height: 120%;
}
.hModal-form__bottom-price i {
    font-style: normal;
}
.hModal-form__center {
    margin: -2px 0;
}
.hModal-form__center-btn {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 30px;
    padding-top: 2px;
    color: #fff;
    font-family: "Circe-Bold";
    font-size: 15px;
    font-weight: 400;
    line-height: 120%;
    width: 245px;
    height: 56px;
    background-image: url("../../img/pay-modal/btn.svg");
    transition: all 0.4s;
}
.hModal-form__center-btn:hover {
    opacity: 0.7;
}
.hModal-form__center-item p::before {
    content: "";
    position: absolute;
    border-radius: 10px;
    border: 1px solid #caeeff;
    background: #fff;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.4s;
}
.hModal-form__center-item input {
    display: none;
}
.hModal-form__center-item img {
    position: relative;
    z-index: 2;
    width: 129px;
    min-width: 129px;
    height: 68px;
    object-fit: cover;
    border-radius: 10px 0 0 10px;
    display: block;
    margin-right: 22px;
    transition: all 0.4s;
    opacity: 0.75;
}
.hModal-form__center-item {
    margin-bottom: 20px;
    position: relative;
    align-items: center;
    cursor: pointer;
    user-select: none;
    padding: 1px;
    width: calc(50% - 13px);
    display: none;
}
.hModal-form__center-item:nth-child(-n + 4) {
    display: flex;
}
.hModal-form__center-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.hModal-form__center-item p {
    margin: 0;
}
.hModal-form__center-item span {
    display: block;
    color: #008ab7;
    font-family: "Circe-Bold";
    font-size: 16px;
    position: relative;
    z-index: 3;
    font-weight: 400;
    line-height: 120%;
    width: 100%;
    transition: all 0.4s;
    opacity: 0.75;
}
.hModal-form__center-item b {
    display: inline-flex;
    padding: 3px 10px;
    border-radius: 50px;
    background: #f0fbfe;
    color: #f35740;
    text-align: center;
    margin-top: 4px;
    position: relative;
    z-index: 3;
    font-size: 13px;
    font-weight: 400;
    line-height: 120%;
    transition: all 0.4s;
    opacity: 0.75;
}
.hModal-form__center-item i {
    font-style: normal;
    margin: 0 3px;
}
.hModal-form__center-item p::after {
    content: "";
    width: 25px;
    height: 25px;
    position: absolute;
    z-index: 3;
    top: 50%;
    transform: translateY(-50%);
    left: 116px;
    background-image: url("../../img/pay-modal/heart-2.svg");
    transition: all 0.4s;
}
.hModal-form__center-item input:checked + img + p span,
.hModal-form__center-item input:checked + img + p b {
    opacity: 1;
}
.hModal-form__center-item input:checked + img {
    opacity: 1;
}
.hModal-form__center-item input:checked + img + p::before {
    border: 1px solid #f35740;
}
.hModal-form__center-item input:checked + img + p::after {
    background-image: url("../../img/pay-modal/heart-1.svg");
}

.hModal-form__qr {
    padding: 14px 18px 8px;
    border-radius: 20px;
    border: 2px solid #caeeff;
    background: #fff;
    margin-left: -2px;
    width: 135px;
    min-width: 135px;
}
.hModal-form__qr img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}
.hModal-form__qr span {
    display: block;
    margin-top: 8px;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    line-height: 120%;
}
.hModal-form__top {
    display: flex;
    margin-bottom: -2px;
}
.hModal-form__pay-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-top: -10px;
}
.hModal-form__pay-item {
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    margin-top: 10px;
    user-select: none;
    height: 70px;
    padding-left: 12px;
    margin-right: 15px;
    width: calc(33.333% - 15px);
}
.hModal-form__pay {
    flex-grow: 1;
}
.hModal-form__pay-item input {
    display: none;
}
.hModal-form__pay-item b {
    display: block;
    position: relative;
    z-index: 2;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    border: 1px solid #b0e6ff;
    background: #fff;
    transition: all 0.4s;
    margin-right: 12px;
}
.hModal-form__pay-item b::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #b1e6ff;
    transition: all 0.4s;
}
.hModal-form__pay-item span {
    position: absolute;
    border-radius: 10px;
    border: 1px solid #caeeff;
    background: #fff;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.4s;
}
.hModal-form__pay-item input:checked + b + span,
.hModal-form__pay-item input:checked + b {
    border-color: #f35740;
}
.hModal-form__pay-item input:checked + b::before {
    background: #f35740;
}
.hModal-form__pay-item svg {
    max-width: 109px;
    height: auto;
    display: block;
    position: relative;
    z-index: 2;
}
.hModal-form__content {
    border-radius: 20px;
    border: 2px solid #caeeff;
    background: #f0fbfe;
    overflow: hidden;
}
.hModal-form__content-text {
    padding: 9px;
    text-align: center;
    color: #008ab7;
    font-size: 16px;
    font-weight: 400;
    font-family: "Circe-Bold";
    line-height: 120%;
    background: linear-gradient(90deg, #fff 0%, #caeeff 49.52%, #fff 100%);
}
.hModal-form__content-radios {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 15px 0;
}
.hModal-form__content-radio {
    display: flex;
    align-items: center;
    cursor: pointer;
    user-select: none;
    color: #000;
    font-size: 15px;
    font-weight: 400;
    line-height: 120%;
    margin: 0 17px;
}
.hModal-form__content-radio b {
    font-weight: 400;
    font-family: "Circe-Bold";
    color: #f35740;
    text-transform: uppercase;
}
.hModal-form__content-radio input {
    display: none;
}
.hModal-form__content-radio small {
    display: block;
    position: relative;
    z-index: 2;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    border: 1px solid #b0e6ff;
    background: #fff;
    transition: all 0.4s;
    margin-right: 12px;
}
.hModal-form__content-radio small::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #b1e6ff;
    transition: all 0.4s;
}
.hModal-form__content-radio input:checked + small {
    border-color: #f35740;
}
.hModal-form__content-radio input:checked + small::before {
    background: #f35740;
}
.hModal-form__block {
    display: flex;
    margin-top: 13px;
    justify-content: space-between;
    padding: 0 23px;
}
.hModal-form__block-left {
    width: 653px;
}
.hModal-form__block-right {
    width: 140px;
}
.hModal-form__block-right .hModal-pay__input input {
    height: 58px;
    padding-left: 16px;
    font-size: 16px;
}

.hModal-form__block-radios {
    display: flex;
    border-radius: 10px;
    border: 1px solid #caeeff;
    background: #fff;
    padding: 6px;
    position: relative;
}
.hModal-form__block-radios__before {
    content: "";
    position: absolute;
    border-radius: 10px;
    height: calc(100% - 6px);
    left: 3px;
    top: 3px;
    width: 335px;
    overflow: hidden;
}
.hModal-form__block-radios__before::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    min-width: 645px;
    background: linear-gradient(
        90deg,
        #008ab7 0%,
        #36b7e0 20.69%,
        #7ccdeb 46.04%,
        #fb8978 71.15%,
        #f7705c 87.75%,
        #f35841 100%
    );
}
.hModal-form__block-radio {
    display: block;
    cursor: pointer;
    user-select: none;
    flex-grow: 1;
    padding-top: 2px;
    padding: 0;
    position: relative;
    z-index: 2;
}
.hModal-form__block-radio:nth-child(1) span,
.hModal-form__block-radio:nth-child(2) span,
.hModal-form__block-radio:nth-child(3) span,
.hModal-form__block-radio:nth-child(4) span,
.hModal-form__block-radio:nth-child(5) span {
    color: rgba(255, 255, 255, 0.75);
    font-weight: normal;
}
.hModal-form__block-radio span {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    border-radius: 10px;
    color: #008ab7;
    font-size: 14px;
    text-align: center;
    line-height: 120%;
}
.hModal-form__block-radio b {
    font-weight: normal;
    font-family: "Circe-Bold";
    width: 100%;
    text-align: center;
}
.hModal-form__block-radio input {
    display: none;
}
.hModal-form__block-radio input:checked + span {
    background: #f0fbfe !important;
    color: #008ab7 !important;
}
.hModal-form__qrs {
    display: flex;
}

.preloader-parent {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 300px;
}
.preloader-heart {
    position: relative;
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 100px;
    background: linear-gradient(to bottom, #f35740, #d32930);
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.2);
    animation: beat 1.5s ease 0s infinite;
}
.preloader-heart span {
    font-size: 22pt;
    color: white;
    text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.4);
}
.preloader-heart:before,
.preloader-heart:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #f35740;
    opacity: 0.4;
    border-radius: inherit;
}
.preloader-heart:before {
    z-index: -2;
    animation: beat-before 1.5s ease 100ms infinite;
}
.preloader-heart:after {
    z-index: -1;
    animation: beat-after 1.5s ease 200ms infinite;
}

@keyframes beat {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}
@keyframes beat-before {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.15);
    }
}
@keyframes beat-after {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.3);
    }
}

.active-0 .hModal-form__block-radios__before {
    opacity: 0;
}
.active-0 .hModal-form__block-radios__after {
    opacity: 0;
}

.dTabs-form__list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}

.dTabs-form__input-item {
    margin: 0;
    margin-right: 15px;
    width: 253px;
}
.dTabs-form__input-item input {
    height: 58px;
    padding-left: 16px;
    font-size: 18px;
}
.hModal-form__block-radios__before,
.hModal-form__block-radio span {
    transition: all 0.4s;
}

.hModal-form__content-text span {
    display: none;
}
.hModal-form__content-text span:nth-child(5) {
    display: block;
}

.dTabs-form__list .dTabs-form__input .dTabs-form__input-item {
    margin-right: 0;
    width: 100%;
}

.dTabs-form__list .dTabs-form__input {
    width: 310px !important;
}
.dTabs-form__policy {
    width: 306px !important;
}
.dTabs-copy__list .dTabs-copy__item {
    width: calc(50% - 10px) !important;
    margin-right: 10px;
    flex-grow: 1;
}
.dTabs-copy__list {
    margin-right: 10px;
}

.bf-bonus__item-gallery .slick-arrow {
    display: none !important;
}
.bf-bonus__item-gallery .slick-dots {
    position: absolute;
    left: 0;
    bottom: 12px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bf-bonus__item-gallery .slick-dots li {
    width: 21px;
    height: 8px;
    position: relative;
    margin: 0 1px;
    background: #008ab7;
    transition: all 0.4s;
    border-radius: 55px;
    opacity: 0.3;
}
.bf-bonus__item-gallery {
    margin: 0 !important;
}
.bf-bonus__item-gallery .slick-list {
    padding: 0 !important;
}
.bf-bonus__item-gallery .slick-dots li button {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    opacity: 0;
}
.bf-bonus__item-gallery .slick-dots li.slick-active {
    opacity: 1;
}

@media (min-width: 993px) {
    .active-1 .hModal-form__block-radios__before {
        width: 68px;
    }

    .active-2 .hModal-form__block-radios__before {
        width: 131px;
    }
    .active-3 .hModal-form__block-radios__before {
        width: 193px;
    }
    .active-4 .hModal-form__block-radios__before {
        width: 264px;
    }
    .active-5 .hModal-form__block-radios__before {
        width: 337px;
    }
    .active-6 .hModal-form__block-radios__before {
        width: 408px;
    }
    .active-7 .hModal-form__block-radios__before {
        width: 488px;
    }
    .active-8 .hModal-form__block-radios__before {
        width: 565px;
    }
    .active-9 .hModal-form__block-radios__before {
        width: 645px;
    }
    .hModal-crypto__contents .dTabs-form__list {
        justify-content: space-between;
    }
    .hModal-crypto__contents .dTabs-form__input,
    .hModal-crypto__contents .dTabs-form__btn,
    .hModal-crypto__contents .dTabs-form__policy {
        width: calc(50% - 15px) !important;
    }
    .hModal-crypto__contents .dTabs-form__btn {
        margin-top: 15px;
    }
    .hModal-crypto__contents .dTabs-form__policy {
        margin: 0;
        align-self: center;
    }
}
@media screen and (min-width: 993px) and (max-width: 1187px) {
    .active-1 .hModal-form__block-radios__before {
        width: 54px;
    }
    .active-2 .hModal-form__block-radios__before {
        width: 103px;
    }
    .active-3 .hModal-form__block-radios__before {
        width: 152px;
    }
    .active-4 .hModal-form__block-radios__before {
        width: 209px;
    }
    .active-5 .hModal-form__block-radios__before {
        width: 268px;
    }
    .active-6 .hModal-form__block-radios__before {
        width: 326px;
    }
    .active-7 .hModal-form__block-radios__before {
        width: 391px;
    }
    .active-8 .hModal-form__block-radios__before {
        width: 456px;
    }
    .active-9 .hModal-form__block-radios__before {
        width: 522px;
    }
    .hModal-form__block-left {
        width: 530px;
    }
    .hModal-form__block-right {
        width: calc(100% - 545px);
    }
}
@media (max-width: 1250px) {
    .dTabs-content .dTabs-form__list .dTabs-form__input {
        width: 100% !important;
    }
    .dTabs-content .dTabs-form__policy {
        width: 100% !important;
    }
}
@media (max-width: 992px) {
    html .hModal-container {
        width: 500px;
        padding: 37px 5px 5px;
        border-radius: 10px;
    }
    .dTabs-form__list .dTabs-form__input {
        width: 100% !important;
    }
    .dTabs-form__policy {
        width: 100% !important;
    }
    .dTabs-copy__list .dTabs-copy__item {
        width: 100% !important;
    }
    .hModal-form__center {
        margin: -1px 0;
    }
    .hModal-form__qr {
        display: none;
    }
    .hModal-form__top {
        margin-bottom: -1px;
    }
    .hModal-title {
        padding: 0 10px;
        margin-bottom: 10px;
        font-size: 18px;
        line-height: 120%;
    }
    .hModal-tabs {
        margin-left: -5px;
        padding-left: 5px;
        overflow-x: auto;
        margin-bottom: 15px;
        width: calc(100% + 10px);
    }
    .hModal-tabs::-webkit-scrollbar {
        display: none;
    }
    .hModal-tab {
        height: 50px;
        padding: 0 20px;
        font-size: 13px;
        line-height: 120%;
        margin-right: 6px;
        border-radius: 10px;
    }
    .hModal-tab svg {
        top: 1px;
        right: 2px;
        width: 18px;
        height: 18px;
    }
    .fancybox-slide--html .hModal-container .fancybox-close-small {
        right: 15px;
        top: 22px;
        width: 15px;
        height: 15px;
        background-size: 15px;
    }
    .hModal-bold,
    .dTabs-bold {
        margin-bottom: 10px;
        font-size: 13px;
        line-height: 120%;
    }
    .hModal-border {
        border-width: 1px;
        padding: 14px 9px 18px;
        border-radius: 10px;
    }
    .hModal-banks {
        margin-left: -5px;
        margin-right: -5px;
        margin-top: -10px;
    }
    .hModal-banks__block {
        margin-top: 10px;
        width: 50%;
        padding: 0 5px;
    }
    .hModal-banks__wrapper-block:nth-child(even) {
        margin: 10px -10px;
        border-width: 1px;
        padding: 9px;
        border-radius: 10px;
    }
    .hModal-banks__item {
        border-radius: 10px;
        border-width: 1px;
    }
    .hModal-steps {
        display: none;
    }
    .hModal-qr__item {
        display: none;
        border-width: 1px;
        border-radius: 10px;
        overflow: hidden;
        text-align: left;
        width: 100%;
        padding: 11px 140px 14px 9px;
    }
    .hModal-qr__logo {
        padding: 0 8px;
        height: 22px;
        font-size: 11px;
    }
    .hModal-qr__item:last-child {
        display: block;
        position: relative;
    }
    .hModal-qr__bottom {
        padding: 12px;
        width: 140px;
        font-size: 10px;
        line-height: 120%;
        border-radius: 10px;
        top: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        right: 0;
        font-weight: normal;
        position: absolute;
    }
    .hModal-crypto__tabs {
        width: 100%;
        padding: 0 0 5px 5px;
        border-radius: 8px;
        margin-bottom: 9px;
    }
    .hModal-crypto__tab {
        height: 42px;
        padding: 3px 16px 0;
        font-size: 17px;
        margin-right: 5px;
        width: calc(25% - 5px);
        margin-top: 5px;
    }
    .hModal-crypto__tab:last-child {
        width: calc(75% - 5px);
    }
    .hModal-crypto__bottom,
    .dTabs-form__text {
        margin: 0;
        padding: 16px 10px;
        text-align: left;
        font-size: 13px;
        line-height: 120%;
        border-radius: 10px;
    }
    .hModal-crypto__qr {
        display: none;
    }
    .hModal-crypto__items {
        width: 100%;
        margin: 0;
    }
    .hModal-crypto__qr {
        border-width: 1px;
        padding: 11px 9px 16px;
    }
    .hModal-crypto__items-block {
        margin-right: 0;
        width: 100%;
        margin-top: 10px;
    }
    .hModal-crypto__items-block:first-child {
        margin-top: 0;
    }
    .hModal-crypto__items-list {
        margin-right: 0;
        display: block;
    }
    .hModal-crypto__items-title {
        font-size: 13px;
        line-height: 120%;
        margin-bottom: 7px;
    }
    .hModal-crypto__items-copy {
        font-size: 16px;
        padding: 13px 11px;
    }
    .hModal-pay {
        display: block;
    }
    .hModal-pay__left {
        width: 100%;
        min-width: 100%;
        margin: 0;
    }
    .hModal-pay__right {
        width: 100%;
        min-width: 100px;
        margin: -1px 0 0 0;
    }
    .hModal-pay__top {
        padding: 23px 9px;
        border-radius: 10px;
        border-width: 1px;
        margin: 0;
    }
    .hModal-pay__bottom {
        margin: -1px 0 0 0;
        border-radius: 10px;
        border-width: 1px;
        padding: 20px 9px;
        font-size: 14px;
        line-height: 120%;
    }
    .hModal-pay__left {
        border-width: 1px;
        border-radius: 10px;
        padding: 14px 9px 13px;
    }
    .hModal-pay__type {
        padding: 9px;
        width: calc(50% - 5px);
        border-radius: 8px;
        margin: 10px 0 0 0;
    }
    .hModal-pay__type span {
        font-size: 9px;
    }
    .hModal-pay__type img {
        height: 18px;
        width: auto;
        margin-bottom: 3px;
    }
    .hModal-pay__types {
        justify-content: space-between;
        margin: -10px 0 0;
    }
    .hModal-pay__box {
        margin-bottom: 15px;
    }
    .hModal-pay__input input {
        padding-left: 10px;
        height: 45px;
        font-size: 14px;
    }
    .hModal-pay__input.icon-email::before,
    .hModal-pay__input.icon-rub::before {
        width: 24px;
        height: 24px;
        right: 11px;
        background-size: 24px;
    }
    .hModal-pay__flex {
        display: block;
    }
    .hModal-pay__btn {
        width: 100%;
        margin: 0 0 15px;
        height: 60px;
        font-size: 18px;
    }
    .hModal-pay__policy {
        width: 100%;
        margin: 0;
        min-width: 100%;
    }
    .hModal-pay__policy span {
        font-size: 8px;
    }
    .hModal-pay__help-label span {
        height: 40px;
        font-size: 14px;
        border-radius: 6px;
    }
    .hModal-pay__help,
    .hModal-pay__sum {
        border-radius: 8px;
    }
    .hModal-pay__sum {
        padding-top: 0;
    }
    .hModal-pay__sum-label {
        margin-top: 3px;
    }
    .hModal-pay__sum-label span {
        padding: 0 15px;
        height: 40px;
        font-size: 14px;
        border-radius: 6px;
    }
    .hModal-pay__sum .hModal-pay__input {
        margin-top: 3px;
    }
    .hModal-pay__sum .hModal-pay__input input {
        height: 40px;
        font-size: 14px;
        border-radius: 6px;
    }
    .hModal-form__bottom-flex {
        display: block;
        margin-top: 15px;
    }
    .hModal-form__bottom-flex .hModal-pay__policy {
        margin: 15px 0;
        width: 270px;
        min-width: 200px;
    }
    .hModal-form__bottom-flex .hModal-pay__btn {
        margin: 0;
        width: 100%;
        min-width: 100%;
    }
    .hModal-form__bottom-price {
        padding: 11px 8px 7px;
        width: 100%;
        flex-direction: row;
        font-size: 17px;
        line-height: 120%;
        flex-wrap: wrap;
    }
    .hModal-form__bottom-price b,
    .hModal-form__bottom-price strong {
        margin-left: 10px;
        color: #000;
        font-size: 17px;
        line-height: 120%;
    }
    .hModal-form__center-item {
        width: 100%;
        margin-bottom: 10px;
    }
    .hModal-form__center-item img {
        height: 55px;
        width: 104px;
        min-width: 104px;
        margin-right: 18px;
        border-radius: 8px 0 0 8px;
    }
    .hModal-form__center-item p::after {
        width: 20px;
        height: 20px;
        background-size: 20px;
        left: 94px;
    }
    .hModal-form__center-item p::before {
        border-radius: 8px;
    }
    .hModal-form__center-item span {
        font-size: 13px;
        line-height: 120%;
    }
    .hModal-form__center-item b {
        padding: 2px 6px;
        margin-top: 2px;
        border-radius: 40px;
        font-size: 12px;
    }
    .hModal-form__center-btn {
        width: 229px;
        height: 51px;
        background-size: 229px 51px;
        padding-right: 26px;
        font-size: 15px;
    }
    .hModal-form__pay-list {
        margin-right: -10px;
    }
    .hModal-form__pay-item {
        padding-left: 9px;
        margin-right: 10px;
        width: calc(50% - 10px);
        height: 55px;
    }
    .hModal-form__pay-item span {
        border-radius: 8px;
    }
    .hModal-form__pay-item b {
        width: 16px;
        height: 16px;
        min-width: 16px;
        margin-right: 8px;
    }
    .hModal-form__pay-item svg {
        max-width: 90px;
    }
    .hModal-form__pay-item b::before {
        width: 8px;
        height: 8px;
    }
    .hModal-form__content-radio {
        margin: 0;
        width: calc(50% - 5px);
    }
    .hModal-form__content-radio {
        font-size: 14px;
        line-height: 120%;
    }
    .hModal-form__content-radios {
        margin: 0;
        padding: 15px 10px;
    }
    .hModal-form__content {
        border-radius: 10px;
        border-width: 1px;
    }
    .hModal-form__content-radio b {
        display: block;
    }
    .hModal-form__content-radio small {
        width: 16px;
        min-width: 16px;
        height: 16px;
        margin-right: 5px;
    }
    .hModal-form__content-radio small::before {
        width: 8px;
        height: 8px;
    }
    .hModal-form__block {
        display: block;
        margin: 0;
        padding: 10px 9px 0;
        position: relative;
    }
    .hModal-form__block-right {
        position: absolute;
        bottom: 4px;
        right: 14px;
    }
    .hModal-form__block-right .hModal-bold {
        display: none;
    }
    .hModal-form__block-radios {
        border: 1px solid #caeeff;
        background: #fff;
        padding: 3px;
    }
    .hModal-form__block-left {
        width: 100%;
        min-width: 100%;
        border-radius: 8px;
    }
    .hModal-form__block-right .hModal-pay__input input {
        height: 40px;
        padding-left: 10px;
        font-size: 14px;
        border-radius: 6px;
    }
    .hModal-form__block-radios {
        padding: 0 3px 3px;
        flex-wrap: wrap;
    }
    .hModal-form__block-radios__before {
        left: 3px;
        top: 3px;
        height: 40px;
        border-radius: 6px;
        width: auto;
        right: 3px;
        background: linear-gradient(249deg, #008ab7 13.64%, #00cee2 86.36%);
    }
    .hModal-form__block-radio {
        width: 25%;
        margin-top: 6px;
        flex-grow: 0;
    }
    .hModal-form__block-radio span {
        height: 39px;
    }
    .hModal-form__block-radio input:checked + span {
        display: block;
        font-size: 14px;
        border-radius: 6px;
    }
    .hModal-form__block-radio input:checked + span b {
        height: 100%;
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: center;
        text-align: center;
        border-radius: 5px;
        background: #f0fbfe;
    }
    .hModal-form__block-right {
        width: calc(75% - 23px);
    }
    .hModal-form__block-radio:nth-child(5) span {
        color: #008ab7;
    }
    .dTabs-form__list {
        border-width: 1px;
        padding: 11px 10px 16px;
        margin-bottom: -1px;
    }
    .dTabs-form__policy {
        width: 100%;
        margin-top: 12px;
        font-size: 10px;
        line-height: 130%;
    }
    .dTabs-form__list {
        border-radius: 10px;
        margin: -1px 0;
    }
    .dTabs-form__input-item {
        width: 100%;
        margin: 0 0 15px 0;
    }
    .dTabs-form__input-item input {
        height: 52px;
        padding-left: 14px;
        font-size: 16px;
    }
    [data-send-form] {
        width: 100%;
    }
    .dTabs-form__input {
        width: 100%;
    }
    .hModal-crypto__items {
        border-radius: 10px;
        padding: 11px 9px 15px;
        border-width: 1px;
    }

    .hModal-form__block-radios__before {
        z-index: 1;
    }
    .hModal-form__block-radios__after {
        position: absolute;
        top: 49px;
        left: 1px;
        border-radius: 6px;
        width: auto;
        display: none;
        height: 43px;
        overflow: hidden;
        transition: all 0.4s;
        background: transparent !important;
    }
    .hModal-form__block-radios__after::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        width: calc(100vw - 46px);
        background: linear-gradient(90deg, #7ccdeb 0%, #fb8978 47.12%, #f7705c 100%);
    }
    .hModal-form__block-right .hModal-pay__input.icon-rub {
        margin: 0 !important;
    }
    .hModal-form__block-radios__after span {
        position: absolute;
        left: 0;
        width: calc(100vw - 47px);
        height: 100%;
        background: linear-gradient(249deg, #008ab7 13.64%, #00cee2 86.36%);
    }
    .active-1 .hModal-form__block-radios__before {
        width: calc(25% + 2px);
    }
    .active-2 .hModal-form__block-radios__before {
        width: calc(50% + 1px);
    }
    .active-3 .hModal-form__block-radios__before {
        width: calc(75% - 0px);
    }
    .active-4 .hModal-form__block-radios__before {
        width: calc(100% - 2px);
    }
    .active-5 .hModal-form__block-radios__before {
        width: calc(100% - 2px);
    }
    .active-6 .hModal-form__block-radios__before {
        width: calc(100% - 2px);
    }
    .active-7 .hModal-form__block-radios__before {
        width: calc(100% - 2px);
    }
    .active-8 .hModal-form__block-radios__before {
        width: calc(100% - 2px);
    }
    .active-9 .hModal-form__block-radios__before {
        width: calc(100% - 2px);
    }
    .hModal-form__block-radios__after {
        width: calc(25% + 2px);
        display: block;
        opacity: 1;
    }
    .hModal-form__block-radios__after::before {
        width: 100vw;
    }
    .active-1 .hModal-form__block-radios__after,
    .active-2 .hModal-form__block-radios__after,
    .active-3 .hModal-form__block-radios__after,
    .active-4 .hModal-form__block-radios__after {
        width: 0px;
        opacity: 0;
    }

    .active-5 .hModal-form__block-radios__after {
        width: calc(25% + 2px);
        opacity: 1;
    }
    .active-6 .hModal-form__block-radios__after {
        width: calc(50% + 1px);
        opacity: 1;
    }
    .active-7 .hModal-form__block-radios__after {
        width: calc(75% - 0px);
        opacity: 1;
    }
    .active-8 .hModal-form__block-radios__after {
        width: calc(100% - 2px);
        opacity: 1;
    }
    .active-9 .hModal-form__block-radios__after {
        width: calc(100% - 2px);
        opacity: 1;
    }
    .hModal-form__block-radios__before {
        background: none;
    }
    .hModal-form__block-radios__before::before {
        background: linear-gradient(90deg, #008ab7 0%, #36b7e0 61.06%, #7ccdeb 100%);
        min-width: calc(100vw - 56px);
    }
    .hModal-form__block-radios__before {
        left: 1px;
        height: 43px;
        top: 4px;
        border-radius: 6px;
    }
    .hModal-form__block-radios::before {
        content: "";
        position: absolute;
        bottom: 3px;
        left: 2px;
        height: 40px;
        background: linear-gradient(90deg, #f7705c 0%, #f35841 100%);
        width: 0px;
        transition: all 0.4s;
        opacity: 0;
    }
    .active-9::before {
        width: calc(25% + 2px);
        opacity: 1;
        bottom: 1px;
        border-radius: 6px;
        left: 1px;
        height: 43px;
    }
    .hModal-form__block-right {
        width: calc(75% - 25px);
    }
    .bf-bonus__item-gallery .slick-dots {
        position: absolute;
        left: 0;
        bottom: 10px;
    }
    .bf-bonus__item-gallery .slick-dots li {
        width: 14px;
        height: 5px;
    }
}

@media (max-width: 576px) {
    .hModal-banks__block {
        width: 100%;
    }
    .hModal-form__block-radios__before::before {
        min-width: calc(100vw - 45px);
    }
    .hModal-banks__wrapper-block .hModal-banks__block {
        width: 50%;
    }
}
@media (max-width: 360px) {
    .hModal-qr__bank span,
    .hModal-qr__bank a {
        font-size: 11px;
    }
}

/*new code*/

.c-partners__form {
    width: calc(50% - 10px);
    padding: 28px 30px;
    border-radius: 40px;
    background: #008ab7;
}
.c-partners__form-title {
    margin-bottom: 10px;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 135%;
}
.c-partners__form-policy {
    color: #fff;
    font-size: 10px;
    font-weight: 400;
    line-height: 120%;
    margin-top: 10px;
}
.c-partners__form-policy a {
    color: #caeeff;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
}
.c-partners__flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.c-partners__form-input {
    margin-bottom: 10px;
}
.c-partners__form-input span {
    display: block;
    margin-bottom: 4px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    font-family: "Circe-Bold", sans-serif;
}
.c-partners__form-input input {
    display: flex;
    align-items: center;
    height: 52px;
    width: 100%;
    padding-left: 14px;
    border-radius: 8px;
    background: #caeeff;
    border: 1px solid #caeeff;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    outline: none;
    line-height: 120%;
    font-family: "Circe-Regular", sans-serif;
}
.c-partners__form-input input::placeholder {
    color: rgba(0, 0, 0, 0.5);
}
.c-partners__form-btn {
    margin-top: 15px;
    height: 60px;
}
.certificates-modal .c-partners__form-input span {
    color: #008ab7;
}
.certificates-modal .c-partners__form-policy {
    color: #000;
    margin-top: 15px;
}
.certificates-modal .c-partners__form-policy a {
    color: #008ab7;
}
.certificates-modal__info .c-partners__form-policy {
    color: #fff;
}
.certificates-modal__info .c-partners__form-policy a {
    color: #fff;
    text-decoration: underline;
}

.certificates-modal {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 999;
}
.certificates-modal__overlay {
    width: 100%;
    height: 100vh;
    position: fixed;
    background: #002f3f;
    opacity: 0.75;
}
.certificates-modal__list {
    display: flex;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
}
.certificates-modal__container {
    width: 470px;
    position: relative;
    z-index: 3;
    max-width: 100%;
    background: #fff;
    border-radius: 40px;
    margin: auto;
    position: relative;
    padding: 45px 45px 25px;
}
.certificates-modal__close {
    position: absolute;
    right: 28px;
    top: 27px;
    cursor: pointer;
    z-index: 2;
    transition: all 0.4s;
    width: 17px;
    height: 17px;
    background-image: url("../../img/certificates/close.svg");
}
.certificates-modal__title {
    color: #000;
    font-size: 30px;
    font-weight: 400;
    font-family: "Circe-Bold";
    line-height: 120%;
}
.certificates-modal__text {
    margin: 2px 0 15px;
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}
.certificates-modal .c-partners__form-input span {
    color: #008ab7;
}
.certificates-modal .c-partners__form-policy {
    color: #000;
    margin-top: 15px;
}
.certificates-modal .c-partners__form-policy a {
    color: #008ab7;
}

@media (max-width: 576px) {
    .c-partners__form {
        border-radius: 20px;
        padding: 25px 22px 22px;
        width: 100%;
    }
    .c-partners__form-title {
        font-size: 17px;
    }
    .certificates-modal__text {
        margin: 3px 0 10px;
        font-size: 16px;
    }
    .certificates-modal__title {
        font-size: 24px;
        line-height: 120%;
    }
    .certificates-modal__close {
        right: 15px;
        top: 22px;
    }
    .certificates-modal__container {
        border-radius: 20px;
        padding: 37px 15px 20px;
    }
    .certificates-modal__info {
        margin: 0 -15px -20px;
        padding: 31px 15px 24px;
        border-radius: 0px 0px 20px 20px;
    }
}

/*
page certificates*/
.bfCertificates {
    padding-bottom: 65px;
    overflow: hidden;
}
.bfCertificates-top {
    margin: 20px 0;
    width: 478px;
    color: #000;
    font-size: 27px;
    font-weight: 400;
    line-height: 120%;
    max-width: 100%;
}
.bfCertificates-subtitle {
    width: 380px;
    max-width: 100%;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 135%;
    margin-bottom: 20px;
}
.bfCertificates-box {
    position: relative;
}
.bfCertificates-img {
    bottom: calc(100% - 20px);
    right: -33px;
    position: absolute;
}
.bfCertificates-list {
    display: flex;
    flex-wrap: wrap;
    margin: -20px -10px 0;
}
.bfCertificates-block {
    padding: 0 10px;
    width: 33.333%;
    margin-top: 20px;
}
.bfCertificates-item {
    padding: 21px 18px 21px 21px;
    min-height: 100%;
    display: flex;
    align-items: flex-start;
    border-radius: 20px;
    border: 2px solid #caeeff;
    background: #fff;
}
.bfCertificates-item__icon {
    width: 65px;
    min-width: 65px;
    height: 65px;
    margin-right: 14px;
    background-repeat: no-repeat;
    background-position: top left;
}
.bfCertificates-item__text {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    line-height: 120%;
}
.bfCertificates-item__text span {
    font-family: "Circe-Bold";
    font-weight: normal;
    color: #f35740;
}
.bfCertificates-item__text strong {
    font-family: "Circe-Bold";
    font-weight: normal;
    color: #008ab7;
}
.bfCertificates-block:nth-child(2) .bfCertificates-item {
    background: #f0fbfe;
}
.dTabs-form__btn.bfCertificates-btn {
    width: 280px;
    height: 71px;
    margin: 20px 20px 0 0;
    font-size: 18px;
    font-family: "Circe-Bold";
    font-weight: normal;
    border-radius: 14px;
}
.dTabs-form__btn.bfCertificates-btn:last-child {
    background: #008ab7;
}
.bfCertificates-buttons {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

@media (max-width: 1200px) {
    .bfCertificates-img {
        right: auto;
        left: 400px;
    }
    .dTabs-form__btn.bfCertificates-btn {
        width: 280px;
        height: 71px;
        font-size: 18px;
        margin: 20px 20px 0 0;
    }
}

@media (max-width: 992px) {
    .bfCertificates {
        padding-bottom: 35px;
    }
    .bfCertificates-buttons {
        padding-top: 10px;
    }
    .dTabs-form__btn.bfCertificates-btn {
        width: 220px;
        height: 59px;
        border-radius: 10px;
        font-size: 18px;
        margin: 10px 10px 0 0;
    }
    .bfCertificates-top {
        margin: 15px 0 10px;
        font-size: 18px;
        line-height: 120%;
    }
    .bfCertificates-subtitle {
        font-size: 15px;
        line-height: 125%;
        margin-bottom: 10px;
    }
    .bfCertificates-img {
        display: block;
        margin: 0;
        height: auto;
        position: relative;
        width: 430px;
        left: 50%;
        transform: translateX(-50%);
    }
    .bfCertificates-block {
        width: 100%;
        margin-top: 10px;
    }
    .bfCertificates-list {
        margin-top: -10px;
    }
    .bfCertificates-item {
        padding: 13px 14px;
        border-radius: 16px;
    }
    .bfCertificates-item__icon {
        background-size: 54px;
        min-width: 54px;
        height: 54px;
        width: 54px;
        margin-right: 10px;
    }
    .bfCertificates-item__text {
        font-size: 13px;
        line-height: 120%;
    }
}

@media (max-width: 767px) {
    .dTabs-form__btn.bfCertificates-btn {
        width: 100%;
        margin: 10px 0 0 0;
    }
}
