.fade-enter-active[data-v-8c2b7b5e],
.fade-leave-active[data-v-8c2b7b5e] {
    transition: opacity .5s
}

.fade-enter[data-v-8c2b7b5e],
.fade-leave-to[data-v-8c2b7b5e] {
    opacity: 0
}

.order__jur[data-v-8c2b7b5e],
.order__phyz[data-v-8c2b7b5e] {
    display: flex;
    flex-direction: column
}

.order__input-label[data-v-8c2b7b5e] {
    display: flex;
    width: 500px;
    margin: 0 auto;
    margin-bottom: 15px
}

.order__cap[data-v-8c2b7b5e],
.order__title[data-v-8c2b7b5e] {
    color: #3a8cc2;
    padding-top: 15px;
    font-size: 22px;
    padding-bottom: 10px;
}

.order__span_label[data-v-8c2b7b5e] {
    font-weight: 700;
    width: 200px;
    display: flex;
    justify-content: flex-end;
    -ms-align-items: center;
    align-items: center;
    box-sizing: border-box;
    padding-right: 30px;
    color: black
}

.order__btn[data-v-8c2b7b5e]:hover {}

.order__input[data-v-8c2b7b5e] {
    padding: 5px;
    width: 200px;
    border: 1px solid #eaeaea;
    border-radius: 3px
}

.order__btn[data-v-8c2b7b5e] {
    color: white;
    background: #3a8cc2;
    padding: 10px 25px;
    display: inline-block;
    border: 2px solid #3a8cc2;
    font-weight: 700;
    font-size: 20px;
    cursor: pointer
}

.order__content[data-v-8c2b7b5e] {
    margin-bottom: 40px
}

.fade-enter-active[data-v-7f6d8498],
.fade-leave-active[data-v-7f6d8498] {
    transition: opacity .5s
}

.fade-enter[data-v-7f6d8498],
.fade-leave-to[data-v-7f6d8498] {
    opacity: 0
}

#app[data-v-7f6d8498] {
    font-family: Avenir, Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    color: #2c3e50;
    margin-top: 60px
}

.cart-products__header[data-v-7f6d8498] {
    display: flex;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 3px solid #049ee6
}

.calc__cap[data-v-7f6d8498],
.cart-products__name[data-v-7f6d8498],
.product__name[data-v-7f6d8498],
.product__opt-name[data-v-7f6d8498] {
    width: 40%
}

.product__name[data-v-7f6d8498] {
    font-weight: 500;
    color: black
}

.product__name[data-v-7f6d8498],
.product__opt-name[data-v-7f6d8498] {
    text-align: left
}

.cart-products__price[data-v-7f6d8498],
.product__opt-price[data-v-7f6d8498],
.product__price[data-v-7f6d8498] {
    width: 20%
}

.cart-products__num[data-v-7f6d8498],
.cart-products__total[data-v-7f6d8498],
.product__num[data-v-7f6d8498],
.product__total[data-v-7f6d8498] {
    width: 15%
}

.product__tool[data-v-7f6d8498] {
    width: 10%
}

.product__main[data-v-7f6d8498] {
    display: flex
}

.product__cap[data-v-7f6d8498] {
    text-align: left
}

.product[data-v-7f6d8498] {
    margin-bottom: 20px
}

.calc__num[data-v-7f6d8498],
.calc__price[data-v-7f6d8498],
.product__options[data-v-7f6d8498] {
    display: flex
}

.product__opt-name[data-v-7f6d8498] {
    padding-top: 2px;
    font-size: 15px;
    padding-left: 20px;
    box-sizing: border-box;
    position: relative
}

.product__opt-name[data-v-7f6d8498]:before {
    content: "";
    width: 4px;
    height: 4px;
    display: block;
    position: absolute;
    background-color: #6598ff;
    top: calc(50% - 2px);
    left: 10px
}

#app[data-v-7f6d8498] {
    color: black
}

.cart-products__info[data-v-7f6d8498] {
    margin-bottom: 30px
}

.calc[data-v-7f6d8498] {
    padding-top: 30px;
    border-top: 1px solid rgba(0, 0, 0, .38);
    font-weight: 700;
    color: #848a8e;
}

.product__price[data-v-7f6d8498] {
    font-weight: 500
}

.product__opt-price[data-v-7f6d8498] {
    font-weight: 700;
    font-size: 15px;
    padding-top: 2px;
}

.product__num[data-v-7f6d8498] {
    font-weight: 500
}

.product__total[data-v-7f6d8498] {
    text-align: left;
    font-weight: 500;
    color: #65b647 !important;
}

.product__btn[data-v-7f6d8498]:hover {
    background-image: url(../ico/del_green.png);
}

.product__btn[data-v-7f6d8498] {
    padding-right: 35px;
    background-image: url(../ico/del_blue.png);
    padding-left: 32px;
    padding-bottom: 10px;
    background-repeat: no-repeat;
}

.calc__total[data-v-7f6d8498] {
    width: 20%;
    text-align: center
}

.calc__cap[data-v-7f6d8498] {
    text-align: left
}

.calc__price[data-v-7f6d8498] {
    margin-bottom: 10px
}

.cart-products__header[data-v-7f6d8498],
.cart__btn[data-v-7f6d8498] {
    padding-top: 60px;
    font-weight: 500;
    color: #848a8e;
    font-size: 14px;
}

.cart__btn[data-v-7f6d8498]:hover {
    background-color: #65b647;
    transition: 0.8s;
    border: 2px solid #65b647;
}

.cart__btn[data-v-7f6d8498] {
    color: white;
    background: #049ee6;
    padding: 10px 25px;
    display: inline-block;
    border: 2px solid #049ee6;
    font-size: 18px;
    cursor: pointer
}

.calc[data-v-7f6d8498] {
    margin-bottom: 15px
}

.order__label[data-v-8c2b7b5e] {
    display: inline;
}