.offer-accordion {
    margin: 0 auto;
    max-width: 1225px;
    margin-bottom: 24px;
    padding: 36px 15px;
}

.offer-accordion__row {
    display: flex;
    justify-content: space-between;
}


.offer-accordion .span-checkbox {
    font-size: 14px;
}

.offer-accordion__aside-fixed-left {
    padding-left: 20px;
}

.offer-group {
    margin-bottom: 16px;
}

.offer-accordion__aside-left {
    flex: 0 0 auto;
    max-width: 30%;
    min-width: 16%;
    margin-right: 5%;
}

.offer-accordion__aside-center {
    flex: 0 0 auto;
    width: 55%;
    margin-right: 35px;
}

.offer-accordion__aside-right {
    flex: 0 0 auto;
    width: 20%;
}

.offer-accordion__content {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.offer-accordion__action.btn-reset {
    width: 100%;
    font-size: 15px;
    line-height: 20px;
    text-align: left;
    color: #157ee1;
    transition: color .3s ease-in-out;
    margin-bottom: 15px;
}

.offer-accordion__line-row {
    display: block;
    margin: 25px 0 15px;
    height: 1px;
    background-color: #eee;
}

.offer-accordion__btn {
    margin-bottom: 10px;
}

.section-line {
    border-bottom: 1px solid #f0f0f0;
}

.js-title-moderators-comment {
    color: red;
}

.js-title-moderators-comment .text-btn-more {
    max-height: 73px;
    overflow: hidden;
}

.offer-accordion-aside-title {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 15px;
    margin-bottom: 23px;
    justify-content: space-between;
    align-items: center;
    font-weight: 700;
    font-size: 15px;
    line-height: 19px;
}

.offer-accordion-aside-title .bubble-text {
    font-weight: 400;
    flex: 0 0 100%;
    margin-top: 15px;
    font-style: italic;
    display: block;
}

.offer-accordion-aside-title .btn-more {
    font-style: italic;
    font-size: 13px;
}

.offer-accordion-auction .js-offer-auto__menu-btn-archive,
.offer-accordion-auction.offer-accordion-archive .js-offer-auto__menu-btn-delete,
.offer-accordion:not(.offer-accordion-element) .offer-accordion-aside-title,
.offer-accordion:not(.offer-accordion-element) .js-offer-auto__link-detail-url-test,
.offer-accordion:not(.offer-accordion-element) .offer-accordion__line-row--element,
.offer-accordion:not(.offer-accordion-element) .js-offer-auto__menu-btn-delete,
.offer-accordion:not(.offer-accordion-element) .js-offer-auto__menu-btn-archive,
.offer-accordion-archive .js-offer-auto__menu-btn-stop,
.offer-accordion-draft .js-offer-auto__menu-btn-stop,
.offer-accordion:not(.offer-accordion-draft) .js-title-moderators-comment,
.offer-accordion-archive .offer-accordion__line-row--element,
.offer-accordion-post .js-offer-auto__menu-btn-save,
.offer-accordion-post .js-offer-auto__link-detail-url-test,
.offer-accordion-archive .js-offer-auto__menu-btn-save,
.offer-accordion-archive .js-offer-auto__link-detail-url-test,
.offer-accordion-moderation .js-offer-auto__menu-btn-archive,
.offer-accordion-archive .js-offer-auto__menu-btn-archive,
.offer-accordion:not(.offer-accordion-draft.offer-accordion-element) .js-offer-auto__menu-btn-post-draft,
.offer-accordion:not(.offer-accordion-draft) .offer-accordion-aside-title.js-title-draft,
.offer-accordion:not(.offer-accordion-moderation) .offer-accordion-aside-title.js-title-moderation,
.offer-accordion:not(.offer-accordion-archive) .offer-accordion-aside-title.js-title-archive,
.offer-accordion:not(.offer-accordion-post) .offer-accordion-aside-title.js-title-post,
.offer-accordion:not(.offer-accordion-post) .js-offer-auto__menu-btn-post-save,
.offer-accordion:not(.offer-accordion-post) .js-offer-auto__link-detail-url,
.offer-accordion:not(.offer-accordion-post) .js-offer-auto__menu-btn-post,
.offer-accordion:not(.offer-accordion-post) .offer-accordion-aside-title.js-title-post {
    display: none;
}

.offer-accordion-aside-title.js-title-moderation {
    color: orange;
}

.offer-accordion-aside-title.js-title-stop {
    color: orange;
}

.offer-accordion-aside-title.js-title-post {
    color: green;
}

.offer-accordion-aside-title.js-title-archive {
    color: #777;
}

.js-offer-auto__link-detail-url-test,
.js-offer-auto__link-detail-url {
    margin-top: 25px;
    margin-bottom: 0;
}

.offer-accordion__section {
    border: 1px solid #0000000f;
    border-radius: 16px;
    box-shadow: 0 4px 24px #0000000a;
    padding: 24px;
    margin-bottom: 24px;
    background-color: #fff;
}

.offer-accordion__section--last {
    margin-bottom: 0;
}

.offer-accordion-notdraft .offer-accordion__section {
    position: relative;
}

.offer-accordion-notdraft .offer-accordion__section#section-price {
    order: -1;
}

.offer-accordion-notdraft .offer-accordion__section:not(#section-price)::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 16px;
}

.offer-accordion-notdraft .offer-accordion__section:not(#section-price) {
    opacity: 0.3;
}


.offer-accordion__btn-ad-status {
    margin-top: 10px;
    display: block;
    font-weight: 400;
    font-size: 15px;
    line-height: 35px;
    color: #2B2D33;
    padding: 0 15px 1px;
    border-radius: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
    text-align: center;
    outline: none;
    width: 100%;
}

.offer-accordion:not(.offer-accordion-notdraft) .offer-accordion__btn-ad-status {
    display: none;
}


.accordion-section {
    position: relative;
}

.accordion-section__header {
    align-items: center;
    display: flex;
    width: 100%;
    margin-bottom: 24px;
}

.accordion-section__content {
    flex-grow: 1;
}

.accordion-section__content>*:last-child {
    margin-bottom: 0;
}

.accordion-section__title {
    font-size: 23px;
    font-weight: 700;
    line-height: 28px;
    margin-top: 0;
    margin-bottom: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.accordion-section__subtitle {
    font-size: 15px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.accordion-section__subtitle-list {
    margin-right: 10px;
}

.accordion-section__subtitle:not(.show) .accordion-section__subtitle-btn {
    display: none;
}

/* .accordion-section__subtitle-btn {
    margin-left: 10px;
} */
.accordion-section__subtitle--gray {
    color: grey;
}

.accordion-section__text {
    font-size: 13px;
    line-height: 18px;
}

.accordion-section__text--gray {
    color: grey;
}

.accordion-section__img {
    width: 52px;
}

.accordion-section__divider {
    color: #ccc;
}

.accordion-section__promt--side {
    margin-top: 30px;
}

/* .accordion-section__promt {
    position: fixed;
    top: 30%;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    z-index: 9;
} */
.accordion-section__promt .bubble-text {
    margin-bottom: 0;
}

.accordion-section__promt .bubble-text__text>span {
    display: none;
}

.accordion-section__promt.moderation .bubble-text__moderation,
.accordion-section__promt.archive .bubble-text__archive,
.accordion-section__promt.draft .bubble-text__draft,
.accordion-section__promt.delete .bubble-text__delete,
.accordion-section__promt.reset .bubble-text__reset {
    display: block;
}

.accordion-section__promt-btns {
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
}

.accordion-section__promt--side .accordion-section__promt-btns {
    justify-content: center;
}

.accordion-section__promt--side .bubble-text {
    text-align: center;
}

.accordion-section__promt-btn:not(:last-child) {
    margin-right: 10px;
}

.btn-def.accordion-section__promt-btn {
    flex: 0 0 auto;
    width: auto;
}

.accordion-section__promt {}

.offer-row {
    margin-bottom: 21px;
}

.offer-row--md {
    margin-bottom: 30px;
}

.offer-row--none {
    margin-bottom: 0;
}

.offer-row__title {
    font-size: 18px;
    line-height: 21px;
    margin-top: 30px;
    margin-bottom: 16px;
}

.offer-row__item {
    cursor: pointer;
    transition: color .3s ease-in-out;
}

.accordion-title {
    font-size: 23px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 16px;
    margin-top: 0;
}

.offer-section {
    border-top: 1px solid #f0f0f0;
    padding-top: 20px;
    margin-bottom: 25px;
}

.offer-section:last-child {
    /* border-bottom: 1px solid #f0f0f0;
    padding-bottom: 30px; */
}

.damage-block__settings-list .offer-section:last-child {
    padding-bottom: 24px;
}

.offer-section__title {
    position: relative;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.offer-section__title-simple {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.offer-section__list.row,
.offer-section__list {
    margin-top: 8px;
}

.offer-section__title-text {
    flex: 0 0 auto;
    max-width: 70%;
    font-size: 15px;
    line-height: 20px;
    color: grey;
}

.offer-section__title-value-simple,
.offer-section__title-value {
    flex: 1 0 auto;
    max-width: 60%;
    font-size: 15px;
    line-height: 20px;
    text-align: right;
    padding-right: 20px;
}

.offer-section__title-value-simple {
    padding-right: 0;
}

.offer-section__title-value::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    background-size: 14px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../img/shevron.svg');
    transition: transform .3s ease-in-out;
}

.offer-section__title:not(.active) .offer-section__title-value::after {
    display: none;
}

.offer-section__title.show .offer-section__title-value::after {
    transform: translateY(-45%) rotate(-180deg);
}

.offer-section__title.active {
    cursor: pointer;
}

.offer-section__title.active:not(.show) + * {
    display: none;
}

.offer-section__title {
    margin-bottom: 14px;
}
.offer-section__title.active:not(.show) {
    margin-bottom: 0;
}

.offer-accordion__nav-aside-item.selected .nav-aside__link:hover,
.offer-accordion__nav-aside-item.selected .nav-aside__link {
    color: grey !important;
}

.offer-accordion .hidden-blocks-btn--hide {
    display: none !important;
}
.js-offer-auto__chars-engine_group .field-comment,
.js-offer-auto__chars-engine-group .field-comment {
    display: block;
    margin-top: -8px;
}

.offer-name-free .field-comment {
    display: block;
    margin-top: -8px;
}

.offer-accordion .field-comment {
    font-size: 12px;
}

.section-lkp__title-text-row .field-comment {
    margin-top: -8px;
}

.field-row {
    margin-bottom: 15px;
}

.nav-aside__link.offer-accordion__nav-aside-link .offer-section__list-baloon {
    margin-bottom: 15px;
}

.single-equipment__accordion.offer-accordion__single-equipment-accordion {
    max-width: 100%;
    flex: 0 0 100%;
}

.offer-accordion__single-equipment-accordion .accordion__option-list__wrap {
    margin-bottom: 20px;
}

.accordion-section__field-textarea {
    height: 203px;
}

.offer-accordion__single-equipment-accordion .accordion-section__field-textarea {
    height: 120px;
}

.damage-block__settings .accordion-section__field-textarea {
    height: 60px;
}

.offer-accordion .accordion__content {
    padding-bottom: 25px;
}

.js-offer-auto__chars-title-value {
    transition: opacity .3s ease-in-out;
}

.offer-accordion .field-wrapper:not(.no-empty, .focus) .input-desc {
    font-size: 14px;
}

/* .input-desc--textarea.offer-accordion__text {
    font-size: 15px;
} */

.offer-accordion__photo-list-title.photo-list__title {
    padding-left: 5px;
    padding-right: 5px;
}

.offer-success-message {
    position: fixed;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    z-index: 9;
}

.offer-success-message:not(.on) {
    display: none;
}

.offer-success-message.show {
    opacity: 1;
}

.offer-success-message .bubble-text {
    display: inline-block;
    padding: 20px 50px;
    font-size: 18px;
    margin-bottom: 0;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.2);
}

/* .aside-fixed.offer-accordion__aside-fixed-right {
    overflow: visible;
} */

.offer-accordion .select-desc {
    font-size: 14px;
}

/* .offer-accordion .field-checkbox:checked+span:after,
.offer-accordion .span-checkbox:before {
    top: -3px;
} */
.js-offer-auto__photo .field-filearea {
    margin-bottom: 5px;
}

.chars-mileage-input-block {
    margin-bottom: 0;
    margin-top: 12px;
}

.damage-block {
    position: relative;
}

.damage-block.show::after {
    content: '';
    position: absolute;
    top: -76px;
    left: -24px;
    right: -24px;
    bottom: -40px;
    border-radius: 16px;
    background-color: rgba(255, 255, 255, .9);
}

.damage-block__sheme {
    position: relative;
    width: 100%;
    padding: 100% 0 0;
    margin-bottom: 60px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('../img/damage-sheme.png');
}

.damage-block .damage-block__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 0 auto;
    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: #8baddc;
    transition: .3s background-color ease-in-out;
}

.damage-block__btn .tooltip {
    width: 100%;
    height: 100%;
    font-size: inherit;
    line-height: inherit;
    z-index: 5;
}


.damage-block__btn .tooltip__item-content {
    min-width: 150px;
}

.damage-block .damage-block__item.selected .damage-block__btn,
.damage-block .damage-block__btn.selected {
    font-size: 0;
    background-color: #db3727;
}

.damage-block .damage-block__item.selected .damage-block__btn {
    position: relative;
}

.damage-block .damage-block__item.selected .damage-block__btn::after,
.damage-block .damage-block__btn.selected::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fff;
}

.damage-block__btn-forward {
    position: absolute;
    top: 7px;
    left: 50%;
    transform: translate(-40%, 0);
}

.damage-block__btn-back {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-40%, 0);
}

.damage-block__btn-left {
    position: absolute;
    top: 50%;
    left: 60px;
    transform: translate(0, -50%);
}

.damage-block__btn-right {
    position: absolute;
    top: 50%;
    right: 60px;
    transform: translate(0, -50%);
}

.damage-block__btn-top {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-40%, -50%);
}

.damage-block__btn-glass {}

.damage-block__btn-wheels {}

.damage-block__btn-other {}

.damage-block__item {
    display: flex;
    align-items: center;
    font-size: 22px;
    line-height: 25px;
}

.damage-block__item .damage-block__btn {
    margin-right: 25px;
}

.list-color__item.tooltip {
    overflow: visible;
}

.list-color__item .tooltip__item-content {
    min-width: 100px;
    white-space: nowrap;
}

.damage-block__settings {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 20px;
    opacity: 0;
    border-radius: 6px;
    transform: translateY(-20px);
    transition: opacity .3s ease-in-out, transform .3s ease-in-out;
    z-index: 9;
    background-color: #f8f8f8;
    box-shadow: 0 0px 40px rgb(8 8 8 / 25%)
}

.damage-block__settings:not(.on) {
    display: none;
}

.damage-block__settings.show {
    opacity: 1;
    transform: translateY(0);
}

.damage-block__settings .accordion-section__title {
    margin-bottom: 15px;
}

.offer-accordion .field-filearea__zone {
    min-height: 120px;
}

.damage-block__settings .field-filearea__zone {
    min-height: 20px;
    background-color: transparent !important;
    justify-content: left;
}

.damage-block__settings .field-filearea__zone:not(.no-empty) {
    display: inline-block;
}

.damage-block__settings .field-filearea__zone.no-empty .field-filearea__title {
    order: 1;
}

.damage-block__settings .field-filearea__img-wrapper {
    width: 15%;
}

.damage-block__settings .field-filearea__img-inner {
    height: 60px;
}

.damage-block__settings .field-filearea {
    border: 0;
}

.damage-block__settings .photo-list-parent {
    margin-bottom: 30px;
}

.damage-block__settings .photo-list-alert {
    margin: 0;
}

.damage-block__cancel-wrapper {
    padding-left: 0 !important;
}

.damage-block__list {
    margin-bottom: 40px;
}

.damage-block__settings-list .damage-block__settings-btn-edit {
    margin-right: 10px;
}

.damage-block__settings-list .damage-block__settings-btn-delete {
    margin-right: 15px;
}

.damage-block__settings-btn-edit-svg {
    width: 16px;
    height: 16px;
    fill: gray;
    transform: translateY(2px);
    transition: opacity .3s ease-in-out;
}

.damage-block__settings-btn-delete-svg {
    width: 16px;
    height: 16px;
    fill: gray;
    transform: translateY(2px);
    transition: fill .3s ease-in-out;
}


.damage-block__settings-row {
    margin-bottom: 8px;
}

.damage-block__settings-row.d-none {
    margin: 0;
}


.damage-block__settings-title {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
}

.damage-block__settings-text {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    font-style: italic;
}

.damage-block__settings-photo {
    font-size: 14px;
    line-height: 20px;
}

.damage-block__settings-text__value {
    max-height: 43px;
    overflow: hidden;
}

.damage-block__settings-text__value .btn-more {
    font-size: 13px;
}

.damage-block__settings-img {
    font-size: 14px;
    line-height: 20px;
}

.js-offer-auto__chars-list {
    margin-top: 15px;
}

.js-offer-auto__chars-mileage .offer-section__list {
    margin-top: 0;
    margin-bottom: 18px;
}

.damage-block__alert {
    position: absolute;
    width: 100%;
    white-space: nowrap;
    top: -25px;
    right: 0;
    bottom: -27px;
    padding: 5px 15px;
    display: flex;
    justify-content: end;
    align-items: center;
    background-color: #f4f6f8;
    z-index: 8;
    box-shadow: 0 4px 24px rgb(8 8 8 / 17%)
}

.damage-block__alert-y {
    margin: 0 13px 0 30px;
}


.section-lkp__list-baloon{
    margin-bottom: 25px;
}
.section-lkp__title-text {
    margin-bottom: 10px;
}
.section-lkp__title-text-row {
    margin-bottom: 20px;
}
.section-lkp__title-text-row .input-block__measure{
    font-size: 11px;
}
.js-filter-field__img {
    max-width: 36px;
    height: auto;
    margin-right: 9px;
}

.js-offer-auto__mark_name .list-row__item .js-filter-field__name,
.list-row__item[data-name="carMark"] .js-filter-field__name {
    transform: translateY(-12px);
    display: inline-block;
}

.offer-accordion .radio-field-content__text {
    font-size: 14px;
}

.price-type-row .field-comment {
    display: flex;
    align-items: center;
}

.price-type-row .svg-info {
    margin-right: 2px;
    transform: translateY(-1px);
}


.offer-accordion-aside-titles-mob {
    display: none;
}

.offer-accordion__auction-row {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
    margin-bottom: 25px;
}

.offer-accordion .js-offer-auto__auction .select-desc {
    font-size: 16px;
}

.js-offer-auto__lkp .field-filearea__zone {
    min-height: 70px;
}

.contact-cart {
    margin-top: 40px;
    border-radius: 4px;
    border: 1px solid #f4f1e4;
    overflow: hidden;
}
.contact-cart__header {
    font-size: 14px;
    font-weight: bold;
    padding: 15px 20px;
    background-color: #f4f1e4;
}
.contact-cart__content {
    padding: 15px 20px;
    background-color: #fff;
}
.contact-cart__text {
    font-size: 14px;
    margin-bottom: 5px;
}
@media (min-width: 1024px) {
    .damage-block__settings-btn-edit-svg:hover {
        opacity: .6;
    }

    .damage-block__settings-btn-delete-svg:hover {
        fill: #db3727;
    }

    .offer-row__item:hover,
    .offer-accordion__action:hover {
        color: #db3727;
    }

    .js-offer-auto__chars-title-value:hover {
        opacity: .8;
    }

    .damage-block__item:hover .damage-block__btn,
    .damage-block .damage-block__btn:hover {
        background-color: #db3727;
    }

    .offer-dealer__item-title:hover {
        opacity: .8;
    }

}

@media (max-width: 1399.98px) {}

@media (max-width: 1199.98px) {}

@media (max-width: 991.98px) {
    .offer-accordion__content {
        width: 100%;
    }

    .input-desc--textarea.offer-accordion__text {
        font-size: 12px;
    }
}

@media (max-width: 767.98px) {
    .offer-section {
        padding-top: 10px;
        margin-bottom: 15px;
    }

    .offer-accordion__section {
        border: 0;
        border-radius: 0;
        box-shadow: none;
        padding: 0;
        margin-bottom: 20px;
    }

    .offer-accordion .accordion__content {
        padding: 15px;
    }

    .accordion-section .accordion__option-list-element {
        margin-bottom: 10px;
    }

    .offer-accordion__row {
        flex-wrap: wrap;
    }

    .offer-accordion__aside-left {
        display: none;
    }

    .offer-accordion__aside-center {
        flex: 0 0 100%;
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .offer-accordion__aside-right {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .aside-fixed.offer-accordion__aside-fixed-right {
        position: static;
        top: 0;
        max-height: auto;
        overflow: visible;
        padding-left: 0;
        max-height: none;

    }

    .aside-fixed.offer-accordion__aside-fixed {
        position: static;
        top: 0;
        max-height: auto;
        overflow: visible;
        padding-left: 0;
    }

    .offer-accordion-aside-title {
        justify-content: flex-end;
        padding-bottom: 0;
        margin-bottom: 13px;
    }

    .offer-accordion-aside-title.section-line {
        border-bottom: 0;
    }

    .offer-accordion-aside-title>.tooltip {
        margin-left: 4px;
    }

    .js-title-moderators-comment {
        font-size: 0;
    }
    .bubble-text-moderators-comment-title {
        font-size: 16px;
        text-align: left;
        flex: auto;
        color: #333;
        margin-bottom: 10px;
    }

    .js-title-moderators-comment>.tooltip {
        display: none;
    }

    .js-title-moderators-comment .bubble-text {
        margin-top: 0;
        background-color: #f6f7ee;
    }

    .offer-accordion-aside-titles {
        display: none;
    }

    .offer-accordion-aside-titles-mob {
        position: relative;
        display: flex;
    }

    .offer-accordion-aside__back {
        display: inline-block;
        font-size: 15px;
        line-height: 19px;
        color: #999;
        margin-bottom: 10px;
    }

    .offer-accordion-aside__back::before {
        content: "←";
        position: relative;
        top: -2px;
        margin-right: 8px;
    }

    .offer-accordion__aside-btns-row-mob {
        position: fixed;
        bottom: 5px;
        left: 15px;
        right: 15px;
        display: flex;
        z-index: 8;
        justify-content: space-between;
    }

    .offer-accordion__aside-btns-row-mob>.offer-accordion__btn {
        flex: 0 0 48%;
    }
    .section-lkp__title-text-row .field-comment {
        margin-bottom: 15px;
    }
    .section-lkp__title-text-row {
        margin-bottom: 0;
    }
}

@media (max-width: 575.98px) {

    .offer-accordion {
        padding: 15px;
    }

    .accordion-section__header {
        margin-bottom: 13px;
    }

    .offer-row {
        margin-bottom: 11px;
    }

    .damage-block__alert {
        font-size: 13px;
        top: -5px;
        bottom: -25px;
    }

    .damage-block__item {
        font-size: 18px;
    }

    .damage-block__item .damage-block__btn {
        margin-right: 18px;
    }

    .damage-block__settings .photo-list-parent {
        margin-bottom: 20px;
    }

    .offer-accordion__aside-btns {
        display: block;
        margin-left: 0;
        margin-right: 0;
    }

    .offer-accordion__aside-btns::before {
        left: 0;
        right: 0;
    }

    .offer-group {
        margin-bottom: 20px;
    }

    .offer-accordion__section .accordion-section .accordion__option-list-element {
        margin-bottom: 0;
    }

    .js-offer-auto__complect .select-input {
        margin-bottom: 7px;
    }


    .js-offer-auto__photo .photo-list-parent {
        margin-bottom: 30px;
    }

    .damage-block__sheme {
        margin-bottom: 35px;
    }

    .damage-block__list {
        margin-bottom: 10px;
    }


    .offer-accordion__action.btn-reset,
    .btn-def.offer-accordion__btn {
        margin: 0 0 15px;
        width: 100%;
    }

    .btn-def.offer-accordion__btn {
        font-size: 15px;
    }

    .input-desc--textarea.offer-accordion__text {
        font-size: 9px;
        padding-right: 15px;
    }


    .offer-accordion__model-list .list-row__item {
        display: flex;
        flex-basis: calc(50% - 21px);
        margin-bottom: 10px;
        margin-right: 21px;
        margin-top: 7px;
    }

    .offer-accordion__model-list .list-row__item:not(.offer-accordion__model-list .list-row__item:first-child) {
        margin-left: 0;
    }

    .offer-section__title {
        margin-bottom: 8px;
    }

    .js-offer-auto__chars-list {
        margin-top: 5px;
    }

    .damage-block__btn-left {
        left: 50px;
    }

    .damage-block__btn-right {
        right: 50px;
    }

    .damage-block__cancel-wrapper {
        padding-left: 15px !important;
    }

    .damage-block__save {
        margin-bottom: 10px;
    }

    .damage-block__item {
        margin-bottom: 30px;
    }

    .accordion-section__promt {
        left: 15px;
        right: 15px;
    }

    .damage-block__item {
        font-size: 16px;
    }

    .damage-block__item .damage-block__btn {
        margin-right: 15px;
        width: 25px;
        height: 25px;
    }

    .damage-block__btn-left {
        left: 30px;
    }

    .damage-block__btn-right {
        right: 30px;
    }

    .price-type-row>.row {
        margin-bottom: 15px;
    }

    .offer-accordion .input-block {
        margin-bottom: 10px;
    }

    .damage-block__settings .offer-accordion__photo-list-title {
        margin-bottom: 15px;
    }

    .damage-block__settings .bubble-text {
        margin-bottom: 15px;
    }

    .js-offer-auto__contacts .radio-label {
        margin-bottom: 10px;
    }

    .offer-section__list li:last-child .radio-label {
        margin-bottom: 0;
    }
}