@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700');
.wrapperLocal {
  max-width: 1140px;
  margin: 0 auto;
  font-family: 'Open Sans', sans-serif;
  overflow: hidden;
}
.news-frame {
  overflow: hidden;
  margin-bottom: 60px;
  max-width: 1140px;
}
.frameWrapper {
  margin-right: -30px;
}
.newsBlock {
  margin-top: 30px;
  display: -webkit-flex;
  /* Safari */
  -webkit-flex-wrap: nowrap;
  display: flex;
  flex-wrap: nowrap;
  margin-left: -30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #d2d2d2;
}
.newsBlock a {
  text-decoration: none;
}
.newsBlock.fullBlock .newsBox {
  width: 100%;
}
.newsBlock.fullBlock .newsBox .news-item .newsWrapper .newsContent .caption {
  position: absolute;
  top: 0;
  left: 520px;
}
.newsBlock.fullBlock .newsBox .news-item .newsWrapper .newsContent .imageWrapper {
  width: 490px;
  float: left;
  padding-right: 30px;
  box-sizing: content-box;
}
.newsBlock.fullBlock .newsBox .news-item .newsWrapper .newsContent .titleBlock {
  padding-top: 44px;
  box-sizing: content-box;
}
.newsBlock.fullBlock .newsBox .news-item .newsWrapper .newsContent .description {
  color: #292929;
}
.newsBlock.fullBlock .newsBox .news-item .newsWrapper .newsContent .read-more {
  left: 520px;
}
.newsBlock .newsBox {
  width: 33.3333%;
  padding: 0  30px;
  border-right: 1px solid #d2d2d2;
  box-sizing: border-box;
}
.newsBlock .newsBox:last-child {
  border-right: none;
}
.newsBlock .newsBox.twoItem .news-item {
  height: 50%;
}
.newsBlock .newsBox.twoItem .news-item .newsWrapper .newsContent .imageBlock {
  display: none;
}
.newsBlock .newsBox.twoItem .news-item .newsWrapper .newsContent .data {
  top: inherit;
  left: inherit;
  right: 0;
  bottom: 0;
  color: #6f6f6f;
  background: none;
}
.newsBlock .newsBox.twoItem .news-item + .news-item {
  padding-top: 25px;
  border-top: 1px solid #d2d2d2;
  box-sizing: content-box;
}
.newsBlock .newsBox .news-item {
  height: 100%;
}
.newsBlock .newsBox .news-item .newsWrapper {
  height: 100%;
  display: block;
  padding-bottom: 20px;
  box-sizing: border-box;
}
.newsBlock .newsBox .news-item .newsWrapper .newsContent {
  position: relative;
  height: 100%;
  display: block;
  padding-bottom: 35px;
  box-sizing: border-box;
}
.newsBlock .newsBox .news-item .newsWrapper .newsContent .caption {
  display: inline-block;
  margin-bottom: 20px;
  color: #00acc4;
  font-size: 16px;
}
/* .newsBlock .newsBox .news-item .newsWrapper .newsContent .caption:hover {
  text-decoration: underline;
} */
.newsBlock .newsBox .news-item .newsWrapper .newsContent .imageBlock {
  position: relative;
  height: 200px;
}
.newsBlock.fullBlock .newsBox .news-item .newsWrapper .newsContent .imageBlock {
  position: relative;
  height: 250px;
}
.newsBlock .newsBox .news-item .newsWrapper .newsContent .imageBlock img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
  border-radius: 10px;
}
.newsBlock .newsBox .news-item .newsWrapper .newsContent .titleBlock {
  max-height: 50px;
  overflow: hidden;
}
.newsBlock .newsBox .news-item .newsWrapper .newsContent .titleBlock + .description {
  margin-top: 15px;
}
.newsBlock .newsBox .news-item .newsWrapper .newsContent .titleBlock .title {
  line-height: 25px;
  font-size: 18px;
  font-weight: 600 !important;
  font-weight: bold;
  color: #292929;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.newsBlock .newsBox .news-item .newsWrapper .newsContent .read-more {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 14px;
  line-height: 30px;
  color: #00acc4;
}
.news-button {
  background-color: #00acc4;
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 9px;
  line-height: 20px;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
}
.newsBlock .newsBox .news-item .newsWrapper .newsContent .read-more:hover {
  /* text-decoration: underline; */
}
.newsBlock .newsBox .news-item .newsWrapper .newsContent .data {
  position: absolute;
  top: 140px;
  left: 0;
  line-height: 30px;
  font-size: 12px;
  background: #00a8c1;
  padding: 0 10px;
  color: #fff;
}
@media (max-width: 990px) {
  .newsBlock {
    flex-wrap: wrap;
    padding-bottom: 0;
    border-bottom: 0;
  }
  .newsBlock + .newsBlock {
    margin-top: 0;
  }
  .newsBlock.fullBlock .newsBox:not(.towItem) {
    width: 100%;
  }
  .newsBlock.fullBlock .newsBox:not(.towItem) .news-item .newsWrapper .newsContent .caption {
    position: absolute;
    top: 0;
    left: 330px;
  }
  .newsBlock.fullBlock .newsBox:not(.towItem) .news-item .newsWrapper .newsContent .imageWrapper {
    width: 300px;
    float: left;
    padding-right: 30px;
  }
  .newsBlock.fullBlock .newsBox:not(.towItem) .news-item .newsWrapper .newsContent .titleBlock {
    padding-top: 44px;
  }
  .newsBlock.fullBlock .newsBox:not(.towItem) .news-item .newsWrapper .newsContent .description {
    color: #292929;
  }
  .newsBlock.fullBlock .newsBox:not(.towItem) .news-item .newsWrapper .newsContent .read-more {
    left: 330px;
  }
  .newsBlock .newsBox {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 30px;
  }
  .newsBlock .newsBox:not(.towItem) {
    width: 50%;
  }
  .newsBlock .newsBox.twoItem {
    width: 100%;
    display: -webkit-flex;
    -webkit-flex-wrap: nowrap;
    display: flex;
    flex-wrap: nowrap;
  }
  .newsBlock .newsBox.twoItem .news-item {
    padding: 0 30px;
    height: 100%;
    width: 50%;
    border-right: 1px solid #d2d2d2;
  }
  .newsBlock .newsBox.twoItem .news-item:first-child {
    padding-left: 0;
  }
  .newsBlock .newsBox.twoItem .news-item + .news-item {
    border-top: 0;
    padding-right: 0;
    padding-top: 0;
    border-right: 0;
  }
  .newsBlock .newsBox.twoItem .news-item .newsWrapper .newsContent .imageBlock {
    display: block;
  }
  .newsBlock .newsBox.twoItem .news-item .newsWrapper .newsContent .data {
    position: absolute;
    top: 140px;
    left: 0;
    right: inherit;
    bottom: inherit;
    line-height: 30px;
    font-size: 12px;
    background: #00a8c1;
    padding: 0 10px;
    color: #fff;
  }
  .newsBlock .newsBox .news-item .newsWrapper .newsContent .read-more {
    display: none;
  }
  .newsBlock .newsBox .news-item .newsWrapper .newsContent,
  .newsBlock .newsBox .news-item .newsWrapper {
    padding-bottom: 0;
  }
  .news-frame > .frameWrapper > .newsBlock:last-child .newsBox:first-child {
    width: 100%;
  }
  .news-frame > .frameWrapper > .newsBlock:last-child .newsBox:first-child .news-item .newsWrapper .newsContent .caption {
    position: absolute;
    top: 0;
    left: 330px;
  }
  .news-frame > .frameWrapper > .newsBlock:last-child .newsBox:first-child .news-item .newsWrapper .newsContent .imageWrapper {
    width: 300px;
    float: left;
    padding-right: 30px;
    box-sizing: content-box;
  }
  .news-frame > .frameWrapper > .newsBlock:last-child .newsBox:first-child .news-item .newsWrapper .newsContent .titleBlock {
    padding-top: 44px;
    box-sizing: content-box;
  }
  .news-frame > .frameWrapper > .newsBlock:last-child .newsBox:first-child .news-item .newsWrapper .newsContent .description {
    color: #292929;
  }
  .news-frame > .frameWrapper > .newsBlock:last-child .newsBox:first-child .news-item .newsWrapper .newsContent .read-more {
    left: 330px;
  }
}
@media (max-width: 768px) {
  .newsBlock .newsBox:not(.towItem),
  .newsBlock .newsBox {
    width: 100%;
  }
  .newsBlock.fullBlock .newsBox:not(.towItem) .news-item .newsWrapper .newsContent .caption {
    position: static;
  }
  .newsBlock.fullBlock .newsBox:not(.towItem) .news-item .newsWrapper .newsContent .imageWrapper {
    float: none;
    width: 100%;
    padding: 0;
  }
  .newsBlock.fullBlock .newsBox:not(.towItem) .news-item .newsWrapper .newsContent .titleBlock {
    padding-top: 20px;
  }
  .newsBlock .newsBox.twoItem {
    display: block;
  }
  .newsBlock .newsBox.twoItem .news-item {
    height: auto;
    width: 100%;
    padding: 0;
  }
  .newsBlock .newsBox .news-item .newsWrapper .newsContent .titleBlock {
    max-height: none;
  }
  .newsBlock {
    margin-top: 0;
  }
  .newsBlock .newsBox.twoItem .news-item:first-child {
    margin-bottom: 30px;
  }
  .newsBlock .newsBox.twoItem .news-item:first-child .news-item .newsWrapper .newsContent .caption {
    position: static;
  }
  .newsBlock .newsBox.twoItem .news-item:first-child .news-item .newsWrapper .newsContent .imageWrapper {
    float: none;
    padding: 0;
  }
  .newsBlock .newsBox.twoItem .news-item:first-child .news-item .newsWrapper .newsContent .titleBlock {
    padding-top: 0;
  }
  .newsBlock .newsBox.twoItem .news-item {
    border-right: 0;
  }
}
@media (max-width: 480px) {
  .newsBlock .newsBox {
    margin-bottom: 0px;
  }
  .newsBlock .newsBox.twoItem .news-item{
      padding: 30px 0px;
  }
  .news-frame > .frameWrapper > .newsBlock:last-child .newsBox:first-child .news-item .newsWrapper .newsContent .titleBlock {
    padding-top: 20px;
  }
}
