.car-detail {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.car-detail__mobile-show {
    display: none;
}

/* фотогалерея */

.car-detail__images {
    width: 420px;
    flex: 0 0 420px;
    margin-right: 30px;
    margin-bottom: 20px;
}

.car-detail__images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.car-detail__images-top {
    width: 100%;
    position: relative;
    aspect-ratio: 740/460;
    background: #f8f8f8;
    border-radius: 10px;
    overflow: hidden;
}

.car-detail__label {
    position: absolute;
    top: 10px;
    left: 10px;
    color: #fff;
    text-transform: uppercase;
    padding: 7px 15px;
    border-radius: 6px;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 1px;
}

.car-detail__label--auction {
    background-color: #009fe3;
}


.car-detail__images-top a {
    display: block;
    width: 100%;
    height: 100%;
}

.car-detail__images-top img {
    border-radius: 8px;
}

.car-detail__images-wrap {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
}

.car-detail__images-item {
    max-width: 32%;
    flex: 0 0 32%;
    overflow: hidden;
    border-radius: 8px;
    position: relative;
    font-size: 0;
    aspect-ratio: 240/150;
    background: #f8f8f8;
    border-radius: 8px;
    overflow: hidden;
}

.car-detail__images-item.invisible {
    visibility: hidden;
    height: 0;
    margin: 0;
    pointer-events: none;
}

.car-detail__images-item a {
    display: block;
    width: 100%;
    height: 100%;
}

.car-detail__images-item img {
    border-radius: 8px;
}

.car-detail__images-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
    cursor: pointer;
}

.car-detail__images-overlay-sign {
    text-align: center;
    font-weight: 700;
    font-size: 12px;
    line-height: 1;
    white-space: nowrap;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.car-detail__images-overlay-sign svg {
    display: block;
    margin: auto;
    margin-bottom: 5px;
}

.car-detail__video {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 15px;
}

.car-detail__video span {
    display: none;
}

.car-detail__video-link {
    display: inline-block;
    background: url("../img/ic_video.png") left 13px no-repeat;
    background-size: 25px;
    font-size: 15px;
    line-height: 1;
    border-bottom: 0;
    color: #2878b8;
    padding: 13px 5px 6px 30px;
    min-height: 42px;
    text-align: left;
}

.car-detail__video-link span {
    display: inline;
    color: #00809C;
    border-bottom: 1px solid #dedede;
    transition: border-bottom-color .7s;
    -webkit-transition: border-bottom-color .7s;
    -moz-transition: border-bottom-color .7s;
    -o-transition: border-bottom-color .7s;
}

.car-detail__video-link:hover span {
    border-bottom-color: #00809C;
}


/* центральная часть */
.car-detail__content {
    flex: 0 0 380px;
    margin-right: 30px;
}

.car-detail__title {
    margin: 0;
    display: flex;
    align-items: center;
    color: #2B2D33;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 15px;
}

.car-detail__title-main {
    margin-bottom: 3px;
}

.car-detail__title-mark {
    max-width: 36px;
    font-size: 0;
    margin-right: 6px;
}

.car-detail__title--small {
    font-size: 19px;
}

.car-detail__subtitle {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.2;
    color: rgba(43, 45, 51, 0.5);
    margin-bottom: 16px;
}

.car-detail__content-block {
    display: flex;
    margin-bottom: 18px;
    gap: 15px;
    align-items: center;
}

.car-detail__content-block-element {
    font-weight: 700;
    font-size: 14px;
    line-height: 1.2;
    color: #2B2D33;
    margin-right: 15px;
}

.car-detail__content-block-element:last-child {
    margin-right: 0;
}

.car-detail__content-block-element--green {
    color: #008E7D;
}

.car-detail__content-block-element--blue {
    color: #009fe3;
}

.car-detail__content-view {
    display: flex;
    align-items: center;
    font-weight: normal;
    font-size: 12px;
    line-height: 40px;
    color: rgba(43, 45, 51, 0.5);
}

.car-detail__content-view svg {
    margin-right: 4px;
}


.car-detail__banner-element {
    padding-right: 15px;
}

.car-detail__table {
    max-width: 100%;
    border: 0;
    border-collapse: collapse;
}

.car-detail__table-td-title {
    max-width: 110px;
    color: #2B2D33;
    font-size: 14px;
    line-height: 1.2;
    padding: 5px 10px 5px 0;
    vertical-align: top;
    white-space: nowrap;
}

.car-detail__table-td-value {
    font-weight: normal;
    font-size: 14px;
    line-height: 1.2;
    color: rgba(43, 45, 51, 0.5);
    padding: 5px 10px 5px 0;
    vertical-align: top;
}

.car-detail__seller-link {
    font-weight: 500;
    color: #D71016;
}

/* заметка */
.car-detail__content-note {
    display: flex;
    align-items: center;
    padding: 10px 14px;
    background-color: #F9F9F9;
    font-size: 14px;
    color: #000;
    margin-top: 40px;
    border-radius: 8px;
}


.note {
    position: relative;
}

.note__btn {
    border: 0;
    padding: 0;
    background-color: transparent;
    transition: opacity .3s ease-in-out;
    cursor: pointer;
    font-size: 14px;
    flex-grow: 1;
    text-align: left;
    font-style: italic;
}

.note.active .note__btn {
    opacity: 1;
}

.note__textarea {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 90px;
    min-height: 100%;
    padding-right: 30px;
}

.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;
}

.note__close>svg {
    width: 14px;
    height: 14px;
}

.note:not(.note--active) .note__close,
.note:not(.note--active) .field-textarea,
.note--active .note__text {
    display: none;
}

.car-detail__content-note:not(.active) .note__btn {
    color: #008E7D;
}

.car-detail__content-note .car-detail__content-note__svg {
    margin-right: 10px;
    width: 14px;
    height: 20px;
    flex-shrink: 0;
}

/* карточка с ценой */
.car-detail__buy-block {
    flex: 0 0 250px;
}

.car-detail__tabs-buy-block {
    margin-left: 30px;
    flex: 0 0 340px;
}

.car-detail__buy-block-wrap {
    padding: 13px 12px;
    background-color: #F9F9F9;
    border-radius: 8px;
}

.car-detail__buy-block-wrap.mb {
    margin-bottom: 20px;
}

.car-detail__car-mark {
    text-align: center;
    padding: 0 15px;
    /* margin-bottom: 15px;
    background-color: #fff;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.04);
    border-radius: 8px; */
}

.car-detail__car-mark img {
    max-width: 75px;
    height: auto;
}

.car-detail__buy-block-dealer {
    display: flex;
    padding: 15px;
    margin-bottom: 15px;
    box-shadow: 0px 2px 12px rgb(0 0 0 / 4%);
    border-radius: 8px;
    background-color: #fff;
    align-items: center;
}

.car-detail__buy-block-dealer-link {
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    color: #D71016;
}

.car-detail__buy-block-stock {
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    margin-top: 5px;
}

.car-detail__price-info {
    display: flex;
    flex-direction: column;

}

.car-detail__buy-block-buttons {
    display: flex;
    flex-direction: column;
}

.car-detail__buy-block-open-phone {
    margin-bottom: 10px;
}

.car-detail__buy-block-open-phone>a {
    color: #fff;
    font-weight: 700;
    font-size: 17px;
}

.btn-open-phone__text {
    display: block;
    padding-left: 21px;
    line-height: 16px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 15px;
    background-image: url('../img/call.png');
}

.car-detail__price {
    text-align: center;
    font-weight: 700;
    font-size: 26px;
    line-height: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #2B2D33;
    padding-top: 10px;
    margin-bottom: 25px;
}

.car-detail__tabs-buy-block .car-detail__price {
    text-align: left;
    padding-left: 15px;
    margin-bottom: 3px;
}

.car-detail__price-title {
    font-size: 16px;
    color: #666;
    margin-bottom: 7px;
}

.car-detail__bonus {
    background: #E3F0EE;
    border: 1px solid #F0F0FE;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.car-detail__tabs-buy-block .car-detail__bonus {
    background: none;
    border: 0;
    padding: 0;
    padding-left: 15px;
}

.car-detail__bonus-img {
    margin-right: 10px;
    font-size: 0;
}

.car-detail__bonus-text {
    margin-right: 10px;
    color: #047863;
    font-weight: 700;
    transform: translateY(2px);
}

.car-detail__tabs-buy-block .car-detail__bonus-text {
    display: flex;
    align-items: center;
    text-align: left;
    font-weight: normal;
    font-size: 12px;
    line-height: 12px;
    color: rgba(43, 45, 51, 0.5);
}

.car-detail__tabs-buy-block .car-detail__bonus-desc {
    text-align: left;
    font-weight: normal;
    font-size: 12px;
    line-height: 12px;
    color: rgba(43, 45, 51, 0.5);
    margin-right: 3px;
}

.car-detail__bonus-desc {
    font-size: 12px;
    line-height: 1;
    color: #000;
    font-weight: 400;
}

.car-detail__bonus-info {
    margin-left: auto;
    font-size: 0;
}

.car-detail__bonus>*:last-child {
    margin-right: 0;
}



.car-detail__buy-block .failure-block {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #a7a7a7;
    color: #fff;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
    text-align: center;
    border-radius: 10px;
    padding: 15px 10px;
}

.car-detail__auction-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    border-radius: 6px;
    color: #383838;
    opacity: 1;
    transition: opacity .3s ease-in;
    position: relative;
}

.car-detail__auction-info.hidden {
    opacity: 0;
    display: none;
}

.car-detail__auction-info .lds-ellipsis {
    height: 45px;
}

.car-detail__auction-info .lds-ellipsis div {
    top: 16px;
    background-color: #a7a7a7;
}

.car-detail__timer-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 20px 15px;
    border-radius: 6px 6px 0 0;
}

.timer-block--over .car-detail__timer-container {
    background-color: #a7a7a7;
    color: #fff;
}

.timer-block--win .car-detail__timer-container {
    background-color: #008E7D;
    color: #fff;
}

.car-detail__timer-title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
}

.car-detail__timer {
    display: flex;
    align-items: center;
    justify-content: center;
}

.timer-block {
    display: flex;
    align-items: center;
    justify-content: center;
}

.timer-block__element {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #edf6fc;
    border-radius: 5px;
    padding: 10px;
    padding-right: 8px;
    font-size: 25px;
    letter-spacing: 2px;
    line-height: 1;
}


.timer-block--low .timer-block__element {
    background-color: #ff0f0f;
    color: #fff;
}

.timer-block__separator {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
    font-size: 22px;
    line-height: 1;
}

.timer-block__separator::after {
    content: ':';
}

.car-detail__bet-info {
    width: 100%;
}

.car-detail__current-bet {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-color: #f9f9f9;
    padding: 20px 15px;
    border-radius: 0 0 6px 6px
}

.car-detail__current-bet-cont {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.car-detail__current-bet-title {
    font-size: 15px;
    line-height: 1.2;
    margin-bottom: 15px;
}

.car-detail__current-bet-title .bet-title-xs {
    display: none;
}

.car-detail__current-bet-value {
    font-size: 30px;
    line-height: 1;
    font-weight: bold;
}

.car-detail__current-bet-desc {
    width: 100%;
    border-radius: 5px;
    font-size: 16px;
    line-height: 1;
    color: #868686;
    margin-top: 10px;
    text-align: center;
}

.car-detail__current-bet-desc.your-bet {
    color: #009fe3;
    background: none;
    font-weight: bold;
}

.car-detail__next-bet {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 25px 15px 20px;
    position: relative;
}

.car-detail__next-bet.hidden {
    opacity: 0;
    display: none;
}

.car-detail__next-bet .own-auction {
    color: #D71016;
    text-align: center;
}

.car-detail__next-bet-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 1;
}

.car-detail__next-bet-button {
    width: 100%;
}

.car-detail__next-bet-button-xs {
    display: none;
}


.bet-message {
    position: absolute;
    top: 100%;
    width: 100%;
    padding: 10px;
    color: #111;
    margin: 10px 0 0;
    border-radius: 6px;
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
    font-weight: bold;
    z-index: 10;
}

.bet-message-error {
    background-color: #ffbcbc;
}

.bet-message-success {
    background-color: #e5ffe7;
}

.car-detail__markets {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    justify-content: center;
}

.car-detail__markets-title {
    flex: 0 0 100%;
    margin-bottom: 9px;
    font-size: 12px;
    text-align: center;
}

.car-detail__markets-list {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 5px;

}

.car-detail__markets-link {
    display: flex;
    padding: 10px;
    border: 1px solid #c9c9c9;
    background-repeat: no-repeat;
    background-position: center;
    max-width: 118px;
    height: 35px;
    background-color: #fff;
    border-radius: 8px;
}

.car-detail__markets-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.car-detail__buy-block-inner {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    align-items: center;
}

.car-detail__tabs-button-group {
    display: flex;
    border-bottom: 1px solid #E9EAEA;
    margin-bottom: 25px;
}


.car-detail__tabs {
    margin-bottom: 40px;
}

.car-list-flat-section {
    margin-bottom: 80px;
}

.car-detail-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 60px;
}

.car-detail-row.tab-selector-dealer .car-detail__tabs-buy-block {
    display: none;
}

.car-detail-col-left {
    flex: 0 0 740px;
}

.car-detail-row.tab-selector-dealer .car-detail-col-left {
    flex: 0 0 100%;
}

.car-detail-description__row {
    row-gap: 20px;
}

.car-detail-description {}

.car-detail-description__wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.car-detail__content-item {
    display: flex;
    margin-bottom: 10px;
    flex: 0 0 32%;
}

.car-detail__content-item.nmb {
    margin-bottom: 0;
}

.car-detail__content-item-title {
    max-width: none;
    /* flex: 0 0 150px; */
    padding-right: 5px;
    white-space: nowrap;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    color: rgba(43, 45, 51, 0.5);
}

.car-detail__content-item-value {
    font-weight: normal;
    font-size: 14px;
    line-height: 1.2;
    color: #2B2D33;
}

.car-detail__content-item-text {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.2;
}

.car-detail-description__comment {
    margin-top: 40px;
    margin-bottom: 40px;

}

.car-detail-description__comment:not(.car-detail-description__comment-text--active) .car-detail-description__comment-more-hide,
.car-detail-description__comment-text--active .car-detail-description__comment-more-show {
    display: none;
}

.car-detail-description__comment-more {
    color: #00809C;
    border: 0;
    border-bottom: 1px solid #00809C;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    display: inline-block;
    padding: 0;
    cursor: pointer;
    background-color: transparent;
    transition: border-color .3s ease-in-out;
}

.car-detail-description__comment-text {
    /* white-space: pre-line; */
    margin-top: 0;
    font-size: 14px;
    line-height: 1.5;
    color: rgba(43, 45, 51, 0.8);
    max-height: 65px;
    overflow: hidden;
}

.car-detail-description__comment-text--active .car-detail-description__comment-text {
    height: 100%;
}




/* документы */

.docs-file {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.docs-file__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');
}

.docs-file__link {
    font-size: 12px;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    white-space: nowrap;
}

/* повреждения */
.car-detail-empty-message {
    font-size: 18px;
    line-height: 1.2;
    color: #333;
}

.car-detail-damage-block {
    position: relative;

}

.car-detail-damage-block__scheme {
    position: relative;
    width: 100%;
    padding: 100% 0 0;
    margin-bottom: 40px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('../img/default/damage-scheme.png');
}

.car-detail-damage-block__btn {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    line-height: 40px;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    outline: 10px solid rgba(204, 204, 204, 0.2);
    background-color: #db3727;
}

.car-detail-damage-block__btn::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fff;
}

.car-detail-damage-block__btn-left {
    position: absolute;
    top: 50%;
    left: 60px;
    transform: translate(0, -50%);
}

.car-detail-damage-block__btn-forward {
    position: absolute;
    top: 7px;
    left: 50%;
    transform: translate(-40%, 0);
}

.car-detail-damage-block__btn-top {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-40%, -50%);
}

.car-detail-damage-block__btn-right {
    position: absolute;
    top: 50%;
    right: 60px;
    transform: translate(0, -50%);
}

.car-detail-damage-block__btn-back {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-40%, 0);
}


.car-detail-damage-block__item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-size: 13px;
}

.car-detail-damage-block__item .car-detail-damage-block__btn {
    position: relative;
    flex: 0 0 auto;
    margin-right: 15px;
}


.car-detail-paintwork__wrap {
    /* display: flex;
    justify-content: space-between; */
}

.car-detail-paintwork__img {
    flex: 0 0 420px;
}

.car-detail-paintwork__img {
    flex: none;
}

.car-detail-paintwork__inner {
    flex: 0 0 calc(100% - 510px);
}

.car-detail-paintwork__inner {
    flex: none;
}


.car-detail-paintwork__right {
    display: flex;
    align-items: center;
}


.car-detail-paintwork__item {
    display: flex;
    justify-content: space-between;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #E9EAEA;
    width: 100%;
    align-items: start;
}

.car-detail-paintwork__item:first-child {
    border-top: 0;
}

.car-detail-paintwork__item-row {
    margin-bottom: 10px;
}

.car-detail-paintwork__item-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    color: rgba(43, 45, 51, 0.5);
}

.car-detail-paintwork__item-subtitle {
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #2B2D33;
}

.car-detail-paintwork__left {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.car-detail-paintwork__item-text {
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    color: #2B2D33;
}

.car-detail-paintwork__item-comment {
    font-weight: normal;
    font-style: italic;
    font-size: 14px;
    line-height: 18px;
    color: #2B2D33;
}

.car-detail-paintwork__item-count {
    margin-left: 15px;
    margin-right: 15px;
    font-weight: normal;
    font-size: 14px;
    color: rgba(43, 45, 51, 0.5);
    line-height: 18px;
}

.car-detail-paintwork__item-img {
    width: 64px;
    height: 64px;
}

.car-detail__lkp .car-detail-paintwork__item-img {
    width: 40px;
    height: 40px;
}


.car-detail-paintwork__item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.car-detail__lkp .car-detail-paintwork__item-img img {
    border-radius: 4px;
}

.car-detail-paintwork__item .list-link {
    font-size: 14px;
    margin-top: 0;
}

.car-detail__city-svg {
    margin-right: 5px;
    fill: rgba(43, 45, 51, 0.5);
}

.share-pdf {
    margin-top: 20px;
}

.share-pdf__share svg {
    margin-right: 5px;
}

.share-pdf__share {
    display: flex;
    margin: 0 auto;
    align-items: center;
}

.pdf-item {
    display: flex;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e7e7e7;
}

.pdf-item:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.pdf-item__img {
    flex: 0 0 55px;
    width: 55px;
    height: 70px;
    margin-right: 20px;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 6px;
    background-size: contain;
    background-image: url('../img/default/pdf.png');
}

.pdf-item__title {
    font-size: 18px;
    margin-bottom: 1px;
    font-weight: 500;
}

.pdf-item__btns {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.pdf-item__share,
.pdf-item__link {
    font-size: 14px;
    display: flex;
    align-items: center;
}

.pdf-item__share .svg-share,
.pdf-item__link .svg-download {
    margin-right: 5px;
}

.pdf-item__link {
    margin-right: 20px;
}

.pdf-item__subtitle {
    font-size: 14px;
    color: gray;
}

.share-list {
    display: none;
    position: absolute;
    padding: 15px 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.2);
    transform: translate(-20px, -15px);
}

.share-title {
    font-size: 14px;
    transform: translate(1.4px, -3px);
    margin-bottom: 10px;
}

.share-title svg {
    transform: translate(-1.4px, 3px);
}

.share-list.show {
    display: block;
}

.car-detail__city-wrapper-mob {
    display: block;
}

.car-detail__city-wrapper {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
}

.car-detail__autoteka-mob {
    display: none;
    margin-left: auto;
}

.car-detail__lkp .car-detail-paintwork__item-title {
    color: #000;
}

.car-detail__lkp .car-detail-paintwork__item-text {
    color: rgba(43, 45, 51, 0.5);
}

.car-detail-lkp-block {
    position: relative;
}

.car-detail-lkp-block__schema {
    position: relative;
    width: 90%;
    padding: 100% 0 0;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('../img/damage-schema/base.png');
}

.car-detail-lkp-block__schema-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
}

.car-detail-lkp-block__schema-hood {
    background-image: url('../img/damage-schema/hood.png');
}

.car-detail-lkp-block__schema-lpd {
    background-image: url('../img/damage-schema/lpd.png');
}

.car-detail-lkp-block__schema-lpk {
    background-image: url('../img/damage-schema/lpk.png');
}

.car-detail-lkp-block__schema-lzd {
    background-image: url('../img/damage-schema/lzd.png');
}

.car-detail-lkp-block__schema-lzk {
    background-image: url('../img/damage-schema/lzk.png');
}

.car-detail-lkp-block__schema-ppd {
    background-image: url('../img/damage-schema/ppd.png');
}

.car-detail-lkp-block__schema-ppk {
    background-image: url('../img/damage-schema/ppk.png');
}

.car-detail-lkp-block__schema-pzd {
    background-image: url('../img/damage-schema/pzd.png');
}

.car-detail-lkp-block__schema-pzk {
    background-image: url('../img/damage-schema/pzk.png');
}

.car-detail-lkp-block__schema-roof {
    background-image: url('../img/damage-schema/roof.png');
}

.car-detail-lkp-block__schema-trunk {
    background-image: url('../img/damage-schema/trunk.png');
}

.car-detail__notice {
    padding: 2px 0 0 23px;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 18px;
    background-image: url(../img/default/info-notice.png);
    font-size: 14px;
    min-height: 31px;
}

.car-detail-lkp-block__label {
    position: absolute;
    text-align: center;
    z-index: 9;
}

.car-detail-lkp-block__label-value {
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 3px;
}

.car-detail-lkp-block__label-desc {
    font-size: 11px;
}

.car-detail-lkp-block__label-hood {
    left: 50%;
    top: 12%;
    transform: translateX(-50%);
}

.car-detail-lkp-block__label-ppk,
.car-detail-lkp-block__label-lpk {
    padding: 5px;
    background-color: #fff;
    border-radius: 4px;
}

.car-detail-lkp-block__label-lpk {
    top: 12%;
    left: 16%;
}

.car-detail-lkp-block__label-lzk {
    bottom: 22%;
    left: 8%;
}

.car-detail-lkp-block__label-lpd {
    top: 32%;
    left: 8%;
}

.car-detail-lkp-block__label-lzd {
    left: 8%;
    bottom: 45%;
}

.car-detail-lkp-block__label-ppk {
    top: 12%;
    right: 16%;
}

.car-detail-lkp-block__label-pzk {
    bottom: 22%;
    right: 8%;
}

.car-detail-lkp-block__label-ppd {
    top: 32%;
    right: 8%;
}

.car-detail-lkp-block__label-pzd {
    right: 8%;
    bottom: 45%;
}

.car-detail-lkp-block__label-trunk {
    bottom: 15%;
    left: 50%;
    transform: translateX(-50%);
}

.car-detail-lkp-block__label-roof {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.car-detail__btn-messangers {
    position: relative;
    height: 100%;
}

.car-detail__btn-messangers.show .car-detail__btn-messangers-show {
    border-bottom-color: transparent;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.car-detail__message-svg {
    fill: #008E7D;
    margin-right: 0;
    width: 26px;
    height: 24px;
}

.car-detail__btn-messangers-list {
    position: absolute;
    border-radius: 6px;
    border: 2px solid #ccc;
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    display: none;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 1;
}

.car-detail__btn-messangers.show .car-detail__btn-messangers-list {
    display: block;
    margin-top: -2px;
    padding: 15px 10px 20px;
}

.car-detail__btn-messangers-item:not(:last-child) {
    margin-bottom: 15px;
}

.car-detail__messanger-text {
    font-size: 15px;
}

.car-detail__select-svg {
    margin-left: auto;
    margin-right: 15px;
    width: 15px;
    height: 15px;
    transition: transform .3s ease-in-out;
    position: relative;
    top: 1px;
}

.car-detail__btn-messangers.show .car-detail__select-svg {
    transform: rotate(180deg);
}

.car-detail__btn-messangers-link {
    display: flex;
    align-items: center;
}

.car-detail__telegram-svg {
    position: relative;
    fill: #fff;
    width: 14px;
    height: 14px;
    left: -1px;
}

.car-detail__whatsapp-svg {
    position: relative;
    fill: #43d854;
    width: 80%;
    height: 100%;
}

.car-detail__btn-messangers-svg {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    margin-right: 10px;

}

.car-detail__btn-messangers-svg--telegram {
    width: 28px;
    height: 28px;
    margin-right: 13px;
    margin-left: 4px;
    background-color: #0088cc;
}

.car-detail__btn-messangers-svg--whatsapp {
    height: 29px;
}

.car-detail__btn-messangers-svg--message {
    height: 22px;
}


.car-widget.car-detail__crm-btn {
    width: auto;
    height: 38px;
    min-width: 38px;
    transition: all 0.3s ease-in-out;
}

.car-detail__crm-btn:not(.active) {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: 0.4;
    transition: all 0.3s ease-in-out;
}

.car-widget.btn-border.car-detail__crm-btn-favorite.car-widget--favorite {
    width: auto;
}

.car-detail__favorite-btn:not(.active) {
    opacity: 0.4;
}

.car-detail__other-cars {
    margin-top: 20px;
}

.car-detail__other-cars-btn {
    display: flex;
    margin: 0 auto;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

.car-detail__other-cars-btn::before {
    content: "";
    flex: none;
    width: 26px;
    height: 26px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 26px;
    background-image: url('../img/other-cars.png');
    opacity: 0.5;
}

.car-detail-btn-get-other-cars {
    padding-left: 50px;
    padding-right: 50px;
}

.car-detail-lkp-block__footer {
    margin-bottom: 30px;
    width: 90%;
}

.car-detail-other-desc {
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 22px;
}

.car-detail-other-desc-title {
    font-weight: 700;
    font-size: 19px;
}

.car-detail-other-desc-comment {
    margin-bottom: 20px;
    font-style: italic;
    font-size: 17px;
    line-height: 22px;
}

.car-detail__desc-auction-price {
    padding: 15px 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.car-detail__desc-auction-price-xs {
    padding-left: 15px;
    padding-right: 15px;
}

.car-detail__desc-auction-price-lg {
    margin-top: 20px;
}

.car-detail__desc-auction-price-xs {
    display: none;
}

.car-detail__desc-item {
    display: flex;
    gap: 5px;
    font-size: 15px;
    line-height: 19px;
}

.car-detail__commission-hint {
    transform: translate(3px, 1px);
}


.car-detail-buy-block-buttons-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    transform: translateY(100%);
    transition: transform 0.3s ease-in-out;
}

.car-detail-buy-block-buttons-fixed.active {
    transform: translateY(0);
}

.car-detail-buy-block-buttons-fixed-close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    overflow: hidden;
}

.car-detail-buy-block-buttons-fixed-close>svg {
    width: 100%;
    height: 100%;
}

.car-detail-buy-block-buttons-fixed__container {
    position: relative;
    margin: auto;
    width: 580px;
    max-width: 100%;
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
}

.car-detail-buy-block-buttons-fixed__btns {
    display: flex;
    gap: 15px;
}

.minimanner-fixed {
    padding: 80px 0 0;
    margin-bottom: 20px;
    text-align: center;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 60px;
}

.minimanner-fixed--online-pres {
    background-image: url('../img/default/online-pres.png');
}

.minimanner-fixed--gosuslugi {
    background-image: url('../img/default/gosuslugi.png');
}

.minimanner-fixed__title {
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 1.3;
}

.minimanner-fixed__desc {
    font-size: 14px;
    line-height: 1.2;
    color: rgba(43, 45, 51, 0.5);
}


@media (min-width: 768px) {
    .car-detail-buy-block-buttons-fixed__btns .car-detail__btn-messangers-list {
        top: auto;
        bottom: 100%;
        left: auto;
        white-space: nowrap;
        right: 0;
        border: 2px solid #ccc;
        border-bottom: 0;
        border-radius: 0;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
    }

    .car-detail-buy-block-buttons-fixed__btns .car-detail__btn-messangers.show .car-detail__btn-messangers-list {
        margin-top: 0;
        margin-bottom: -2px;
        min-width: 100%;
    }

    .car-detail-buy-block-buttons-fixed__btns .car-detail__btn-messangers.show .car-detail__btn-messangers-show {
        border-bottom-color: #ccc;
        border-top: 0;
        border-radius: 0;
        border-bottom-right-radius: 6px;
        border-bottom-left-radius: 6px;
    }
}



/* responsive */

@media (min-width: 1200px) {


    .car-detail__btn-messangers-link {
        opacity: .8;
        transition: opacity .3s ease-in-out;
    }

    .car-detail__crm-btn:not(.active):hover,
    .car-detail__btn-messangers-link:hover {
        opacity: 1;
    }

    .car-detail__img-item,
    .car-detail__images-item {
        transition: opacity .3s ease-in-out;
    }

    .car-detail__img-item:hover,
    .car-detail__images-item:hover {
        opacity: 0.9;
    }


    .note__close:hover {
        opacity: 1;
    }

    .note__btn:hover {
        opacity: .8;
    }

    .car-detail__markets-link {
        opacity: 0.8;
        transition: opacity 0.3s ease-in-out;
    }

    .car-detail__markets-link:hover {
        opacity: 1;
    }
}

@media (max-width: 1199.98px) {

    .car-detail__images {
        flex: 0 0 320px;
        width: 320px;
    }

    .car-detail__images-overlay-sign svg {
        width: 24px;
        height: 24px;
    }

    .car-detail__content {
        flex: 0 0 330px;
    }

    .car-detail__buy-block {
        flex: 0 0 220px;
    }


    .car-detail-col-left {
        flex: 0 0 650px;
    }

    .car-detail__content-item {
        flex: 0 0 50%;
    }

    .car-detail__tabs-buy-block {
        margin-left: 30px;
        flex: 0 0 250px;
    }

    .timer-block {
        font-size: 15px;
    }

    .car-detail__timer-title {
        font-size: 14px;
    }

    .car-detail-lkp-block__label-value {
        font-size: 12px;
    }

    .car-detail-lkp-block__label-desc {
        font-size: 10px;
    }

}


@media (max-width: 991.98px) {


    .car-detail {
        flex-wrap: wrap;
    }

    .car-detail__content {
        flex: 0 0 340px;
        margin-right: 0;
    }

    .car-detail__buy-block {
        flex: 0 0 100%;
        margin-top: 20px;
    }

    .car-detail__car-mark {
        display: none;
    }

    .car-detail__buy-block-price-info {
        display: flex;
        justify-content: space-around;
        align-items: center;
        margin-bottom: 20px;
    }

    .car-detail__buy-block-price {
        flex: 0 0 30%;
        margin-bottom: 0;
    }

    .car-detail__price-info {
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
        margin-bottom: 20px;
    }

    .car-detail__price {
        margin-bottom: 0;
        flex: 0 0 30%;
    }

    .car-detail__bonus {
        margin-bottom: 0;
        flex: 0 0 30%;
    }

    .car-detail__markets {
        margin-bottom: 0;
        flex: 0 0 30%;
    }

    .car-detail__buy-block-buttons {
        flex-direction: row;
        justify-content: space-around;
    }

    .car-detail__buy-block-open-phone {
        margin-bottom: 0;
        flex: 0 0 48%;
    }

    .car-detail__chat {
        margin-bottom: 0;
        flex: 0 0 48%;
    }

    .car-detail-col-left {
        flex: 0 0 100%;
    }

    .car-detail__tabs-buy-block {
        display: none;
    }


    .car-detail-paintwork__wrap {
        flex-wrap: wrap;
        justify-content: center;
    }

    .car-detail-damage-block {
        margin-bottom: 30px;
    }

    .car-detail-paintwork__inner {
        display: flex;
        flex-wrap: wrap;
        flex: 0 0 100%;
        justify-content: space-between;
    }

    .car-detail-paintwork__item {
        flex: 0 0 48%;
    }

    .car-detail__auction-info {
        flex-direction: row;
    }

    .car-detail__timer-title {
        font-size: 16px;
        text-align: center;
    }

    .car-detail__bonus-info {
        margin-left: 10px;
    }

    .car-detail__next-bet-title {
        justify-content: center;
    }


}


@media (max-width: 767.98px) {
    .car-detail__autoteka-mob {
        display: block;
    }

    .car-detail__notice {
        font-size: 12px;
    }

    .car-detail-lkp-block {
        margin-bottom: 30px;
    }

    .car-detail-lkp-block__footer {
        margin-bottom: 5px;
    }

    .car-detail-lkp-block__schema,
    .car-detail-lkp-block__footer {
        width: 100%;
    }

    .car-detail__mobile-hidden {
        display: none;
    }

    .car-detail__mobile-show {
        display: block;
        order: 3;
    }

    .car-detail {
        flex-wrap: wrap;
    }

    .car-detail__title {
        font-size: 21px;
    }

    .car-detail__images {
        flex: 0 0 100%;
        width: 100%;
        margin-right: 0;
        order: 1;
    }

    .car-detail__video {
        text-align: center;
    }

    .car-detail__content {
        flex: 0 0 100%;
        order: 0;
        padding-right: 0;
        position: relative;
    }

    .car-detail__content-block.fav-block {
        display: flex;
        align-items: center;
    }

    .car-detail__content-view {
        margin-left: 0;
    }

    .car-detail__content-note {
        margin-top: 20px;
        margin-bottom: 10px;
        width: 100%;
    }

    .car-detail__buy-block-wrap {
        background-color: unset;
        padding: 0;
    }


    .car-detail__price-info {
        flex-wrap: wrap;
    }

    .car-detail__price {
        flex: 0 0 50%;
        max-width: 50%;
        font-size: 19px;
    }

    .car-detail__bonus {
        overflow: hidden;
        flex: 0 0 50%;
        max-width: 50%;
        position: relative;
    }

    .car-detail__markets {
        width: 100%;
        flex: 0 0 100%;
        margin-top: 15px;
    }

    .car-detail__markets-title {
        text-align: left;
    }

    .car-detail__markets-list {
        justify-content: flex-start;
    }

    .car-detail__markets-link {
        max-width: 100px;
        height: 40px;
    }

    .car-detail__buy-block {
        margin-top: 0;
        order: 2;
        margin-bottom: 15px;
    }

    .car-detail__buy-block-buttons {
        position: fixed;
        z-index: 99999;
        left: 15px;
        right: 15px;
        bottom: 15px;
        gap: 20px;
    }

    .car-detail__btn-messangers-list {
        top: auto;
        bottom: 100%;
        left: auto;
        white-space: nowrap;
        right: 0;
        border: 2px solid #ccc;
        border-bottom: 0;
        border-radius: 0;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
    }

    .car-detail__btn-messangers.show .car-detail__btn-messangers-list {
        margin-top: 0;
        margin-bottom: -2px;
    }

    .car-detail__btn-messangers.show .car-detail__btn-messangers-show {
        border-bottom-color: #ccc;
        border-top: 0;
        border-radius: 0;
        border-bottom-right-radius: 6px;
        border-bottom-left-radius: 6px;
    }

    .car-detail__buy-block-open-phone {
        flex: 0 0 80%;
    }

    .car-detail__btn-messangers-show {
        font-size: 0;
    }

    .car-detail__btn-messangers-show .svg-message {
        margin-right: 0;
    }

    .js-tabs__toggle {
        margin-bottom: 15px;
        padding-bottom: 5px;
    }

    .car-detail-row {
        margin-bottom: 30px;
    }

    .car-detail__content-item {
        flex: 0 0 100%;
    }

    .car-detail-paintwork__img {
        flex: 0 0 100%;
    }

    .car-detail-paintwork__item {
        flex: 0 0 100%;
    }

    .car-detail-damage-block__btn {
        width: 30px;
        height: 30px;
        outline: 5px solid rgba(204, 204, 204, 0.2);
    }

    .car-detail-damage-block__item .car-detail-damage-block__btn {
        margin-right: 8px;
    }


    .car-detail__tabs-button-group {
        display: none;
    }

    .car-detail__auction-info {
        position: fixed;
        width: 100%;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 9;
        border-radius: 0;
        flex-direction: column;
        z-index: 99;
    }

    .car-detail__timer-container {
        padding-top: 15px;
        padding-bottom: 15px;
        border-radius: 0;
        flex-direction: row;
        justify-content: space-between;
    }

    .timer-block--over .car-detail__timer-container {
        justify-content: center;
    }

    .timer-block--win .car-detail__timer-container {
        justify-content: center;
    }

    .car-detail__timer-title {
        margin-bottom: 0;
        justify-content: start;
    }

    .car-detail__timer-title span span {
        display: none;
    }

    .timer-block__element {
        padding: 5px;
        padding-right: 3px;
        font-size: 19px;
    }

    .car-detail__bonus-text {
        transform: translateY(0px);
    }

    .car-detail__bonus-desc {
        line-height: 16px;
    }

    .car-detail__bonus-info {
        margin-left: 5px;
        position: absolute;
        top: 9px;
        left: 86px;
    }

    .car-detail__timer-title .car-detail__bonus-info {
        position: relative;
        left: 0;
        top: 1px;
    }

    .car-detail__city-wrapper {
        display: none;
    }

    .car-detail__city-wrapper-mob {
        display: block;
    }

    .car-detail__table {
        margin-bottom: 5px;
    }

    .car-detail__other-cars,
    .share-pdf {
        margin-top: 10px;
        width: 100%;
        height: 50px;
        padding: 0 15px;
        font-weight: 400;
        font-size: 15px;
        line-height: 1;
        color: #2B2D33;
        cursor: pointer;
        border: 2px solid #D5D5D6;
        background-color: #fff;
        border-radius: 8px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        transition: border-color 0.3s ease, background-color 0.3s ease, opacity 0.3s ease;
        text-decoration: none;
        text-align: center;
        outline: none;
        display: flex;
        justify-content: center;
        align-items: center;
    }


    .car-detail__bet-info {
        background: #f2f2f2;
    }

    .car-detail__current-bet {
        background: #f2f2f2;
        flex-direction: row;
        justify-content: space-between;
        gap: 20px;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    /* .car-detail__current-bet.center {
        justify-content: center;
    } */


    .car-detail__current-bet-cont {
        display: flex;
        flex-direction: row;
    }

    .car-detail__current-bet-title {
        font-size: 14px;
        line-height: 1;
        margin-bottom: 0;
        white-space: nowrap;
    }

    .car-detail__current-bet-title .bet-title-lg {
        display: none;
    }

    .car-detail__current-bet-title .bet-title-xs {
        display: block;
    }

    .car-detail__current-bet-value {
        font-size: 14px;
        line-height: 1;
        margin-left: 5px;
    }

    .car-detail__current-bet-desc {
        font-size: 12px;
        width: auto;
        margin-top: 0;
    }

    .car-detail__current-bet-desc span {
        display: none;
    }

    .car-detail__desc-item {
        font-size: 14px;
    }

    .car-detail__next-bet {
        background: #f2f2f2;
        padding-top: 0;
        padding-bottom: 10px;
    }

    .car-detail__next-bet-title {
        display: none;
    }

    .car-detail__next-bet-button-lg {
        display: none;
    }

    .car-detail__next-bet-button-xs {
        display: block;
    }

    .car-detail__next-bet .own-auction {
        background-color: #dfdfdf;
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
        padding: 0 15px;
        white-space: nowrap;
        height: 40px;
        border-radius: 8px;
        font-size: 15px;
    }

    .bet-message {
        top: auto;
        bottom: 100%;
        margin-bottom: 0;
    }

    .car-detail__buy-block .failure-block {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        border-radius: 0;
    }

    .car-detail-lkp-block__label-ppk,
    .car-detail-lkp-block__label-lpk {
        top: 13%;
    }

    .car-detail-lkp-block__label-pzd,
    .car-detail-lkp-block__label-lzd {
        bottom: 42%;
    }

    .car-detail-lkp-block__label-pzk,
    .car-detail-lkp-block__label-lzk {
        bottom: 14%;
    }

    .car-detail-lkp-block__label-trunk {
        bottom: 6%;
    }

    .car-detail__btn-messangers {
        width: 100%;
    }

    .car-detail__select-svg {
        margin-left: 15px;
    }

    .car-widget.car-detail__crm-btn {
        font-size: 0;
        gap: 0;
    }

    .car-detail__images-wrap {
        display: none;
    }

    .car-detail__desc-auction-price {
        padding-top: 0;
        text-align: center;
    }

    .car-detail__desc-auction-price-lg {
        display: none;
    }

    .car-detail__desc-auction-price-xs {
        display: block;
    }

    .car-detail-buy-block-buttons-fixed__container {
        width: 100%;
    }
}