.prices-sheet {
    margin-top: 30px;
    width: 100%;
}

.grid-head {
    -webkit-text-decoration: none;
    text-decoration: none;
    padding: 5px 0;
    border-bottom: 1px solid var(--grey-2);
    display: grid;
    grid-template-columns: 4fr 1fr 1fr 1fr;
    grid-gap: 5px;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.st1-title {
    text-transform: uppercase;
}

.grid-head-title {
    font-size: 12px;
    line-height: 13px;
    color: var(--main);
}

.grid-body {
    width: 100%;
}

.no-decor {
    -webkit-text-decoration: none;
    text-decoration: none;
}

.text {
    margin: 0;
}

.min-text {
    margin: 0;
}

@media (min-width:576px) {}

@media (min-width:768px) {}

@media (min-width:992px) {}

@media (min-width:1200px) {
    .prices-sheet {
        margin-top: 45px;
    }

    .grid-head {
        grid-template-columns: 3fr 1fr 1fr 1fr;
        grid-gap: 15px;
        padding-bottom: 10px;
    }

    .product-row {
        height: 45px;
    }

    .grid-head-title {
        font-size: 16px;
        line-height: 18px;
    }
}

@media (min-width:1600px) {
    .grid-head {
        padding-bottom: 15px;
    }

    .grid-head-title {
        font-size: 18px;
        line-height: 18px;
    }
}

.prise-item-grid-row {
    height: 36px;
    display: grid;
    grid-template-columns: 4fr 1fr 1fr 1fr;
    grid-gap: 3px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.price-text-name {
    color: var(--grey-8);
    font-size: 12px;
    line-height: 14px;
}

.price-text-value {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: rgba(91, 196, 54, 0.1);
    background-color: rgba(239, 124, 34, 0.05);
    color: var(--grey-9);
    line-height: auto;
    font-size: 12px;
    line-height: 13px;
}

.more {
    -webkit-text-decoration: none;
    text-decoration: none;
}

@media (min-width:576px) {}

@media (min-width:768px) {}

@media (min-width:992px) {}

@media (min-width:1200px) {
    .prise-item-grid-row {
        height: 45px;
        grid-template-columns: 3fr 1fr 1fr 1fr;
        grid-gap: 15px;
    }

    .price-text-name {
        font-size: 14px;
        line-height: 15px;
    }

    .price-text-value {
        font-size: 14px;
        line-height: 15px;
    }
}

@media (min-width:1600px) {
    .prise-item-grid-row {
        height: 50px;
    }

    .price-text-name {
        font-size: 16px;
        line-height: 17px;
    }

    .price-text-value {
        font-size: 16px;
        line-height: 17px;
    }
}