﻿/*
Блок 'Новости. Отзывы. FAQ'
Modified 15.03.2016
*/

.block_otzyv, .artnews {
  margin-bottom: 30px;
  overflow: hidden;
  font: normal 14px/16px 'Open Sans Regular', arial, tahoma;
  font-family: 'Open Sans', sans-serif;
}
.artnews {
  margin-bottom: 30px;
  font-size: 0px;
}
.artnews.otzyv.duo {
  margin-left: 15px !important;
}
.artnews .post {
  padding: 0px;
  margin: 20px 0px 0px 0px;
  overflow: hidden;
  font: normal 14px/16px 'Open Sans Regular', arial, tahoma;
  font-family: 'Open Sans', sans-serif;
  text-align: left;
  /*box-shadow: 0px 0px 5px transparent;
  color: #565656;
  background: transparent;
  border-top: 1px solid #d3dbe6;
  border-radius: 15px;*/
}
.artnews.otzyv .post {
  border: 0px;
}
.artnews .post:first-child {
  padding: 0px;
  margin: 0px;
  background: none;
  border-top: 0px;
  border-radius: 0px;
}
.artnews.duo .post {
  width: 48.3%;
  padding: 0px;
  display: inline-block;
  vertical-align: top;
  box-shadow: none;
  border-radius: 0px;
}
.artnews.duo .post:nth-child(odd) {
  margin: 20px 30px 0px 0px;
}
.artnews.duo .post:nth-child(1) {
  margin-top: 0px;
}
.artnews.duo, .artnews.duo .post:nth-child(2) {
  margin: 0px;
}
.artnews .post .blockimg {
  width: 300px;
  /*height: 100px;
  display: table;*/
  margin: 0px 50px 0px 0px;
  float: left;
}
.artnews.bgsact.openact .post:first-child .blockimg {
  width: auto;
  margin: 15px 0px;
  float: none;
}
.artnews .post .blockimg .tcell {
  height: 100px;
  vertical-align: middle;
}
.artnews .post .blockimg img {
  max-width: 300px;
  vertical-align: top;   
	/*border: 1px solid #dbdcdc;*/
  border-radius: 35%;
}
.artnews.bgsact.openact .post:first-child .blockimg img {
  width: 100%;
  height: auto;
  max-width: none;
  border-radius: 0px;
}
/*.artnews .post .blockimg:hover {
  border-color: #3297cd;
}*/
.dtables {
  width: 100%;
}
.tcells {
  height: 265px;
  display: table-cell;
  vertical-align: middle;
}
.artnews .title, .artnews .title a:link, .artnews .title a:visited {
  overflow: hidden;
  font: normal 16px/19px 'Open Sans Regular', arial, tahoma;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  color: #002878;
}
.artnews .title.crop {
  height: 35px;
  overflow: hidden;
}
.artnews .txt {
  font: normal 14px/16px 'Open Sans Regular', arial, tahoma;
  font-family: 'Open Sans', sans-serif;
}
.artnews .txt.crop {
  height: 54px;
  overflow: hidden;
}
.artnews .txt p {
  margin: 10px 0px 0px 0px;
}
.artnews .txt p:first-child {
  margin: 0px;
}
.artnews .date {
  overflow: hidden;
  font: normal 18px/18px 'Open Sans Regular', arial, tahoma;
  font-family: 'Open Sans', sans-serif;
  color: #002878;
}