.crm-car {
    position: relative;
    display: flex;
    height: 100%;
}

.panel .crm-car__link-edit {
    position: absolute;
    left: -34px;
    top: 70px;
    display: flex;
    width: 34px;
    height: 36px;
    border-radius: 50px 0 0 50px;
    align-items: center;
    justify-content: center;
    background-color: #d7d7d7;
    font-size: 0;
}

.panel .crm-car__link-edit .svg-edit {
    transform: translate(2px, 0px);
}

.crm-car__side-left,
.crm-car__side-right {
    padding: 30px 0 30px 30px;
}

.crm-car__side-left {
    width: 30%;
    flex: 30%;
    overflow: auto;
    max-height: 100%;
}

.scrollbar-main:hover::-webkit-scrollbar-thumb {
    background: #7777773e;
}

.crm-car__side-right {
    display: flex;
    flex-direction: column;
    width: 70%;
    flex: 70%;
    overflow: auto;
    padding-right: 30px;
    max-height: 100%;
}

.crm-car__side-right>*:last-child {
    margin-bottom: 0 !important;
}

.crm-car__marketplace-img {
    width: 16px;
    height: 16px;
    object-fit: contain;
}

.crm-car__img-wrap {
    position: relative;
    width: 100%;
    height: 200px;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 6px;
}

.crm-car__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.crm-car__img-link {
    display: block;
    width: 100%;
    height: 100%;
}

.crm-car__item-camera {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 5px;
    bottom: 5px;
    right: 5px;
    font-size: 12px;
    background-color: #00000073;
    color: #fff;
    line-height: 18px;
    padding: 5px;
    border-radius: 2px;
}

.crm-car__item-camera>svg {
    width: 18px;
    height: 18px;
    fill: #fff;
}

.crm-car__break-line {
    background-color: #e4e7e9;
}

.crm-car__prices-sale-sold {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.crm-car__prices-stats {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.crm-car__profit-container {
    margin-bottom: 30px;
}

.crm-car__profit-title {
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    font-size: 17px;
    font-weight: 700;
    color: #292929;
}

.crm-car__profit-title-tooltip {
    font-weight: 400;
    margin-left: 4px;
    transform: translateY(1px);
}

.crm-car__profit-value {
    display: flex;
    font-weight: 700;
    font-size: 21px;
    line-height: 24px;
}

.crm-car__profit-value--profit {
    color: #1bb057;
}

.crm-car__profit-value--profit::before {
    content: '+';
}

.crm-car__profit-value--lost {
    color: red;
}

.crm-car__desctiption-text {
    font-size: 14px;
}

.crm-car__marginality {
    font-size: 15px;
}

.crm-car__prices-sale-sold,
.crm-car__prices-stats {
    margin-bottom: 25px;
}

.crm-car__side-left>*:last-child {
    margin-bottom: 0 !important;
}

.crm-car__update-date {
    margin-bottom: 5px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #8e8e8e;
}

.crm-car__name {
    font-weight: 700;
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.crm-car__dottlist {
    margin-bottom: 18px;
}

.crm-car__personal-actions {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
}

.crm-car__price-miliage {
    padding: 29px 20px 20px;
    transform: translateY(-30px);
    background-color: #fff;
    border-radius: 0 0 6px 6px;
}

.crm-car__price-miliage>*:last-child {
    margin-bottom: 0 !important;
}

.crm-car__header {
    display: flex;
    gap: 25px;
    margin-bottom: 20px;
}

.crm-car__header-side-left {
    width: 60%;
    flex: 60%;
}

.crm-car__header-side-right {
    width: 40%;
    flex: 40%;

}

.crm-car__main-miliage {
    margin-bottom: 11px;
    font-size: 12px;
}

.crm-car__main-price {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 26px;
    line-height: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #2B2D33;
}

.crm-car__main-price--profit::after,
.crm-car__main-price--lost::after {
    content: "➜";
    margin-left: 3px;
}

.crm-car__main-price--profit::after {
    transform: rotate(-90deg);
    color: red;
}

.crm-car__main-price--lost::after {
    transform: rotate(90deg);
    color: green;
}

.crm-car__price-miliage .label.label-checkbox {
    margin-top: 0;
}

.crm-car__price-miliage .span-checkbox {
    font-size: 12px;
    white-space: nowrap;
    color: #808185;
}

.crm-car__price-miliage .span-checkbox:before,
.crm-car__price-miliage .field-checkbox:checked+span:after {
    top: 0;
}

.crm-car__sections {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 50px;
}

.crm-car__section {
    margin-bottom: 30px;
}

.crm-car__chars,
.crm-car__burden {
    margin-bottom: 20px;
}

.crm-car__sections .span-checkbox:before,
.crm-car__sections .field-checkbox:checked+span:after {
    top: 0;
}

.crm-car__section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
}

.crm-car__section-title {
    margin: 0;
    font-size: 19px;
    line-height: 22px;
    font-weight: 500;
    display: flex;
    color: #151515;
}

.crm-car__btn-add-other-operation {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 16px;
    color: #7c7c7c;
    transition: opacity .3s ease-in-out;
}

.crm-car__btn-add-other-operation::before {
    content: '+';
    width: 20px;
    height: 20px;
    display: block;
    padding: 2px;
    margin-right: 5px;
    font-size: 22px;
    line-height: 20px;
    color: #fff;
    border-radius: 50%;
    background-color: #46cb7c;
}

.crm-car__other-operations {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.crm-car__other-operation {
    padding: 20px;
    border-radius: 6px;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: inset 0 -1px 0 rgb(221 225 227);
}

.crm-car__other-operation>*:last-child {
    margin-bottom: 0 !important;
}

.crm-car__other-operation-header {
    margin-bottom: 10px;
}

.crm-car__other-operation-name {
    font-size: 17px;
    line-height: 22px;
    font-weight: 700;
    color: #2e2e2e;
}

.crm-car__other-operation-date {
    font-size: 14px;
    line-height: 22px;
    color: #b0b0b0;
    white-space: nowrap;
}

.crm-car__other-operation-price {
    font-size: 17px;
    line-height: 22px;
    font-weight: 700;
    text-align: right;
    padding-right: 40px;
}

.crm-car__other-operation-price--profit {
    color: #1bb057;
}

.crm-car__other-operation-price--lost {
    color: #e52424;
}

.crm-car__other-operation-body>*:last-child {
    margin-bottom: 0 !important;
}

.crm-car__other-operation-btns {
    display: flex;
    gap: 10px;
}

.crm-car__other-operation-text {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 20px;
    font-style: italic;
    color: #2e2e2e;
}

.crm-car__other-operation-btn-svg-edit {
    transition: fill 0.3s ease-in-out;
}

.crm-car__other-operation-btn-svg-bin,
.crm-car__other-operation-btn-svg-edit {
    fill: #a5a5a5;
}

.crm-car__other-item-link {
    display: block;
    width: 25px;
    height: 34px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../img/default/docs-file.png);
}

.crm-car__select-dropdown-btn--border-interest::before {
    background-color: #39a8ef;
}

.crm-car__select-dropdown-btn--border-ready::before {
    background-color: #2fc5f7;
}

.crm-car__select-dropdown-btn--border-viewed::before {
    background-color: #55d0e0;
}

.crm-car__select-dropdown-btn--border-presale::before {
    background-color: #48d1e3;
}

.crm-car__select-dropdown-btn--border-sale::before {
    background-color: #73da01;
}

.crm-car__select-dropdown-btn--border-sold::before {
    background-color: #ffab00;
}


.crm-agents-item {
    margin-bottom: 20px;
}

.crm-agents-item__title {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px;
}

.crm-agents-item__phone,
.crm-agents-item__contacts {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 3px;
}

.crm-agents-item__contacts {
    display: block;
    color: #151515;
}

.crm-agents-item__phone {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 14px;
    padding-left: 22px;
    background-image: url('../img/phone-green.png');
}

.crm-agents-item__name {
    font-size: 14px;
    line-height: 20px;
}

.crm-car__chars-file-item {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.crm-car__chars-file-item-img {
    margin-right: 10px;
    width: 25px;
    height: 34px;
    flex: 0 0 20px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../img/default/docs-file.png);
}

.crm-car__chars-file-item-link {
    font-size: 12px;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    white-space: nowrap;
}

.crm-car-note {
    position: relative;
}

.crm-car-note__close {
    position: absolute;
    right: 12px;
    top: 12px;
    padding: 0;
    background-color: transparent;
    border: 0;
    width: 15px;
    height: 15px;
    opacity: .7;
    z-index: 9;
    cursor: pointer;
    border-radius: 4px;
    transition: opacity .3s ease-in-out;
}

.crm-car-note__close>svg {
    width: 14px;
    height: 14px;
    fill: #2B2D33;
}

.crm-car-note__content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 250px;
}

.crm-car-note__content-inner {
    position: relative;
}

.crm-car-note__text {
    width: 100%;
    height: 150px;
    min-height: 100%;
    padding-right: 30px;
}

.crm-car-note:not(.active) .crm-car-note__content {
    display: none;
}

.alert-block-crm-car-other-operation .alert-block__content {
    width: 600px;
    max-width: 90%;
    max-height: calc(100% - 30px);
    padding: 34px 40px;
}

.alert-block-crm-car-other-operation .alert-block__close {
    top: 15px;
    right: 15px;
}

.alert-block-crm-car-other-operation__types {
    display: flex;
    gap: 25px;
    margin-bottom: 20px;
}

.alert-block-crm-car-other-operation__files {
    margin-bottom: 40px;
}

.alert-block-crm-car-other-operation__files .field-filearea__zone {
    min-height: 70px;
}

.alert-block-crm-car-other-operation .select-list-wrapper {
    max-height: 135px;
}

.js-crm-car__other-operation-btn-delete {
    transform: translateY(-1px);
}

.crm-car__delete {
    font-size: 15px;
    margin-top: 90px;
    color: #828282;
    transition: color .3s ease-in-out;
}

.crm-car__delete .svg-bin {
    transform: translate(0, 2px);
}

.crm-car__mob {
    display: none;
}

.crm-car__header-wrapper-mob {
    order: 1;
}

.crm-car__block-info>*:last-child {
    margin-bottom: 0;
}

.crm-car__price-miliage-mob {
    display: none;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.crm-car__main-price-mob {
    padding: 10px;
    text-align: center;
    font-size: 15px;
    justify-content: center;
    background-color: #fff;
    border-radius: 6px;
    margin-bottom: 0;
    box-shadow: inset 0 -1px 0 rgb(221 225 227);
}

.crm-car__main-miliage-mob {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
}

.crm-car__price-miliage-mob .span-checkbox:before,
.crm-car__price-miliage-mob .field-checkbox:checked+span:after {
    top: 0;
}

.crm-car__link-edit-hint {
    margin-left: auto;
}

.crm-car__hint-block {
    margin-top: auto;
    padding-top: 20px;
    padding-bottom: 20px;
}

.crm-car__hint-block>svg {
    transform: translateY(1px);
}

.crm-car-item__price-format {
    text-align: left;
    white-space: nowrap;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: var(--clr-neutral-dark-200);
}

.crm-car-item__table-action-offer {
    grid-column: span 2;
}

.car-crm-price-value {
    position: relative;
    display: inline-block;
    align-items: center;
    font-size: 14px;
    line-height: 1;
    max-width: 100%;
    font-weight: 600;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.car-crm-price-value-up,
.car-crm-price-value-down {
    padding-left: 14px;
}

.car-crm-price-value-up::before,
.car-crm-price-value-down::before {
    content: "➜";
    position: absolute;
    left: 0;
}

.car-crm-price-value-up::before {
    color: red;
    transform: rotate(-90deg);
}

.car-crm-price-value-down::before {
    transform: rotate(90deg);
    color: #008E7D;
}



.car-crm-price-value--plus::before {
    content: '+';
}

.car-crm-price-value--plus {
    color: red;
}

.car-crm-price-value--minus {
    color: #008E7D;
}

.crm-car-status-flat {
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: none;
    flex-wrap: nowrap;
    justify-content: start;
    align-items: center;
    white-space: nowrap;
}

[class*="crm-car-status-flat--"] {
    display: flex;
}

[class*="crm-car-status-flat--"]::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 4px;
    background-color: #eee;
}

.crm-car-status-flat--interest::before {
    background-color: #39a8ef;
}

.crm-car-status-flat--ready::before {
    background-color: #2fc5f7;
}

.crm-car-status-flat--viewed::before {
    background-color: #55d0e0;
}

@media (min-width: 1200px) {

    .crm-car__link-edit-hint,
    .crm-car__link-edit,
    .crm-car-note__close,
    .crm-car__btn-add-other-operation,
    .crm-car__banner-element {
        opacity: 0.7;
        transition: opacity 0.3s ease-in-out;
    }

    .crm-car__link-edit-hint:hover,
    .crm-car__link-edit:hover,
    .crm-car-note__close:hover,
    .crm-car__btn-add-other-operation:hover,
    .crm-car__banner-element:hover {
        opacity: 1;
    }

    .crm-car__other-operation-name {
        max-width: 255px;
    }

    .crm-car__other-operation-btn-svg-edit:hover {
        fill: #747474;
    }
}

@media (max-width: 1199.98px) {
    .panel .crm-car__link-edit {
        left: auto;
        right: 0;
        z-index: 99;
    }

    .crm-car__other-operation-date {
        text-align: right;
    }

    .crm-car__other-operation-price {
        text-align: left;
    }

    .crm-car__other-operation-name,
    .crm-car__other-operation-date {
        margin-bottom: 10px;
    }
}

@media (max-width: 767.98px) {
    .crm-car__hint-block {
        display: none;
    }

    .crm-car {
        flex-direction: column;
        max-height: 100%;
        overflow: auto;
        gap: 0;
        padding-bottom: 110px;
    }

    .crm-car__side-left,
    .crm-car__side-right {
        width: 100%;
        flex: 0;
        overflow: visible;
        padding: 20px 70px;
        max-height: unset;
    }

    .crm-car__price-miliage-mob {
        display: flex;
    }

    .crm-car__side-right {
        padding-top: 0;
    }

    .crm-car__desktop {
        display: none;
    }

    .crm-car__mob {
        display: block;
    }


    .crm-car__price-miliage {
        transform: translateY(0px);
    }


    .panel .crm-car__link-edit,
    .panel .crm-car__delete {
        position: fixed;
        top: auto;
        height: 40px;
        font-size: 14px;
        border-radius: 6px;
        display: flex;
        gap: 8px;
        align-items: center;
        justify-content: center;
        color: #828282;
        white-space: nowrap;
        z-index: 99;
        background-color: #e5e5e5;
        box-shadow: inset 0 -1px 0 rgb(221 225 227);
    }

    .panel .crm-car__link-edit {
        left: 70px;
        right: 115px;
        bottom: 10px;
        width: auto;
    }

    .panel .crm-car__link-edit .svg-edit {
        transform: translate(0px, 0px);
    }


    .panel .crm-car__delete {
        right: 70px;
        width: 40px;
        margin-top: 0;
        bottom: 10px;
        gap: 3px;
        font-size: 0;
    }

    .panel .crm-car__delete>svg {
        fill: gray;
        transform: translate(2px, 0);
        margin: 0;
    }

    .crm-car__header {
        flex-direction: column;
        margin-bottom: 0;
    }

    .crm-car__header-side-left,
    .crm-car__header-side-right {
        width: auto;
        flex: auto;
    }

    .crm-car__prices-sale-sold {
        flex-direction: row;
    }

    .crm-car__prices-sale-sold>li {
        width: 100%;
    }

    .crm-car__side-left {
        display: flex;
        flex-direction: column;
        padding-bottom: 0;
    }



    .crm-car__status-js-select-dropdown {
        min-width: 200px;
    }

    .crm-car__status-btns-wrapper {
        display: flex;
        order: 4;
        gap: 10px;
        justify-content: space-between;
        margin-bottom: 10px;
    }

    .crm-car__btns-wrapper {
        display: flex;
        gap: 10px;
    }

    .crm-car__btns-wrapper .banner-element {
        padding: 0;
        width: 38px;
        height: 38px;
        justify-content: center;
    }

    .crm-car__btns-wrapper .banner-element__text {
        display: none;
    }

    .crm-car__img-wrap {
        margin-bottom: 10px;
        height: 230px;
        order: 3;
    }

    .crm-car__update-date {
        font-size: 10px;
    }

    .crm-car__update-date-mob {
        order: 4;
        margin-bottom: 10px;
    }

    .crm-car__block-info {
        order: 5;
        margin-bottom: 20px;
    }

    .crm-car__price-miliage-mob {
        order: 2;
        margin-bottom: 10px;
    }

    .crm-car__prices-stats {
        margin-bottom: 0;
    }

    .crm-car__sections {
        margin-bottom: 25px;
    }

    .alert-block-crm-car-other-operation .alert-block__content {
        padding: 25px;
    }

    .alert-block-crm-car-other-operation .alert-block__close {
        background-color: transparent;
        right: 30px;
    }
}

@media (max-width: 575.98px) {
    .crm-car__status-js-select-dropdown {
        width: 100%;
    }

    .crm-car__side-left,
    .crm-car__side-right {
        padding-left: 10px;
        padding-right: 10px;
    }

    .panel .crm-car__link-edit {
        left: 10px;
        right: 55px;
    }

    .panel .crm-car__delete {
        right: 10px;
    }

    .crm-car__price-miliage-mob .span-checkbox {
        font-size: 13px;
        padding-left: 28px;
        white-space: nowrap;
    }
}