.prices{display:flex;justify-content:center;flex-wrap:wrap;align-content:center;margin: 0 auto 0;}
.prices>h3{margin:0}
.prices>div{
width: 400px;
    min-height: fit-content;
    height: auto;
    margin: 0.5em;
    padding: 0.5em;
    border-radius: 1em;
    background-color: #e2e2e2;
    display: flex;
    justify-items: center;
    flex-direction: column;
    border: 1px solid rgba(0, 0, 0, .15);
    position: relative;
    align-items: center;
    flex-direction: column;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: auto;
}

.prices h4{width:auto;
min-height: 25px;
max-height: 50px;
height: auto; 
text-align:center;font-size:1.1rem;}

.prices h4+p{width: auto;
    height: fit-content;
    text-align: center;}
.prices p{padding:0 10px;margin-top:5px;text-indent:0}
.prices .fb{max-width:none;width:230px;height:35px;margin:.5em auto 0;}

.pr{
width: 100%;
    max-height: 100%;
    margin-top: 1em;
    padding: 10px;
    border-radius: 1em;
    display: flex;
    background-color: rgba(255, 255, 255,.7);
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row;
    flex-grow: 1;
    display: flex;
    align-items: flex-end;
}

div[itemprop="priceSpecification"]{
display: grid;
    width: 290px;
    height: 100%;
    justify-content: start;
    justify-items: start;
}


/**/
div[itemprop="priceSpecification"]+p{
width:auto;
    height: 55px;
    margin: .5em auto 0;
    display: grid;
    justify-content: center;
    align-content: center;
    border-radius: .75em;
    border: 1px solid rgba(0, 0, 0, .5);
    background: linear-gradient(to top left, #df232b 1px, transparent 20%);
    transition: .9s;
    background-color: #fff;
    margin-top: auto; align-self: flex-end;
    text-indent:0;
    }

div[itemprop="priceSpecification"]+p a{width:45px;height:45px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAACXBIWXMAAAsTAAALEwEAmpwYAAACGklEQVR4nO2Zuy4FQRjHf+dEKLU6HoCOB9A6Sl5AoqciKhEkoqCiQTwEDQq3RtDzAjQuIYR1ycokc5LJZHfNnJ2Zs4f9ki975szt/9uZ+XYyA6WVVpqJtQHTwAUQAbH0D2BOK7sIfCpl0vwGqBJI/FGGkEet/IuB+LpvhoCYzhCQZwSCQVwqnQmY9pztJUFs+YRQ53xe8WSMxJYvCLUT1+2th4DwCVAJAeETgBAQrgHUNdUZAsI1wLlFiL0tIsCQBUBcRABhNeBMm04tBRC0z7gEsLe4BPgLAD3AgWXI8+H7QHcjAEUQHysQ1mYSo0N51Cpz36mG3yoPA+/KGzoFBrS8L+AamJAbNr1eLH/XmgEwmzDUD0BXSt5ySr13uT9qGoB4dgA7Mj2u5C0AI1LkN9Cn1TNdh1EIgN0EgLrITZmeTBiBkwwN4oTjTT69Aah+r00hE4DjRsS5Bojkm+zX8sSbG1WmUK/lFMplNlMoLU/1JYN6ui3Kkz6xlpwDiND3lBJBakoYvQLGDOulLWLR1v/7kEWBtwufCdEmF0AzNnMvLgHEFnavlUegCGshLgFwf7weHOBCaWTGI8QC8AqsKmeiOkBV5oty8y6umBr1O2Aw425tQ4pV61Tl//X0s80l36EHiG2tn1Utf+OXtCiPDcSUPFmOPI1ABVgr0u1mI1YxgCiseBOIwotHWhJEy4ivmxC7IqOTeCaK/wFmlqCrX7FisAAAAABJRU5ErkJggg==);
background-repeat: no-repeat;
background-position: center;
background-size: contain;
border:none}
/**/


div[itemprop="priceSpecification"]>p:first-of-type{width:fit-content;margin:auto;white-space:nowrap;font-size:1rem;
    font-weight: bold;margin: auto .25em;}

span[itemprop="price"],span[itemprop="price"]~br+span{
display: inline-block;
    width: max-content;
    height: auto;
    /*font-variant-numeric: tabular-nums;*/
    white-space: nowrap;
}
div[itemprop="priceSpecification"]>p:first-of-type+p{font-size:.95rem;color:#df232b;font-weight:600;margin:auto .25em;}

div[itemprop="priceSpecification"]+p:hover{transform:translateY(-1px);box-shadow:0 5px 10px rgba(0,0,0,.2);transition:.2s;}
div[itemprop="priceSpecification"]+p:active{transform:translateY(1px);box-shadow:0 5px 10px rgba(0,0,0,.1);transition:.2s;border:1px solid rgba(0,0,0,.1)}

.l_slide[id^="worth"]{
    background-image: linear-gradient(rgba(255,255,255, 0.7), rgba(255,255,255, 0.7)), 
    url(/data_files/img/webp/story.webp)!important;
    background-repeat: no-repeat!important;
    background-position: right bottom!important;
    background-size: 20%!important;
} 
@media(max-width:760px){
.prices>div{display: block;width: 300px;}
.prices h4{width:280px;}
div[itemprop="priceSpecification"]{justify-content: center;
        justify-items: center;
        height: 100%;
        margin-bottom: .5em;}
div[itemprop="priceSpecification"]>p:first-of-type,div[itemprop="priceSpecification"]>p:first-of-type+p{text-align:center;}

.l_slide{background-size:50%!important}
}

.no{background:none!important;opacity:.2;pointer-events:none;cursor:default;text-decoration:none}