@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;0,700;0,900;1,400;1,500;1,900&display=swap');
*{
    box-sizing:border-box;
}
.container {
    width: 100%;
    max-width: 425px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    position: relative;
}
.container .content{
    padding-left: 26px;
    padding-right: 26px;
}
body{
    margin: 0;
    font-family: Roboto;
    position: relative;
    overflow-y: scroll;
    min-height: 100vh;
}
/************************ Header ********************************/
.form-header {
    position: relative;
    padding-bottom: 19px;
    padding-left: 7px;
}
.container__header__logo {
    padding-top: 7px;
}
.logo span{
    color: #455B5F;
}
.logo {
    margin-top: 10px;
    display: block;
    margin-bottom: 20px;
    font-family: Roboto;
    font-weight: bold;
    text-decoration: none;
    color: #DD4332;
    font-size: 28px;
}
.header__background {
    position: absolute;
    z-index: 3;
    max-width: 423px;
    height: 300px;
    left: 114px;
    top: -20px;
}
.header__title {
    text-transform: uppercase;
    margin: 0px;
    padding-top: 15px;
    padding-bottom: 10px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 900;
    font-size: 34px;
    line-height: 31px;
    color: #3297A6;
    text-shadow: 0px 4px 10px rgba(255, 255, 255, 0.75);
}
.header__subtitle {
    margin: 0px;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    color: #3297A6;
    text-shadow: 0px 2px 6px rgba(255, 255, 255, 0.1);
}
.subtitle__core {
    font-family: Roboto;
    font-weight: normal;
    color: rgba(50, 151, 166, 0.47);
}
.subtitle__core__inner {
    font-family: Roboto;
    font-weight: normal;
    color: #3297A6;
}
.suptitle__core {
    font-family: Roboto;
    color: rgba(50, 151, 166, 0.79);
}
.suptitle__core__inner {
    font-family: Roboto;
    font-weight: normal;
    color: rgba(50, 151, 166, 0.77);
}
/**************Form credit***************/
.container__form-credit {
    position: relative;
}
.title__form-credit {
    position: absolute;
    z-index: 2;
    width: 100%;
    background: linear-gradient(180deg, #2EA5B8 0%, #3394A3 100%);
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.08);
    border-radius: 18px 18px 5px 5px;
}
.text__title__form {
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 8px;
    margin: 0;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
}
.container__form-credit__core {
    padding-left: 20px;
    padding-right: 20px;
    background: #FFFFFF;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.11);
    border-radius: 14px;
}
.form-credit {
    padding-top: 55px;
    margin: 0 auto;
    position: relative;
}
.credit__title-sum {
    margin: 0;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: rgba(69, 91, 95, 0.62);
}
.credit-sum {
    font-weight: 900;
    color: #455B5F;
}
/********************input*****************/
.sum__input {
    visibility: hidden;
    position: absolute;
    top: 86px;
    margin: 0;
    width: 100%;
    height: 6px;
}
.day__input {
    visibility: hidden;
    position: absolute;
    top: 179px;
    margin: 0;
    width: 100%;
    height: 6px;
}
.min-max__sum {
    padding-top: 5px;
    display: flex;
    justify-content: space-between;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #B3B3B3;
}
.min-max__day {
    padding-top: 5px;
    display: flex;
    justify-content: space-between;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #B3B3B3;
}
.credit__title-day {
    padding-top: 22px;
    margin: 0;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: rgba(69, 91, 95, 0.62);
}
.credit-day {
    font-weight: 900;
    color: #455B5F;
}
.credit-day__core {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #455B5F;
}
/**********BUTTON************/
.button__money {
    padding-top: 26px;
}
.button__money__core {
    width: 100%;
    height: 50px;
    background: #DD4332;
    border-radius: 15px;
    border: none;
    text-transform: uppercase;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #FFFFFF;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: AnimationName 6s ease infinite;
    background: linear-gradient(90deg, rgba(221,67,50,1) 0%, rgba(221,67,50,1) 29%, rgba(220,93,94,1) 31%, rgba(221,67,50,1) 33%);
    background-size: 400% 400%;
}

.button__money__core img{
    margin-right: 6px;
}
.calculator-results {
    padding-top: 12px;
}

/*****calculator******/
.calculator-results {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 222%;
    color: rgba(69, 91, 95, 0.35);
}
.sum__credit {
    display: flex;
    justify-content: space-between;
}
.result-sum {
    font-weight: bold;
}
.pay__credit {
    display: flex;
    justify-content: space-between;
}
.result-pay {
    font-weight: bold;
}
.total-sum {
    font-weight: bold;
}
.total-sum__core {
    padding-bottom: 21px;
}

.footer__info {
    margin-top: 29px;
    padding-left: 4px;
    font-family: Rubik;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 100%;
    text-align: justify;
    color: #86ADAD;
    opacity: 0.4;
}

/**************************STEP 2****************************/
/*****header step-2*****/
.form-header__step-2 {
    position: relative;
    padding-bottom: 19px;
    padding-left: 7px;
}
.header__title__step-2 {
    padding-top: 15.45px;
    padding-bottom: 8px;
    margin: 0;
    font-family: Roboto;
    font-style: normal;
    font-weight: 900;
    font-size: 25px;
    line-height: 91.69%;
    color: #3297A6;
    text-shadow: 0px 4px 10px rgba(255, 255, 255, 0.75);
}
.header__subtitle__step-2 {
    margin: 0;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #3297A6;
    text-shadow: 0px 2px 6px rgba(255, 255, 255, 0.1);
}
.subtitle-sum {
    font-weight: bold;
    text-shadow: 0px 2px 6px rgba(255, 255, 255, 0.1);
}
.subtitle-day {
    font-weight: bold;
    text-shadow: 0px 2px 6px rgba(255, 255, 255, 0.1);
}
.header__background__step-2 {
    position: absolute;
    max-width: 287px;
    height: 204px;
    left: 186px;
    top: -55px;
}
.container__form__number__core .phone-error{
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 12px;
    width: 95%;
    color: #d94545;
    margin: 3px auto 0;
}
/*****form step-2*****/
.container__form__number {
    position: relative;
}
.title__form__number {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 34px;
    padding-left: 20px;
    display: flex;
    align-items: center;
    background: linear-gradient(180deg, #2EA5B8 0%, #3394A3 100%);
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.08);
    border-radius: 18px 18px 5px 5px;
}
.text__form__number {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
}
.container__form__number__core {
    padding-left: 21px;
    padding-right: 21px;
    background: #FFFFFF;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.11);
    border-radius: 14px;
}
.form__number__step-2 {
    margin: 0 auto;
    padding-top: 48px;
}
.input_form {
    width: 100%;
    height: 37px;
    padding-left: 14px;
    background: #EFEFEF;
    border-radius: 11px;
    border: none;
    outline: none;
}
.input_form::placeholder {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: rgba(0, 0, 0, 0.25);
}

/******BUTTON******/
.button__receive-money__core {
    padding-top: 10px;
    padding-bottom: 44px;

}
.button-receive-money {
    width: 100%;
    height: 50px;
    background: #DD4332;
    border-radius: 15px;
    border: none;
    text-transform: uppercase;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #FFFFFF;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;

    animation: AnimationName 6s ease infinite;
    background: linear-gradient(90deg, rgba(221,67,50,1) 0%, rgba(221,67,50,1) 29%, rgba(220,93,94,1) 31%, rgba(221,67,50,1) 33%);
    background-size: 400% 400%;
}
.button-receive-money img{
    margin-right: 6px;
}
.footer__info__step-2 {
    margin-top: 19px;
    padding-left: 4px;
    font-family: Rubik;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 100%;
    text-align: justify;
    color: #86ADAD;
    opacity: 0.4;
}

/**************************STEP 3****************************/
/*****header step-3*****/
.form-header__step-3 {
    position: relative;
    padding-bottom: 25px;
    padding-left: 6px;
}
.header__subtitle__step-3 {
    padding-top: 18.45px;
    margin: 0;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #3297A6;
    text-shadow: 0px 2px 6px rgba(255, 255, 255, 0.1);
}
.header__background__step-3 {
    position: absolute;
    max-width: 287px;
    height: 204px;
    left: 186px;
    top: -88px;
}
/*****form-credit step-3*****/
.offers-wrapper {

}
.offer-item {
    padding: 22px 30px 30px 30px;
    margin-bottom: 25px;
    background: #FFFFFF;
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.15);
    border-radius: 21px;
}
.offer-bg {
    height: 82px;
    margin: 0 auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 55%;
}
.body-card-logo {
    height: 100px;
    margin-bottom: 4px;
    background-size: 85%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.body-card-logo img {
    display: block;
    margin: 0 auto;
    max-width: 68%;
    height: auto;
}
.offer__rating__text {
    text-align: center;
    padding-top: 8px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #A7A7A7;
}
.form__input__step-3 {
    padding-top: 7px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.form__input__step-3__inner {

}
.percent-input {
    visibility: hidden;
    position: absolute;
    margin: 0;
    width: 136px;
}
.percent-input__core {
    width: 145px;
    height: 17px;
    background: #CDCDCE;
    border-radius: 54px;
}
.percent-input__inner {
    width: 85%;
    height: 17px;
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.08);
    background: linear-gradient(90deg, #2EA5B8 42.65%, #3394A3 100%);
    border-radius: 54px;
}
.percent-text {
    padding-left: 7px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #BBBBBB;
}
.container__info {
    padding-top: 15px;
    width: 143px;
    margin: 0 auto;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #417982;
}
.info__banking {
    display: flex;
}
.info__text {
    padding-left: 5px;
}
.info__wallet {
    display: flex;
}
.wallet__core {
    padding-right: 7px;
}
.resoult-money {
    font-weight: bold;
}
.time__core {
    padding-right: 8px;
}
.resoult-day {
    font-weight: bold;
}
/******BUTTON******/
.button-step-3 {
    margin: 0 auto;
}
.button-step-3__core {
    height: 43px;
    width: 100%;
    margin-top: 21.76px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ED5A5A;
    border-radius: 15px;
    text-decoration: none;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #FFFFFF;

    animation: AnimationName 6s ease infinite;
    background: linear-gradient(90deg, rgba(221,67,50,1) 0%, rgba(221,67,50,1) 29%, rgba(220,93,94,1) 31%, rgba(221,67,50,1) 33%);
    background-size: 400% 400%;
}
.button-step-3__core span {
    text-transform: uppercase;
}
.button-step-3__core img {
    margin-right: 6px;
}

    /*SLIDER*/
.irs--round{
    height: 26px !important;
}
.irs--round .irs-line{
    height: 6px !important;
    background: #EFEFEF !important;
    top: 10px !important;
    border-radius: 11px !important;
}
.irs--round .irs-single{
    display: none !important;
}
.irs--round .irs-bar{
    height: 6px !important;
    background: #ED5A5A !important;
    top: 10px !important;
    border-radius: 11px !important;
}
.irs--round .irs-handle{
    background: #ED5A5A !important;
    border: 3px solid #f9c9c9 !important;
    top: 3px !important;
    width: 20px !important;
    height: 20px !important;
}
.irs--round .irs-handle:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 50px;
    height: 50px;
    z-index: 999;
}

@-webkit-keyframes AnimationName {
    0%{background-position:0% 53%}
    50%{background-position:100% 48%}
    100%{background-position:0% 53%}
}
@-moz-keyframes AnimationName {
    0%{background-position:0% 53%}
    50%{background-position:100% 48%}
    100%{background-position:0% 53%}
}
@-o-keyframes AnimationName {
    0%{background-position:0% 53%}
    50%{background-position:100% 48%}
    100%{background-position:0% 53%}
}
@keyframes AnimationName {
    0%{background-position:0% 53%}
    50%{background-position:100% 48%}
    100%{background-position:0% 53%}
}



/* Features */
.section-title .title {
    text-transform: uppercase;
    margin: 0px;
    padding-top: 15px;
    padding-bottom: 10px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 900;
    font-size: 26px;
    line-height: 31px;
    color: #455B5F;
    text-shadow: 0px 4px 10px rgba(255, 255, 255, 0.75);
}
.features {
    padding-top: 50px;
}
.features .features-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    padding: 20px;
    margin-top: 15px;
    border-radius: 8px;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.11);
}
.features .features-wrap img {
    width: 72px;
    height: 72px;
}
.features .features-wrap .features-text {
    padding-left: 15px;
}
.features .features-wrap .features-text .title {
    color: #455B5F;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 106.3%;
    margin-bottom: 12px;
}
.features .features-wrap .features-text p {
    color: #455B5F;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 106.3%;
    margin-bottom: 0;
}