p{
    margin: 0;
}
.steps i {
    opacity: 0;
    color: #5cb85d;
}
.payment2-content{
    margin: 0 15px;
}
.secondStep.steps-step1, .steps-step2 {
    opacity: 0.5;
}

.secondStep.steps-step2, .secondStep.steps i {
    opacity: 1;
}
.offer{
    background: #0755a1;
    color: #fff;
    padding: 3px 0 3px 10px;
}
.grey-bg{
    background-color: #fff;
}
.ui-input{
    border: 1px solid #d8d8d8;
    border-radius: 3px;
    background-color: #fff;
}
.ui-form__submit-button{
    background-color: #F26705;
}
.header{
    color: #fff;
    text-align: center;
    padding-top: 15px;
}
.header p {
    margin-bottom: 0;
    font-weight: 400;
}
.header h1{
    font-weight: 500;
}
.product{
    position: relative;
}
.circle-price{
    border-radius: 50%;
    background:     radial-gradient(ellipse at 20% 80%, #39a6f4 0%, #0376CA 62%, #025997 100%);
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -15px;
    right: -15px;
    height: 100px;
    width: 100px;
}
.price{
    line-height: 1;
    font-weight: 700;
}
.price-title{
    font-size: 17px;
}
.currency{
    font-size: 24px;
}
.form-wrapper{
    padding: 0;
    border-radius: 5px;
}
.form-header{
    background-color: #0371DC;
    text-align: center;
    color: #fff;
    border-radius: 5px;
}
.details-text{
    border-bottom: 1px solid #fff;
}
.stock{
    border-block: 1px solid #e4e4e4;
}
.stock-text{
    margin: 10px 0;
    font-size: 18px;
    color: #ff0000;
}
ul{
    padding-left: 1rem;
    font-weight: 500;
    margin-top: 10px;
}
.form-wrapper{
    background: #f3f3f3;
}
hr{
    border-top: 1px solid #F26705;
}
.bottom-line{
    border-top: 1px solid #464646;
}
select.ui-input{
    padding: 7px 32px 7px 15px;
}
.payment2-footer{
    width: 237px;
    height: 31px;
    background: url(../img/card-footer.svg?rev=2) center center no-repeat;
    margin-bottom: 15px;
}
.text-below{
    text-align: center;
    color: #333;
    max-width: 800px;
    margin: 50px auto 20px;
    padding: 0 15px;
}
.product__img{
    width: 100%;
    display: block;
    margin: 0 auto;
}
.product__img--description{
    max-width: 450px;
    display: block;
    margin: 0 auto 20px;
    padding: 0 15px;
}
.terms{
    background-color: #0755a1;
}
.terms small{
    color: #fff;
}
