/* this less files /bitrix/templates/.default/css/800.less */

@media screen and (max-width: 800px) {
  .catalog-list ul {
    margin-left: -3%;
  }
  .catalog-list ul li {
    width: 47%;
    margin-left: 3%;
  }
  .exposition-list-wrap ul {
    margin-left: -3%;
  }
  .exposition-list-wrap ul li {
    width: 47%;
    margin-left: 3%;
  }
  .exposition-list-wrap ul li .thumb {
    width: 100%;
  }
  .exposition-list-wrap ul li .thumb img {
    width: 100%;
  }
  .exposition-list-wrap ul li.branding {
    width: 44%;
    padding-left: 3%;
    background-position: right bottom !important;
  }
  #container-list-news {
    margin-left: -3px;
  }
  #container-list-news .item {
    width: 47%;
    margin-left: 3%;
  }
  #container-list-news .item .thumb {
    width: 100%;
  }
  #container-list-news .item .thumb img {
    width: 100%;
  }
}
