@media (min-width: 992px) {
  .mosaic-s3-include--u-i3kcgqhjw {
    position: relative; }

  #js-show-iframe-wrapper .bf-110__decor {
    display: none; }

  .div--u-i11e2v3l0 {
    position: absolute;
    right: 1.5%;
    top: 310px;
    z-index: 999; } }

@media (min-width: 1010px) {
  .div--u-i11e2v3l0 {
    top: 270px; } }

@media (min-width: 1091px) {
  .div--u-i11e2v3l0 {
    top: 230px; } }

@media (min-width: 1280px) {
  .div--u-i11e2v3l0 {
    top: 190px; } }

@media (min-width: 1550px) {
  .div--u-i11e2v3l0 {
    top: 170px; } }

.news-block {
  border: 2px solid #fff177;
  border-radius: 8px;
  color: #fff;
  font-size: 14px;
  padding: 18px 18px 15px;
  position: relative;
  margin: 30px 0;
  font-family: 'Montserrat', sans-serif;
  /*@media all and (max-width: 991px) {
   color: #000;
   border: 2px solid #000;
   }*/ }

.news-block-title {
  font-size: 20px;
  font-weight: bold;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-left: 2px; }

.news-block-title a {
  font-weight: normal;
  color: #fff177;
  font-size: 14px; }
  .news-block .tns-controls button {
    width: 47px;
    height: 36px;
    background-color: #fff177;
    position: relative;
    border: none;
    box-shadow: none;
    font-size: 0;
    line-height: 0;
    color: #000;
    /*@media all and (max-width: 991px) {
     background-color: #000;
     }*/ }

.news-block .tns-controls button:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -4px 0 0 -7px;
  width: 14px;
  height: 8px;
  background: url(../images/arrow-white.png) center center no-repeat; }

.news-block .tns-controls button:first-child {
  bottom: 100%;
  border-radius: 18px 0 0 18px;
  margin-right: 1px; }

.news-block .tns-controls button:first-child:before {
  transform: rotate(-90deg); }

.news-block .tns-controls button:last-child {
  top: 100%;
  border-radius: 0 18px 18px 0; }

.news-block .tns-controls button:last-child:before {
  transform: rotate(90deg); }

.news-item {
  margin-bottom: 25px;
  margin-right: 2px; }

.news-item-image {
  max-width: 240px;
  height: 135px;
  overflow: hidden;
  border-radius: 4px;
  margin-bottom: 20px;
  line-height: 0;
  font-size: 0; }

.news-item-image a {
  border: none; }

.news-item-image a img {
  border: none; }

.news-item-title {
  color: #fff;
  font-size: 18px;
  font-weight: bold; }

.news-item-date {
  display: inline-block;
  border-radius: 4px;
  color: #000;
  padding: 3px 10px;
  background-color: #fff177;
  margin-bottom: 20px;
  /*@media all and (max-width: 991px) {
   background: #000;
   color: #fff;
   }*/ }

.news-item-anonce {
  margin: 10px 0; }

.news-item-more a {
  color: #fff177;
  /*@media all and (max-width: 991px) {
   color: #000;
   }*/ }

@media (min-width: 760px) and (max-width: 960px) {
  .news-item-image {
    float: left;
    margin-right: 20px; } }
