.price-list .price-items {
    display: flex;
    flex-direction: column;
}
.price-list .price-list__item {
    display: flex;
    justify-content: space-between;
    border-radius: 12px;
    background: #C6EFEF;
    padding: 18px;
    margin-bottom: 10px ;
}

.price-list .price-side {
    display: flex;
    align-items: center;
}

.price-list .price-title{
    margin-right: 10%;
}
.price-list .price {
    display: flex;
}

.price-side .line-block__item{
    display: flex;
    align-items: center;
}

.price-side .line-block__item .call-phone svg {
    width: 24px;
    height: 24px;
}
.price-title.line-block__item {
    display: flex;
    align-items: center;
}
.price-side .line-block__item .call-phone {
    margin: 0 15px 0 30px;
}
.price-list .price span {
    white-space: nowrap;
}

.price-list .price__new {
    background: #FFF;
    border-radius: 24px;
    padding: 6px 12px;
}
.price-list .price__new span{
    color: #2CBE63;
    font-size: 18px;
    font-weight: bold;
}
.price-list .price__old {
    padding: 6px 12px;
    margin-right: 10px;
}
.price-list .price__old span{
    color: #2CBE63;
    font-size: 18px;
    font-weight: 400;
    text-decoration: line-through;
}

.price-list .accordion__item > .accordion__header{
    justify-content: center;
}