.product-card-order__box--other-store__list {
    display: flex;
    flex-direction: column;
    transition: all .3s;
    overflow: hidden;
    max-height: 0;
}

.product-card-order__box--other-store__list-item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border: 1px solid #e3e3e3;
    border-bottom: none;
    padding: 5px 10px;
}

.product-card-order__box--other-store__list-item:last-of-type {
    border: 1px solid #e3e3e3;
}

.product-card-order__box--other-store {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 10px 0 0;
}

.product-card-order__box--other-store.is-state-opened .product-card-order__box--other-store__title:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.product-card-order__box--other-store__title:after {
    transition: all .3s;
    height: 9px;
    width: 14px;
    background: url(/local/templates/redesign/html/dist/assets/img/icons/accordion-arrow.svg) no-repeat;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.product-card-order__box--other-store__title {
    position: relative;
    cursor: pointer;
}

.product-card-order__box--update-time {
    color: #a8aab1;
    font-size: 13px;
}

.product-card__show-in-catalog-link {
    display: block;
    font-size: 15px;
    font-weight: bold;
}

#ac-parts-table.ac-parts-table__new tr:not(.acat-head-row),
#ac-parts-table.ac-parts-table__new .selected {
    background: rgb(235 245 255)!important;
}

#ac-parts-table.ac-parts-table__new .acat-head-row .selected {
    background: transparent!important;
}

.acat-head-row__sub-row {
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
}

.acat-head-row__sub-row > div {
    min-width: 30%;
}

.acat-head-row__sub-row > div:first-of-type {
    border: black solid 1px;
    padding: 3px 10px;
    min-width: 45px;
    text-align: center;
}

.acat-head-row__empty-position {
    opacity: 0;
    width: 30px;
}

.acat-table-link {
    text-decoration: underline;
}

.align-middle.acat-table-img img {
    cursor: pointer;
}

.acat-head-row__sub-row__contact {
    min-width: 30px;
    max-width: 30px;
    margin: 0 53px 0 -198px;
    padding: 0 0 0 0;
}

.mobile-parts-table {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.mobile-parts-table__head-row {
    display: flex;
    flex-direction: column;
}

.mobile-parts-table__head-row__item-row {
    padding: 0 10px;
}

.mobile-parts-table__head-row__items-row,
.mobile-parts-table__items-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 5px 10px;
    gap: 25px;
}

.mobile-parts-table__row {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
    background: rgb(235, 245, 255)!important;
    padding: 5px 0;
}

.mobile-parts-table__head-row__items-row > div {
    width: 30%;
}

.mobile-parts-table__head-row__items-row div:first-of-type {
    border: 1px solid black;
    width: 30px;
    max-height: 24px;
    text-align: center;
}

.mobile-parts-table__price,
.mobile-parts-table__name {
    color: rgb(0, 112, 165);
    font-size: 16px;
    /*font-weight: bold;*/
}

.mobile-parts-table__name {
    text-decoration: underline;
}

.mobile-parts-table__head-row__part-number {
    width: 50%!important;
    text-align: right;
}

.bg-green {
    background: rgb(213, 246, 203);
}

.bg-orange {
    background: rgb(255, 230, 182);
}

.parts-table__label {
    display: block;
    width: 100%;
    padding: 5px 10px;
    text-align: center;
    border-radius: 10px;
}

.mobile-parts-table__item-row .spare-parts-list-card__cell_type_events {
    border: none;
}

.mobile-parts-table .selected {
    font-weight: bold;
}

.mobile-parts-table__head-row__contact {
    background: #02689d;
    color: #fff;
    padding: 10px;
    max-width: 100%;
    width: 244px;
    display: block;
    text-align: center;
    margin: 5px auto 0;
    border-radius: 10px;
}

.acat-head-row__sub-row .acat-head-row__sub-row__part-number {
    min-width: auto;
    width: 15%;
}

.acat-head-row__sub-row .acat-head-row__sub-row__name {
    min-width: auto;
    width: 36%;
}

.acat-head-row__sub-row .acat-head-row__sub-row__in-the-node {
    width: 18%;
    min-width: auto;
}

.acat-table-price {
    font-weight: bold;
}

.align-middle.acat-table-img > img,
.mobile-parts-table__item-row > img {
    opacity: .4;
    transition: all .5s;
}

.mobile-parts-table__head-row-name {
    font-size: 16px;
}

#ac-parts .spinner-box .ui-spinner-input {
    background: #fff;
}

.mobile-parts-table__item-row .spare-parts-list-card__cell_type_events {
    flex-direction: row;
    justify-content: space-between;
    gap: 25px;
    padding: 0;
}

.mobile-parts-table__item-row .spare-parts-list-card__cell_type_events .spare-parts-list-card__button {
    margin: 0;
}

.mobile-parts-table__item-row .parts-table__label {
    max-width: 100%;
    width: 100px;
}

.acat-table-name {
    width: 599px;
}

.page-form_change_personal_agreements {
    display: none;
    /*width: max-content;*/
    margin-top: 12px;
}

.modal-window__row__description {
    margin: 10px 0 0;
    font-size: 12px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.hide {
    display: none;
}

.load-file-warning__text {
    font-size: 12px;
    display: block;
    margin: 0 0 13px;
}

@media screen and (max-width: 1100px) {
    .product-card__show-in-catalog-link {
        margin-top: 20px;
    }
}