.product-page__storages {
    margin: 35px 0;
}

.product-page__storages .storage-title {
    width: 100%;
    display: block;
    font-size: 1.4rem;
    line-height: 1.2;
    font-weight: 500;
    margin: 0 0 1rem;
}

.storage-field table {
    width: 100%;
}

.sklad .count-on-storage-container {
    color: var(--main-text-color);
    font-weight: 400;
    text-align: right;
}

.sklad p span {
    font-size: 1.2rem;
    line-height: 1.2;
    font-weight: 400;
    color: #BDC2D3;
    display: block;
}

.product-page .sklad:last-child {
    border-bottom: none;
}

.product-page .sklad {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0.5rem;
}

.product-page .sklad:nth-of-type(2n) {
    background: var(--accent-background-color);
}

.product-page .sklad {
    font-size: 1.4rem;
    color: var(--main-text-color);
}

.product-page .sklad td:last-child {
    flex-shrink: 0;
}