<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.flex {
    display: flex;
}

.margin-auto-v {
    margin: auto 0;
}
.inform__title {
    font-weight: bold;
    text-align: left;
}
.inform__items {
    padding-left: 0 !important;
}
.inform__item {
    position: relative;
    display: flex;
    align-items: center;
    padding: 5px 0;
}
.inform__item:hover:before {
    background-image: url(/local/templates/kdteam/img/arrow-basket-hover.svg);
}
.inform__item:before {
    content: "";
    background-image: url(/local/templates/kdteam/img/arrow-basket.svg);
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    margin-right: 8px;
    border-radius: 50%;
    overflow: hidden;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
}
.inform__item a {
    text-decoration: none;
    font-size: 14px;
    font-weight: normal;
}
.b_cart-img_block {
    border: 1px solid #D6D6D6;
    position: relative;
    height: 100px;
    display: flex;
}
.b_cart-img_block .b_cart-link {
    margin: auto;
}
.basket__page {
    display: flex;
}
.basket_cart-close {
    position: absolute;
    top: -5px;
    right: -5px;
    display: flex;
    background-color: #FF0001;
    height: 20px;
    width: 20px;
    border-radius: 4px;
}
.basket_cart-close:before {
    content: '';
    height: 10px;
    width: 10px;
    margin: auto;
    background-image: url(/local/templates/kdteam/img/close-basket.svg);
}
.basket__product {
    padding-bottom: 20px;
    border-bottom: 1px solid #EAEAEA;
}
.basket__product_name {
    text-align: left;
    width: 70%;
    padding-left: 25px;
    display: flex;
    height: 100%;
}
.basket__product_name a {
    margin: auto 0;
    display: block;
    color: black;
    text-decoration: none;
    font-size: 14px;
    line-height: 24px;
}
.basket__quantity {
    border: none;
    font-size: 18px;
    height: auto;
    width: auto;
}
.basket__counter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: auto 0 !important;
    padding: 14px 5px;
    border: 1px solid #D6D6D6;
    border-radius: 4px;
    width: 100px;
}
.basket__counter .less, .basket__counter .better {
    margin: 0;
    padding: 0;
    display: flex;
    height: 26px;
    width: 26px;
    border-radius: 50px;
    border: #000000 1px solid;
    color: #FF0001;
}
.basket__counter .less:hover, .basket__counter .better:hover {
    color: white;
    background: #FF0001;
}
.basket__minus, .basket__plus {
    margin: auto;
    padding: 0;
    height: 100%;
    font-size: 20px;
    display: flex;
    align-items: center;

}
.basket__minus {
    position: relative;
}
.minus {
    height: 2px;
    width: 12px;
    background: #FF0001;
}
.plus {
    background: #FF0001;
    height: 12px;
    width: 2px;
    position: relative;
}
.plus:after {
    content: "";
    height: 2px;
    width: 12px;
    background: #FF0001;
    position: absolute;
    left: -5px;
    top: 5px;
}
.basket__product_price {
    color: #000;
    float: right;
    font-size: 20px;
    font-weight: 600;
    display: flex;
    margin-left: auto;
}
.basket__buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.basket__button {
    padding: 13px 23px !important;
    width: auto !important;
}
.save-pdf {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: transparent 1px solid;
}
.save-pdf:hover {
    border: #FF0001 1px solid;
}
.save-pdf img {
    height: 20px;
    width: 20px;
    margin-right: 8px;
}
.save-pdf p {
    height: 22px;
    margin: 0;
    text-decoration: none;
}
.basket__sum {
    padding: 0;
}
.basket__sum span {
    font-size: 20px;
    font-weight: 700;
    color: red;
}
.basket__sum .itog {
    font-weight: 700;
    font-size: 17px;
    color: #000;
}
.table.cart .item.order__item {
    padding-left: 21px;
}
.order__items {
    padding: 13px 0;
    background: #C4C4C4;
}
.order__item {
    color: white !important;
}
.order__item:not(:last-child) {
    border-right: 1px solid #DEDEDE;
}

.table.cart .custom-4.order__item {
    width: 19%;
}
.table.cart .custom-3.order__item {
    width: 10%;
}
.table.cart .custom-2.order__item {
    width: 17%;
}
.table.cart .price-order-3 {
    width: 20%;
}
.order__product {
    display: flex;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #EAEAEA;
}
.order__product:first-child {
    margin-top: 20px;
}
.order__product_img {
    border: 1px solid #D6D6D6;
    border-radius: 4px;
    position: relative;
    margin-right: 10px;
}
.order__product_img img {
    width: 100px;
}
.order__product .price-order.price-order-1 {
    color: red;
    width: 19%;
}
.order__product .price-order.price-order-4 {
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    text-align: right;
    width: 30%;
}
.order__product .price-order.price-order-3 {
    width: 18%;
}
.order__product .price-order.price-order-2 {
    width: 28%;
}
.order__product_sum {
    font-size: 18px;
    line-height: 24px;
    color: red;
}
.order__product .name-order {
    display: flex !important;
}
.order__product .name-order a {
    text-decoration: none;
    color: black;
    margin: auto 0;
}
.personal-data {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.personal-data .form-group {
    width: 48%;
}
.personal-data .form-control {
    border: 1px solid #BBBBBB !important;
    border-radius: 4px !important;
    height: 50px;

}

.personal-data .form-control::-webkit-outer-spin-button,
.personal-data .form-control::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.personal-data .form-control::-webkit-input-placeholder {
    font-size: 14px;
    line-height: 19px;
    color: #C5C5C5;
}
.payment-details {
    padding-left: 25px
}
.payment-details p {
    font-size: 14px;
    line-height: 24px;
    margin: 0;
}
.custom-radio input {
    visibility: hidden;
}
.custom-radio {
    position: relative;
    font-size: 14px;
    padding-left: 25px !important;
    padding-bottom: 5px;
}
.custom-radio i {
    position: absolute;
    height: 20px;
    width: 20px;
    top: 0;
    left: 0;
    border: 1px solid #CBCBCB;
    border-radius: 50px;
    display: flex;
}
.custom-radio input:checked+i:before {
    content: '';
    height: 10px;
    width: 10px;
    margin: auto;
    background: red;
    border-radius: 50px;
}
.order__sum {
    display: block;
   padding: 16px 0;
    text-align: left;
}
.b_cart-img {
    max-width: 90%;
}
.basket__cart_content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;

}
.basket__cart {
    display: flex;
    flex-wrap: wrap;
}
.order__cart_content {
    width: calc(100% - 254px);
    display: flex;
    align-items: center;
}
.order__cart_items {
    display: none;
}

@media screen and (max-width: 900px) {
    .save-pdf {
        width: 30% !important;
    }
}

@media screen and (max-width: 768px) {
    .basket__product_price {
        white-space: nowrap;
    }
    .order__product .price-order.price-order-1 {
        min-height: 30px;
    }
    .basket__page {
        flex-direction: column;
    }
    .basket__carts {
        order: -1;
    }
    .basket__minus {
        margin-top: 0;
    }
    .basket__product_name {
        width: 100%;
        padding-left: 0;
        padding-bottom: 10px;
    }
    .basket__button {
        padding: 15px 13px !important;
        width: 49% !important;
        order: -1;
        margin-bottom: 20px;
        text-align: center;
    }
    .save-pdf {
        padding: 5px 0 !important;
        order: 0 !important;
        width: 53% !important;
    }
    .basket__button.btn.btn-warning2 {
        margin-bottom: 20px;
    }
    .price-order1 {
        margin-top: 0;
    }
    .order.cart {
        margin-top: 0;
    }
    .order-first {
        order: -1;
    }
    .order {
        display: flex;
        flex-direction: column;
    }
    .order__product {
        flex-direction: row;
        flex-wrap: wrap;
    }
    .order__product_img {
        width: 25% !important;
        margin-right: 0;
    }
    .order__product_img img {
        max-width: 90% !important;
    }
    .name-order {
        width: 75% !important;
        padding-left: 20px !important;
        text-align: left !important;
    }
    .order__cart_content {
        width: 80%;
        flex-wrap: wrap;
    }
    .total {
        width: 100%;
    }
    .order__cart_content .price-order {
        width: 100% !important;
        display: flex !important;
        justify-content: flex-start;
        padding: 4px !important;
    }
    .order__cart_items {
        display: flex;
        flex-direction: column;
        width: 20%;
    }
    .order__cart_items div {
        font-size: 14px;
        line-height: 30px;
        color: #969696;
    }
    .order__product .price-order.price-order-4 {
        font-size: 14px;
    }
    .order__product .price-order.price-order-2 {
        font-size: 14px;
    }
    .order__product .price-order.price-order-3 {
        font-size: 14px;
    }

    .b_make-block {
        display: none;
    }
    .personal-data .form-group {
        width: 100%;
    }
    .bx_order_make .bx_section {
        margin: 0 !important;
        width: 100%;
    }
    .bx_order_make .bx_section h4, .bx_ordercart h4 {
        text-align: left;
    }
    .price-order1 {
        font-size: 16px;
    }
}

.delivery_type {
    padding-left: 20px;
    color: #D6D6D6;
}

.delivery_type input::placeholder {
    color: #D6D6D6;
}

.payment-detail_item {
    display: flex;
    flex-direction: row;
}

.payment-detail_item p {
    white-space: nowrap;
    display: flex;
    align-items: flex-end;
    padding-right: 5px;
}

.payment-detail_item input {
    border-right: none !important;
    border-top: none !important;
    border-left: none !important;
    box-shadow: none !important;
}

.modal__overlay {
    background: rgba(0, 0, 0, 0.5);
}

.overlay__hidden {
    overflow: hidden;
}

.modal__container {
    display: flex;
    width: 100%;
    height: 100%;
}

.modal-dialog {
    margin: auto;
}</pre></body></html>