@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat+Alternates:wght@400;500;700&display=swap');
@font-face {
    font-family: 'Proxima Nova';
    src: url('/fonts/ProximaNova/ProximaNova-Regular.eot'); /* IE9 Compat Modes */
    src: url('/fonts/ProximaNova/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/fonts/ProximaNova/ProximaNova-Regular.woff2') format('woff2'), /* Super modern browsers */
         url('/fonts/ProximaNova/ProximaNova-Regular.woff') format('woff'), /* Modern browsers */
         url('/fonts/ProximaNova/ProximaNova-Regular.ttf') format('truetype'); /* Safari, Android, iOS */
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Proxima Nova';
    src: url('/fonts/ProximaNova/ProximaNova-Semibold.eot'); /* IE9 Compat Modes */
    src: url('/fonts/ProximaNova/ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/fonts/ProximaNova/ProximaNova-Semibold.woff2') format('woff2'), /* Super modern browsers */
         url('/fonts/ProximaNova/ProximaNova-Semibold.woff') format('woff'), /* Modern browsers */
         url('/fonts/ProximaNova/ProximaNova-Semibold.ttf') format('truetype'); /* Safari, Android, iOS */
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Proxima Nova';
    src: url('/fonts/ProximaNova/ProximaNova-Bold.eot'); /* IE9 Compat Modes */
    src: url('/fonts/ProximaNova/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/fonts/ProximaNova/ProximaNova-Bold.woff2') format('woff2'), /* Super modern browsers */
         url('/fonts/ProximaNova/ProximaNova-Bold.woff') format('woff'), /* Modern browsers */
         url('/fonts/ProximaNova/ProximaNova-Bold.ttf') format('truetype'); /* Safari, Android, iOS */
    font-weight: 600;
    font-style: normal;
}

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

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

}

.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: 'Proxima Nova', sans-serif;
    font-style: normal;
    margin: 0;
    display: flex;
    flex-direction: column;
    position: relative;
    background: #FC6F01;
    max-width: 100vw;
    background: -webkit-linear-gradient(135deg, #FC6F01 0%, #FF3981 60%);
    background: linear-gradient(135deg, #FC6F01 0%, #FF3981 60%);
}

img {
    width: 100%;
}

/* HEADER */
.header{
    background: transparent;
    /* box-shadow: 0 4px 35px rgba(0, 81, 79, 0.44); */
/*    border-bottom: 1px solid #e6e6e6;*/
    padding-top: 12px;
    padding-bottom: 12px;
    z-index: 6;
}
.header .header_wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
}
.header .header_wrapper .header_logo{}
.header .header_wrapper .header_logo a{
    display: flex;
    width: 130px;
}
.header .header_wrapper .header_logo a img{
    max-width: 100%;
    width: 100%;
}
.header .header-phone {
    position: relative;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    margin-right: 0;
}
.header .header-phone a {
    color: #fff;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.16px;
    text-decoration-line: none;
}
.header .header-phone span {
    display: inline-block;
    color: #fff;
    text-align: right;
    font-size: 9px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: -0.12px;
}
.header .header_wrapper .header_text {
    position: relative;
    background: #fff;
    text-align: center;
    font-family: Impact;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #0193FF;
    padding: 5px 8px;
    border-radius: 5px;
    text-transform: uppercase;
}
.header .header_wrapper .header_text span {
    position: absolute;
    bottom: -13px;
    right: 0;
    font-size: 12px;
    font-weight: 500;
    color: #32363a;
    background: #ffd91c;
    border-radius: 4px;
    padding: 1px 7px;
    transform: rotate(-2deg) translateX(3px);
}
@media (max-width: 350px) {
    .header .header-phone a {
        font-size: 11px;
    }
    .header .header-phone span {
        font-size: 8px;
    }
    .header .header_wrapper .header_logo a {
        width: 100px;
    }
    .header .header_wrapper .header_text {
        font-size: 12px;
    }
}
.header .header_wrapper .header_burger{
    margin-bottom: 5px;
}
.header .header_wrapper .header_burger:hover{
    cursor: pointer;
}
.header .header_wrapper .header_burger .hamburger{}
.header .header_wrapper .header_burger .hamburger span{
    width: 39px;
    height: 5px;
    background: #000;
    border-radius: 2px;
    margin-bottom: 7px;
    display: block;
}
.header .header_wrapper .header_burger .hamburger span:last-child{
    margin-bottom: 0;
}

/* BUTTON */
.main .buttonWrapper{
    text-align: center;
    margin-top: 20px;
}
.main .buttonWrapper .arrow {
    width: 39px;
    margin: 0 auto 8px;
}
.main .buttonWrapper .button{
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.main .buttonWrapper .button a,
.main .buttonWrapper .button button{
    position: relative;
    font-family: 'Montserrat Alternates', sans-serif;
    background: #FC6F01;
    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: 18px;
    font-weight: 700;
    font-style: normal;
    padding: 12px 20px;
    width: 100%;
    height: 65px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 8px 12px rgba(252,111,1,.20);
/*    -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: #1B1B1B;
    font-style: italic;
    margin-top: 10px;
}
.main .buttonWrapper .button .arrow{
    position: absolute;
    right: -23px;
    top: 26px;
}

/* Section Title */
.section-title .title {
    font-family: 'Montserrat Alternates', sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: normal;
    line-height: 120%;
    text-align: center;
    text-transform: uppercase;
    color: #1B1B1B;
    margin-bottom: 30px;
}
.section-title .title span {
    position: relative;
    font-weight: 700;
}
.section-title .title span:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    height: 3px;
    width: 24px;
    background: -webkit-linear-gradient(90deg, #FC6F01 0%, #FF3981 100%);
    background: linear-gradient(90deg, #FC6F01 0%, #FF3981 100%);
}
@media (max-width: 374px) {
    .section-title .title {
        font-size: 26px;
    }
}
/* MAIN */
.main{
    height: 100%;
    padding-bottom: 0;
    padding-top: 15px;
}
.main .innerWrapper {
    border-radius: 23px 23px 0 0;
    background: #fff;
    overflow-x: hidden;
}
.main .first_page{
/*    padding-top: 30px;*/
}
.main .intro {
    position: relative;
    padding: 0 20px;
}
.main .intro .banner {
    position: relative;
    display: flex;
    padding-bottom: 40px;
}
.main .intro .banner img.fox {
    width: 270px;
    margin-right: -21px;
    margin-left: auto;
    margin-bottom: -48px;
}
.main .intro .banner img.label {
    position: absolute;
    width: 104px;
    bottom: 90px;
    left: 5%;
    z-index: 1;
}
.main .intro .banner img.uah-1 {
    position: absolute;
    width: 49px;
    right: 25px;
    bottom: -20px;
    z-index: 1;
}
.main .intro .banner img.uah-2 {
    position: absolute;
    width: 159px;
    top: -100px;
    left: -20px;
    z-index: -1;
}
.main .intro .banner img.uah-3 {
    position: absolute;
    width: 105px;
    top: -130px;
    right: -20px;
    z-index: -1;
}
.main .intro .img-holder {
    position: absolute;
    max-width: 135px;
    bottom: -22px;
    right: 2px;
    z-index: -1;
}
.main .intro .titles {
    position: relative;
    z-index: 50;
}
.main .intro .main_title {
    font-family: 'Montserrat Alternates', sans-serif;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-align: center;
    color: #fff;
}
.main .intro .main_title span {
    font-weight: 500;
}
.main .first_page .intro .main_title {
    margin-bottom: 8px;
}
.main .intro .main_subtitle {
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    line-height: 120%;
    text-align: center;
    color: #fff;
}
.main .intro .main_subtitle span {
    font-size: 22px;
    font-weight: 600;
}
@media (max-width: 374px) {
    .main .intro .main_title {
        font-size: 28px;
    }
    .main .intro .banner img.fox {
        width: 235px;
    }
    .main .intro .banner img.label {
        width: 85px;
    }
}

.main .first_page .slider_wrapper{
    position: relative;
    background: #fff;
    border-radius: 20px;
    padding: 25px 16px 16px 16px;
}
.main .first_page .general_button_wrapper {
    margin-top: 20px;
}
.main .first_page .slider_wrapper .slider-items{}
.main .first_page .slider_wrapper .slider-title {
    font-size: 16px;
    font-weight: 500;
    color: #464444;
    line-height: 120%;
    margin-bottom: 12px;
}
.main .first_page .slider_wrapper .slider-title span{
    color: #F28135;
}
.main .first_page .slider_wrapper .slider-items .slider-item{
    margin-bottom: 15px;
}
.main .first_page .slider_wrapper .slider-items .slider-item.days {
    margin-bottom: 0;
}
.main .first_page .slider_wrapper .slider-items .slider-item .title{
    font-size: 16px;
    color: #1B1B1B;
    font-weight: normal;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.main .first_page .slider_wrapper .slider-items .slider-item .labels{
    margin: 5px 0 15px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.main .first_page .slider_wrapper .slider-items .slider-item .labels .left-label,
.main .first_page .slider_wrapper .slider-items .slider-item .labels .right-label{
    font-size: 12px;
    line-height: 14px;
    color: #909090;
    font-weight: normal;
}
.main .first_page .slider_wrapper .output {
    font-family: 'Montserrat Alternates', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-align: right;
    color: #fff;
    padding: 3px 12px;
    border-radius: 100px;
}
.main .first_page .slider_wrapper .output span {
    font-weight: 400;
}
.main .first_page .slider_wrapper .days-current {
    color: #FF3981;
    background: #FFECF3;
}
.main .first_page .slider_wrapper .money-current {
    color: #FC6F01;
    background: #FFF1E6;
}
.main .first_page .calc-info-text {
    font-size: 10px;
    font-weight: 300;
    color: #909090;
    text-align: center;
    margin: 20px 16px 0;
}


.main .first_page .informations{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 15px;
    padding: 0 16px;
}
.main .first_page .informations .information{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    width: 100%;
    margin-bottom: 13px;
    color: #1E1E1E;
}
.main .first_page .informations .information:last-child {
    margin-bottom: 0;
}
.main .first_page .informations .information .title{
    font-size: 16px;
    line-height: 14px;
    color: #1B1B1B;
    font-family: 'Proxima Nova', sans-serif;
    font-weight: normal;
    width: 40%;
}
.main .first_page .informations .information .money{
    font-size: 18px;
    text-align: center;
    font-family: 'Montserrat Alternates', sans-serif;
    font-weight: 500;
    color: #1B1B1B;
    text-align: right;
}
.main .first_page .informations .information .money-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.main .first_page .informations .information .money-sale {
    font-weight: 300;
    color: #1B1B1B;
    text-decoration: line-through;
    margin-right: 10px;
}
.main .first_page .informations .information .money-percent {
    font-size: 16px;
    font-weight: 600;
    background: rgba(252, 107, 10, .10);
    padding: 2px 4px;
    margin-right: 10px;
    color: #FC6B0A;
    border-radius: 50px;
    width: auto;
}
.main .first_page .informations .information .money-back {
    color: #1B1B1B;
    width: auto;
}
.main .first_page .informations .information.give {
    width: 100%;
}
.main .first_page .approve-text {
    margin: 15px 0 20px 0;
}
.main .first_page .approve-text p {
    margin: 0;
    font-size: 14px;
    line-height: 130%;
    color: #464444;
}
.main .first_page .approve-text span {
    font-weight: 500;
    margin-right: 5px;
    color: #78992f;
}
@media (max-width: 374px) {
    .main .first_page .slider_wrapper .slider-items .slider-item .title {
        font-size: 14px;
    }
    .main .first_page .slider_wrapper .output {
        font-size: 18px;
    }
}
/* Second Page */
.main .second_page {
    padding-top: 0px;
}
.main .second_page .intro .main_subtitle {
    text-align: left;
    z-index: 2;
    font-size: 16px;
}
.main .second_page .intro .main_subtitle span {
    font-size: 16px;
}
.main .second_page .intro .banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.main .second_page .intro .banner img.fox {
    width: 180px;
    margin-right: -21px;
    margin-left: auto;
    margin-bottom: -45px;
}
.main .second_page .intro .banner img.uah-4 {
    position: absolute;
    width: 120px;
    top: -130px;
    right: -20px;
    z-index: -1;
}
.main .second_page .intro .banner img.uah-5 {
    position: absolute;
    width: 88px;
    top: -50px;
    left: -10px;
    z-index: -1;
}

.main .second_page .form_wrapper .img-holder {
    width: 185px;
    position: absolute;
    top: -140px;
    right: 0;
    z-index: -1;
}
..main .second_page .form_wrapper{
    position: relative;
    background: #FFFFFF;
    box-shadow: 0px 4px 25px rgba(0,0,0,0.15);
    border-radius: 5px;
    padding: 24px 20px;
}
.main .second_page .form_wrapper .phone-wrapper{
    padding: 25px 20px 50px 20px;
}
.main .second_page .form_wrapper .phone-wrapper .label{
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #222222;
    margin-bottom: 12px;
}
.main .second_page .form_wrapper .phone-wrapper .label span {
    color: red;
}
.main .second_page .form_wrapper .phone-wrapper input{
    border: 1px solid #FC6F01;
    border-radius: 30px;
    height: 65px;
    font-size: 16px;
    width: 100%;
    padding-left: 46px;
    padding-right: 19px;
}
.main .second_page .form_wrapper .phone-wrapper .input-flag {
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
    width: 23px;
    height: 23px;
}
.main .second_page .form_wrapper .phone-wrapper input:focus{
    outline: none;
}
.main .second_page .form_wrapper .phone-wrapper input::placeholder{
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #5C5C5C;
}
.main .second_page .form_wrapper .buttonWrapper{
    margin-top: 20px;
}
@media (max-width: 374px) {
    .main .second_page .intro .banner img.fox {
        width: 130px;
    }
}
/* Third Page */
.main .third_page {
    overflow: hidden;
}
.main .third_page .intro {
    padding: 0 20px 40px 20px;
}
.main .third_page .intro .banner img.uah-1 {
    width: 59px;
    left: 15px;
    bottom: -60px;
}
.main .third_page .intro .banner img.uah-2 {
    width: 85px;
    top: -130px;
    left: -20px;
}
.main .third_page .intro .banner img.uah-3 {
    width: 90px;
    top: -130px;
    right: -20px;
}
.main .third_page .innerCont {
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 23px 23px 0 0;
    background: #fff;
}
.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: #FFF1E6;
    border-radius: 20px;

}
.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;
}

.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: normal;
    color: #1B1B1B;
    font-size: 16px;
}
.main .third_page .offers_wrapper .offer .offer-info li span.bold {
    font-family: 'Montserrat Alternates', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #1B1B1B;
}
.main .third_page .offers_wrapper .offer .rating{}
.main .third_page .offers_wrapper .offer .rating .title{
    text-align: center;
    font-weight: normal;
    font-size: 16px;
    line-height: 16px;
    color: #1B1B1B;
}
.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-weight: normal;
}
.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-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-weight: 400;
}
.main .third_page .offers_wrapper .offer .text-data .bold{
    font-weight: 700;
}
.main .third_page .offers_wrapper .offer-percent {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 9px 0;
    border-top: 1px solid #FFE4D0;
    border-bottom: 1px solid #FFE4D0;
}
.main .third_page .offers_wrapper .offer-percent .text {
    font-family: 'Montserrat Alternates', sans-serif;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    color: #1B1B1B;
}
.main .third_page .offers_wrapper .offer-percent .bold {
    font-size: 16px;
    font-weight: 600;
    background: rgba(252, 107, 10, .10);
    padding: 2px 5px;
    color: #FC6B0A;
    border-radius: 50px;
}
.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: #FC6F01;
    border: none;
    outline: none;
    border-radius: 50px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    font-family: 'Montserrat Alternates', sans-serif;
    font-size: 18px;
    font-weight: 700;
    height: 48px;
    padding: 12px 10px;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 8px 12px rgba(252,111,1,.20);
/*    -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 .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: 3px !important;
    background: #E8E8E8 !important;
    border-radius: 0 0 30px 30px !important;
    top: 0px !important;
}
.irs--round .irs-single{
    display: none !important;
}
.irs--round .irs-bar{
    height: 3px !important;
    background: #1cc995 !important;
    border-radius: 0 0 30px 30px !important;
    background: linear-gradient(270deg, #FC6F01 0%, #FF3981 100%)!important;
    top: 0 !important;
}
.irs--round .irs-bar--single{
    border-radius: 0 0 0 30px !important;
}
.irs--round .irs-handle{
    background: #fff!important;
    box-shadow: none !important; 
    border: 3px solid #FF3981 !important;
    border-radius: 100px!important;
    top: -17px !important;
    width: 40px !important;
    height: 40px !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;
}
.irs--round .irs-handle:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 24px;
    height: 24px;
    background-image: url('../img/ico-thumb.svg');
    background-size: cover;
    background-position: center;
    z-index: 999;
}
.irs-hidden-input {
    position: absolute !important;
    display: block !important;
    top: 0 !important;
    left: 0 !important;
    width: 0 !important;
    height: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden;
    outline: none !important;
    z-index: -9999 !important;
    background: none !important;
    border-style: solid !important;
    border-color: transparent !important;
}
/* FOOTER */
.footer {
    background: #fff;
}
.footer .container {
    background: linear-gradient(135deg, #FC6F01 0%, #FF3981 100%);
    padding: 20px 0;
    border-radius: 30px 30px 0 0;
}
.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{}
.footer .footer_wrapper .footer_logo a{
    display: block;
}
.footer .footer_wrapper .footer_logo a img{
    width: 150px;
}
@media only screen and (max-width: 375px) {
    .footer .footer_wrapper .footer_logo a img{
        width: 125px;
    }
}

.main .bottom_text{
    margin-top: 31px;
    padding-bottom: 30px;
}
.main .bottom_text .divider {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 30px;
}
.main .bottom_text .big {
    color: #1B1B1B;
    opacity: 1;
}
.main .bottom_text p {
    text-align: justify;
    font-weight: normal;
    font-size: 10px;
    line-height: 13px;
    color: #1B1B1B;
    opacity: .8;
}
.main .bottom_text p.big {
    font-size: 16px;
}

.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;
}
.image-divider {
    width: 100px;
    margin-left: auto;
    margin-right: -40px;
    margin-bottom: 22px;
}
.image-divider.left {
    margin-right: auto;
    margin-left: -40px;
}
.features .features-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    padding: 30px 16px 30px 0;
    margin-top: 15px;
    border-radius: 20px;
}
.features .features-wrap img {
    width: 100px;
    height: 100px;
}
.features .features-wrap .features-text {
    padding-left: 5px;
}
.features .features-wrap .features-text .title {
    color: #1B1B1B;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
    text-transform: uppercase;
}
.features .features-wrap .features-text p {
    color: #1B1B1B;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 0;
    margin-top: 0;
    opacity: .8;
}
.features .features-wrap.bg-1 {
    background: #FFF1E6;
}
.features .features-wrap.bg-2 {
    background: -webkit-linear-gradient(135deg, #FC6F01 0%, #FF3981 100%);
    background: linear-gradient(135deg, #FC6F01 0%, #FF3981 100%);
}
.features .features-wrap.bg-2 .features-text .title,
.features .features-wrap.bg-2 .features-text p {
    color: #fff;
} 
.features .features-wrap.bg-3 {
    background: #FFECF3;
}

.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 */
.accordion {
    width: 100%;
    margin-bottom: 30px;
}

.accordion-item {
    padding: 12px 20px;
    border: 1px solid #E8E8E8;
    border-radius: 30px;
    margin-bottom: 8px;
}

.accordion-header {
    cursor: pointer;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    z-index: 10;
}
.accordion-header .accordion-title {
    padding-right: 30px;
    color: #1E1E1E;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}
.accordion-header .accordion-title span {
/*    font-weight: 600;*/
}
.accordion-header .arrow-accord {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
    background: linear-gradient(135deg, #FC6F01 0%, #FC6F01 60%);
    border-radius: 40px 40px 40px 0;
    transition: .2s linear;
}
.accordion-item.active .arrow-accord {
    border-radius: 0 40px 40px 40px;
    background: linear-gradient(135deg, #FC6F01 0%, #FF3981 60%);
}
.accordion-header .arrow-accord span {
    width: 10px;
    height: 1.2px;
    background: #fff;
    transition: all .2s;
}
.accordion-header .arrow-accord span:nth-child(2) {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) rotate(90deg);
}
.accordion-item.active .arrow-accord span:nth-child(2) {
    transform: translate(-50%,-50%) rotate(180deg);
}

.accordion-content {
    display: none;
    padding: 10px 0;
}
.accordion-content p {
    color: #1E1E1E;
    font-size: 16px;
    font-weight: normal;
    line-height: 120%;
    opacity: .8;
    margin-top: 0;
    margin-bottom: 0;
}



/* Main Seo */
.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;
    }
}




/* BLOG SLIDER MAIN PAGE */
.blog-section {
    overflow-x: hidden;
    margin-top: 40px;
}
.blog-section .section-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
.blog-section .section-title .title {
    margin: 0;
    font-size: 22px;
}
.blog-section .btn-all-news {
    font-weight: 500;
    color: #fd6f09;
}
.blog-slider .slick-list {
    padding-right: 12%;
}
.blog-slider .slick-slide {
    margin-right: 15px;
}
.blog-slider .slick-slide {
    opacity: .5;
}
.blog-slider .slick-slide.slick-active {
        opacity: 1;
}
/* BLOG PAGE */
.blog-page .container {
    width: 100%;
    max-width: 475px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
}
.blog-page-title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 25px;
    text-align: center;
}

.blog-item {
    margin-bottom: 30px;
    gap: 16px;
    text-decoration: none;
}
.blog-item .blog-banner {
    height: 180px;
}
.blog-item .blog-banner img {
    border-radius: 20px;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.blog-text {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 16px;
}
.blog-top .blog-title {
    color: #1B1B1B;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 8px;
}
.blog-top p {
    font-size: 16px;
    font-weight: normal;
    margin: 0;
    color: #1B1B1B;
    opacity: .8;
    line-height: 1.2;

}
.blog-top p a {
    color: #404bff;
    text-decoration: underline;
}
.blog-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.blog-bottom .blog-date {
    font-size: 12px;
    font-weight: 300;
    color: #1B1B1B;
}
.blog-bottom .blog-date img {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin-right: 4px;
}
.blog-bottom .btn-blog-details {
    position: absolute;
    top: -35px;
    right: 15px;
    font-size: 13px;
    font-weight: 400;
    color: #1E1E1E;
    text-decoration: none;
}
.blog-bottom .btn-blog-details img {
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
}
.blog-bottom .btn-blog-details:hover {
    text-decoration: underline;
}
@media (max-width: 767px) {
    /*.blog-item .blog-banner {
        height: auto;
    }*/
    .btn-blog-all {
        font-size: 12px;
        margin: 0;
    }
    .blog-top .blog-title {
        font-size: 16px;
    }
    .blog-top p {
        font-size: 14px;
    }
}

.blog-preloader {
    text-align: center;
    margin: 20px auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.spinner {
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-left: 4px solid #404cff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 1s linear infinite;
}

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

.blog-page .article-banner img {
    border-radius: 6px;
}
/* Article Page */
.article .article-date {
    font-size: 12px;
    font-weight: 300;
    color: #7d7c7c;
    margin-top: 5px;
}
.article .article-title {
    font-size: 18px;
    font-weight: 500;
}
.article .article-text p {
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 25px;
}
.article .article-text h2 {
    font-size: 16px;
    font-weight: 500;
}


/* HOW TO SLIDER */
.how-to-slider {
    overflow-x: hidden;
}
.how-to-slider .slick-list {
    padding-right: 12%;
}
.how-to-slider .slick-slide {
    margin-right: 15px;
    padding-bottom: 16px;
}
.how-to-slider .slick-slide {
    opacity: 1;
}
.how-to-slider .slick-slide.slick-active {
    opacity: 1;
}
.how-to-slider .how-item {
    position: relative;
    padding: 20px 16px;
    background: #FFF1E6;
    border-radius: 30px;
    /*background-image: url('../img/union-1.svg');
    background-size: contain;
    background-repeat: no-repeat;*/
}
.how-to-slider .how-item.bg-1 {
    background: #FFF1E6;
}
.how-to-slider .how-item.bg-2 {
    background: #E8E5FF;
}
.how-to-slider .how-item.bg-3 {
    background: #FFECF3;
}
.how-to-slider .how-step {
    display: flex;
    align-items: center;
    margin-bottom: 14px;
}
.how-to-slider .how-step-num {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    font-size: 18px;
    font-weight: 600;
    color: #FC6B0A;
    text-align: center;
    border: 3px solid #FC6B0A;
    border-radius: 100px;
    margin-right: 8px;

}
.how-to-slider .how-step-text {
    font-family: 'Montserrat Allternates', sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #FC6B0A;
}

.how-to-slider .how-title {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #1B1B1B;   
}
.how-to-slider .how-text {
    font-size: 16px;
    font-weight: normal;
    color: #1B1B1B;
    opacity: .8;
    margin: 8px 0 0 0;
}
.how-get {
    margin-top: 40px;
}
.how-pay {
    margin-top: 40px;
}


.btn-wrapper {
    text-align: center;
}
.btn-offer-details {
    display: inline-flex;
    position: relative;
    user-select: none;
    cursor: pointer;
    color: #1B1B1B;
    font-size: 14px;
    margin: 15px 0;
    padding: 2px 0;
}
.btn-offer-details:before {
    content: '';
    width: 100%;
    height: 1px;
    background: #FC6F01;
    position: absolute;
    left: 0;
    bottom: -2px;
}
.modal {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    z-index: 99999;
}
.modal-content {
    background-color: #363636;
    padding: 30px 20px;
    border: 1px solid #888;
    border-radius: 20px;
    width: 90%;
    max-width: 400px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-top: -50px;
    padding: 15px 40px;
    width: calc(100% - 40px);
    background-color: #fff;
    -webkit-box-shadow: 0 0 25px rgb(255 255 255 / 30%);
    box-shadow: 0 0 25px rgb(255 255 255 / 30%)
}
.modal-content .close {
    position: absolute;
    top: 5px;
    right: 10px;
    padding: 0;
    color: #7f7f7f;
    margin: 0;
    cursor: pointer;
    font-size: 30px;
    display: inline-block
}

.modal-details .modal-logo {
    max-width: 150px;
    margin: 0 auto
}

.modal-details ul.list-style-1 {
    text-align: center;
    padding: 0
}
.modal-details ul.list-style-1 li {
    position: relative;
    padding-right: 15px;
    text-align: center;
    font-size: 18px
}
.btn-wrapper,
.modal-details ul.list-style-2 {
    text-align: center;
    padding: 0;
}

.btn-main,
.btn-offer-details {
    text-align: center;
    font-size: 15px;
}
.modal-details .modal-heading {
    text-align: center;
    font-size: 14px
}
.modal-details .modal-heading {
    margin-bottom: 5px
}

.modal-details ul.list-style-1 li:last-child {
    padding-right: 0
}
.modal-details ul.list-style-1 li:first-child:before {
    content: '';
    position: absolute;
    right: 5px;
    width: 1px;
    height: 90%;
    background: #babcbd;
}
.modal-details ul.list-style-2 li {
    position: relative;
    text-align: center;
    padding: 0 4px;
    font-size: 14px;
    margin-bottom: 2px
}
.modal-details ul.list-style-1 li,
.modal-details ul.list-style-2 li {
    font-weight: 500;
    color: #343333;
    display: inline-block
}
.modal-details ul.list-style-1 li span,
.modal-details ul.list-style-2 li span {
    font-weight: 700;
    color: #FA6428;
}

.modal-details .modal-offer-links {
    text-align: center;
    margin-top: 8px
}

.modal-details .modal-offer-links a {
    display: inline-block;
    margin-top: 12px;
    font-size: 13px;
    text-decoration: none;
    color: #888888;
}

.modal-details .modal-button {
    margin-top: 25px
}

.icon {
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    background-size: 100%;
    background-repeat: no-repeat
}

.icon.icon-info {
    background-image: url('../img/ico-i.svg');
    margin-top: -3px;
    margin-right: 4px
}

.icon.icon-link-arrow {
    width: 12px;
    height: 12px;
    background-image: url('../img/ico-link-arrow.svg');
    margin-top: -2px;
    margin-left: 5px
}

.btn-main {
    position: relative;
    background: #FC6F01;
    border-radius: 30px;
    border: none;
    width: 100%;
    color: #fff;
    height: 58px;
    font-family: 'Montserrat Alternates', sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 8px 12px rgba(252,111,1,.20);
    text-decoration: none
}


@media (max-width:767px) {
    .modal-details .modal-content {
        width: calc(100% - 30px)
    }
}
@media (max-width:350px) {
    .modal-details .modal-content {
        padding: 15px;
        margin-top: 0
    }
}

















