.items-wraper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    padding-bottom: 70px;
    margin: 0 -10px;
}

.items-wraper .item-wrap {
    width: 100%;
}

.items-wraper .item-wrap {
    width: 33.33%;
    padding: 0 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.items-wraper .item-wrap .item {
    padding-top: 0px;
}

.items-wraper .item-wrap .item {
    max-width: 405px;
    width: 100%;
    border: 1px solid #e6e6e6;
    background-color: #fefcff;
    -webkit-box-shadow: 0px 15px 47.5px 2.5px rgba(171, 171, 171, 0.39);
    -moz-box-shadow: 0px 15px 47.5px 2.5px rgba(171, 171, 171, 0.39);
    box-shadow: 0px 15px 47.5px 2.5px rgba(171, 171, 171, 0.39);
    padding-top: 19px;
    margin-bottom: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.items-wraper .item-wrap .img-row {
    padding: 10px 0 10px;
}

.items-wraper .item-wrap .info-row {
    padding-left: 14px;
    font-size: 12px;
}

.items-wraper .item-wrap .info-row {
    font-size: 14px;
    padding-left: 19px;
    font-weight: 400;
    color: #8f8f8f;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #e6e6e6;
    background-color: #fefcff;
    width: -webkit-calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
    margin: 0 auto;
    position: relative;
}

.items-wraper .item-wrap .item.private .priv {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.items-wraper .item-wrap .item.private div.product-name {
    text-align: center;
}

.items-wraper .item-wrap .info-row .dfcent {
    height: 35px;
}

.items-wraper .item-wrap .info-row .priv img {
    margin: 0 9px 4px 0;
    width: 20px;
}

.items-wraper .item-wrap .img-row .img {
    width: 304px;
    height: 174px;
    background-image: none;
    -moz-background-size: cover;
    background-size: cover;
    margin: 0 auto;
}

.items-wraper .item-wrap .img-row .company-site {
    text-align: center;
    padding-bottom: 5%;
}

.items-wraper .item-wrap .img-row .promocode {
    text-align: right;
    color: #ed1846;
    padding-right: 5%;
}

.date {
    font-size: 13px;
    padding-left: 10px;
    color: grey;
}

