.modification-wizard {
    font-size: 12px;
}
.modification-wizard p {
    font-size: 12px !important;
    line-height: 1 !important;
    margin: 0 !important;
    font-weight: 400 !important;
}
.modification-wizard li {
    font-weight: 400 !important;
}
.filters {
    margin: 0 0 10px 0;
}
.filters__body {
    margin: 0 0 20px 0;
}
.filters__head-row {
    display: flex;
    margin-bottom: 20px;
    gap: 10px;
    align-items: flex-start;
}
.filters__reset-btn, .modification-wizard__show-more-btn, .modification-wizard__close-btn {
    background: #008f86;
    color: #fff;
    border: none;
    display: inline-block;
    padding: 10px 25px;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
    text-transform: inherit;
    margin-left: auto;
}
.modification-wizard__close-btn {
    background-color: #fff;
    outline: 2px solid #333232;
    color: #333232;
}
.filters__selectors {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
    gap: 10px;
    flex-wrap: wrap;
}
.filters__select-item {
    position: relative;
    flex: 1;
}
.filters__select-item label {
    display: block;
    margin: 0 0 5px 0;
    font-weight: 600;
    border-bottom: 1px solid;
}
.filters__select {
    position: relative;
}
.filters__select select, .filters__selected-value  {
    display: inline-block;
    width: 100%;
    cursor: pointer;
    padding: 15px 38px 15px 15px;
    font-weight: bold;
    outline: 0;
    border: 0px solid #000000;
    border-radius: 5px;
    background: #f2f2f2;
    color: #333232;
    appearance: none;
    -webkit-appearance: none;
}
.filters__selected-value span {
    font-weight: 600;
}
.filters__scroll-elem {
    list-style: none;
    padding: 0 !important;
    margin: 0 !important;

    width: 200px;
    max-height: 150px;
    overflow-y: auto;

    background-color: #fff;

    position: absolute;
    top: 54px;
    z-index: 10;
    border-radius: 2px;
    box-shadow: 1px 1px 16px #00000040;

    scrollbar-width: thin;
    scrollbar-color: #888 #fff;
}
.filters__scroll-elem::-webkit-scrollbar {
    width: 6px;
}
.filters__scroll-elem::-webkit-scrollbar-track {
    background: #f1f1f1;
}
.filters__scroll-elem::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 3px;
}
.filters__scroll-elem li {
    font-size: 12px;
    padding: 6px 12px;
    line-height: 1 !important;
    cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
    .filters__scroll-elem li:hover {
        background-color: #edf0ef;
    }
}
.filters__arrow {
    position: absolute;
    top: 18px;
    right: 18px;
    pointer-events: none;
    border-style: solid;
    border-radius: 2px;
    border-width: 8px 5px 0px 5px;
    border-color: #6f6f6f transparent transparent transparent;
}
.filters__arrow._is-open{
    bottom: 8px;
}
.filters__arrow svg {
    transform: rotate(180deg);
}
.filters__arrow._is-open svg{
    bottom: 10px;
    transform: rotate(0);
}
.filters__tabs {
    background: #e0e5e8;
    padding: 10px 15px 10px 20px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
    flex: 1;
}
.filter-tab {
    padding: 3px;
    padding-left: 10px;
    border-radius: 4px;
    font-weight: 700;
    background: #fff;
    display: flex;
    align-items: center;
}
.filter-tab span {
    line-height: 1;
    display: inline-block;
    margin: 0 5px 0 0;
    font-weight: 600;
}
.filter-tab span:nth-child(2) {
    cursor: pointer;
    display: inline-block;
    width: 12px;
    height: 12px;
    position: relative;
}
.filter-tab span:nth-child(2)::after, .filter-tab span:nth-child(2)::before {
    content: "";
    position: absolute;
    top: 5px;
    right: 0;
    width: 10px;
    height: 2px;
    background-color: #333232;
}
.filter-tab span:nth-child(2)::before {
    transform: rotate(45deg);
}
.filter-tab span:nth-child(2)::after {
    transform: rotate(-45deg);
}
@media (max-width: 968px) {
    .filters__select-item {
        width: 100%;
        flex: auto;
        margin: 0 0 10px 0;
    }
    .filters__head-row {
        flex-wrap: wrap;
    }
    .filters__tabs {
        order: 1;
        flex: 0 0 100%;
    }
}
@media (max-width: 520px) {
    .filters__select-item, .filters__select-item p {
        font-size: 14px !important;
    }
}



.modification-wizard__table {
    position: relative;
    font-size: 10px;
}
.modification-wizard__table table {
    width: 100%;
}
.modification-wizard__table thead {
    width: 100%;
    top: 0;
    z-index: 5;
    font-weight: 600;
    background-color: #ededed;
}
.modification-wizard__table th {
    padding: 8px;
    border-bottom: 2px solid #ddd;
}
.modification-wizard__table th:last-child {
    text-align: center;
}
.modification-wizard__table th:nth-child(2) { text-align: center }
.modification-wizard__cart-btn-row {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 15px;
}
.modification-wizard__table th button {
    text-align: center;
    width: 100%;
    height: 100%;
    position: relative;
    padding: 0;
    border: none;
}
.modification-wizard__table th button:after {
    content: "";
    bottom: -8px;
    left: calc(50% - 2px);
    position: absolute;
    border: 4px solid transparent;
    border-top: 4px solid #4c4c4c;
}
.modification-wizard__table th button._asc,
.modification-wizard__table th button._desc {
    color: #008F86;
}
.modification-wizard__table th button._asc:after,
.modification-wizard__table th button._desc:after {
    border-top: 4px solid #008F86;
}
.modification-wizard__table th button._desc:after {
    transform: rotate(-180deg);
    bottom: -6px;
}
.modification-wizard__table tr {
    border-bottom: 1px solid #ddd;
}
.modification-wizard__table td {
    padding: 8px;
    text-align: center;
}
.modification-wizard__table td:first-child {
    text-align: left;
}
.modification-wizard__table td:first-child p {
    font-size: 10px;
}
.modification-wizard__table td:first-child img {
    margin: 0 8px 0 0;
    width: 40px;
    height: 40px;
}
.modification-wizard__modification-name {
    width: 170px;
    font-weight: 600;
}
.modification-wizard__price {
    font-weight: 600;
}
.modification-wizard__cart-btn {
    width: 28px;
    height: 28px;
    border-radius: 2px;
    background-color: #008f86;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
    .modification-wizard__cart-btn:hover {
        background-color: #00736c;
    }
}
.modification-wizard__cart-btn svg {
    width: 16px;
    height: 16px;
    fill: #fff;
}
.modification-wizard__cart-btn._is-in-cart {
    position: relative;
    outline: 1px solid #00736C;
    background-color: #fff;
    cursor: default;
}
.modification-wizard__cart-btn._is-in-cart svg {
    fill: #00736C;
}
.modification-wizard__cart-btn._is-in-cart::after {
    content: "1";
    position: absolute;
    top: -7px;
    right: -7px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #00736c;
    color: #fff;
    font-size: 10px;
}
.modification-wizard__accessory-btn {
    width: 28px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #008F86;
    border-radius: 2px;
    cursor: pointer;
    margin: 0 auto;
}
.modification-wizard__accessory-btn svg {
    transform: rotate(-180deg);
}
.modification-wizard__accessory-btn._is-open {
    transform: rotate(180deg);
}
.modification-wizard__btns {
    margin: 10px 0 0 0;
}



.mobile-cards {}
.mobile-cards__item {
    border-bottom: 1px solid #D0D8D5;
    padding: 15px 0 30px 0;
}
.mobile-cards__modification {
    display: flex;
    align-items: center;
    gap: 7px;
}
.mobile-cards__modification a {
    text-decoration: none;
    color: inherit;
}
.mobile-cards__modification span {
    padding: 7px;
    border: 1px solid #D0D8D5;
    border-radius: 2px;
}
.mobile-cards__modification-link {
    margin: 5px 0;
}
.mobile-cards__modification-link a {
    text-decoration: none;
    color: #008f86;
}
.mobile-cards__price-block {
    font-size: 28px;

    display:  flex;
    justify-content: space-between;
    align-items: center;

    margin: 0 0 10px 0;
}
.mobile-cards__propertys {
    margin: 0 0 40px 0;
}
.mobile-cards__propertys li {
    display: flex;
    justify-content: space-between;
    margin: 0 0 5px 0;
    gap: 10px;
}
.mobile-cards__propertys li span:nth-child(1) {
    flex: 0 0 50%;
    color: #a8a8a8;
}
.mobile-cards__propertys li span:nth-child(2) {
    flex: 0 0 50%;
}
.mobile-cards__accessory-btn {
    color: #008f86;
    display: flex;
    align-items: center;
    gap: 5px;
}
.mobile-cards__accessory-btn span {
    display: block;
    transform: rotate(180deg);
}
.mobile-cards__accessory-btn._opened span {
    transform: rotate(0deg);
}
@media (max-width: 920px) {
    .mobile-cards__modification p:first-child {
        font-size: 14px !important;
    }
}




.modification-wizard__accessory-cell {
    border: 1px solid #81858F;
    width: auto;
}
.accessories-panel {
    padding: 12px;
    font-size: 10px;
}
.accessories-panel p { font-size: 10px !important; }
.accessories-panel__tabs {
    display: flex;
    margin: 10px 0 10px 0;
}
.accessories-panel__tab-item {
    padding: 7px 12px;
    border: 1px solid #E6E6E6;
    cursor: pointer;
}
.accessories-panel__tab-item._active  {
    background: #E6E6E6;
    border: 1px solid #E6E6E6;
}
.accessories-panel__headings {
    display: flex;
}
.accessories-panel__headings p {
    font-weight: 600;
    margin: 0;
    padding: 5px;
}
.accessories-panel__headings p:nth-child(1), .accessories-panel__img-block {
    max-width: 230px;
    min-width: 230px;
}
.accessories-panel__img-block img {
    width: 40px;
    height: 40px;
}
.accessories-panel__img-block a {
    color: #4c4c4c;
    text-decoration: none;
    font-weight: 600;
}
@media (hover: hover) and (pointer: fine) {
    .accessories-panel__img-block a:hover {
        color: #008F86;
    }
}
.accessories-panel__name-desc {
    flex: 1;
}
.accessories-panel__name-desc p:first-child {
    font-weight: 600 !important;
}
.accessories-panel__product {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #dfdfdf;
    width: 720px;
}
.accessories-panel__product p {
    padding: 5px;
}
.accessories-panel__product p:nth-child(2) {
    flex: 1;
}
.accessories-panel__cart-btn {
    width: 120px;
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 10px;
}
.accessories-panel__cart-btn p {
    margin: 0;
    font-weight: 600 !important;
}
@media (hover: hover) and (pointer: fine) {
    .accessories-panel__tab-item:hover {
        background: #E6E6E6;
        border: 1px solid #E6E6E6;
    }
}
@media (max-width: 920px) {
    .accessories-panel {
        padding: 0;
    }
    .accessories-panel__tabs {
        width: auto;
        padding: 2px 2px 5px 2px;
        overflow: scroll;
        margin: 15px 0;
    }
    .accessories-panel__tab-item {
        text-wrap: nowrap;
    }
    .accessories-panel__product {
        width: 100%;
        align-items: start;
    }
}

@media (max-width: 768px) {
    .accessories-panel__img-block {
        max-width: 40px;
        min-width: 40px;
    }
    .accessories-panel__product {
        padding: 15px 0;
        border-bottom: none;
    }
}

.modification-wizard__public-info {
    padding: 20px 0 0 0;
    font-size: 12px !important;
    color: #a0a0a0 !important;
    font-style: italic;
}