.catalog-price {
	 color:red;
}
div.catalog-sections-top table td {
	padding-right:10px;
	padding-top:10px;
}

.Serviese_topMenu_level-2__img
{ width:100%; height: 15rem; position: relative}
.Serviese_topMenu_level-2__img:before
{ content: ""; height: 5rem; width: 100%; position: absolute; bottom: 0;
left: 0;
 background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);}
.Serviese_topMenu_level-2__img img {object-position: 50% 50%;
    object-fit: cover;
    width: 100%;transition: all .3s;
    height: 100%;
}
.Serviese_topMenu_level-2 ul
{ display: flex; justify-content: space-between; padding: 2rem 0;}

.Serviese_topMenu_level-2 ul li { flex:1; margin:0 .5rem;background: #FFFFFF;
box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.15); transition: all .3s;
border-radius: 30px; overflow: hidden}
.Serviese_topMenu_level-2 ul li:hover { background: #F9A68B}
.Serviese_topMenu_level-2 ul li:hover .Serviese_topMenu_level-2__img:before { background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #F9A68B 100%);}
.Serviese_topMenu_level-2 ul li:hover span { color: #fff}
.Serviese_topMenu_level-2 ul li:first-child{ margin-left: 0}
.Serviese_topMenu_level-2 ul li:last-child{ margin-right: 0}
.Serviese_topMenu_level-2__item span
{    color: #646464;transition: all .3s;
    text-decoration: none;
    font-size: 1.15rem;
    font-weight: bold;
   display: block;
    margin: 1rem;}
.Serviese_topMenu_level-2__item { text-decoration: none;}

@media only screen and (max-width: 990px)
{
	.Serviese_topMenu_level-2__img {
   
    height: 10rem;}
	.Serviese_topMenu_level-2__item span { font-size: 1rem}
}