.uniblock__item {
  display: block;
  width: 250px !important;
  min-width: 250px !important;
  height: 280px !important;
  background: #fff;
  border-radius: 7px;
  margin-right: 10px;
}

@media (min-width : 1024px) {
  .uniblock__item {
    margin-right: 0;
    height: 280px !important;
    width: calc((100vw - 380px) / 3) !important;
    min-width: calc((100vw - 380px) / 3) !important;
  }

  .uniblock_wrap .uniblock__item {
    height: 250px !important;
    width: calc((100vw - 470px) / 3) !important;
    min-width: calc((100vw - 470px) / 3) !important;
  }


}
@media (min-width : 1130px) {
  .uniblock__item, .uniblock_wrap .uniblock__item {
    width: auto !important;
    min-width: auto !important;
  }
}