.complectation__container {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 24px;
}

.complectation__buttons .arrow-icon {
    transform: rotate(90deg);
    background-color: #fff;
}

.complectation__container .button {
    width: fit-content;
}

.specs__container {
    padding: 24px;
    margin-top: 0px;
    background: #fff;
    border-radius: 0 0 16px 16px;
    display: none;
}
.complectation__prop {
    display: none;
}

.complectation__header {
    padding: 2px 24px !important;
}

.complectation__header:has(+.specs__container.active) .arrow-icon {
    transform: rotate(-90deg);
}

.complectation__header:has(+.specs__container.active) {
    border-radius: 16px 16px 0 0;
}
.specs__container.active {
    display: flex;
}

.complectation__buttons {
    display: flex;
    gap: 4px;
    align-items: center;
}

.specs__select__title {
    font-weight: 400;
}

.complectation__header .toggle {
    margin-right: 12px;
}

.complectation__header {
    border-radius: 16px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 24px;
}

.complectation__wrapper__text {
    display: flex;
    flex-direction: column;
    width: 260px;
}

.complectation__wrapper {
    display: flex;    
}

.complectation__price {
    color: #2e58db;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
}

.complectation__price__wrapper .old {
    text-decoration: line-through;
    color: #646970;
    font-weight: 300;
}

.complectation__price__wrapper div {
    display: flex;
    align-items: center;
    gap: 12px;
}

.complectation__price__wrapper {
    
    height: 52px;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.modification__item {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.complectation__list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.specs__select {
    margin-bottom: 0;
}

.specs__select__header  {
    border-bottom: 1px solid #dbdbdb;
    color: #aaa;
}

.specs__select__tech .specs__select__header {
    margin-bottom: 0;
}

.specs__select__body {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 0;
}

.specs__section > .button {
    margin-top: 12px;
    width: fit-content;
}

.specs__list {
    gap: 24px;
    display: grid;
    grid-template-columns: 45% 55%;
} 

.complectation__header .button.outline {
    width: 220px;
}

.complectation__header .button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    height: 40px;
    border-radius: 12px;
}

.modification__item .header-text-l {
    color: #000;
}

.specs__select__body {
    margin: 4px 8px;
}

.speclist__tech__item .header-text-m {
    font-size: 16px;
}

.specs__info__item .header-text-m {
    font-size: 16px;
}

.specs__info {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.specs__list__item {
    align-items: flex-end;
    border-bottom: none;
    padding: 0;
    margin: 4px 8px 
}

.speclist__tech {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.specs__list__item__name {
    flex-shrink: 0;
    width: fit-content;
}

.specs__list__item__value  {
    flex-shrink: 0;
    width: fit-content;
}

.specs__list__item__fill-dot {
    width: 100%;
    height: 1px;
    background: repeating-linear-gradient(to right, #dde3ee, #dde3ee 5px, transparent 0, transparent 10px);
}

.complectation__price__wrapper__values svg {
    cursor: pointer;
}

.complectation__price__wrapper__values svg:hover + .price-popup {
    opacity: 1;
    z-index: 2;
}

.price-popup {
    
    transition: 0.3s all;
    opacity: 0;
    z-index: -1;
    top: -160px;
    right: 50%;
    transform: translateX(100%);
    box-shadow: 0 20px 30px 0 rgba(181, 191, 204, .2);
    min-width: 320px;
    gap: 8px;
    align-items: flex-start !important;
    border-radius: 12px;
    background: #fff;
    padding: 12px;
    position: absolute;
    display: flex;
    flex-direction: column;
}

.price-popup-top p span {
    color: #2e58db;
}

.price-popup-bottom p {
    width: 100%;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    color: #646970;
}

.price-popup-top p {
    width: 100%;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    color: #646970;
}

.price-popup-bottom p span {
    color: #000;
    width: 100%;
}

.price-popup-top {
    justify-content: flex-start !important;
    align-items: flex-start !important;
    gap: 0 !important;
    display: flex;
    flex-direction: column;
}

.complectation__price__wrapper__values {
    position: relative;
}
.specs__select__item {
    max-width: none;
}

.complectation__price__prop  {
    display: none;
}

@media (max-width: 1100px) {
    .price-popup {
        right: calc(100% + 20px);
    }
    .complectation__header .toggle {
        display: none;
    }

    .complectation__header {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        padding: 24px 16px !important;
    }

    .specs__select__header {
        padding-bottom: 4px;
    }
    .specs__section > .button {
        font-size: 12px;
        width: 100%;
    }

    .specs__list {
        grid-template-columns: repeat(1, 100%);
    }
     
    .complectation__prop {
        display: inline;
    }

    .complectation__price__prop {
        display: inline;
    }

    .specs__list__item {
        width: fit-content;
        flex-direction: column;
        align-items: flex-start;
        gap: 2px;
    }

    .speclist__tech__item {
        display: flex;
        width: fit-content;
        flex-direction: column;
        gap: 12px;
    }

    .specs__container {
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .complectation__price__wrapper {
        justify-content: center;
    }

    .speclist__tech__item .header-text-m {
        margin-bottom: -12px;
    }

    .complectation__container .button {
        width: 100%;
    }

    .complectation__buttons .main  {
        width: 40%;
    }

    .complectation__buttons .outline  {
        width: 60%;
        padding: 4px !important;
        font-size: 12px;
    }

    .complectation__buttons {
        width: 100%;
    } 

    .specs__list__item__fill-dot {
        display: none;
    }

    .specs__list__item__name {
        flex-shrink: initial;
    } 

    .specs__list__item__value {
        flex-shrink: initial;
    } 

    .specs__select__body {
        margin-top: 0;
        grid-template-columns: repeat(1, 328px);
    }

    .specs__list {
        gap: 0;
    }
    .speclist__tech {
        width: fit-content;
    }

    .specs__select {
        margin-bottom: 4px;
    }

    .specs__select__item {
        max-width: 436px;
        width: calc(100vw - 104px);
        margin-left: 24px;
    } 
}