.news__list {
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  /* -webkit-flex-direction: @direction;
  -webkit-flex-wrap: @wrap;*/
  display: -ms-flexbox;
  -ms-flex-align: stretch;
  -ms-flex-pack: space-between;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
          align-items: stretch;
  /*flex-direction: @direction;
  flex-wrap: @wrap;*/
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.news__list .news__item {
  width: 100%;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  /* -webkit-flex-direction: @direction;
  -webkit-flex-wrap: @wrap;*/
  display: -ms-flexbox;
  -ms-flex-align: stretch;
  -ms-flex-pack: space-between;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
          align-items: stretch;
  /*flex-direction: @direction;
  flex-wrap: @wrap;*/
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row initial;
          flex-flow: row initial;
  margin-bottom: 24px;
}
.news__list .news__item .news__item__image {
  width: 33.33%;
}
.news__list .news__item .news__item__content {
  width: 58.33%;
  padding-right: 14.2%;
}
.news__list .news__item p.date {
  font-size: 16px;
  font-family: 'Blender Pro', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  color: #2d4715;
  margin-bottom: 28px;
}
.news__list .news__item p.title {
  font-size: 26px;
  font-family: 'Blender Pro', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.15;
  margin-bottom: 5px;
}
.news__list .news__item p {
  font-size: 18px;
  color: #090909;
}
.buttons {
  padding: 24px 0 120px;
}
.news__detail .news__title {
  position: relative;
  margin-bottom: 72px;
}
.news__detail .news__title img {
  width: 100%;
  display: block;
  height: auto;
}
.news__detail .news__title:after {
  display: block;
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2d4715), to(rgba(9, 14, 4, 0)));
  background-image: linear-gradient(to bottom, #2d4715 0%, rgba(9, 14, 4, 0) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2d4715', endColorstr='#00090e04', GradientType=0);
}
.news__detail .news__detail__content {
  padding: 0 8.33%;
  padding-bottom: 80px;
}
.news__detail .news__title__content {
  position: absolute;
  left: 0;
  top: 60px;
  right: 0;
  padding: 0 8.33%;
  z-index: 10;
}
.news__detail .news__title__content p.date {
  font-size: 16px;
  font-family: 'Blender Pro', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  color: #ffffff;
  margin-bottom: 16px;
}
.news__detail .news__title__content p.title {
  font-size: 42px;
  font-family: 'Blender Pro', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.15;
  margin-bottom: 5px;
  color: #ffffff;
}
.white-news {
  position: relative;
  background-color: #ffffff;
}
.white-news:after {
  display: block;
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  right: 0;
  height: 290px;
  z-index: 0;
  background-color: #f1f1f1;
}
.white-news .content-container {
  position: relative;
  z-index: 100;
}
.other__news__title {
  position: relative;
  padding: 84px 0 0;
  margin-bottom: 62px;
}
.other__news__title .button.ra {
  position: absolute;
  right: 0;
  bottom: 0;
}
.other__news__title h3,
.other__news__title .h3 {
  margin: 0;
  line-height: 1;
}
.other__news__title.slider__title {
  padding-top: 102px;
}
.other__news__list {
  display: -webkit-flex;
  -webkit-justify-content: flex-start;
  -webkit-align-items: stretch;
  /* -webkit-flex-direction: @direction;
  -webkit-flex-wrap: @wrap;*/
  display: -ms-flexbox;
  -ms-flex-align: stretch;
  -ms-flex-pack: flex-start;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
          align-items: stretch;
  /*flex-direction: @direction;
  flex-wrap: @wrap;*/
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row initial;
          flex-flow: row initial;
  padding-bottom: 44px;
}
.other__news__list .other__news__item {
  width: 33.33%;
  padding: 0 12px;
}
.other__news__list.slider-news {
  padding-bottom: 0;
}
.other__news__list.slider-news .other__news__item {
  width: 100%;
}
.other__news__list .other__news__item:hover .news__item__date:after {
  width: 100%;
}
.other__news__list .news__item__date {
  font-size: 16px;
  font-family: 'Blender Pro', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  color: #2d4715;
  height: 40px;
  position: relative;
}
.other__news__list .news__item__date:after {
  display: block;
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  height: 3px;
  width: 55%;
  background-color: #586e31;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.other__news__list .news__item__image {
  margin-bottom: 30px;
}
.other__news__list .news__item__image img {
  width: 100%;
  height: auto;
}
.other__news__list .news__item__title {
  height: 102px;
  font-size: 22px;
  font-family: 'Blender Pro', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.15;
  overflow: hidden;
  padding-right: 20px;
}
.other__news__list .news__item__content {
  min-height: 175px;
}
@media (max-width: 767px) {
  .licenses .licenses__list {
    padding-bottom: 40px;
  }
  .licenses .licenses__list .owl-nav {
    margin-bottom: 0;
  }
  .licenses__title {
    text-align: center;
  }
  .other__news__list.slider-news {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .other__news__title {
    text-align: center;
    padding-top: 40px;
  }
  .other__news__title .button.ra {
    text-align: center;
    position: relative;
    right: auto;
    margin-top: 20px;
  }
  .other__news__list .other__news__item {
    margin-bottom: 30px;
    padding-right: 0;
    padding-left: 0;
  }
  .other__news__list .news__item__title {
    height: auto;
    margin-bottom: 10px;
  }
  .other__news__list .news__item__content {
    height: auto;
    min-height: auto;
  }
  .news__buttons {
    text-align: center;
    padding-bottom: 40px;
  }
  .news__buttons .ra {
    position: relative;
    right: auto;
    margin: 0 auto;
  }
  .news__list .news__item p {
    font-size: 16px;
  }
  .news__list .news__item p.title {
    font-size: 20px;
    line-height: 1.2;
  }
  .news__list .news__item p.date {
    margin-bottom: 0;
  }
  .news__list .news__item .news__item__image {
    width: 25%;
  }
  .news__list .news__item .news__item__content {
    width: 75%;
    padding-right: 0;
    padding-left: 20px;
  }
  .news__detail .news__title__content p.title {
    font-size: 20px;
  }
  .news__detail .news__title__content {
    top: 40px;
  }
  .white-news:after {
    height: 160px;
  }
  .news__detail .news__title {
    margin-bottom: 40px;
  }
  .news__detail .news__detail__content {
    padding: 0 0 40px;
  }
  .other__news__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .other__news__list .other__news__item {
    width: 100%;
  }
  .other__news__list .news__item__title {
    font-size: 20px;
  }
  .news__detail__content iframe {
    display: block;
    max-width: 100% !important;
    max-height: 300px;
  }
}
@media (max-width: 479px) {
  .news__list .news__item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
  .news__list .news__item .news__item__image,
  .news__list .news__item .news__item__content {
    width: 100%;
    padding: 0;
  }
  .news__list .news__item .news__item__image {
    margin-bottom: 20px;
  }
  .news__list .news__item .news__item__image img {
    width: 100%;
  }
  .news__list .news__item p.date {
    margin-bottom: 10px;
  }
  .news__detail__content iframe {
    max-height: 280px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  main.gray > .content-container {
    padding: 0 40px;
  }
  .other__news__title {
    padding-top: 50px;
    margin-bottom: 40px;
  }
  .other__news__title.slider__title {
    padding-top: 50px;
    margin-bottom: 40px;
  }
  .other__news__list {
    margin-right: -12px;
    margin-left: -12px;
  }
  .other__news__list .news__item__title {
    font-size: 18px;
  }
  .news__buttons {
    padding-bottom: 80px;
  }
  .news__detail {
    padding-right: 28px;
    padding-left: 28px;
  }
  .news__list .news__item p {
    font-size: 16px;
  }
  .news__list .news__item p.date {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .news__list .news__item p.title {
    font-size: 22px;
    line-height: 1.26;
  }
  .news__list .news__item .news__item__content {
    padding-right: 0;
  }
}
