
.title_wrapper {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
    display: flex;
}

.title_wrapper > .landing__page__title {
    margin-bottom: 0;
}

.volvo_btn_equipments {
    color: #2b7bcd;
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px
}

.btn_wrap {
    display: flex;
    align-items: center;
    gap: 10px;
}

.btn_wrap:hover {
    opacity: 80%;
}

.section__complete__sets {
    height: auto;
    margin-bottom: 80px;
}

.complete__sets__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 20px;
    row-gap: 35px;
    align-items: start;
}

.complete__sets__box {
    width: 100%;
    padding: 20px;


    border-radius: 10px;
    border: 1px solid #F0F0F0;
}

.complete__sets__title {
    color: #001A72;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

.complete__sets__price {
    color: #1B1B1D;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
}

.complete__sets__item__complate {
    color: #1B1B1D;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
}


.collapse__summary > p {
    color: #1B1B1D;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
    padding-left: 5px;
}

.collapse__summary > p:last-of-type {
    margin-bottom: 20px;
}

.collapse__summary.collapse:not(.show) {
    height: 115px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.collapse__summary {
    height: 230px;
    overflow-y: auto;
}

.collapse__summary.collapse.show {
    height: 230px;
    overflow-y: auto;
}

.collapse__summary.collapsing {
    min-height: 95px;
}

.collapse__summary__btn.collapsed:after {
    content: 'Переглянути всі функції';
}

.collapse__summary__btn:not(.collapsed):after {
    content: 'Згорнути';
}

.collapse__summary__btn {
    color: #2B7BCD;
    font-size: 16px;
    font-weight: 400;
}

.collapse__summary::-webkit-scrollbar {
    width: 2px;
    background-color: #F5F5F5;
}

.collapse__summary::-webkit-scrollbar-thumb {
    background-color: #000000;
    border: 1px solid #555555;
}

@media (max-width: 1200px) {
    .complete__sets__wrapper {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 911px) {
    .complete__sets__wrapper {
        grid-template-columns: 1fr;
        row-gap: 20px;
    }
}
