/* Table */
.retail-price-table{width:100%;height:auto;display:table}
.retail-price-table-row{width:100%;height:auto;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;font-weight:500}
.retail-price-table-row>div{padding:7.5px 0}
.retail-price-table-row>div:first-child{padding-left:20px}
.retail-price-table-row:first-child{background:#DEE5FF;color:#475156;font-size:16px;line-height:1.5;font-weight:500;border-radius:5px 5px 0 0}
.retail-price-table-row:nth-child(2n-1):not(:first-child){background:#EEF2FF}
.retail-price-table-row:last-child{border-radius:0 0 5px 5px}
.retail-price-table-row .rub{font-size:15px}
.retail-price-table-row .green{color:#408F30}
.retail-price-table-row .yellow{color:#888542}
@media screen and (max-width:479px){
    .retail-price-table-row{grid-template-columns:3fr 1fr 1fr}
    .retail-price-table-row>div:nth-child(4){display:none}
}

/* Spoiler */
#spoiler-top{width:auto;display:table;padding:8.5px 42px;background:#fff;color:#3d57b0;font-size:16px;line-height:24px;font-weight:500;transition:.3s;text-decoration:none;margin:30px auto 0;cursor:pointer}
#spoiler-top:hover{color:#fff;background:#3fc4e0}
#spoiler-bot{display:none}