

/* Start:/bitrix/templates/runo-mob/components/bitrix/news.list/clients/style.css?17682461302219*/
ul {
  list-style-type: none;
}
.main h2 {
  font-weight: bold;
  font-size: 28px;
  text-transform: uppercase;
  text-align: center;
  color: #405163;
}
.client-item a.Myfancybox {
    bottom: 15px;
    left: 15px;
    position: absolute;
}
.client-item {
  text-align: center;
  width: 225px;
  float: left;
  margin-bottom: 55px;
  margin-right: 41px;
  border: 1px solid #e84c3d;
  padding: 15px 15px 20px;
  color: #e84c3d;
  font-size: 15px;
  /*height: 472px;*/
  height: 502px;
  position: relative;
}
.client-item:before,
.client-item:after {
  content: " ";
  display: table;
}
.client-item:after {
  clear: both;
}
.client-item:nth-of-type(4n) {
  margin-right: 0;
}
.client-item img {
  margin-bottom: 10px;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}
.client-item img:hover {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(0%);
}
.client-item .name,
.client-item .company,
.client-item .otziv,
.client-item p,
.client-item a {
  text-align: left;
}
.client-item .name {
  font-size: 21px;
  font-weight: bold;
}
.client-item .company {
  font-weight: bold;
  text-transform: uppercase;
}
.client-item .otziv {
  line-height: 135%;
  font-weight: bold;
  font-size: 26px;
  color: #405163;
  text-transform: uppercase;
}
.client-item p {
  margin: 0 0 20px;
  color: #111;
  font-weight: 300;
  /*height: 252px;*/
  height: 265px;
  overflow:hidden;
}
.client-item a {
  display: inline-block;
  float: left;
  color: #fff;
  padding: 5px 15px;
  background-color: #818a95;
  text-transform: uppercase;
  font-weight: bold;
}
.client-item a:hover {
  text-decoration: none;
  background-color: #405163;
}
.hidden {
  display: none;
}

/* End */
/* /bitrix/templates/runo-mob/components/bitrix/news.list/clients/style.css?17682461302219 */
