.news:not(body.news) {
  position: relative;
  padding-top: 95px;
  padding-bottom: 50px;
}

.news--r1 {
  padding-top: 78px
}

.news--r1 .news-header__heading {
  font-size: 6.2rem
}

@media (max-width:1199px) {
  .news--r1 .news-header__heading {
    font-size: 5rem
  }
}

@media (max-width:899px) {
  .news--r1 .news-header__heading {
    font-size: 4rem
  }
}

@media (max-width:599px) {
  .news--r1 .news-header__heading {
    font-size: 2.5rem
  }
}

.news--r1 .news-header__paragraph {
  margin-top: 18px
}

.news--r1 .lines {
  height: calc(100% + 450px)
}

.news--adult, .news--aviation, .news--team {
  padding-top: 100px
}

.news--adult .news-header__heading, .news--aviation .news-header__heading, .news--team .news-header__heading {
  max-width: 100%
}

@media (max-width:1199px) {
  .news--adult .news-header__heading, .news--aviation .news-header__heading, .news--team .news-header__heading {
    font-size: 5rem
  }
}

@media (max-width:899px) {
  .news--adult .news-header__heading, .news--aviation .news-header__heading, .news--team .news-header__heading {
    font-size: 3.5rem
  }
}

@media (max-width:599px) {
  .news--adult .news-header__heading, .news--aviation .news-header__heading, .news--team .news-header__heading {
    font-size: 2.4rem
  }
}

.news--adult .news-header__heading span, .news--aviation .news-header__heading span, .news--team .news-header__heading span {
  display: block;
  padding-left: 30px
}

@media (max-width:599px) {
  .news--adult .news-header__heading span, .news--aviation .news-header__heading span, .news--team .news-header__heading span {
    padding-left: 0
  }
}

.news--team {
  padding-top: 115px
}

.news--team .news-header__heading {
  font-size: 5rem
}

@media (max-width:899px) {
  .news--team .news-header__heading {
    font-size: 3.5rem
  }
}

@media (max-width:599px) {
  .news--team .news-header__heading {
    font-size: 2.4rem
  }
}

@media (max-width:599px) {
  .news--team .news-header__heading span {
    padding-left: 0
  }
}

.news--team .lines {
  height: calc(100% + 250px)
}

.news--aviation {
  padding-top: 131px
}

@media (max-width:1199px) {
  .news {
    padding-top: 80px;
    padding-bottom: 80px
  }
}

@media (max-width:899px) {
  .news {
    padding-top: 60px;
    padding-bottom: 40px
  }
}

@media (max-width:599px) {
  .news {
    padding-top: 40px;
    padding-bottom: 20px
  }
}

.news-header {
  position: relative;
  z-index: 10
}

.news-header__heading {
  font-size: 6rem;
  line-height: 1.25;
  max-width: 900px
}

@media (max-width:1199px) {
  .news-header__heading {
    font-size: 5rem
  }
}

@media (max-width:899px) {
  .news-header__heading {
    font-size: 4rem
  }
}

@media (max-width:599px) {
  .news-header__heading {
    font-size: 3rem
  }
}

.news-header__paragraph {
  max-width: 440px;
  margin-top: 25px
}

.news__wrap {
  display: flex;
  flex-wrap: wrap;
  padding-top: 58px;
  padding-bottom: 90px;
  position: relative;
  z-index: 10
}

@media (max-width:899px) {
  .news__wrap {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (max-width:599px) {
  .news__wrap {
    padding-top: 20px;
    padding-bottom: 35px;
  }
}

.news-item {
  display: flex;
  flex-direction: column;
  position: relative;
  flex: 0 0 auto;
  width: 29%;
  min-height: 409px;
  padding: 25px;
  margin-bottom: 68px;
  margin-right: 6.5%;
  background: linear-gradient(180deg, #111111 39.01%, #003cd6 100%);
  box-shadow: 0 3px 6px rgba(0, 0, 0, .23), 0 3px 6px rgba(0, 0, 0, .16);
  border-radius: 8px;
  overflow: hidden;
  transition: all .3s;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
}

.news-item:hover {
  transform: scale(1.015);
  -webkit-transform: scale(1.015);
  -moz-transform: scale(1.015);
  box-shadow: 0 4px 12px rgba(0, 0, 0, .13), 0 4px 12px rgba(0, 0, 0, .11);
}

@media (max-width:899px) {
  .news-item {
    width: 100%;
    margin-right: 0;
    min-height: auto;
    margin-bottom: 40px
  }
}

@media (max-width:599px) {
  .news-item {
    margin-bottom: 20px
  }
}

.news-item:nth-child(3n+2) {
  top: 72px
}

@media (max-width:899px) {
  .news-item:nth-child(3n+2) {
    top: 0
  }
}

.news-item:nth-child(3n+3) {
  margin-right: 0;
  top: 145px
}

@media (max-width:899px) {
  .news-item:nth-child(3n+3) {
    top: 0
  }
}

.news-item--2 {
  width: 48%;
  margin-right: 4%;
  min-height: auto
}

@media (max-width:899px) {
  .news-item--2 {
    width: 100%
  }
}

.news-item--2 .news-item__header {
  height: auto;
  margin-top: 60px
}

.news-item--2:nth-child(3n+2) {
  top: 0;
  margin-right: 4%
}

@media (max-width:899px) {
  .news-item--2:nth-child(3n+2) {
    top: 0
  }
}

.news-item--2:nth-child(3n+3) {
  top: 0;
  margin-right: 4%
}

@media (max-width:899px) {
  .news-item--2:nth-child(3n+3) {
    top: 0
  }
}

.news-item--2:nth-child(2n+2) {
  top: 40px;
  margin-right: 0
}

@media (max-width:899px) {
  .news-item--2:nth-child(2n+2) {
    top: 0
  }
}

.news-item--newsletter {
  position: relative;
  background: linear-gradient(180deg, rgba(255,255,255,0.97) 39.01%, rgba(255,255,255,0.99) 100%);
}

.news-item__header {
  display: flex;
  align-items: flex-end;
  height: 56.4%;
  flex: none
}

@media (max-width:899px) {
  .news-item__header {
    height: auto;
    padding-top: 20px
  }
}

.news-item__heading {
  font-size: 2.1rem;
  line-height: 1.38;
  font-weight: 700;
  color: #d4872b;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  max-height: 116px
}

.news-item__button, .news-item__header, .news-item__paragraph {
  position: relative;
  z-index: 10
}

.news-item__paragraph {
  height: 100%;
  flex: auto;
  color: #fff;
  padding-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: 74px;
  margin-bottom: 10px
}

.news-item__button {
  flex: none;
  display: flex;
  justify-content: flex-end;
  margin-top: auto
}

@media (max-width:899px) {
  .news-item__button {
    margin-top: 10px
  }
}

.news-item__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: overlay
}

.news-item__image img {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%
}

.news-item__date {
  position: absolute;
  top: 25px;
  left: 25px
}

/* News widget */

.news-widget-item {
  display: flex;
  flex-direction: column;
  position: relative;
  flex: 0 0 auto;
  width: 29%;
  min-height: 409px;
  padding: 0;
  margin-bottom: 68px;
  margin-right: 6.5%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .23), 0 3px 6px rgba(0, 0, 0, .16);
  border-radius: 8px;
  overflow: hidden;
}

@media (max-width:899px) {
  .news-widget-item {
    width: 48%;
    margin-right: 4%;
    min-height: 393px;
  }
}

@media (max-width:599px) {
  .news-widget-item {
    width: 100%;
    margin-right: 0;
    min-height: 330px;
    margin-bottom: 20px;
  }
}

.news-widget-item:nth-child(3n+2) {
  top: 72px;
}

@media (max-width:899px) {
  .news-widget-item:nth-child(3n+2) {
    top: 0;
    margin-right: 4%;
  }
}

@media (max-width:599px) {
  .news-widget-item:nth-child(3n+2) {
    top: 0;
    margin-right: 4%;
  }
}

.news-widget-item:nth-child(3n+3) {
  margin-right: 0;
  top: 145px;
}

@media (max-width:899px) {
  .news-widget-item:nth-child(3n+3) {
    top: 0;
    margin-right: 4%
  }
}

@media (max-width:599px) {
  .news-widget-item:nth-child(3n+3) {
    top: 0;
  }
}

@media (max-width:899px) {
  .news-widget-item:nth-child(2n+2) {
    top: 40px;
    margin-right: 0;
  }
}

@media (max-width:599px) {
  .news-widget-item:nth-child(2n+2) {
    top: 0;
  }
}

.news-widget-item--2 {
  width: 48%;
  margin-right: 4%;
  min-height: 393px;
}

@media (max-width:599px) {
  .news-widget-item--2 {
    width: 100%;
    margin-right: 0;
    min-height: 330px;
    margin-bottom: 20px;
  }
}


.news-widget-item--2:nth-child(3n+2) {
  top: 0;
  margin-right: 4%;
}

.news-widget-item--2:nth-child(3n+3) {
  top: 0;
  margin-right: 4%
}

.news-widget-item--2:nth-child(2n+2) {
  top: 40px;
  margin-right: 0;
}


.news-widget-item__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 54%;
}

.news-widget-item__image::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transition: opacity cubic-bezier(0.73, 0.46, 0, 0.89) .4s;
  border-radius: 8px;
}

.news-widget-item:hover > .news-widget-item__image::after {
  opacity: 0.5;
}

.news-widget-item__image img {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.news-widget-item__content {
  position: absolute;
  display: flex;
  flex-direction: column;
  padding: 25px;
  top: 54%;
  top: calc(54% - 8px);
  width: 100%;
  height: 100%;
  transition: all cubic-bezier(0.73, 0.46, 0, 0.89) .35s;
  box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.65);
  border-radius: 8px;
}

.news-widget-item:hover > .news-widget-item__content {
  top: 0;
  padding-top: 50px;
  box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.01);
}

.news-widget-item__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: 8px;
}

.news-widget-item__overlay::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #111111 39.01%, #003cd6 100%);
  mix-blend-mode: hard-light;
  border-radius: 8px;
}

.news-widget-item__header {

}

.news-widget-item__date {
  display: block;
  margin-bottom: 8px;
}

.news-widget-item__heading {
  font-size: 2.1rem;
  line-height: 1.38;
  font-weight: 700;
  color: #d4872b;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  max-height: 116px;
  margin-bottom: 0;
}

@media (max-width:599px) {
  .news-widget-item__heading {
    font-size: 1.9rem;
    -webkit-line-clamp: 3;
    max-height: 78px;
  }
}

.news-widget-item__button, .news-widget-item__header, .news-widget-item__paragraph {
  position: relative;
  z-index: 10;
}

.news-widget-item__paragraph {
  height: 100%;
  flex: auto;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  max-height: 120px;
  margin-top: 5px;
  margin-bottom: 5px;
  opacity: 0;
  transition: all cubic-bezier(0.73, 0.46, 0, 0.89) .4s;
  transform: translateY(300px);
  -webkit-transform: translateY(300px);
  -moz-transform: translateY(300px);
}

@media (max-width:899px) {
  .news-widget-item__paragraph {
    -webkit-line-clamp: 4;
    max-height: 96px;
  }
}

@media (max-width:599px) {
  .news-widget-item__paragraph {
    -webkit-line-clamp: 3;
    max-height: 72px;
  }
}

.news-widget-item:hover .news-widget-item__paragraph {
  opacity: 1;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
}

.news-widget-item__button {
  flex: none;
  display: flex;
  justify-content: flex-end;
  margin-top: auto;
  opacity: 0;
  transition: all cubic-bezier(0.73, 0.46, 0, 0.89) .4s;
  transform: translateY(300px);
  -webkit-transform: translateY(300px);
  -moz-transform: translateY(300px);
}

@media (max-width:899px) {
  .news-widget-item__button {
    margin-top: 10px
  }
}

.news-widget-item:hover .news-widget-item__button {
  opacity: 1;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
}

.news-newsletter {
  padding-bottom: 100px;
}

@media (max-width:899px) {
  .news-newsletter {
    padding-bottom: 50px;
  }
}
