.product-l-side .top_pic .product-image img, .product-thumbnails li > a img {
  max-height: 100%;
}
.product-l-side .product-image > a {
  height: 100%;
}
form.tpl-product div.product-image {
  height: 235px;
}
.articles-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.article-item {
  margin: 0 10px 20px;
  width: calc(25% - 20px);
}
.article-item-image {
  position: relative;
  height: 0;
  padding-top: 65%;
  margin: 0 0 10px;
}
.article-item-image a {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.article-item-image a img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  border-radius: 12px;
}
.article-item-image a img.no-img {
  background: url(/g/shop2v2/default/images/noimage.png) 50% 50% no-repeat;
}
.article-item-date {
  color: #666;
  font-size: 15px;
  margin: 0 0 5px;
}
.article-item-title {
  color: #000;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 600;
}
.article-item-title a {
  color: #000;
  text-decoration: none;
}
.call_btn.call_btn_mob {
  margin-bottom: 15px;
}
@media (max-width: 1360px) {
  .article-item {
    width: calc(33.33% - 20px);
  }
}
@media (max-width: 1260px) {
  .article-item {
    width: calc(50% - 20px);
  }
}
@media (max-width: 960px) {
  .article-item {
    width: calc(33.33% - 20px);
  }
}
@media (max-width: 660px) {
  .article-item {
    width: calc(50% - 10px);
    margin: 0 5px 20px;
  }
  .articles-wrap {
    margin: 0 -5px;
  }
}
@media (max-width: 430px) {
  .article-item {
    width: calc(100% - 10px);
  }
}
