.filters {
    line-height: 75px;
    align-items: center;
    gap: 20px;
    justify-content: end;
}

#content {
    margin: 0 auto;
}

#button_catalog_plane{
    width: 140px;
    height: 70px;
    background: url('/textures/button/plane_off.png');
    display: inline-block;
    opacity: 0.6;
}
#button_catalog_plane:hover {
    width: 140px;
    height: 70px;
    background: url('/textures/button/plane.png');
    display: inline-block;
    opacity: 1;
}
#button_catalog_copter{
    width: 140px;
    height: 70px;
    background: url('/textures/button/copter_off.png');
    display: inline-block;
    opacity: 0.6;
}
#button_catalog_copter:hover {
    width: 140px;
    height: 70px;
    background: url('/textures/button/copter.png');
    display: inline-block;
    opacity: 1;
}
#button_catalog_multi{
    width: 140px;
    height: 70px;
    background: url('/textures/button/qvadro_off.png');
    display: inline-block;
    opacity: 0.6;
}
#button_catalog_multi:hover {
    width: 140px;
    height: 70px;
    background: url('/textures/button/qvadro.png');
    display: inline-block;
    opacity: 1;
}
#button_catalog_car{
    width: 140px;
    height: 70px;
    background: url('/textures/button/car_off.png');
    display: inline-block;
    opacity: 0.6;
}
#button_catalog_car:hover {
    width: 140px;
    height: 70px;
    background: url('/textures/button/car.png');
    display: inline-block;
    opacity: 1;
}
#button_catalog_boat{
    width: 140px;
    height: 70px;
    background: url('/textures/button/boat_off.png');
    display: inline-block;
    opacity: 0.6;
}
#button_catalog_boat:hover {
    width: 140px;
    height: 70px;
    background: url('/textures/button/boat.png');
    display: inline-block;
    opacity: 1;
}
#button_catalog_toys{
    width: 140px;
    height: 70px;
    background: url('/textures/button/toys_off.png');
    display: inline-block;
    opacity: 0.6;
}
#button_catalog_toys:hover {
    width: 140px;
    height: 70px;
    background: url('/textures/button/toys.png');
    display: inline-block;
    opacity: 1;
}
#button_catalog_tools{
    width: 140px;
    height: 70px;
    background: url('/textures/button/tools_off.png');
    display: inline-block;
    opacity: 0.6;
}
#button_catalog_tools:hover {
    width: 140px;
    height: 70px;
    background: url('/textures/button/tools.png');
    display: inline-block;
    opacity: 1;
}

.ware {
    display: inline-block;
    vertical-align:top;
    margin: 50px 0 0 0;
    width: 190px;
    height: 250px;
    z-index: 1;
}

.ware-image img {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 0 solid black;
    padding: 0;
    min-width: 180px;
    max-width: 180px;
    height: auto;
    min-height: 120px;
    max-height: 150px;
}

.ware-name {
    margin-top: 27px;
    height: 50px;
    font-weight: bold;
    color: black;
    text-decoration: none;
}

.featured-image {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 0 solid black;
    padding: 0;
    min-width: 180px;
    max-width: 180px;
    height: auto;
    min-height: 120px;
    max-height: 150px;
}
