body {
min-width: 385px;
}

.item-oil {
min-height: 70px;
width: 150px;
display: inline-block;
background-repeat: no-repeat;
background-size: 100px;
background-position-y: 20px;
padding: 140px 10px 15px 10px;
margin: 2px;
overflow: hidden;
background-color: RGBA(250,250,250,.2);
text-align: right;
}

.item-oil:hover {
    box-shadow: inset 0px 0px 20px rgba(250,250,250,0.5);
    background-size: 104px;
    transition: all 0.2s ease;
}

#boch .item-oil {
background-position: top;
}
#fas .item-oil {
background-position-x: center;
}

.oil-brand {
font-size: 12px;
font-weight: 200;
text-align: left;
}

#boch .oil-full {
text-align: left;
font-weight: 500;
min-height: 90px;
}

#fas .oil-full {
text-align: left;
font-weight: 500;
min-height: 60px;
}

.price {
color: red;
text-align: right;
font-family:"Noto Sans";
font-weight: 700;
margin: 10px 0px;
}

.rub {
font-size:0;
}

.rub::after {
content: "₽";
font-size: 16px;
}

button {
border-width: 0;
border-radius: 5px;
color: #fff;
background: linear-gradient(120deg,black,red);
box-shadow: none;
width: 130px;
height: 25px;

margin: 2px;
transition: all 0.2s ease;
cursor: pointer;

}
button:hover {
    transition: all 0.2s ease;
margin: 0px;
width: 134px;
height: 29px;
}

.oil-nal {
font-size: 12px;
text-align: left;
margin: 10px 0px;
}