.catalog {
    width: 100%;
    text-align: center;
}

h1 {
    font-weight: 100;
    margin: 0;
    padding: 10px 0 0 0;
    text-align: center;
}

h2 {
    font-weight: 100;
    margin: 10px 0 0 0;
    text-align: center;
}

.catalog>section {
    display: inline-block;
    background-color: rgb(255, 255, 255);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 1);
    width: 305px;
    height: 420px;
    box-sizing: border-box;
    margin: 10px 3px;
    vertical-align: top;
    overflow: hidden;
}

@media (max-width: 350px) {
    .catalog>section {
        margin: 12px 0px !important;
        width: 100% !important;
    }
    .image_cover {
        width: 100% !important;
    }
    .buttons>button {
        margin: unset !important;
    }
    .buttons>img {
        margin: unset !important;
    }
}

.catalog>section>header {
    display: inline-block;
    height: 58px;
    box-sizing: border-box;
}

h3 {
    font-size: 22px;
    font-family: "Arial";
    color: rgb(0, 0, 0);
    text-align: center;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-weight: 100;
    vertical-align: middle;
    display: table-cell;
    height: 58px;
    box-sizing: border-box;
    width: 100%;
    white-space: nowrap;
    cursor: pointer;
}
h3>a{
    color: inherit;
    text-decoration: inherit;
}

.image_cover {
    width: 100%;
    height: 188px;
    min-height: 188px;
    object-fit: cover;
    object-position: center;
    box-shadow: 0 1px 3px black;
}

.short_descroption {
    text-align: left;
    max-width: 100%;
    width: 305px;
    height: 110px;
    font-size: 18px;
    color: #222;
    line-height: 1.2;
    padding: 0 10px;
    box-sizing: border-box;
    overflow: hidden;
    display: table-cell;
    vertical-align: middle;
}

.buttons {
    vertical-align: top;
}

.buttons>button {
    border-width: 0;
    border-color: rgb(176, 16, 27);
    border-style: solid;
    border-radius: 10px;
    background-color: rgb(176, 16, 27);
    width: 143px;
    height: 45px;
    font-size: 20px;
    font-family: "Arial";
    color: rgb(255, 255, 255);
    text-decoration: underline;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
    box-shadow: inset 1px 1px 2px white, inset -1px -1px 2px black;
    vertical-align: top;
    cursor: pointer;
    margin: 0 10px;
}

.buttons>img {
    cursor: pointer;
    margin: 0 4px;
}

.hidden {
    visibility: hidden;
    height: 0 !important;
}

.promoted{
    position: relative;
    background-color: rgba(0, 255, 0, 0.6);
    color: white;
    text-shadow: 0 1px 2px black;
    transform: rotate(320deg);
    top: -386px;
    left: -106px;
    font-size: 16px;
}

.promoted{
    position: relative;
    background-color: rgba(0, 255, 0, 0.6);
    color: white;
    text-shadow: 0 1px 2px black;
    transform: rotate(320deg);
    top: -386px;
    left: -106px;
    font-size: 16px;
}

.closed{
    position: relative;
    background-color: rgba(128, 0, 0, 0.8);
    color: white;
    text-shadow: 0 1px 2px black;
    transform: rotate(320deg);
    top: -386px;
    left: -106px;
    font-size: 16px;
}