* {
    color: #222222;
}

body {
    background-color: #F9FAFB;
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: 400;
}

.cursor-pointer {
    cursor: pointer;
}

.btn-get-money {
    height: 92px;
    border-radius: 32px;
    background: #FF0C00;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 34px 80px 34px 80px;
}

.btn-get-money:hover,
.btn-get-money:active {
    background: #FF0C00;
    color: #FFFFFF;
}

.w-1440 {
    width: 1440px;
}

@media (max-width: 1920px) {
    .w-1440 {
        width: 100%;
    }
}

@media (max-width: 798px) {
    .w-md-1440 {
        width: 100%;
    }

    .btn-get-money {
        height: 56px;
        width: 100%;
        font-size: 16px;
        line-height: 20px;
        padding-top: 17px;
        padding-left: 26px;
        padding-right: 26px;
        border-radius: 58px !important;
    }
}

/***********************************************************************************************************************
 * NAVBAR
 */
.navbar-main,
.navbar-container {
    background-color: #FBFAF9;
}

.navbar {
    height: 100px;
    background-color: #ffffff !important;
}

.navbar-brand {
    margin-left: 16px;
    margin-right: 5px;

    font-family: "Abhaya Libre", serif;
    font-weight: 800;
    font-size: 64px;
    line-height: 100%;
    letter-spacing: 0;
    color: #474950;
    text-transform: capitalize;
}

.navbar-logo {
    height: 55px;
}

.nav-link {
    color: #474950;
    font-size: 18px;
    line-height: 24px;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.navbar-toggler {
    color: #474950;
    border: unset;
}

.navbar-get-money {
    display: none;
    font-size: 14px;
    line-height: 20px;
    width: 153px;
    height: 44px;
    background-color: #FF0C00;
    color: #ffffff;
    margin-left: auto;
    margin-right: 5px;
    text-decoration: none;
    border-radius: 58px;
    align-items: center;
    text-align: center;
    padding-left: 18px;
}

@media screen and (max-width: 798px) {
    .navbar-container {
        padding-left: 0;
        padding-right: 0;
    }

    .navbar-container .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }

    .navbar-container .navbar-collapse {
        background-color: #ffffff;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }

    .navbar {
        height: 64px;
    }

    .navbar-logo {
        height: 44px;
    }

    .navbar-toggler {
        color: #474950;
        border: unset;
        margin-right: 4px;
        padding-left: 5px;
    }

    .navbar-toggler:focus {
        box-shadow: unset;
    }

    .navbar-toggler[aria-expanded="false"] .navbar-toggler-icon {
        background-image: url("../img/zaimcraf/img/navbar-toggler-icon.svg");
    }

    .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
        background-image: url("../img/zaimcraf/img/navbar-toggler-icon-collapsed.svg");
    }

    .navbar-nav {
        padding-top: 26px;
        padding-bottom: 26px;
    }

    .nav-item {
        text-align: center;
        margin-top: 4px;
        margin-bottom: 4px;
    }

    .nav-link {
        font-size: 16px;
        line-height: 22px;
    }

    .navbar-brand {
        margin-left: 16px;
        margin-right: 5px;

        font-family: "Abhaya Libre", serif;
        font-weight: 800;
        font-size: 44px;
        line-height: 100%;
        letter-spacing: 0;
    }

    .navbar-get-money.active {
        display: flex;
    }
}

/***********************************************************************************************************************
 * HEADER
 */
.container-header {
    /*background-color: #FF0C00;*/
    padding-left: 0;
    padding-right: 0;
}

.header {
    height: 801px;
    width: 100%;
    background-image: url("../img/zaimcraf/img/header.svg");
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 1920px 801px;
}

.header-text {
    color: #FFFFFF;
    font-size: 56px;
    font-weight: 500;
    line-height: 62px;
    padding-top: 88px;
    width: 770px;
}

.header-counter {
    margin-top: 40px;
    display: inline-block;
    padding: 20px;
    color: #FFFFFF;
    font-size: 26px;
    line-height: 32px;
    background: #FBA301;
    border: 1px solid #FF0D01;
    border-radius: 20px;
}

.header-counter span {
    color: #FFFFFF;
    font-size: 26px;
    line-height: 32px;
    width: 75px;
    display: inherit;
}

.header-counter .watch-round {
    width: 40px;
    height: 40px;
}

@media (max-width: 798px) {
    .header {
        height: 150px;
        background-image: url("../img/zaimcraf/img/header-sm.svg");
        background-size: 345px 140px;
    }

    .header-text {
        font-size: 20px;
        line-height: 26px;
        padding-top: 30px;
        width: 172px;
    }

    .header-counter {
        margin-top: 25px;
        padding: 0;
        font-size: 14px;
        line-height: 14px;
        background-color: unset;
        border: unset;
        border-radius: unset;
    }

    .header-counter span {
        font-size: 14px;
        line-height: 14px;
        width: 45px;
    }

    .header-counter .watch-round {
        display: none;
    }
}

/***********************************************************************************************************************
 * AMOUNT AND TERM
 */
.amount-and-term {
    width: 604px;
    height: 578px;
    background-color: #ffffff;
    border-radius: 28px;
    margin-top: -175px;
    margin-left: auto;
    margin-right: auto;
    float: right;
}

.amount-and-term > .row {
    padding: 48px;
}

.amount-and-term .aat-title {
    color: #2E3038;
    font-size: 28px;
    line-height: 34px;
    font-weight: 600;
}

.amount-and-term .aat-b-title {
    color: #9698A1;
    font-size: 16px;
    line-height: 22px;
}

.amount-and-term .aat-b-separator {
    background-color: #d9d9d9;
    height: 1px;
    margin-top: 24px;
    margin-bottom: 24px;
}

.amount-and-term .aat-b-total {
    color: #2E3038;
    font-size: 28px;
    line-height: 34px;
    font-weight: 600;
    margin-top: 8px;
}

.amount-and-term .aat-b-f-t span {
    color: #9698A1;
    font-size: 18px;
    line-height: 24px;
}

.amount-and-term .aat-btn {
    margin-top: 55px;
}

@media (max-width: 798px) {
    .amount-and-term {
        width: 100%;
        border-radius: 20px;
        height: auto;
        margin-top: 80px;
    }

    .amount-and-term > .row {
        padding: 16px;
    }

    .amount-and-term .aat-title {
        font-size: 18px;
        line-height: 20px;
    }

    .amount-and-term .aat-b-title {
        display: none;
    }

    .amount-and-term .aat-b-separator {
        display: none;
    }

    .amount-and-term .aat-b-total {
        font-size: 22px;
        line-height: 24px;
        margin-top: 20px;
    }

    .amount-and-term .aat-btn {
        margin-top: 20px;
        margin-bottom: 10px;
    }
}

/***********************************************************************************************************************
 * SLIDER UI-WIDGET
 */
.ui-widget.ui-widget-content {
    border: unset;
    background: linear-gradient(180deg, rgba(255, 234, 197, 0.33) 0%, rgba(255, 188, 159, 0.1617) 100%);
    height: 8px;
}

.ui-slider-horizontal .ui-slider-range {
    height: 8px;
    background: #FF0C00 !important;
}

.ui-state-default,
.ui-state-active,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    background: #ffffff !important;
    border: 3px solid #FF0C00 !important;
    border-radius: 50%;
    width: 32px;
    height: 32px;
}

.ui-slider * {
    outline: none;
}

.ui-slider .slider-range-inverse {
    background: #CCC;
    position: absolute;
    right: 0;
}

.ui-slider .ui-slider-handle {
    width: 32px;
    height: 32px;
    cursor: pointer;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
    background: #FFF;
    top: -12px;
    border-radius: 50%;
    border-width: 0;
}

.ui-slider .ui-slider-handle:active {
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.5);
}

@media (max-width: 798px) {
    .ui-slider .ui-slider-handle {
        width: 24px;
        height: 24px;
        top: -9px;
    }

    .ui-slider-horizontal .ui-slider-range,
    .ui-widget.ui-widget-content {
        height: 6px;
    }
}

/***********************************************************************************************************************
 * BLOCK DATA
 */
.block-data {
    margin-top: 80px;
}

.step-2 .block-data,
.step-3 .block-data {
    margin-top: 0;
    padding-top: 80px;
    padding-bottom: 200px;
}

.block-data .block-data-row {
    padding: 40px;
    height: 410px;
    border-radius: 24px;
    border: 1px solid #E9EBF2;
    background-color: #ffffff;
}

.block-data .block-data-row:hover {
    background-color: #FFFBF2;
    box-shadow: 0 1px 25px 4px #ED610129;
}

.block-data-img {
    text-align: center;
}

.block-data-img img {
    width: 160px;
    height: 160px;
}

.block-data-count {
    margin-top: 48px;
    color: #2E3038;
    font-size: 48px;
    line-height: 48px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #E9EBF2;
}

.block-data-text {
    margin-top: 15px;
    color: #2E3038;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
}

@media (max-width: 798px) {
    .block-data .block-data-row {
        margin-top: 10px;
        padding: 24px;
        height: 128px;
        border-radius: 24px;
        border: 1px solid #E9EBF2;
        background-color: #ffffff;
    }

    .block-data-img {
        text-align: center;
    }

    .block-data-img img {
        width: 80px;
        height: 80px;
    }

    .block-data-count {
        margin-top: 0;
        font-size: 24px;
        line-height: 32px;
        text-align: left;
        padding-bottom: 10px;
        border-bottom: 1px solid #E9EBF2;
    }

    .block-data-text {
        margin-top: 10px;
        color: #9698A1;
        font-size: 16px;
        line-height: 20px;
        text-align: left;
    }
}

/***********************************************************************************************************************
 * BLOCK WHY
 */
.block-why {
    margin-top: 150px;
}

.block-why-title {
    color: #2E3038;
    font-size: 40px;
    text-align: center;
    font-weight: bold;
    padding-bottom: 40px;
}

.block-why-row {
    height: 340px;
    background: linear-gradient(149.78deg, rgba(255, 163, 0, 0.62) 10.29%, rgba(243, 212, 68, 0.62) 93.1%);
    border: 1px solid #E9EBF2;
    border-radius: 24px;
    padding-top: 35px;
    padding-left: 35px;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.bg-md-white {
    background: #ffffff;
}

.block-why-text {
    color: #474950;
    font-size: 32px;
    line-height: 36px;
    text-align: left;
    font-weight: bold;
    z-index: 1;
}

.block-why-img {
    position: absolute;
    bottom: 0;
    right: 35px;
}

.bwi-002 {
    right: 155px;
}

.bwi-003 {
    right: 140px;
}

.bwi-004 {
    right: -35px;
}

.block-why .btn-get-money {
    height: 112px;
    padding: 34px 80px 34px 80px;
    border-radius: 32px;
    margin-top: 60px;
    margin-bottom: 200px;
}

@media (max-width: 798px) {
    .block-why .btn-get-money {
        height: 72px;
        width: 100%;
        padding-top: 24px;
        padding-left: 0;
        padding-right: 0;
        margin-top: 40px;
        margin-bottom: 90px;
    }

    .bg-md-white {
        background: linear-gradient(180deg, rgba(255, 234, 197, 0.33) 0%, rgba(255, 188, 159, 0.1617) 100%);
    }

    .bg-sm-white {
        background-color: #ffffff;
    }

    .block-why {
        margin-top: 100px;
    }

    .block-why-title {
        font-size: 22px;
        text-align: center;
    }

    .block-why-row {
        margin-bottom: 10px;
        height: 160px;
    }

    .block-why-text {
        color: #2E3038;
        font-size: 18px;
        line-height: 22px;
    }

    .block-why-img {
        right: 0;
    }

    .bwi-001 {
        bottom: -16px;
        right: 0;
    }

    .bwi-001 img {
        height: 172px;
    }

    .bwi-002 {
        bottom: 21px;
        right: -30px;
    }

    .bwi-002 img {
        height: 118px;
    }

    .bwi-003 {
        bottom: 0;
        right: -17px;
    }

    .bwi-003 img {
        height: 137px;
    }

    .bwi-004 {
        bottom: 0;
        right: -39px;
    }

    .bwi-004 img {
        height: 144px;
    }
}

/***********************************************************************************************************************
 * BLOCK OBTAINING
 */
.block-obtaining {
    margin-top: 120px;
    background-color: #ffffff;
    border-radius: 24px;
    padding: 64px 49px;
    margin-bottom: 200px;
}

.block-obtaining-title {
    color: #2E3038;
    font-size: 40px;
    line-height: 40px;
    font-weight: bold;
    text-align: center;
}

.block-obtaining-desc {
    color: #9698A1;
    font-size: 22px;
    line-height: 30px;
    text-align: center;
    margin-top: 16px;
    margin-bottom: 80px;
}

.block-obtaining-row {
    background-color: #ffffff;
    margin: 10px 0;
    border-radius: 24px;
    box-shadow: 0 0 0 2px #EEF2FE, 0.5em 0.5em 3em #EEF2FE;
    padding: 18px 25px;
    height: 156px;
    cursor: pointer;
}

.block-obtaining-row:hover {
    box-shadow: 0 0 0 2px #EEF2FE, 0.5em 0.5em 3em #d0d3de;
}

.block-obtaining-img {
    padding-left: 0;
}

.block-obtaining-text {
    color: #2E3038;
    font-size: 24px;
    line-height: 32px;
    margin-top: 43px;
    white-space: nowrap;
    font-weight: 500;
}

@media (max-width: 1400px) {
    .block-obtaining-text {
        font-size: 17px;
    }
}

@media (max-width: 798px) {
    .block-obtaining {
        margin-top: 80px;
        background-color: #ffffff;
        border-radius: 32px;
        padding: 40px 16px;
        margin-bottom: 100px;
    }

    .block-obtaining-title {
        font-size: 22px;
        line-height: 28px;
    }

    .block-obtaining-desc {
        font-size: 14px;
        line-height: 18px;
        margin-top: 12px;
        margin-bottom: 20px;
    }

    .block-obtaining-row {
        margin: 4px 0;
        border-radius: 20px;
        padding: 20px 16px;
        /*height: 144px;*/
    }

    .block-obtaining-img {
        padding-left: calc(var(--bs-gutter-x) * .5);
        text-align: center;
    }

    .block-obtaining-img img {
        width: 80px;
        height: 80px;
    }

    .block-obtaining-text {
        font-size: 16px;
        line-height: 22px;
        margin-top: 10px;
        white-space: nowrap;
        text-align: center;
    }
}

/***********************************************************************************************************************
 * BLOCK FAQ
 */
.block-faq {
    margin-bottom: 200px;
}

.block-faq-title {
    font-size: 40px;
    line-height: 40px;
    font-weight: 500;
    text-align: center;
}

.block-faq-list {
    margin: 80px 45px;
    padding: 40px 48px;
    border-radius: 24px;
    border: 1px solid #E9EBF2;
    background-color: #ffffff;
}

.accordion-item {
    border: 1px solid #E9EBF2;
    margin-top: 8px;
    margin-bottom: 8px;
}

.accordion-flush .accordion-item .accordion-button,
.accordion-flush .accordion-item .accordion-button.collapsed {
    color: #2E3038;
}

.accordion-button:not(.collapsed),
.accordion-button:focus {
    background-color: #ffffff;
    box-shadow: unset;
}

.accordion-button:focus {
    border-color: #ffffff;
}

.accordion-button {
    color: #2E3038;
    font-size: 28px;
    line-height: 34px;
    font-weight: 500;
    padding: 16px 0;
}

.accordion-button::after {
    width: 56px;
    height: 56px;
    background-image: url('../img/zaimcraf/img/accordion-arrow-default.svg');
    background-size: 56px 56px;
}

.accordion-button:not(.collapsed)::after {
    background-image: url('../img/zaimcraf/img/accordion-arrow-active.svg');
    transform: unset;
}

.accordion-body {
    color: #474950;
    font-size: 18px;
    line-height: 24px;
    padding-left: 0;
}

.block-faq .btn-get-money {
    height: 112px;
    padding: 34px 80px 34px 80px;
    border-radius: 32px;
}

@media (max-width: 798px) {
    .block-faq {
        margin-bottom: 100px;
    }

    .accordion-body {
        color: #474950;
        font-size: 14px;
        line-height: 18px;
        padding-left: 0;
        padding-right: 0;
    }

    .accordion-button {
        font-size: 16px;
        line-height: 22px;
        padding: 10px 0;
    }

    .accordion-button::after {
        width: 44px;
        height: 44px;
        background-size: 44px 44px;
    }

    .block-faq .btn-get-money {
        height: 72px;
        width: 100%;
        padding-top: 24px;
        padding-left: 0;
        padding-right: 0;
    }

    .block-faq-title {
        font-size: 22px;
        line-height: 28px;
    }

    .block-faq-list {
        margin: 40px 0;
        padding: 16px 16px;
        border-radius: 32px;
    }
}

/************************************************
 * FOOTER
 */
.wrapper {
    height: 100%;
}

footer {
    background-color: #FFFFFF;
}

.footer {
    display: block;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}

.footer-b0 {
    height: 140px;
}

.footer-b0 div {
    color: #9698A1;
}

.footer .logo {
    height: 46px;
    margin-top: 47px;
}

.footer-b0 .contacts {
    margin-top: 44px;
    font-size: 18px;
    color: #9698A1;
    white-space: nowrap;
}

.footer-b0 .contacts .text-blue {
    color: #FF0C00;
    font-size: 22px;
    font-weight: 500;
}

.footer-b0 .contacts .text-black {
    color: #2E3038;
    font-size: 22px;
    font-weight: 500;
}

.footer-b0 .contacts.phones {
    margin-left: 155px;
    padding-right: 55px;
    border-right: 1px solid #E9EBF2;
}

.footer-b0 .contacts.emails {
    margin-left: 55px;
    padding-right: 55px;
    border-right: 1px solid #E9EBF2;
}

.footer-b0 .contacts.supports {
    margin-left: 55px;
}

.footer-b1 {
    justify-content: space-between;
    color: #9698A1;
    font-size: 18px;
}

.footer-b1 div {
    color: #9698A1;
}

.footer-b1 .separator {
    margin: 15px 0;
    width: 100%;
    height: 2px;
    background-color: #E9EBF2;
}

.footer-b1-0,
.footer-b1-1 {
    margin-top: 32px;
    border-radius: 32px;
    background-color: #F9FAFB;
    padding: 40px;
}

.footer-b1-0 {
    width: 40%;
}

.footer-b1-1 {
    width: 57%;
}

.footer-b1 .text-black {
    color: #2E3038;
}

.footer-b2 {
    color: #9698A1;
    font-size: 18px;
    padding: 25px 15px 35px 15px;
}

@media screen and (max-width: 1480px) {
    .footer-b0 {
        margin-left: 30px;
    }
}

@media (max-width: 798px) {
    footer {
        border-top-left-radius: 32px;
        border-top-right-radius: 32px;
        padding: 16px;
    }

    .footer .logo {
        margin-top: 15px;
    }

    .footer-b0 {
        height: 100%;
        margin-left: 0;
    }

    .footer-b0-logo {
        width: 100%;
    }

    .footer-b0 .contacts {
        font-size: 14px;
        margin-top: unset;
    }

    .footer-b0 .contacts.phones {
        margin-left: 0;
        margin-right: 0;
        margin-top: 24px;
        padding-right: 5px;
    }

    .footer-b0 .contacts.emails {
        margin-left: auto;
        margin-right: 0;
        margin-top: 24px;
        padding-right: 5px;
        border-right: unset;
    }

    .footer-b0 .contacts.supports {
        margin-left: 0;
        width: 100%;
        margin-top: 32px;
    }

    .footer-b0 .contacts .text-blue {
        font-size: 16px;
    }

    .footer-b1 {
        font-size: 14px;
    }

    .footer-b1-0,
    .footer-b1-1 {
        width: 100%;
        padding: 20px;
    }

    .footer-b2 {
        font-size: 14px;
        padding: 25px 0 35px;
        width: 100%;
        align-items: center;
        justify-content: center;
    }
}

/***********************************************************************************************************************
 * BLOCK AUTHORIZATION
 */
.block-authorization {
    padding-top: 40px;
}

.ba-title {
    color: #2E3038;
    font-size: 40px;
    line-height: 40px;
    font-weight: bold;
    text-align: center;
}

.ba-count {
    color: #FFFFFF;
    font-size: 22px;
    line-height: 32px;
    text-align: center;
    font-weight: 500;
    padding: 20px 26px;
    background-color: #FBA301;
    border-radius: 20px;
    width: fit-content;
    display: block;
    margin: 30px auto 0;
}

.ba-count span {
    color: #FFFFFF;
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
}

.ba-auth-block {
    width: 710px;
    margin: 30px auto 0;
    padding: 48px;
    background-color: #ffffff;
    border-radius: 40px;
}

.baab-title {
    color: #2E3038;
    font-size: 32px;
    line-height: 40px;
    font-weight: 500;
}

.baab-desc {
    color: #9698A1;
    font-size: 18px;
    line-height: 24px;
    margin-top: 15px;
}

.baab-desc a {
    color: #FF0C00;
}

.auth-data-success {
    color: #69B284;
    font-size: 18px;
    line-height: 24px;
    margin-top: 15px;
}

.baab-separator {
    width: 100%;
    height: 1px;
    background-color: #E9EBF2;
    margin-top: 32px;
    margin-bottom: 20px;
}

.ba-auth-block label {
    color: #2E3038;
    font-size: 16px;
    line-height: 22px;
}

.ba-auth-block input#phone-number {
    color: #9698A1;
    font-size: 22px;
    line-height: 30px;
    padding: 14px 16px;
    border: 1px solid #E9EBF2;
}

.ba-auth-block input#phone-number:focus {
    color: #9698A1;
    border-color: #E9EBF2;
    box-shadow: unset;
}

.baab-desc2,
.baab-desc2 span {
    color: #9698A1;
    font-size: 18px;
    line-height: 24px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.baab-desc2 img {
    margin-top: -4px;
}

.btn-check-profile,
.btn-send-sms-code,
.btn-check-sms-code {
    width: 100%;
    height: 64px;
    border-radius: 32px;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    border: unset;
    color: #ffffff;
    background-color: #FF0C00;
    margin-top: 30px;
}

.btn-check-profile:focus-visible,
.btn-check-profile:hover,
.btn-check-profile:active,
.btn-send-sms-code:focus-visible,
.btn-send-sms-code:hover,
.btn-send-sms-code:active,
.btn-check-sms-code:focus-visible,
.btn-check-sms-code:hover,
.btn-check-sms-code:active {
    color: #ffffff;
    background-color: rgba(255, 12, 0, 0.85);
}

.btn-check-profile[disabled],
.btn-send-sms-code[disabled],
.btn-check-sms-code[disabled] {
    color: #ffffff;
    background-color: #D5D6DB;
}

#single-factor-code-text-field {
    outline: none;
    letter-spacing: 0.5em;
    -moz-appearance: textfield;
}

#phone-number,
#phone-number:active,
#single-factor-code-text-field,
#single-factor-code-text-field:active {
    padding: 14px 16px;
    border-radius: var(--bs-border-radius);
    border: 1px solid #E9EBF2;
    box-shadow: unset;
}

#phone-number:focus,
#single-factor-code-text-field:focus {
    padding: 14px 16px;
    border-radius: var(--bs-border-radius);
    border: 1px solid #FF0C00;
    box-shadow: unset;
}

#phone-number.is-valid {
    border-color: #00C99F;
    background-image: url('../img/zaimcraf/img/input-valid.svg');
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: 32px 32px;
}

#single-factor-code-text-field.is-valid {
    border-color: #00C99F;
    background-image: unset;
}

#single-factor-code-text-field.is-invalid {
    border: 1px solid #E9EBF2;
    background-image: unset;
    color: #E74646;
}

#phone-number-span {
    color: #2E3038;
}

input#single-factor-code-text-field::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

@media (max-width: 798px) {
    .ba-auth-block {
        width: 100%;
        margin: 30px auto 0;
        padding: 20px 16px;
        border-radius: 24px;
    }

    .ba-title {
        font-size: 22px;
        line-height: 28px;
        width: 315px;
        margin-left: auto;
        margin-right: auto;
    }

    .ba-count {
        font-size: 16px;
        line-height: 22px;
        padding: 12px 16px;
        border-radius: 14px;
        margin: 15px auto 0;
    }

    .ba-count span {
        font-size: 16px;
        line-height: 22px;
    }

    .baab-title {
        font-size: 18px;
        line-height: 22px;
    }

    .baab-desc,
    .auth-data-success {
        font-size: 14px;
        line-height: 18px;
    }

    .baab-separator {
        margin-top: 18px;
        margin-bottom: 16px;
    }

    .ba-auth-block label {
        font-size: 14px;
        line-height: 18px;
    }

    .ba-auth-block input#phone-number {
        font-size: 16px;
        line-height: 20px;
        padding: 12px 16px;
    }

    .baab-desc2,
    .baab-desc2 span {
        font-size: 14px;
        line-height: 18px;
        margin-top: 16px;
        margin-bottom: 16px;
    }

    .btn-check-profile,
    .btn-send-sms-code,
    .btn-check-sms-code {
        height: 56px;
        border-radius: 86px;
        font-size: 16px;
        line-height: 20px;
        margin-top: 20px;
    }
}

/***********************************************************************************************************************
 * BLOCK PROFILE
 */
.block-profile {
    padding-top: 40px;
}

.step-4 .block-data {
    padding-bottom: 100px;
}

.bf-profile {
    width: 846px;
    margin: 0 auto;
    padding: 48px;
    background-color: #ffffff;
    border-radius: 56px;
}

.bf-title {
    color: #2E3038;
    font-size: 32px;
    line-height: 40px;
    font-weight: 600;
}

.bf-count {
    color: #9698A1;
    font-size: 18px;
    line-height: 24px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.bf-count span {
    color: #FF0C00;
    font-size: 18px;
    line-height: 24px;
}

.bf-probability {
    padding: 0 10px;
}

.bf-probability .ui-slider .ui-slider-handle {
    width: 20px;
    height: 20px;
    box-shadow: unset;
    top: 0;
}

.bf-probability .ui-state-default,
.bf-probability .ui-state-active,
.bf-probability .ui-widget-content .ui-state-default,
.bf-probability .ui-widget-header .ui-state-default,
.bf-probability .ui-button,
.bf-probability html .ui-button.ui-state-disabled:hover,
.bf-probability html .ui-button.ui-state-disabled:active {
    background: #FF0C00 !important;
}

.bf-probability .ui-widget.ui-widget-content {
    height: 20px;
}

.bf-probability .ui-slider-horizontal .ui-slider-range {
    height: 20px;
    background: #FF0C00 !important;
    border-bottom-left-radius: 27px;
    border-top-left-radius: 27px;
}

/*.bf-probability .ui-slider-horizontal .ui-slider-range-min {*/
/*    left: -10px;*/
/*}*/

.bf-probability .form-label {
    color: #2E3038;
    font-size: 16px;
    line-height: 22px;
}

.bf-input-block {
    margin-bottom: 32px;
}

.bf-profile input[type="text"],
.bf-profile input[type="date"],
.bf-profile input[type="text"]:hover,
.bf-profile input[type="date"]:hover,
.bf-profile input[type="text"]:focus,
.bf-profile input[type="date"]:focus,
.bf-profile input[type="text"]:focus-visible,
.bf-profile input[type="date"]:focus-visible {
    color: #2E3038;
    font-size: 18px;
    line-height: 24px;
    padding: 23px 16px;
    border: 1px solid #E9EBF2;
    background-color: #ffffff;
    border-radius: var(--bs-border-radius);
}

.bf-profile input::placeholder {
    opacity: 0.75;
    color: #9698A1;
}

.popup-form__policy {
    color: #9698A1;
    font-size: 16px;
    line-height: 22px;
}

.popup-form__policy a {
    color: #FF0C00;
    font-size: 16px;
    line-height: 22px;
}

.bf-profile .form-label {
    width: 100%;
    position: relative;
    color: #2E3038;
    font-size: 16px;
    line-height: 22px;
}

.bf-profile .form-label.title-after-5:after {
    content: '+5% к одобрению';
}

.bf-profile .form-label.title-after-10:after {
    content: '+10% к одобрению';
}

.bf-profile .form-label.title-after-15:after {
    content: '+15% к одобрению';
}

.bf-profile .form-label.title-after-20:after {
    content: '+20% к одобрению';
}

.bf-profile .form-label:after {
    font-style: normal;
    font-weight: 600;
    font-size: 11px;
    line-height: 11px;
    color: #6B7280;
    opacity: 0.7;
    position: absolute;
    top: 6px;
    right: 0;
}

@media (max-width: 798px) {
    .bf-input-block {
        margin-bottom: 16px;
    }

    .bf-probability {
        padding: 0;
    }

    /*.bf-probability .ui-slider .ui-slider-handle {*/
    /*    border-top-left-radius: unset;*/
    /*    border-bottom-left-radius: unset;*/
    /*}*/
    .bf-profile {
        width: 100%;
        padding: 20px 16px;
        border-radius: 24px;
    }

    .bf-title {
        font-size: 18px;
        line-height: 22px;
    }

    .bf-count {
        font-size: 14px;
        line-height: 18px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .bf-count span {
        font-size: 14px;
        line-height: 18px;
    }

    .bf-profile .form-label {
        font-size: 14px;
        line-height: 18px;
    }

    .bf-profile input[type="text"],
    .bf-profile input[type="date"],
    .bf-profile input[type="text"]:hover,
    .bf-profile input[type="date"]:hover,
    .bf-profile input[type="text"]:focus,
    .bf-profile input[type="date"]:focus,
    .bf-profile input[type="text"]:focus-visible,
    .bf-profile input[type="date"]:focus-visible {
        color: #9698A1;
        font-size: 16px;
        line-height: 20px;
        padding: 18px 16px;
        border: 1px solid #E9EBF2;
        border-radius: 16px;
    }
}

/***********************************************************************************************************************
 * MODAL SUCCESS
 */
#successModal .modal-dialog {
    max-width: 710px;
    max-height: unset;
}

#successModal .modal-content {
    padding: 48px;
    border-radius: 48px;
}

#successModal .modal-title {
    color: #2E3038;
    font-size: 26px;
    line-height: 32px;
    font-weight: 600;
    text-align: center;
}

#successModal .modal-body {
    text-align: center;
    color: #9698A1;
    font-size: 20px;
    line-height: 26px;
    padding: 0;
}

#successModal .modal-body span {
    color: #9698A1;
}

#successModal .ui-slider-horizontal .ui-slider-range {
    height: 20px;
    background: #FF0C00 !important;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

#successModal .ui-widget.ui-widget-content {
    height: 20px;
}

#successModal .ui-slider .ui-slider-handle {
    width: 20px;
    height: 20px;
    background: #FF0C00 !important;
    top: 0;
    border-radius: 50%;
    border-width: 0;
    box-shadow: unset !important;
}

#successModal .txt-percent {
    color: #2E3038 !important;
    font-size: 40px;
    line-height: 48px;
    font-weight: 600;
}

@media (max-width: 798px) {
    #successModal .modal-content {
        padding: 20px 16px;
        border-radius: 32px;
    }

    #successModal .modal-title {
        font-size: 18px;
        line-height: 22px;
    }

    #successModal .modal-body {
        font-size: 14px;
        line-height: 18px;
    }

    #successModal .modal-body span {
        color: #9698A1;
    }

    #successModal .ui-slider-horizontal .ui-slider-range {
        height: 14px;
        border-top-left-radius: 27px;
        border-bottom-left-radius: 27px;
    }

    #successModal .ui-widget.ui-widget-content {
        height: 14px;
    }

    #successModal .ui-slider .ui-slider-handle {
        width: 14px;
        height: 14px;
        border-radius: 27px;
    }

    #successModal .txt-percent {
        font-size: 22px;
        line-height: 28px;
        color: #2E3038 !important;
    }
}

.text-red {
    color: #FF0C00;
}

#auth-phone-number-span {
    color: #2E3038;
}

.auth-baab-desc a {
    color: #2B5BE0;
}

.auth-btn {
    color: #ffffff;
    background-color: #FF0C00;
    padding: 15px 38px;
    width: auto;
    border-radius: 10px;
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.auth-btn-total {
    color: #ffffff;
    background-color: #FF0C00;
    padding: 34px 40px;
    width: 100%;
    border-radius: 10px;
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.auth-btn:disabled,
.auth-btn-total:disabled {
    color: #ffffff;
    background-color: #9698A1;
    opacity: 1;
}

.auth-btn-success,
.auth-btn-success:disabled {
    color: #ffffff;
    opacity: 1;
    background-color: #7EC307;
}

.auth-btn-danger,
.auth-btn-danger:disabled {
    color: #ffffff;
    opacity: 1;
    background-color: #FF0D01;
}

.pep-input,
.pep-input:active {
    outline: none;
    letter-spacing: 0.5em;
    -moz-appearance: textfield;
    padding: 14px 16px;
    border-radius: var(--bs-border-radius);
    border: 1px solid #E9EBF2;
    box-shadow: unset;
}

.pep-input:focus {
    padding: 14px 16px;
    border-radius: var(--bs-border-radius);
    border: 1px solid #FF0C00;
    box-shadow: unset;
}

.pep-input.is-valid {
    border-color: #00C99F;
    background-image: unset;
}

.pep-input.is-invalid {
    border: 1px solid #E9EBF2;
    background-image: unset;
    color: #E74646;
}

input.pep-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

#error-pep-001,
#error-pep-002,
#error-pep-003 {
    display: none;
    color: #FF0D01;
}

.ba-auth-block input#fio {
    color: #9698A1;
    font-size: 22px;
    line-height: 30px;
    padding: 14px 16px;
    border: 1px solid #E9EBF2;
}

.ba-auth-block input#fio:focus {
    color: #9698A1;
    border-color: #E9EBF2;
    box-shadow: unset;
}