@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: 13px;
    padding-right: 13px
}

html{}
.main{}

.footer-info{
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 100%;
    text-align: justify;
    color: #E3EFFF;
    margin-top: 30px;
}
body{
    margin: 0;
    position: relative;
    overflow-y: scroll;
    min-height: 100vh;
    background: #FFFFFF;
}

.steps-form__wrapper .form-step .form-header{
    position: relative;

    display: flex;
    flex-direction: column;
    align-items: flex-start;

    padding-bottom: 20px;
}
.steps-form__wrapper .form-step .form-header .right-side{
    position: absolute;
    right: -95px;
    top: 20px;
    width: 280px;
    z-index: 2;
}

.steps-form__wrapper .form-step .form-header .logo{
    padding-top: 20px;
    padding-bottom: 17px;
}
.steps-form__wrapper .form-step .form-header .logo a{
    display: flex;
    align-items: center;
    text-decoration: none;
}
.steps-form__wrapper .form-step .form-header .logo a img{
    margin-right: 5px;
    width: 22px;
    height: 19px;
}
.steps-form__wrapper .form-step .form-header .logo a span{
    font-family: Roboto;
    font-style: italic;
    font-weight: 300;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #FFFFFF;
}
.steps-form__wrapper .form-step .form-header .title .blue{
    color: #76CAD3;
    z-index: 2;
    position: relative;
}
.steps-form__wrapper .form-step .form-header .title .red{
    color: #ED5A5A;
    z-index: 2;
    position: relative;
}
.steps-form__wrapper .form-step .form-header .title{
    font-family: Roboto;
    font-style: normal;
    font-weight: 900;
    font-size: 34px;
    line-height: 30px;
    text-align: center;
    letter-spacing: -0.02em;
    text-shadow: 0px 4px 10px rgba(255, 255, 255, 0.33);
    position: relative;
    background: white;
    border-radius: 10px 10px 20px 20px;

    padding: 12px 5px 10px 5px;
    margin-bottom: 0;
}
.steps-form__wrapper .form-step .form-header .title span{
    display: block;
}

.steps-form__wrapper .form-step .form-header .title:before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    background: white;
    transform-origin: bottom;
    border-radius: 21px 0 0 21px;
    border-right: 0;
    left: 0;
    transform: skew(10deg);
    z-index: 1;
}
.steps-form__wrapper .form-step .form-header .title:after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    background: white;
    transform-origin: bottom;
    border-radius: 0 21px 21px 0;
    border-left: 0;
    right: 0;
    transform: skew(-10deg);
    z-index: 1;
}
.steps-form__wrapper .form-step .form-header .title-bg{
    position: relative;
    margin-left: 15px;
    margin-bottom: 10px;
}
.steps-form__wrapper .form-step .form-header .title-bg:before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    transform-origin: bottom;
    border-radius: 18px 0 0 21px;
    border-right: 0;
    left: -5px;
    transform: skew(10deg);
    z-index: 0;
    background: linear-gradient(0deg, #FFFFFF, #FFFFFF);
    opacity: 0.77;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.15);
}
.steps-form__wrapper .form-step .form-header .title-bg:after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    transform-origin: bottom;
    border-radius: 0 18px 21px 0;
    border-left: 0;
    right: -5px;
    transform: skew(-10deg);
    z-index: 0;
    background: linear-gradient(0deg, #FFFFFF, #FFFFFF);
    opacity: 0.77;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.15);
}

.steps-form__wrapper .form-step .form-header .subtitle{
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    margin-left: 15px;
    text-align: center;
    color: rgba(255, 255, 255, 0.82);
    text-shadow: 0px 1px 4px rgba(255, 255, 255, 0.18);
    margin-bottom: 3px;
}

.steps-form__wrapper .form-step .form-header .in-selection{
    position: relative;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 155.5%;
    text-align: center;
    color: #D84D4D;
    text-shadow: 0px 2px 6px rgba(255, 255, 255, 0.1);
    padding: 2px 10px;
    background: white;
    border-radius: 5px 5px 10px 10px;
    margin-bottom: 2px;
    margin-left: 10px;
}
.steps-form__wrapper .form-step .form-header .in-selection:before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    background: white;
    transform-origin: bottom;
    border-radius: 8px 0 0 8px;
    border-right: 0;
    left: 0;
    transform: skew(10deg);
    z-index: 1;
}
.steps-form__wrapper .form-step .form-header .in-selection:after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    background: white;
    transform-origin: bottom;
    border-radius: 0 8px 8px 0;
    border-left: 0;
    right: 0;
    transform: skew(-10deg);
    z-index: 1;
}
.steps-form__wrapper .form-step .form-header .in-selection .child{
    z-index: 2;
    position: relative;
    padding-top: 2px;
    display: block;
}
.bold{
    font-weight: bold !important;
}
.italic{
    font-style: italic !important;
}
.steps-form__wrapper .form-step .form-header .bottom{
    margin-left: 15px;
}
.steps-form__wrapper .form-step .form-header .bottom .text-default{
    display: flex;
    align-items: center;
    justify-content: center;

    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: rgba(255, 255, 255, 0.9);
    text-shadow: 0px 1px 4px rgba(255, 255, 255, 0.18);
}
.steps-form__wrapper .form-step .form-header .bottom .text-default img{
    width: 14px;
    height: 10px;
    margin-right: 5px;
}

.steps-form__wrapper .form-step .form_content{
    background: #FFFFFF;
    box-shadow: 0px 4px 30px rgba(0,0,0,0.11);
    border-radius: 20px;
    padding: 61px 22px 25px 22px;
    position: relative;
    z-index: 1;
}
.steps-form__wrapper .form-step .form_content .form-content__header{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);

    width: 100%;
    top: 0;
    background: #fff;
    border-radius: 18px 18px 0px 0px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
    text-align: left;
    padding: 10px 20px;
}

.form-content__inner{}
.form-content__inner .phone-error{
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 12px;
    width: 95%;
    margin: 0 auto;
    color: #d94545;
    margin-top: 3px;
}
.form-content__inner .term-wrapper{
    margin-top: 22px;
}
.form-content__inner .slider-wrapper{
    text-align: left;
}
.form-content__inner .slider-wrapper .title{
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: rgba(69, 91, 95, 0.62);
    margin-bottom: 5px;
}
.form-content__inner .slider-wrapper .title span{
    font-family: Roboto;
    font-style: normal;
    font-weight: 900;
    font-size: 16px;
    line-height: 19px;
    color: #455B5F;
}
.form-content__inner .slider-wrapper .min-max{
    display: flex;
    align-items: center;
    justify-content: space-between;

    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #B3B3B3;
}

.form-content__inner .main-button-wrapper{
    width: 95%;
    margin: 26px auto 0;
}
.form-content__inner .main-button-wrapper .main-button{
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    padding: 15px 25px;
    width: 100%;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #FFFFFF;
}
.form-content__inner .main-button-wrapper .main-button:hover{
    cursor: pointer;
}
.form-content__inner .main-button-wrapper .main-button img{
    margin-right: 8px;
    width: 24px;
    height: 18px;
}
.form-content__inner .main-button-wrapper .main-button.red{
    background: #ED5A5A;
}

.form-content__inner .calculator-results{
    margin-top: 24px;
}
.form-content__inner .calculator-results .item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 14px;
    color: rgba(69, 91, 95, 0.35);
}
.form-content__inner .calculator-results .item:last-child{
    margin-bottom: 0;
}


.steps-form__wrapper .form-step.steps-form__step-2 .form-header .right-side{
    top: -120px;
    right: -90px;
    width: 260px;
}
.steps-form__wrapper .form-step.steps-form__step-2 .form_content .form-content__header{
    width: 100%
}
.steps-form__wrapper .form-step.steps-form__step-2 .form-header .title{
    font-family: Roboto;
    font-style: normal;
    font-weight: 900;
    font-size: 25px;
    line-height: 43.69%;
    text-align: center;
    letter-spacing: -0.05em;
    color: #D25E71;
    text-shadow: 0px 4px 10px rgba(255,255,255,0.33);
    padding: 17px 15px 13px 16px;
    margin-left: 5px;
}
.steps-form__wrapper .form-step.steps-form__step-2 .form-header .subtitle{
    margin-top: 6px;
    margin-left: 5px;
}
.steps-form__wrapper .form-step.steps-form__step-2 .form-header .title span{
    z-index: 2;
    position: relative;
}
.steps-form__wrapper .form-step.steps-form__step-2 .form-header .bottom .text-default{
    display: block;
}

.steps-form__wrapper .form-step.steps-form__step-2 .form-header .logo{
    margin-left: 5px;
}

@media screen and (max-width: 375px){
    .steps-form__wrapper .form-step.steps-form__step-1 .form-header .right-side{
        right: -160px;
        top: 0px;
    }
    .steps-form__wrapper .form-step.steps-form__step-2 .form-header .right-side{
        right: -100px;
    }
}

.form-step.steps-form__step-2 .form-content__inner input::placeholder{
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: rgba(0, 0, 0, 0.25);
}
.form-step.steps-form__step-2 .form-content__inner input{
    height: 46px;
    width: 95%;
    margin: 0 auto;
    display: block;
    background: #ED5A5A;
    border-radius: 11px;
    border: none;
    outline: none;
    padding: 0 14px;
}

.steps-form__wrapper .form-step.steps-form__step-3 .form-header .right-side{
    right: -100px;
    top: -183px;
}

.steps-form__wrapper .form-step.steps-form__step-3 .form-header .in-selection{
    margin-left: 5px;
}
.steps-form__wrapper .form-step.steps-form__step-3 .form-header .bottom{
    margin-left: 5px;
}
.steps-form__wrapper .form-step.steps-form__step-3 .form-header .subtitle{
    margin-left: 14px;
}


.offers-wrapper{}
.offers-wrapper .offer-item{
    width: 97%;
    background: #fff;
    z-index: 2;
    position: relative;
    margin: 0 auto 35px;
    box-shadow: 0 4px 25px rgba(0,0,0,0.15);
    border-radius: 33px 70px 33px 33px;
    padding: 45px 44px 32px 44px;
}
.offers-wrapper .offer-item:last-child{
    margin-bottom: 0;
}
.offers-wrapper .offer-item .offer-logo .offer-bg{
    width: 100%;
    height: 80px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 88%;
}
.offers-wrapper .rating-offer{
    text-align: center;
    margin-top: 15px;
}
.offers-wrapper .rating-offer .title{
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #113C40;
}
.offers-wrapper .rating-offer .bar-wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80%;
    margin: 8px auto 0;
}
.offers-wrapper .rating-offer .bar-wrapper .bar{
    height: 17px;
    width: 90%;
    background: #e7e7e7;
    border-radius: 54px;
}
.offers-wrapper .rating-offer .bar-wrapper .percent{
    font-size: 14px;
    line-height: 16px;
    color: #BBBBBB;
    margin-left: 7px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
.offers-wrapper .rating-offer .bar-wrapper .bar .bar-inner{
    background: #FACC20;
    border-radius: 54px;
    height: 17px;
    width: 20%;
}


.offers-wrapper .offer-where{
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #113C40;
    margin-top: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}
.offers-wrapper .offer-where img{
    margin-right: 5px;
}

.offers-wrapper .offer-texts{
    text-align: center;
    font-size: 12px;
    line-height: 14px;
    color: #113C40;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
.offers-wrapper .offer-texts .offer-text{
    margin-bottom: 8px;
}
.offers-wrapper .offer-texts .offer-text:last-child{
    margin-bottom: 0;
}
.offers-wrapper .offer-texts .offer-text span{
    font-weight: bold;
}

.offers-wrapper .offer-button{
    margin-top: 22px;
    position: relative;
}
.offers-wrapper .offer-button a{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ED5A5A;
    border-radius: 15px;
    text-decoration: none;
    padding: 15px 24px;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #FFFFFF;
}
.offers-wrapper .offer-button a img{
    width: 23px;
    height: 19px;
    display: block;
    margin-right: 8px;
}

.offers-wrapper .offer-button a:before{
    transform: scale(1);
    -webkit-animation: pulseblob 1s infinite linear;
    -moz-animation: pulseblob 1s infinite linear;
    -ms-animation: pulseblob 1s infinite linear;
    -o-animation: pulseblob 1s infinite linear;
    animation: pulseblob 1s infinite linear
}
.offers-wrapper .offer-button a:after{
    -webkit-animation: pulseblob 1.5s 1s infinite linear;
    -moz-animation: pulseblob 1.5s 1s infinite linear;
    -ms-animation: pulseblob 1.5s 1s infinite linear;
    -o-animation: pulseblob 1.5s 1s infinite linear;
    animation: pulseblob 1.5s 1s infinite linear
}
.offers-wrapper .offer-button a:after,
.offers-wrapper .offer-button a:before{
    content: '';
    position: absolute;
    top: calc(50% - 22px);
    left: calc(50% - 22px);
    background: rgba(255,255,255,.15);
    border-radius: 100px;
    opacity: 0;
    width: 44px;
    height: 44px;
    z-index: 100
}

.offers-wrapper .offer-button .action{
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    position: relative;
    width: 156px;
    text-align: right;
    color: #e13838;
    font-style: italic;
    margin: 8px 0 0 auto;
}
.offers-wrapper .offer-button .arrow{
    position: absolute;
    right: -20px;
    top: 23px
}


@media screen and (max-width: 375px){
    .steps-form__wrapper .form-step.steps-form__step-3 .form-header .right-side{
        right: -130px;
    }
    .offers-wrapper .offer-item{
        padding: 45px 40px 32px 35px;
    }
    .offers-wrapper .offer-button a{
        padding: 15px 15px;
    }
}


.steps-form__wrapper .main-button-wrapper button{
    position: relative;
}
.steps-form__wrapper .main-button-wrapper button:before{
    transform: scale(1);
    -webkit-animation: pulseblob 1s infinite linear;
    -moz-animation: pulseblob 1s infinite linear;
    -ms-animation: pulseblob 1s infinite linear;
    -o-animation: pulseblob 1s infinite linear;
    animation: pulseblob 1s infinite linear
}
.steps-form__wrapper .main-button-wrapper button:after{
    -webkit-animation: pulseblob 1.5s 1s infinite linear;
    -moz-animation: pulseblob 1.5s 1s infinite linear;
    -ms-animation: pulseblob 1.5s 1s infinite linear;
    -o-animation: pulseblob 1.5s 1s infinite linear;
    animation: pulseblob 1.5s 1s infinite linear
}
.steps-form__wrapper .main-button-wrapper button:after,
.steps-form__wrapper .main-button-wrapper button:before{
    content: '';
    position: absolute;
    top: calc(50% - 22px);
    left: calc(50% - 22px);
    background: rgba(255,255,255,.15);
    border-radius: 100px;
    opacity: 0;
    width: 44px;
    height: 44px;
    z-index: 100
}
@keyframes pulseblob {
    0% {
        transform: scale(.2);
        opacity: 0
    }

    33% {
        transform: scale(1);
        opacity: 1
    }

    100% {
        transform: scale(3);
        opacity: 0
    }
}

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