.checkout-image-block{
    background: rgba(243, 231, 247, 0.25);
    padding: 40px 44px 87px;
}
.checkout-image{
    background-size: cover;
    background-image: url('./assets/img/checkout-img.png');"
}

.checkout-image::after{
    content: '';
    display: block;
    padding-bottom: 30.0981461%;
}

.checkout-image__text{
    margin-top: 75px;
}
.checkout-image__text div:first-child{
    color: #B749DA;
    font-weight: bold;
    font-size: 57px;
    line-height: 57px;
    text-align: center;
}
.checkout-image__text div:last-child{
    line-height: 57px;
    color: #132529;
    font-weight: 500;
    font-size: 57px;
    line-height: 57px;
    text-align: center;
}

.checkout-image__progress-bar{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 472px;
    max-width: 100%;
    height: 46px;
    margin: 59px auto 0;
    background: #EEEDEE;
    border-radius: 81px;
    position: relative;
    overflow: hidden;
}

.checkout-image__progress-bar::after{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 66.666%;
    height: 100%;
    background: #B749DA;
    z-index: 1;
}

.checkout-image__progress-bar span{
    font-weight: 500;
    font-size: 24px;
    color: #fff;
    position: relative;
    z-index: 2;
}

.text-above-form, .text-under-form{
    max-width: 733px;
    margin: 51px auto 0;
    font-size: 40px;
    line-height: 46px;
    font-weight: 500;
    text-align: center;
}

.text-above-form span, .text-above-form strong, .text-under-form span, .text-under-form strong {
    color: #B749DA;
    font-weight: bold;
}

.checkout-button{
    width: 614px;
    height: 91px;
    font-weight: bold;
    font-size: 40px;
    margin: 61px auto 0;
    display: block;
}

.text-under-form{
    margin-top: 122px;
    max-width: 100%;
}

.checkout-features.features {
    margin-top: 142px;
}
.checkout-features .features__item{
    width: 33.3333%;
    margin-bottom: 80px;
}

.checkout-features .features__title-wrapper{
    display: flex;
}
.checkout-features .features__title{
    margin-top: 0;
    text-align: left;
    font-size: 34px;
    line-height: 41px;
}
.checkout-features .features__correct{
    margin-right: 30px;
}
.checkout-features .features__text{
    text-align: left;
    margin-left: 72px;
}

.call-now-block{
    margin-top: 117px;
    padding: 88px 15px;
    background: #FFFCF4;
}

.call-now-block__text{
    max-width: 768px;
    margin: 0 auto;
    font-size: 40px;
    line-height: 50px;
    font-weight: 500;
    text-align: center;

}

.call-now-block__text span, .call-now-block__text strong {
    color: #B749DA;
    font-weight: bold;
}


.call-now-button{
    width: 396px;
    height: 75px;
    font-weight: bold;
    font-size: 24px;
    margin: 61px auto 0;
    display: block;
}

.call-now-block .reserve-later{
    margin-top: 27px;
    text-align: center;
}

.call-now-block a{
    color: #B749DA;
    font-size: 16px;
    line-height: 20px;
}

.safe-checkout{
    margin-top: 50px;
    text-align: center;
}
.safe-checkout img{
    max-width: 440px;
}


.checkout-button{
    display: none;
}

.asp_product_item{
    max-width: 500px;
    margin: 0 auto;
    border: 0 !important;
    box-shadow: none !important;
}

.asp_product_name, .asp_price_container, .asp_product_description{
    display: none;
}
.asp_product_buy_btn_container{
    width: 100%;
}
.asp_product_buy_button button{
    width: 100%;
    height: 75px;
    font-weight: bold;

    margin: 61px auto 0;
    display: block;

    border: none;
    background: #FFCD00 !important;
    box-shadow: 0px 2px 4px rgba(159, 159, 159, 0.437964) !important;
    border-radius: 5px;
    color: #000;
    max-width: 100%;
}

.asp_product_buy_button button span{
    text-shadow: none;
    font-size: 24px;
    color: #000;
}

.call-modal a{
    text-decoration: none;
}

@media screen and (max-width: 1250px){
    .checkout-features .features__item{
        width: 50%;
    }
}

@media screen and (max-width: 992px){

    .checkout-image__text{
        margin-top: 45px;
    }

    .checkout-image__text div:first-child, .checkout-image__text div:last-child{
        font-size: 32px;
        line-height: 36px;
    }

    .checkout-features .features__item{
        width: 100%;
    }

    .checkout-features .features__item > *:not(button) {
        padding: 0 60px;
    }

    .checkout-features .features__text{
        padding: 0 25px 0 0 !important;
        font-size: 18px;
        line-height: 33px;
    }

    .checkout-features .features__title{
        font-size: 24px;
    }

}


@media screen and (max-width: 600px){
    .checkout-image-block{
        padding: 29px 30px 40px;
    }

    .checkout-image{
        background-image: url('./assets/img/checkout-img-mob.png');"
    }

    .checkout-image::after{
        padding-bottom: 63.8888889%;
    }

    .checkout-image__text{
        margin-top: 15px;
    }

    .checkout-image__text div:first-child, .checkout-image__text div:last-child{
        font-size: 26px;
        line-height: 32px;
    }

    .checkout-image__progress-bar{
        width: 242px;
        height: 26px;
        margin-top: 36px;

    }

    .checkout-image__progress-bar::after{
        width: 72.7%;
    }

    .checkout-image__progress-bar span{
        font-size: 16px;
    }

    .text-above-form, .text-under-form{
        margin-top: 51px;
        font-size: 22px;
        line-height: 32px;
        max-width: 367px;
    }

    .checkout-button{
        width: 350px;
        max-width: 90% !important;
        height: 52px;
        font-size: 15px;
        margin: 29px auto 0;
    }

    .text-under-form{
        margin-top: 55px;
    }

    .checkout-features .features__item {
        margin-bottom: 42px;
    }

    .call-now-block {
        margin-top: 42px;
        padding: 50px 15px;
    }

    .call-now-block__text{
        max-width: 323px;
        font-size: 26px;
        line-height: 36px;
    }

    .call-now-button{
        width: 234px;
        height: 42px;
        font-size: 15px;
        margin: 40px auto 0;
    }

     .checkout-features .features__title{
        font-size: 14px;
        line-height: 21px;
     }

     .call-now-block .reserve-later{
        margin-top: 10px;
     }

     .safe-checkout img {
        max-width: 300px;
     }

}

@media screen and (max-width: 420px){

    .checkout-features .features__correct{
        margin-right: 25px;
    }

    .checkout-features .features__correct img{
        width: 33px;
        margin-top: 2px;
    }
    .checkout-features .features__title-wrapper{
        padding: 0 15px !important;
    }

    .checkout-features .features__text{
        margin-left: 15px;
        padding: 0 15px 0 0 !important;
    }

}
