* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

.from-up {
    max-width: 617px;
    padding: 10px;
    font-size: 28px;
    text-align: center;
    margin: 20px auto 20px auto;
    color: white;
    background: #af0017;
    box-shadow: 20px 12px 35px -16px #000
}

.article-img {
    max-width: 700px;
    margin: 0 auto
}

.order-geo {
    margin: 0 auto;
    max-width: 509px;
    box-shadow: -2px 1px 35px -16px #000;
    border: 1px solid #b601ff;
    border-radius: 10px;
    padding: 20px
}

.order-geo div {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px
}

h6 {
    text-align: center;
    font-size: 20px;
    padding: 20px 0
}

.order-balance {
    display: flex;
    align-items: center;
    flex-direction: column
}

.order-balance div {
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 26px
}

.order-balance p {
    font-weight: 700;
    padding: 15px 37px;
    font-size: 35px;
    background: #af0017;
    color: #fff;
    box-shadow: 20px 12px 35px -16px #000;
    border-radius: 12px
}

.order-balance p span {
    display: inline-block;
    width: 30px;
    padding: 0 10px 0 0;
    font-size: 35px;
    text-align: center
}

.order-price {
    max-width: 420px;
    width: 100%;
    display: flex;
    border-radius: 16px;
    border: 4px solid #b601ff;
    background: url(../img/arrows.svg) 50% 50% / auto no-repeat;
    margin: 50px 0 20px 0
}

.old-price p,
.new-price p {
    font-weight: 700;
    font-size: 20px;
    font-family: Arial, sans-serif;
    padding: 10px 0
}

.old-price span,
.new-price span {
    font-family: Arial, sans-serif
}

.old-price {
    width: 50%;
    text-align: center;
    padding-right: 15px
}

.old-price span {
    display: inline-block;
    font-weight: 700;
    line-height: 1;
    font-size: 25px;
    color: #666;
    margin-top: -1px;
    position: relative;
    z-index: 1;
    margin-bottom: 10px
}

.old-price span::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 10px;
    width: 110%;
    height: 0;
    border-bottom: 3px solid #b500ff;
    transform: rotate(-3.78deg) translate(-50%, -50%)
}

.new-price {
    width: 50%;
    text-align: center;
    padding-left: 15px
}

.new-price span {
    font-size: 40px;
    font-weight: 700;
    line-height: 1
}

.form {
    margin: 0 auto;
    max-width: 400px
}

.form input {
    width: 100%;
    color: #000;
    padding: 10px 12px;
    border: 1px solid rgba(139, 140, 253, 0.6);
    margin-bottom: 16px
}

.btn {
    appearance: none;
    border: 0;
    outline: none !important;
    background: linear-gradient(93.06deg, #3277b9 8.35%, #6968ce 34.63%, #b500ff 83.13%);
    display: block;
    width: 100%;
    text-align: center;
    padding: 20px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
    overflow: hidden;
    position: relative
}

.btn.btn-bottom {
    max-width: 500px;
    margin: 10px auto 0 auto
}

.btn.btn-bottom a {
    text-decoration: none
}

@media screen and (max-width:488px) {
    .order-geo div {
        flex-direction: column
    }
}

@media screen and (max-width:415px) {
    .new-price span {
        font-size: 31px
    }
    .old-price span {
        font-size: 19px
    }
    .order-geo {
        font-size: 13px
    }
}