@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Impact:wght@400&display=swap');

.header *,
.main *,
.footer *{
    box-sizing:border-box;
}

.container {
    width: 100%;
    max-width: 375px;
    margin-left: auto;
    margin-right: auto;

}
.text_bold{
    color:#fff;
    font-weight: 600;
}
.text_light{
    color:#fff;
    font-weight: 400;
    font-size: 14px;
}
.container .innerCont{
    padding-left: 20px;
    padding-right: 20px
}

@media only screen and (max-width: 375px) {
    .container .innerCont{
        padding-left: 20px;
        padding-right: 20px
    }
}

html{
    height: 100%;
}
.main{
    overflow: auto hidden;
}
body{
    font-family: 'Rubik', sans-serif;
    margin: 0;
    display: flex;
    flex-direction: column;
    position: relative;
    background: #0094FF;
    max-width: 100vw;
    background: -webkit-linear-gradient(90deg, #0259DC 0%, #4F94FC 100%);
    background: linear-gradient(90deg, #0259DC 0%, #4F94FC 100%);
}

img {
    width: 100%;
}

/* HEADER */
.header {
    background: transparent;
    padding-top: 12px;
    padding-bottom: 12px;
    z-index: 6;
}
.header .header_wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0 15px;
    width: 375px;
}

.header .header_wrapper .logo {
    font-size: 10px;
    color: #fff;
    text-decoration: none;
}

/* BUTTON */
.main .buttonWrapper{
    text-align: center;
    margin-top: 30px;
}
.main .buttonWrapper .button{
    width: 95%;
    margin: 0 auto;
    position: relative;
}
.main .buttonWrapper .button a,
.main .buttonWrapper .button button{
    position: relative;
    background: #2848EF;
    border: none;
    outline: none;
    border-radius: 50px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    font-size: 20px;
    font-weight: 800;
    font-style: normal;
    padding: 16px 20px 18px;
    width: 100%;
    height: 63px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 2px 2px 22px rgba(65,107,255,.5);
    -webkit-animation: pulse 1.8s infinite;

}
.main .buttonWrapper .button a img{
    margin-right: 8px;
    width: 30px;
}
.main .buttonWrapper .button .card {
    width: 38px;
    margin-right: 10px;
}
.main .buttonWrapper .button .emoji {
    width: 50px;
    height: 50px;
    position: absolute;
    top: -23px;
    right: -10px;
    -webkit-animation: scaling 1.5s infinite;
    animation: scaling 1.5s infinite;
}
@keyframes scaling {
    0% {
        transform: scale(.9);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(.9);
    }
}
.main .buttonWrapper .button button:hover{
    cursor: pointer;
    -webkit-animation: none;
}
.main .buttonWrapper .button button:focus{
    outline: none;
}
.main .buttonWrapper .button .money-btn,
.main .buttonWrapper .button .money-btn-two {
    margin-left: 10px;
    display: inline-block;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    color: #FFF;
    background: #122ba7;
    border-radius: 5px;
    padding: 6px 8px;
}
@media only screen and (max-width: 375px) {
    .main .buttonWrapper .button a,
    .main .buttonWrapper .button button {
        font-size: 16px;
    }
    .main .buttonWrapper .button .money-btn,
    .main .buttonWrapper .button .money-btn-two {
        font-size: 16px;
    }
}

@-webkit-keyframes pulse {
    0% {
        @include transform(scale(.9));
    }
    70% {
        @include transform(scale(1));
        box-shadow: 0 0 0 10px rgba(65,107,255,.15)
    }
    100% {
        @include transform(scale(.9));
        box-shadow: 0 0 0 10 rgb(255 234 0 / .5%)
    }
}

.main .buttonWrapper .button .action{
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    text-align: right;
    color: #363636;
    font-style: italic;
    margin-top: 10px;
}
.main .buttonWrapper .button .arrow{
    position: absolute;
    right: -23px;
    top: 26px;
}

/* MAIN */
.main{
    height: 100%;
    padding-bottom: 0;
    padding-top: 30px;
}

.main .third_page {
    overflow: hidden;
}
.main .third_page .innerCont {
    padding-left: 15px;
    padding-right: 15px;
}
.main .third_page .mainTitle{
    position: relative;
    z-index: 50;
    font-style: normal;
    font-size: 27px;
    font-style: normal;
    font-weight: 800;
    line-height: 115%;
    color: #fff;
    margin-bottom: 5px;
    text-align: center;
}
@media only screen and (max-width: 375px) {
    .main .third_page .mainTitle{
        font-size: 25px;
    }
}
.main .third_page .offers_wrapper{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.main .third_page .offers_wrapper .img-holder{
    position: absolute;
    width: 150px;
    top: -120px;
    right: -35px;
}
.main .third_page .offers_wrapper .offer {
    width: calc(50% - 5px);
    padding: 12px 8px;
    position: relative;
    margin-top: 25px;
    background: #FFFFFF;
    box-shadow: 0px 4px 25px rgba(0,0,0,0.15);
    border-radius: 15px;

}
.main .third_page .offers_wrapper .offer > a {
    text-decoration: none;
    display: flex;
    flex-direction: column;
}
.main .third_page .offers_wrapper .offer .label{
    font-size: 10px;
    font-weight: 400;
    height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    position: absolute;
    left: 50%;
    width: 128px;
    text-align: center;
    transform: translateX(-50%);
    top: 0px;
    padding: 0 9px;
    border-radius: 0 0 9px 9px;
    text-transform: uppercase;
}
.main .third_page .offers_wrapper .offer .label .rubick{
    position: absolute;
    width: 30px;
    height: 30px;
    background: white;
    transform: rotate(45deg);
    right: -15px;
}
.main .third_page .offers_wrapper .offer .label.orange{
    background: #FF9E01;
}
.main .third_page .offers_wrapper .offer .label.purple{
    background: #af5bf8;
}
.main .third_page .offers_wrapper .offer .label.green{
    background: #0BC33F;
}
.main .third_page .offers_wrapper .offer .label.dark{
    background: #444;
}
.main .third_page .offers_wrapper .offer .offer-bg{
    width: 100%;
    height: 80px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 110%;
    margin-bottom: 20px;
    text-decoration: none;
}
@media only screen and (max-width: 375px) {
    .main .third_page .offers_wrapper .offer .offer-bg{
        background-size: contain;
    }
}
@media only screen and (min-width: 425px) {
    .main .third_page .offers_wrapper .offer .offer-bg{
        background-size: contain;
    }
}
.main .third_page .offers_wrapper .offer .offer-logo {
    width: 90%;
    margin: 0 auto;
    display: flex;
    object-fit: contain;
}

.main .third_page .offers_wrapper .offer .offer-info {
    display: flex;
    flex-direction: column;
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid #E7ECF0;
    padding-top: 17px;
}
.main .third_page .offers_wrapper .offer .offer-info li {
    font-size: 12px;
    color: #2D4562;
    position: relative;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.main .third_page .offers_wrapper .offer .offer-info li:last-child {
    margin-bottom: 0;
}
.main .third_page .offers_wrapper .offer .offer-info li span {
    display: block;
    font-weight: 400;
    color: #636363;
    font-size: 12px;
}
.main .third_page .offers_wrapper .offer .offer-info li span.bold {
    font-weight: 600;
    font-size: 12px;
    color: #000;
}
.main .third_page .offers_wrapper .offer .rating{}
.main .third_page .offers_wrapper .offer .rating .title{
    text-align: center;
    font-family: 'Gilroy', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #113C40;
}
.main .third_page .offers_wrapper .offer .rating .bar-wrap{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80%;
    margin: 8px auto 0;
}
.main .third_page .offers_wrapper .offer .rating .bar-wrap .bar-top{
    height: 17px;
    width: 90%;
    background: #CDCDCE;
    border-radius: 54px;
}
.main .third_page .offers_wrapper .offer .rating .bar-wrap .bar-top .inner{
    background: #58B239;
    border-radius: 54px;
    height: 17px;
}
.main .third_page .offers_wrapper .offer .rating .bar-wrap .value{
    font-size: 14px;
    line-height: 16px;
    color: #BBBBBB;
    margin-left: 7px;
    font-family: 'Gilroy', sans-serif;
    font-weight: 400;
}
.main .third_page .offers_wrapper .offer .bank-card{
    margin-top: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}
.main .third_page .offers_wrapper .offer .bank-card img{
    margin-right: 7px;
}
.main .third_page .offers_wrapper .offer .bank-card span{
    font-family: 'Gilroy', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #113C40;
}
.main .third_page .offers_wrapper .offer .text-data{
    margin-bottom: 8px;
    text-align: center;
    font-size: 12px;
    line-height: 14px;
    color: #406F3C;
    font-family: 'Gilroy', sans-serif;
    font-weight: 400;
}
.main .third_page .offers_wrapper .offer .text-data .bold{
    font-weight: 700;
}
.main .third_page .offers_wrapper .offer .general_button_wrapper{
    margin-top: 17px;
}
.main .third_page .offers_wrapper .offer .general_button_wrapper .button{
    width: 100%;
    position: relative;
}
.main .third_page .offers_wrapper .offer .general_button_wrapper .btn-main{
    position: relative;
    background: #2848EF;
    border: none;
    outline: none;
    border-radius: 50px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    font-size: 12.5px;
    letter-spacing: .2px;
    height: 45px;
    font-style: normal;
    font-weight: 500;
    padding: 12px 10px;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 2px 2px 12px rgba(65,107,255,.5);
    /*    -webkit-animation: pulse 1.8s infinite;*/
}
.main .third_page .offers_wrapper .offer .general_button_wrapper .approve-credits {
    width: 90%;
    margin: 5px auto 0;
    font-size: 11px;
    color: #5f5f5f;
    text-align: center;
}
.main .third_page .bottom_text p {
    color: #fff;
    opacity: .8;
}
.main .general_button_wrapper .button .approve-credits span {
    display: inline-block;
}
@media only screen and (max-width: 375px) {
    .main .third_page .offers_wrapper .offer .general_button_wrapper .button{
        width: 100%;
    }
}
@media (max-width: 350px) {
    .main .third_page .offers_wrapper .offer .offer-info li span {
        font-size: 12px;
    }
    .main .third_page .offers_wrapper .offer .offer-info li span.bold {
        font-size: 12px;
    }
}
/* SLIDER */
.irs--round{
    height: 22px !important;
}
.irs--round .irs-line{
    height: 10px !important;
    background: #D4E5FF !important;
    border-radius: 0 0 30px 30px !important;
    top: 0px !important;
}
.irs--round .irs-single{
    display: none !important;
}
.irs--round .irs-bar{
    height: 10px !important;
    background: #1cc995 !important;
    border-radius: 0 0 30px 30px !important;
    background: linear-gradient(270deg, #045ADC 0%, #4F94FC 72.4%, #47B0FE 100%)!important;
    top: 11.6px !important;
}
.irs--round .irs-bar--single{
    border-radius: 0 0 0 30px !important;
}
.irs--round .irs-handle{
    background: #fff!important;
    box-shadow: -2px 0px 4px rgba(0, 0, 0, 0.35) !important;
    /* box-shadow: none !important; */
    border: 5px solid #0B5EDD !important;
    border-radius: 57px!important;
    top: 6px !important;
    width: 22px !important;
    height: 22px !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;
}

.slider-item {
    position: relative;
}
.slider-item .irs {
    width: 100%;
    position: absolute;
    bottom: 0;
}
.slider-item input {
    cursor: pointer;
    width: 100%;
    height: 60px;
    padding: 0 0 5px 15px;
    font-size: 20px;
    font-weight: 600;
    color: #0A0807;
    border: 1px solid #CDCEDE;
    border-radius: 6px 6px 10px 10px;
    outline: none;
}

.flex {
    display: flex;
}

.justify-center {
    justify-content: center;
}

/* FOOTER */
.footer{
    background: #2848EF;
    box-shadow: 0 4px 35px rgba(0, 81, 79, 0.44);
    padding-bottom: 14px;
    padding-top: 14px;
    margin-top: auto;
}
.footer .footer_wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer .footer_wrapper .copy{}
.footer .footer_wrapper .copy span{
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #fff;
}
.footer .footer_wrapper .footer_logo {
    font-size: 6px;
    color: #fff;
    text-decoration: none;
}
@media only screen and (max-width: 375px) {
    .footer .footer_wrapper .footer_logo a img{
        width: 125px;
    }
}


/* MOBILE NAV */
.mobile-menu{
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 85px;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    z-index: 3;
    transform: translateY(-100%);
}
.mobile-menu .mobile-inner{
    margin-top: 27px;
}
.mobile-menu .mobile-inner .mobile-items{}
.mobile-menu .mobile-inner .mobile-items .mobile-item{}
.mobile-menu .mobile-inner .mobile-items .mobile-item a{
    font-size: 16px;
    line-height: 19px;
    text-decoration-line: underline;
    color: #363636;
    display: block;
    font-weight: 400;
}

/* ANIMATION */
.slide-top {
    -webkit-animation: slide-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
@-webkit-keyframes slide-top {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}
@keyframes slide-top {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}


.slide-bottom {
    -webkit-animation: slide-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
@-webkit-keyframes slide-bottom {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes slide-bottom {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.days-title {
    /*display: flex;
    justify-content: space-between;*/
}

.money-title {
    /*display: flex;
    justify-content: space-between;*/
}

.days-current {
    color: #363636;
    text-align: center;
    font-family: Impact;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.money-current {
    color: #363636;
    text-align: center;
    font-family: Impact;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.input-wrapper {
    position: relative;
}

.phone-error {
    display: none;
    position: absolute;
    left: 0;
    bottom: -18px;
    color: #f00;
    font: 600 14px 'Roboto', sans-serif;
}

.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: 20px;
    box-shadow: 0 0 8px rgba(0,0,0,.15);
}
.features .features-wrap img {
    width: 72px;
    height: 72px;
}
.features .features-wrap .features-text {
    padding-left: 15px;
}
.features .features-wrap .features-text .title {
    color: #363636;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 106.3%;
    margin-bottom: 12px;
}
.features .features-wrap .features-text p {
    color: #363636;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 106.3%;
    margin-bottom: 0;
}

.questions {
    padding-top: 50px;
}
.questions .questions-wrap {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    margin-bottom: 10px;
}
.questions .questions-wrap .questions-title {
    color: #0A0807;
    font-size: 22px;
    font-weight: 800;
    line-height: 100%;
    margin-left: 0;
}
.questions .questions-wrap img {
    width: 105px;
}
@media (max-width: 350px) {
    .questions .questions-wrap img {
        width: 100px;
    }
}
.accordion {
    width: 100%;
    margin-bottom: 30px;
}

.accordion-item {
    margin-bottom: 10px;
    border-radius: 3px;
    background: #FFF;
    box-shadow: 4px 4px 13px 0px rgba(0, 0, 0, 0.15);
}

.accordion-header {
    border-radius: 3px;
    background: #FFF;
    box-shadow: 4px 4px 13px 0px rgba(0, 0, 0, 0.15);
    padding: 15px 15px 15px 20px;
    cursor: pointer;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    z-index: 10;
}
.accordion-header .accordion-title {
    width: 70%;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 106.3%;
}
.accordion-header .accordion-title span {
    font-weight: 400;
}
.accordion-header .arrow-accord {
    display: flex;
    width: 16px;
    height: 9px;
    transition: .3s ease-in;
}

.accordion-item.active .arrow-accord {
    transform: rotate(180deg);
}

.accordion-content {
    display: none;
    padding: 10px 20px;
    background: #fff;
    border-top: 1px solid #0c97ff;
}
.accordion-content p {
    color: #000;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 106.3%;
}

.slider-container {
    padding-top: 60px;
    position: relative;
    /*  width: 400px;*/
    margin: 0 auto;
}
.slider {
    display: flex;
    width: 100%;
    margin-top: 25px;
    /*  overflow: hidden;*/
}
.slide {
    flex: 0 0 100%;
    text-align: center;
    transition: opacity 0.3s ease-in-out;
    padding: 0 25px 20px 25px;
    background: #fff;
    border-radius: 18px;
    margin: 0 15px;
}
.user-image {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 20px auto;
}
.user-name {
    margin: 10px 0;
}
.user-review {
    margin: 0;
}
.slider-controls {
    display: flex;
    justify-content: center;
    margin-top: 10px;
    position: absolute;
    top: 50px;
    right: 15px;
    font-size: 20px;
}
.prev-slide,
.next-slide {
    cursor: pointer;
    padding: 5px;
}
.section-title .title {
    color: #0A0807;
    font-size: 22px;
    font-weight: 800;
    line-height: 100%;
    text-transform: uppercase;
}


.mainSeo {
    padding-top: 50px;
}
.mainSeo .section-title h1,
.mainSeo .section-title h2 {
    color: #0A0807;
    /* text-shadow: 1px 1px 9px rgb(0 0 0 / 30%); */
    font-size: 22px;
    font-weight: 800;
    line-height: 100%;
    margin-bottom: 10px;
    margin-left: 0;
}
.mainSeo p {
    color: #0A0807;
    font-size: 12px;
}
.mainSeo ul {
    padding-left: 25px;
    font-size: 12px;
    color: #0A0807;
}
.mainSeo ul li {
    list-style: circle;
    margin-bottom: 5px;
}
.mainSeo ul li:last-child {
    margin-bottom: 0;
}
@media (max-width: 1200px) {
    .mainSeo .section-title h1 {
        font-size: 26px;
    }
}
@media (max-width: 767px) {
    .mainSeo .section-title h1 {
        font-size: 24px;
    }
    .mainSeo .section-title h1 br {
        display: none;
    }
}

.faq_slide h2, .faq_slide h2 span,
#creditors_wrapper h2, #creditors_wrapper p, #creditors_wrapper li {
    color: #fff !important;
}

.spinner {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 6px;
    border: 2px solid #fff;
    border-top: 2px solid hsl(0deg 0% 100% / 20%);
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
    vertical-align: middle;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}