
.dp-flex {
    display: flex;
    justify-content: center;
}

.catalog {
    display: block;
    float: left;
    height: 286px;
    width: 192px;
    background-image: url("/img/catalog-item.png");
    background-repeat: no-repeat;
    margin: 0 21px 20px 0;
    position: relative;
}

.catalog-item {
    float: left;
    height: 286px;
    width: 192px;
    position: relative;
}

.catalog-item-image {
    height: 170px;
    width: 170px;
    background-position: center top;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 10px;
    left: 10px;
}

.catalog-item-btn {
    position: absolute;
    bottom: 10px;
    right: 15%;
    width: 70%;
}

button.catalog-item-btn {
    border: 1px solid #327e04;
    background-color: #459e00;
    border-radius: 6px;
    font-weight: bold;
    color: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.catalog-item-btn-text {
    color: #fff;
    font-family: segoe ui,Arial,sans-serif;
    -webkit-text-size-adjust: none;
    font-weight: bold;
    font-size: .75em;
}