.loader {
    position: fixed;
    width: 100%;
    min-width: 100%;
    height: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
    z-index: 10000 !important;
    background: url(/local/templates/service_delonghi/assets/images/spinning-circles.svg) rgba(0, 0, 0, 0.2) center center no-repeat;
    background-size: 81px;
}

.header__company {
    text-align: center;
}

.header__logs {
    justify-content: space-between;
    border-bottom: none;
}

.select-search span {
    position: unset !important; 
    top: unset !important;
    right: unset !important;
    width: 100% !important;
    height: 50px !important;
}

.select2-container--default .select2-selection--single {
    background: #f7f7f7 !important;
    border: 1.5px solid #e6e6e6 !important;
    border-radius: 4px !important;
    outline: none !important;
    padding: 0 19px !important;
}

.select2-selection__rendered {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
}

.select2-selection__rendered:after {
    content: "🢓";
    position: absolute;
    right: 30px;
    font-size: 25px;
    color: #888;
    line-height: 100%;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.return__product-name {
    color: #00000059;
}

.preview-image {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.reason-rivision {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 20px;
    background-color: #ffc1006b;
    border: 1px solid red;
    word-break: break-all;
}

input.error {
    border: 1.5px solid #ff3e3e;
}

.list-order {
    margin-bottom: unset;
}

.basket__wrapper-block_img img {
    width: initial;
    height: 70%;
}

.basket__wrapper-block_img {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    width: 115px;
    height: 117px;
    margin-right: 17px;
    overflow: hidden;
}

.blackout {
    opacity: 1;
    pointer-events: auto;
    display: none;
}

.modal-choice__fill {
    background: unset;
    position: unset;
    width: unset;
    max-width: unset;
    top: unset;
    z-index: unset;
    height: 100%;
    opacity: unset;
    pointer-events: unset;
    transform: unset;
    transition: unset;
    max-height: calc(100% - 120px);
}

.choice-item__pic img {
    width: 100%;
}

.appeal-item__pic {
    width: 100px;
    height: 100px;
}

.appeal-item__pic img {
    object-fit: contain;
}

.spisok__spisok-block_item {
    align-items: center;
    flex-wrap: wrap;
}

.spisok__spisok-block_img {
    display: flex;
    align-items: center;
}

header {
    border-bottom: 1px solid #e0e0e0;
}

.header__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header__support {
    font-weight: 700;
}

@media (max-width:800px) {
    .code__block {
        margin-top: 0;
    }
    .basket__wrapper-block_img img {
        height: 50%;
    }
    .header__content {
        flex-direction: column;
    }
    .header__support {
        margin-top: 20px;
    }
    .header__list {
        margin-bottom: 20px;
    }
    .header__logs {
        padding-bottom: 12px;
    }
}

.return__btn {
    margin-top: 36px;
}

.choice-block:last-child {
    margin-bottom: 40px;
}

.choice-item:last-child {
    margin-bottom: 40px;
}

.modal-choice__element:last-child {
    margin-bottom: 40px;
}

.return__wrapper-input span {
    position: static !important;
}

.appeal-items {
    border-bottom: unset;
}

.appeal-items-price {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 10px;
}

.error-police {
    display: none;
    color:red;
    margin-top:10px;
}