<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.mt-5 {margin-top:5px !important;}
.mt-10 {margin-top:10px !important;}
.mt-15 {margin-top:15px !important;}
.mt-20 {margin-top:20px !important;}
.mt-30 {margin-top:30px !important;}
.mt-40 {margin-top:40px !important;}
.mt-60 {margin-top:60px !important;}
.mt-80 {margin-top:80px !important;}

.mb-5 {margin-bottom:5px !important;}
.mb-10 {margin-bottom:10px !important;}
.mb-15 {margin-bottom:15px !important;}
.mb-20 {margin-bottom:20px !important;}
.mb-30 {margin-bottom:30px !important;}
.mb-40 {margin-bottom:40px !important;}
.mb-60 {margin-bottom:60px !important;}
.mb-80 {margin-bottom:80px !important;}

.block {display: block !important;}
.inline {display: inline !important;}
.inline-block {display: inline-block !important;}


.order-page {
    font-family: 'UniversLT', Arial, sans-serif;
    font-size: 15px;
    margin-bottom: 30px;
}

.order-page input[type="text"],
.order-page input[type="tel"],
.order-page input[type="email"],
.order-page input[type="number"],
.order-page textarea {
    border: none;
    border-bottom: 1px solid #000;
    width: 100%;
    max-width: 300px;
    font-size: 18px;
    background-color: transparent;
}

.order-page input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #ababab;
}
.order-page input::-moz-placeholder { /* Firefox 19+ */
    color: #ababab;
}
.order-page input:-ms-input-placeholder { /* IE 10+ */
    color: #ababab;
}
.order-page input:-moz-placeholder { /* Firefox 18- */
    color: #ababab;
}

.order-page .submitting {
    cursor: not-allowed;
    opacity: .4;
}

.order-page .submitting * {
    cursor: not-allowed;
}

.order-page [v-cloak] {
  display: none;
}

.b-order {
    padding: 0 20px 20px 20px;
    background-color: #eee;
}

.b-order .b-order__alert {
    box-sizing: border-box;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #5bc7f3;
    background-color: #b3e9ff;
}

.b-order .b-order__alert.b-order__alert--error {
    background-color: #fb9e9e;
    border-color: #ff5d5d;
}

.b-order .b-order__alert.b-order__alert--warning {
    background-color: #fff3bf;
    border-color: #ffd626;
}

.form-group {
    margin-bottom: 30px;
}

.b-order .b-order__cities {
    margin-top: 8px;
    font-size: 12px;
}

.b-order .b-order__cities&gt;* {
    cursor: pointer;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 5px;
    border-bottom: 1px dotted #000;
    color: #808080;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .b-order .b-order__pay-system-online .hidden-xs {
        display: none!important;
    }

    .b-order .b-order__pay-system-online .visible-xs {
        display: inline!important;
    }
}

.b-order .b-order__hint--grey {
    color: #848484;
    font-size: 12px;
}

.b-order .b-order__btn-save {
    width: 100%;
    text-transform: uppercase;
    border-radius: 0;
    padding: 15px 12px;
}

.b-order .b-order__save-section .b-order__hint--grey {
    display: inline-block;
}

@media (min-width: 992px) {
    .b-basket {
        float: right;
    }
}

.b-basket__tooltip {
    font-size: 12px;
    border: 1px solid #e4e4e4;
    padding: 10px 0px 10px 10px;
    margin-bottom: 20px;
    background-color: #fffbda;
}

.b-basket__tooltip-close {
    float: right;
    font-size: 24px;
    line-height: 1;
    padding: 0 7px 5px 7px;
    cursor: pointer;
    margin-top: -5px;
}

.b-basket__item {
    position: relative;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 25px;
    padding-bottom: 25px;
}

.b-basket__item.disabled {
    color: #ababab;
}


.b-basket__item .b-basket__item-name {
    font-size: 16px;
    font-weight: bold;
    margin-right: 40px;
}

.b-basket__item-modules {
    margin-top: 10px;
}

.b-basket__item-modules &gt; *:only-child {
    display: none;
}

.b-basket__item-module {
    margin-right: 10px;
    font-weight: normal;
}

.b-basket__item-module input[type="checkbox"], 
.b-basket__item-module input[type="radio"] {
    position: relative;
    top: 1px;
}

.b-basket__item .b-basket__item-price {
    margin: 5px 30px 15px 0;
    float: left;
    font-size: 16px;
    font-weight: bold;
}

.b-basket__item .b-basket__item-date {
    float: left;
    margin: 5px 30px 15px 0;
    font-size: 16px;
}

.b-basket__item .b-basket__item-date.dropdown {
    cursor: pointer;
    border-bottom: 1px dotted #000;
}

.b-basket__item .b-basket__item-date.dropdown:hover {
    border-bottom-color: transparent;
}

.b-basket__item .b-basket__item-date .dropdown-menu {
    margin-top: 0;
}

.b-basket__item .b-basket__item-date .dropdown-menu .dropdown-menu-item {
    padding: 3px 8px;
}

.b-basket__item .b-basket__item-date .dropdown-menu .dropdown-menu-item:hover,
.b-basket__item .b-basket__item-date .dropdown-menu .dropdown-menu-item.selected {
    background-color: #eee;
}

.b-basket__item .b-basket__item-qty {
    float: right;
    text-align: right;
}

.b-basket__item .b-basket__item-qty input[type="number"],
.b-basket__item .b-basket__item-qty input[type="text"] {
    max-width: 35px;
    text-align: center;
    -moz-appearance:textfield;
}

.b-basket__item .b-basket__item-qty input[type="number"]::-webkit-outer-spin-button,
.b-basket__item .b-basket__item-qty input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.b-basket__item .b-basket__item-qty .b-basket__item-qty-sum {
    display: inline-block;
    margin-top: 5px;
    float: right;
}

@media (max-width: 425px) {
    .b-basket__item .b-basket__item-qty .b-basket__item-qty-sum {
        margin-left: 0;
        float: none;
        display: block;
        /*margin-top: 20px;*/
    }
}

.b-basket__item .b-basket__item-gift {
    cursor: pointer;
    border-bottom: 1px dotted #000;
    display: inline-block;
}

.b-basket__item .b-basket__item-gift:hover {
    border-bottom-color: transparent;
}

.b-basket__item .b-basket__gift-form {
    margin-top: 15px;
}

.b-basket__item .b-basket__item-alert {
    font-size: 12px;
    color: red;
}

.b-basket__item .b-basket__item-delete {
    position: absolute;
    right: 10px;
    top: -13px;
    border: none;
    background: transparent;
    font-size: 50px;
    line-height: 40px;
}

.b-basket .b-basket__summary {
    font-size: 28px;
    margin-bottom: 30px;
}

.b-basket .b-basket__summary-text {
    margin-right: 10px;
    font-size: 22px;
}</pre></body></html>