.s-cost__element {
    display: grid;
    grid-template-columns: 1fr 300px;
    align-items: center;
    padding: 24px 0;
    border-bottom: 1px solid #EBE5E0;
    gap: 40px;
}

@media (max-width: 1200px) {
    .s-cost__element {
        grid-template-columns: 1fr 270px;
        gap: 30px;
    }
}

@media (max-width: 580px) {
    .s-cost__element {
        grid-template-columns: 1fr;
        gap: 14px;
    }
}

.element-prices {
    display: flex;

    justify-content: space-between;
}

.element-prices__item {
    color: #81684F;
    width: 120px;
}

.element-prices__item--head {
    color: #212121;
    white-space: nowrap;
}

.element-prices__item-old {
    color: #ABABAB;
    white-space: nowrap;
    text-decoration: line-through;
}

.element-prices__item-new span {
    font-weight: 500;
    white-space: nowrap;
    color: #212121;
}

.element-prices__item-percent {
    color: #AF8E67;
    font-weight: 500;
}

.element-prices__item-profit span {
    font-weight: 500;
    white-space: nowrap;
    color: #AF8E67;
}

.element-prices__item-profit,
.element-prices__item-new {
    white-space: nowrap;
}

.s-cost__element-link {
    display: block;
    margin-top: 2px;
}
