.price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    padding: 16px 0;
    border-radius: 16px;
    border: 4px solid #b601ff;
    /*background: #fff url(../fonts/arrows.svg) 50% 50% / auto no-repeat;*/
}
.price__old {
    padding-right: 15px;
}
.price div {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    width: 50%;
    text-align: center;
}
.price div p {
    font-size: 18px;
    line-height: 1;
}
.price__old span {
    display: inline-block;
    font-size: 26px;
    font-weight: 700;
    line-height: 1;
    color: #666;
    margin-top: 10px;
    position: relative;
    z-index: 1;
}
.price__old .ddd:before {
    left: 50%;
    top: 50%;
    width: 110%;
    height: 0;
    border-bottom: 3px solid #b500ff;
    -webkit-transform: rotate(0deg) translate(-50%,-50%);
    transform: rotate(0deg) translate(-50%,-50%);
}
.card__data:before, .price__old span:before {
    content: "";
    position: absolute;
}
.price__new {
    padding-left: 15px;
}
.price::after {
    content: "";
    display: block;
    width: 24px;
    height: 17px;
    background: url(../img/price-devider.svg) center center/contain no-repeat;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.price__new span {
    display: inline-block;
    font-size: 26px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    margin-top: 10px;
    position: relative;
    z-index: 1;
}
.form {
    max-width: 4.8rem;
    margin: 0 auto;
    background: #f2f2f2;
    border-radius: 0.12rem;
    padding: 0.3rem 0.25rem;
}
.main__order {
    position: relative;
}
.form {
    max-width: 420px;
    padding: 0 16px;
    margin: 0 auto 60px;
}
input, select {
    font-size: 17px;
}
.form select, .form input, .form label {
    display: block;
    width: 100%;
}
.form select, .form input {
    color: #000;
    padding: 10px 12px;
    border: 1px solid rgba(139,140,253,.6);
    margin-bottom: 16px;
    box-sizing: border-box;
    outline: none;
}
.form label {
    color: #232323;
    margin-bottom: 7px;
}
.button {
    display: block;
    background: linear-gradient(87.71deg, #154f90 0, #4097f9 100%);
    border-radius: 0.08rem;
    width: 100%;
    max-width: 340px;
    font-size: 20px;
    line-height: 26px;
    font-family: Lato, sans-serif;
    font-weight: 700;
    color: #fff;
    text-align: center;
    border: none;
    outline: 0;
    margin: 0 auto 15px;
    padding: 20px;
    text-decoration: none;
    position: relative;
}
.dicount {
    border-radius: 50%;
    color: white;
    width: 100px;
    height: 100px;
    position: absolute;
    right: 25%;
    top: -10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    background: radial-gradient(circle, rgb(10 184 150) 0%, rgb(1 89 63 / 96%) 54%);

}
@media (max-width: 768px) {
    .dicount {
        right: 15%;
    }
}
.order__price {
    position: relative;
}
.order .price {
    max-width: 420px;
    margin: 0 auto 16px;
}
.price__old .ddd:before {
    width: 100%;
}

@media (max-width: 400px) {
    .price__new {
        padding-left: 0;
    }
    .price__old {
        padding-right: 0;
    }

}