*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

footer,
article,
aside,
nav,
section {
    display: block;
}

html {
    width: 100%;
}

body {
    font-size: 18px;
    line-height: 1.2;
    font-family: "Jost", sans-serif;
    padding: 0;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    color: #212121;
    background: #fff url("../img/body_bg.png") center;
    font-weight: 300;
    width: 100%;
}


.d-mobile {
    display: none !important;
}

.clearfix {
    clear: both;
}

.container {

    margin: 0 auto;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1150px;
}

a {
    color: #7000FF;
    text-decoration: none;
    font-weight: 700;
}

a:hover {
    color: #A258FF;
}

p {
    margin: 0 0 15px;
}

.img-responsive {
    max-width: 100%;
}

.d-center {
    display: block;
    margin: 0 auto 40px;
}

strong,
b {
    font-weight: 700;
}

.wrapper {
    overflow: hidden;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-uppercase {
    text-transform: uppercase;
}

svg {
    display: inline-block;
    vertical-align: text-bottom;
}

svg path {
    /*stroke:inherit;*/
    /*stroke-width:inherit;*/
    /*fill:inherit;*/
}

h1 {
    text-align: center;
    color: #7000FF;
    font-size: 56px;
    margin: 90px 0 10px;
}

h2 {
    text-align: center;
    color: #7000FF;
    font-size: 48px;
    margin: 0 auto 40px;
    max-width: 850px;
}

.m-purple {
    color: #7000FF;
}

.b-subtitle {
    font-size: 32px;

}

.b-subtitle.sub-1 {
    margin-bottom: 85px;
}

.b-white {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 8px 40px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 8px 40px rgba(0, 0, 0, 0.16);
    border-radius: 24px;
    border-top: 4px solid #7000FF;
    border-bottom: 4px solid #7000FF;
    padding: 80px 90px 70px;
    margin-bottom: 80px;
}

.text-large {
    font-size: 24px;
}

ol {
    list-style-position: inside;
    font-weight: 700;
    margin-top: 40px;
}

ol span {
    display: inline;
    margin-bottom: 15px;
}

ol p {
    font-weight: 300;
}

ol p:nth-child(2) {
    margin-top: 15px;
}

.sub-2 {
    max-width: 740px;
    margin: 0 auto 5px;
}

.b-nobg {
    max-width: 930px;
    margin: 0 auto 90px;
}

.b-order {
    margin-bottom: 40px;
}

.b-order>img {
    display: inline-block;
    vertical-align: top;
    margin: 20px 3% 0 0;
}

.b-form {
    display: inline-block;
    max-width: 352px;
}

.b-sale {
    border-radius: 50%;
    background: -webkit-gradient(linear, left top, left bottom, from(#FFD600), to(#FF8A00));
    background: -o-linear-gradient(top, #FFD600 0%, #FF8A00 100%);
    background: linear-gradient(180deg, #FFD600 0%, #FF8A00 100%);
    -webkit-box-shadow: 0px 8px 16px rgba(255, 138, 0, 0.24), inset 0px 1px 0px rgba(255, 255, 255, 0.25);
    box-shadow: 0px 8px 16px rgba(255, 138, 0, 0.24), inset 0px 1px 0px rgba(255, 255, 255, 0.25);
    width: 120px;
    height: 120px;
    position: relative;
    display: inline-block;
    padding: 10px;
    vertical-align: top;
    margin: 0 20px 10px 0;
}

.sale-inner {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid #fff;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 700;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.sale-inner span:first-child {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: -35%;

}

.sale-inner span:last-child {
    font-size: 56px;
    margin-top: 5%;
}

.b-percent {
    position: absolute;
    right: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#A258FF), to(#7000FF));
    background: -o-linear-gradient(top, #A258FF 0%, #7000FF 100%);
    background: linear-gradient(180deg, #A258FF 0%, #7000FF 100%);
    -webkit-box-shadow: 0px 8px 16px rgba(112, 0, 255, 0.24), inset 0px 1px 0px rgba(255, 255, 255, 0.25);
    box-shadow: 0px 8px 16px rgba(112, 0, 255, 0.24), inset 0px 1px 0px rgba(255, 255, 255, 0.25);
    border-radius: 50%;
    width: 38px;
    height: 38px;
    color: #fff;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.input-field {
    display: block;
    width: 100%;
    background-color: #FFFFFF;
    border: 1px solid #9B9B9B;
    border-radius: 56px;
    text-align: center;
    padding: 16px;
    margin-bottom: 15px;
    font: inherit;
    font-weight: 700;
    outline: none;
}

.input-field:focus {
    color: #212121;
    border-color: #212121;
}

select {
    background-image: url(../img/select.png);
    background-repeat: no-repeat;
    background-position: 93% center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
}

select::-ms-expand {
    display: none;
}

.btn {
    color: #fff;
    border: none;
    display: inline-block;
    width: 100%;
    font: inherit;
    font-weight: 700;
    text-transform: uppercase;
    background: -webkit-gradient(linear, left top, left bottom, from(#A258FF), to(#7000FF));
    background: -o-linear-gradient(top, #A258FF 0%, #7000FF 100%);
    background: linear-gradient(180deg, #A258FF 0%, #7000FF 100%);
    -webkit-box-shadow: 0px 8px 16px rgba(112, 0, 255, 0.24), inset 0px 1px 0px rgba(255, 255, 255, 0.25);
    box-shadow: 0px 8px 16px rgba(112, 0, 255, 0.24), inset 0px 1px 0px rgba(255, 255, 255, 0.25);
    border-radius: 56px;
    padding: 20px;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.btn:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#7000FF), to(#A258FF));
    background: -o-linear-gradient(top, #7000FF 0%, #A258FF 100%);
    background: linear-gradient(180deg, #7000FF 0%, #A258FF 100%);
    -webkit-box-shadow: 0px 4px 8px rgba(112, 0, 255, 0.24), inset 0px 1px 0px rgba(255, 255, 255, 0.25);
    box-shadow: 0px 4px 8px rgba(112, 0, 255, 0.24), inset 0px 1px 0px rgba(255, 255, 255, 0.25);
}

.b-form .btn {
    margin-top: 10px;
}

h3 {
    text-align: center;
    font-size: 48px;
    font-weight: 300;
    margin-bottom: 20px;
}

.b-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.b-flex img {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-right: 15px;
}

.text-center .btn {
    max-width: 352px;
}

.b-footer {
    background: #212121;
    color: #fff;
    text-transform: uppercase;
    padding: 13px 0;
    margin-top: 80px;
}

@media (max-width: 990px) {

    h1 {
        font-size: 40px;
        margin: 45px 0 5px;
    }

    .b-subtitle {
        font-size: 24px;

    }

    .b-subtitle.sub-1 {
        margin-bottom: 25px;
    }

    .b-white {
        padding: 25px 15px 5px;
        margin-bottom: 40px;
    }

    .text-large {
        font-size: 18px;
    }

    ol {
        margin-top: 15px;
        font-size: 16px;
    }

    h2 {
        font-size: 32px;
        margin-bottom: 25px;
    }

    .b-nobg {
        margin-bottom: 30px;
    }

    .b-order>img {
        display: block;
        margin: 20px auto 10px;
        max-width: 100%;
    }

    .b-form {
        margin: 0 auto;
        display: block;
    }

    .b-sale {
        margin: 0;
        vertical-align: middle;
    }

    .b-sale+img {
        max-width: 162px;
        vertical-align: middle;
    }

    form {
        margin-top: 15px;
    }

    h3 {
        font-size: 32px;
    }

    .b-footer {
        margin-top: 40px;
    }
}
.price {
    width: 80%;
    margin: 0 auto;

    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: baseline;

    text-align: center;
}


.old_price {
    text-decoration: line-through;
    font-size: 0.8em;
}

.new_price {
    font-weight: 700;
}
