/* 218 152 */
.news-list {
  display: block;
  font-size: 0;
  padding: 0;
  margin: 0;
}

.news-list .news_image,
.news-list .news_description {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

.news-list .news_image {
  background-position: center;
  background-size: cover;
  width: 218px;
  margin: 30px 20px 0 0;
}

.news-list .news_image img {
  max-width: 100%;
}

.news-list .news_description {
  margin: 30px 0 0 0;
  width: calc(100% - 238px);
}

.news-list .news_description a, .news-list .news_description p {
  position: relative;
  font-size: 13px;
  padding: 0;
  margin: 0;
  line-height: 1.5em;
}

.news-list .news_description p:first-of-type {
  font-size: 11px;
  margin-bottom: 8px;
  color: #797979;
}

.news-list .news_description p:last-of-type {
  overflow: hidden;
  max-height: 72px;
}

.news-list .news_description a:first-of-type {
  margin-bottom: 8px;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-list .news_description a:last-of-type {
  margin-top: 8px;
}

.pagination .map__sidebar_wrap {
  padding: 0;
}

.padding-right {
  padding-right: 240px;
}

.news-item {
  position: relative;
}

.news-item:after {
  content: '';
  clear: both;
  float: none;
  display: block;
}

.news-item .feedback {
  position: absolute;
  top: 0;
  right: 0;
  background: #f3f3f3;
  width: 210px;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;

}

.news-item small {
  display: block;
  color: #797979;
  font-size: 11px;
}

.news-item .news-image {

}

.news-item .feedback h4 {
  padding: 0;
  margin: 0 0 10px 0;
  font-size: 16px;
  font-weight: 600;
}

.news-item .feedback input {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 7px;
  margin: 15px 0;
  display: block;
  font-size: 13px;
  text-align: left;
  border: solid 1px #cfcfcf;
  outline: none;
  width: 100%;
}

.news-item .feedback input:focus {
  border-color: #159564;
  box-shadow: 0 0 6px -3px #159564;
}

.news-item .feedback button {
  display: inline-block;
  padding: 9px 18px;
  margin: 6px 0 0 0;
  background: #159564;
  color: #fff;
  border: solid 1px #159564;
  font-size: 13px;
  border-radius: 2px;
  outline: 0;
}

.news-item .feedback button:hover {
  background: #fff;
  color: #159564;
  border: solid 1px #159564;
}

.success-block div {
  padding: 6px 12px 7px 12px;
  margin: 15px 0 0 0;
  background: rgba(32, 224, 0, .1);
  border: solid 1px rgba(64, 128, 0, .2);
  color: #000;
  border-radius: 2px;
  font-size: 13px;
}

.news-type-filter {
  list-style-type: none;
  padding: 0;
}
.news-type-filter li {
  display: inline-block;
  font-size: 15px;
  color: #000;
  margin-right: 40px;
}
.news-type-filter li a {
  border-bottom: solid 3px transparent;
  color: #000;
  margin: 0 0 8px 0;
  padding: 0 0 4px 0;
  display: block;
}
.news-type-filter p {
  display: block;
  border-bottom: solid 3px #ec9c07;
  cursor: default;
  margin: 0 0 8px 0;
  padding: 0 0 4px 0;
}

.statement-ergn-popups {
  display:flex;
  margin: 0 -5px;
}

.statement-ergn-popups div {
  padding: 0 5px;
  width: 25%;
}


.news-images {
  margin-bottom: 20px;
}

.news-video {
  margin-top: 30px;
}

.object-detail .news-images .object-images {
  margin-top: 10px;
}

.news-content, .news-content * {
  font-size: 16px;
  font-family: 'Open Sans', sans-serif !important;
}

@media (max-width: 768px) {
  .news-content img {
    width: 100% !important;
    margin: 15px 0;
  }
  
  .news-content p img {
    margin-top: 0;
  }
}

.cottages-news-item {
  background-color: #fbfbfb;
  border: 1px solid #f3f3f3;
  padding: 12px 14px;
}

.cottages-item-image {
  background-color: #fff;
  height: 150px;
  display: block;
  background-position: center;
}

.cottages-news-item-name {
  margin-top: 10px;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .news-images, .news-video {
    float: none;
    width: 100%;
    max-width: 508px;
    margin: 0 auto 20px;
  }

  .cottages-news-item {
    width: 100%;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    margin: 0 0 14px;

    padding: 8px 10px;
    background-color: transparent;
  }

  .cottages-item-image {
    width: 110px;
    height: 78px;
  }

  .cottages-news-item-data {
    width: calc(100% - 110px);
    padding-left: 10px;
  }

  .cottages-news-item-name {
    margin-top: 0;
  }

  .object-video-sm img {
    height: 30px;
  }
}

