/*!**************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/scss/components/mixin__news-card/style.scss ***!
  \**************************************************************************************************************************************************************************************************/
/**
 * Foundation for Sites
 * Version 6.8.1
 * https://get.foundation
 * Licensed under MIT Open Source
 */
/* stylelint-disable scss/no-global-function-names */
/* stylelint-disable scss/no-global-function-names */
/**
 * Foundation for Sites
 * Version 6.8.1
 * https://get.foundation
 * Licensed under MIT Open Source
 */
.news-card-wrap {
  position: relative;
  border-radius: 4px;
  margin-bottom: 16px;
}

.news-card {
  width: 100%;
  padding: 16px;
  min-height: 132px;
  display: block;
  overflow: hidden;
  padding-bottom: 20px;
}
.news-card.empty {
  display: flex;
  flex-direction: column;
}
.news-card.empty:after {
  display: none;
}
.news-card__label {
  font-weight: 500;
  font-size: 10px;
  color: #919191;
  line-height: 20px;
  text-transform: uppercase;
}
.news-card__label:hover {
  cursor: pointer;
  text-decoration: underline;
  color: #919191;
}
.news-card__date {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 8px;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 20px;
  color: #919191;
}
.news-card__title {
  color: #281f26;
  font-weight: bold;
  font-size: 16px;
  line-height: 131%;
  display: block;
}
@media (max-width: 1459px) {
  .news-card__title {
    font-size: 14px;
  }
}
.news-card__title:hover {
  cursor: pointer;
  color: #898889;
}
.news-card__text {
  display: block;
  position: relative;
  z-index: 10;
  color: #fff;
  margin-top: 0px;
  font-weight: normal;
  font-size: 15px;
  line-height: 134%;
}
.news-card__text:hover {
  cursor: pointer;
  color: #fff;
  opacity: 90%;
}
.news-card__content {
  display: block;
  margin: auto 0;
  max-height: calc(100% - 25px);
  overflow: hidden;
}

.news-card__label {
  position: absolute;
  top: 16px;
  left: 16px;
}

.news-card--simple {
  background-color: #fff;
}
.news-card--simple .news-card__content {
  height: 80px;
  display: block;
  overflow: hidden;
}
.news-card--simple .news-card__title,
.news-card--simple .news-card__text {
  transition: all 0.3s ease;
}
.news-card--simple:hover .news-card__title,
.news-card--simple:hover .news-card__text {
  color: #898889;
}

.news-card--linear {
  background-color: #fff;
  position: relative;
  overflow: hidden;
  padding-bottom: 0px;
}
.news-card--linear .news-card {
  height: 240px;
  min-height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.news-card--linear .news-card__text {
  color: #281f26;
  margin-top: 16px;
}
.news-card--linear .news-card .news-card__content {
  margin: auto 0px;
}
.news-card--linear .news-card__title {
  height: 102px;
  overflow: hidden;
}
@media (max-width: 1459px) {
  .news-card--linear .news-card__title {
    line-height: 123%;
  }
}
@media (max-width: 767px) {
  .news-card--linear .news-card__title {
    overflow: visible;
    height: auto;
    line-height: 135%;
  }
}
.news-card--linear .news-card__title,
.news-card--linear .news-card__text {
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .news-card--linear .news-card__text {
    margin-top: 21px;
  }
}
.news-card--linear:hover .news-card__title,
.news-card--linear:hover .news-card__text {
  color: #898889;
}
@media (max-width: 767px) {
  .news-card--linear {
    height: auto;
    min-height: auto;
  }
}

.news-card--bg-color {
  transition: all 0.3s ease;
  background-color: #5dbbc5;
}
.news-card--bg-color .news-card__content {
  height: 79px;
  display: block;
  overflow: hidden;
}
.news-card--bg-color:hover {
  cursor: pointer;
  background-color: #6bc2cb;
}
.news-card--bg-color .news-card__title {
  color: #fff;
}
.news-card--bg-color .news-card__label {
  color: #f2f2f2;
}
.news-card--bg-color .news-card__label:hover {
  cursor: pointer;
  color: #fff;
  text-decoration: underline;
}
.news-card--bg-color .news-card__date {
  color: #fff;
}
.news-card--bg-color .news-card:after {
  position: absolute;
  content: "";
  height: 67px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  border-radius: 4px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(93, 187, 197, 0.5) 80%);
}

.paid-content .news-card--paid-content {
  max-height: 322px;
}

.news-card--paid-content {
  overflow: hidden;
  transition: all 0.3s ease;
  background-size: cover;
  background-position: center;
  position: relative;
  background-color: #281f26;
  min-height: 322px;
  display: flex;
  margin-bottom: 16px;
}
@media (max-width: 1459px) {
  .news-card--paid-content {
    height: calc(100% - 16px);
  }
}
.news-card--paid-content .img-bg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 40%;
  transition: all 0.3s ease;
}
.news-card--paid-content:hover {
  cursor: pointer;
}
.news-card--paid-content:hover .img-bg {
  opacity: 30%;
}
.news-card--paid-content:hover .news-card__title {
  opacity: 90%;
}
.news-card--paid-content:hover .news-card__text {
  color: #fff;
  opacity: 90%;
}
.news-card--paid-content .news-card__title {
  color: #fff;
  position: relative;
  z-index: 10;
  display: block;
}
.news-card--paid-content .news-card__title a:hover {
  color: #fff;
  opacity: 90%;
}
.news-card--paid-content .news-card__title:after {
  position: absolute;
  bottom: -16px;
  content: "";
  max-width: 247px;
  width: 100%;
  background-color: #fff;
  height: 1px;
  left: 0;
}
.news-card--paid-content .news-card__label {
  color: #f2f2f2;
  z-index: 50;
}
.news-card--paid-content .news-card__label:hover {
  cursor: pointer;
  color: #fff;
  text-decoration: underline;
  opacity: 90%;
}
.news-card--paid-content .news-card__date {
  color: #fff;
  position: relative;
  z-index: 10;
}
.news-card--paid-content .news-card__text {
  position: relative;
  z-index: 10;
  color: #fff;
  margin-top: 32px;
  font-weight: normal;
  font-size: 15px;
  display: block;
}

.news-card--unpaid-content {
  overflow: hidden;
  transition: all 0.3s ease;
  background-size: cover;
  background-position: center;
  position: relative;
  background-color: #281f26;
  min-height: 322px;
  display: flex;
  margin-bottom: 16px;
}
@media (max-width: 1459px) {
  .news-card--unpaid-content {
    height: calc(100% - 16px);
  }
}
.news-card--unpaid-content .img-bg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 40%;
  transition: all 0.3s ease;
}
.news-card--unpaid-content:hover {
  cursor: pointer;
}
.news-card--unpaid-content:hover .img-bg {
  opacity: 30%;
}
.news-card--unpaid-content:hover .news-card__title {
  opacity: 90%;
}
.news-card--unpaid-content:hover .news-card__text {
  color: #fff;
  opacity: 90%;
}
.news-card--unpaid-content .news-card__title {
  color: #fff;
  position: relative;
  z-index: 10;
  display: block;
}
.news-card--unpaid-content .news-card__title a:hover {
  color: #fff;
  opacity: 90%;
}
.news-card--unpaid-content .news-card__title:after {
  position: absolute;
  bottom: -16px;
  content: "";
  max-width: 247px;
  width: 100%;
  background-color: #fff;
  height: 1px;
  left: 0;
}
.news-card--unpaid-content .news-card__label {
  color: #f2f2f2;
  z-index: 50;
}
.news-card--unpaid-content .news-card__label:hover {
  cursor: pointer;
  color: #fff;
  text-decoration: underline;
  opacity: 90%;
}
.news-card--unpaid-content .news-card__date {
  color: #fff;
  position: relative;
  z-index: 10;
}
.news-card--unpaid-content .news-card__text {
  position: relative;
  z-index: 10;
  color: #fff;
  margin-top: 32px;
  font-weight: normal;
  font-size: 15px;
  display: block;
}

.news-card--company {
  position: relative;
  margin-bottom: 16px;
}
.news-card--company .news-card {
  margin-bottom: 0px;
}
.news-card--company .news-card__text {
  color: #281f26;
  margin-top: 16px;
  height: 57px;
  overflow: hidden;
  display: block;
}
.news-card--company .news-card:after {
  display: none;
}
.news-card--company .lazy-img-wrap {
  margin-right: 14px;
  float: left;
}
.news-card--company .news-card__title,
.news-card--company .news-card__text {
  transition: all 0.3s ease;
}
.news-card--company .news-card__text {
  line-height: 130%;
}
.news-card--company:hover .news-card__title,
.news-card--company:hover .news-card__text {
  color: #898889;
}

.news-card--most-readable-linear-main .news-card__title {
  color: #fff;
  position: relative;
  z-index: 10;
  display: block;
  font-size: 20px;
}
.news-card--most-readable-linear-main .news-card__title:hover {
  cursor: pointer;
  opacity: 90%;
}
.news-card--most-readable-linear-main .news-card__title a:hover {
  color: #fff;
  opacity: 90%;
}
.news-card--most-readable-linear-main .news-card__title:after {
  position: absolute;
  bottom: -16px;
  content: "";
  max-width: 247px;
  width: 100%;
  background-color: #fff;
  height: 1px;
  left: 0;
}

.news-card--most-readable-linear {
  transition: all 0.3s ease;
  background-size: cover;
  background-position: center;
  position: relative;
  background-color: #281f26;
  height: 240px;
  overflow: hidden;
}
.news-card--most-readable-linear:hover {
  cursor: pointer;
}
.news-card--most-readable-linear:hover .img-bg {
  opacity: 30%;
}
.news-card--most-readable-linear:hover .news-card__title {
  opacity: 90%;
}
.news-card--most-readable-linear:hover .news-card__text {
  color: #fff;
  opacity: 90%;
}
.news-card--most-readable-linear .news-card {
  height: 240px;
}
.news-card--most-readable-linear .img-bg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 40%;
  transition: all 0.3s ease;
}
.news-card--most-readable-linear:hover {
  cursor: pointer;
}
.news-card--most-readable-linear:hover .img-bg {
  opacity: 30%;
}
.news-card--most-readable-linear .news-card__title {
  color: #fff;
  position: relative;
  z-index: 10;
  display: block;
}
.news-card--most-readable-linear .news-card__title:hover {
  cursor: pointer;
  opacity: 90%;
}
.news-card--most-readable-linear .news-card__title a:hover {
  color: #fff;
  opacity: 90%;
}
.news-card--most-readable-linear .news-card__label {
  color: #f2f2f2;
  z-index: 50;
}
.news-card--most-readable-linear .news-card__label:hover {
  cursor: pointer;
  color: #fff;
  text-decoration: underline;
  opacity: 90%;
}
.news-card--most-readable-linear .news-card__date {
  color: #fff;
  position: relative;
  z-index: 10;
}
.news-card--most-readable-linear .news-card__text {
  position: relative;
  z-index: 10;
  color: #fff;
  font-weight: normal;
  display: block;
  margin-top: 17px;
}
.news-card--most-readable-linear .news-card__text:before {
  position: absolute;
  top: -8px;
  content: "";
  max-width: 247px;
  width: 100%;
  background-color: #fff;
  height: 1px;
  left: 0;
}
.news-card--most-readable-linear .news-card__text:hover {
  cursor: pointer;
  color: #fff;
  opacity: 90%;
}
.news-card--most-readable-linear .news-card__title {
  height: 102px;
  overflow: hidden;
}
@media (max-width: 1459px) {
  .news-card--most-readable-linear .news-card__title {
    line-height: 123%;
  }
}
@media (max-width: 767px) {
  .news-card--most-readable-linear .news-card__title {
    overflow: visible;
    height: auto;
    line-height: 135%;
  }
}
@media (max-width: 767px) {
  .news-card--most-readable-linear .news-card__text {
    margin-top: 21px;
  }
}
@media (max-width: 767px) {
  .news-card--most-readable-linear {
    height: auto;
    min-height: auto;
  }
}

.news-card--bg-content {
  min-height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.news-card--bg-content .news-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  min-height: 100%;
  padding-bottom: 34px;
}
.news-card--bg-content .news-card__title {
  font-size: 20px;
  font-weight: 700;
}
.news-card--bg-content .news-card__title:after {
  display: none;
}
@media (max-width: 767px) {
  .news-card--bg-content .news-card__title {
    font-size: 18px;
  }
}
.news-card--bg-content .news-card__text {
  position: relative;
}
.news-card--bg-content .news-card__text:after {
  position: absolute;
  top: -16px;
  content: "";
  max-width: 247px;
  width: 100%;
  background-color: #fff;
  height: 1px;
  left: 0;
}

.news-card--bg-content-mini {
  min-height: auto;
}
.news-card--bg-content-mini .news-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  height: 240px;
}
.news-card--bg-content-mini .news-card__text {
  margin-top: 8px;
  line-height: 134%;
}
.news-card--bg-content-mini .news-card__content {
  margin: auto 0px;
}
.news-card--bg-content-mini .news-card__title {
  height: 102px;
  overflow: hidden;
}
@media (max-width: 1459px) {
  .news-card--bg-content-mini .news-card__title {
    line-height: 123%;
  }
}
@media (max-width: 767px) {
  .news-card--bg-content-mini .news-card__title {
    overflow: visible;
    height: auto;
    line-height: 135%;
  }
}
.news-card--bg-content-mini .news-card__title:after {
  display: none;
}
.news-card--bg-content-mini .news-card__text {
  line-height: 140%;
}
@media (max-width: 767px) {
  .news-card--bg-content-mini .news-card__text {
    margin-top: 21px;
    line-height: 128%;
  }
}

.events-block__main-news .news-card-wrap .news-card__title {
  height: auto;
}

.events-block__main-news .news-card--most-readable-linear .news-card {
  height: auto;
}

.paid-content .row > .col-sm-10.col-md-5 .news-card--paid-content .news-card__title,
.paid-content .row > .col-sm-10.col-md-3 .news-card--paid-content .news-card__title,
.paid-content .row > .col-sm-10.col-md-2 .news-card--paid-content .news-card__title {
  height: 63px;
  overflow: hidden;
}
@media (max-width: 1459px) {
  .paid-content .row > .col-sm-10.col-md-5 .news-card--paid-content .news-card__title,
  .paid-content .row > .col-sm-10.col-md-3 .news-card--paid-content .news-card__title,
  .paid-content .row > .col-sm-10.col-md-2 .news-card--paid-content .news-card__title {
    height: 57px;
  }
}
.paid-content .row > .col-sm-10.col-md-5 .news-card__text,
.paid-content .row > .col-sm-10.col-md-3 .news-card__text,
.paid-content .row > .col-sm-10.col-md-2 .news-card__text {
  line-height: 132%;
  margin-top: 20px;
}
@media (max-width: 1199px) {
  .paid-content .row > .col-sm-10.col-md-5 .news-card__text,
  .paid-content .row > .col-sm-10.col-md-3 .news-card__text,
  .paid-content .row > .col-sm-10.col-md-2 .news-card__text {
    line-height: 135%;
  }
}
.paid-content .row > .col-sm-10.col-md-5 .news-card__text:before,
.paid-content .row > .col-sm-10.col-md-3 .news-card__text:before,
.paid-content .row > .col-sm-10.col-md-2 .news-card__text:before {
  position: absolute;
  top: -8px;
  content: "";
  max-width: 247px;
  width: 100%;
  background-color: #fff;
  height: 1px;
  left: 0;
}

.unpaid-content .news-card--unpaid-content {
  max-height: 322px;
}
.unpaid-content .row > .col-sm-10.col-md-5 .news-card--unpaid-content .news-card__title,
.unpaid-content .row > .col-sm-10.col-md-3 .news-card--unpaid-content .news-card__title,
.unpaid-content .row > .col-sm-10.col-md-2 .news-card--unpaid-content .news-card__title {
  height: 63px;
  overflow: hidden;
}
@media (max-width: 1459px) {
  .unpaid-content .row > .col-sm-10.col-md-5 .news-card--unpaid-content .news-card__title,
  .unpaid-content .row > .col-sm-10.col-md-3 .news-card--unpaid-content .news-card__title,
  .unpaid-content .row > .col-sm-10.col-md-2 .news-card--unpaid-content .news-card__title {
    height: 57px;
  }
}
.unpaid-content .row > .col-sm-10.col-md-5 .news-card__text,
.unpaid-content .row > .col-sm-10.col-md-3 .news-card__text,
.unpaid-content .row > .col-sm-10.col-md-2 .news-card__text {
  line-height: 132%;
  margin-top: 20px;
}
@media (max-width: 1199px) {
  .unpaid-content .row > .col-sm-10.col-md-5 .news-card__text,
  .unpaid-content .row > .col-sm-10.col-md-3 .news-card__text,
  .unpaid-content .row > .col-sm-10.col-md-2 .news-card__text {
    line-height: 135%;
  }
}
.unpaid-content .row > .col-sm-10.col-md-5 .news-card__text:before,
.unpaid-content .row > .col-sm-10.col-md-3 .news-card__text:before,
.unpaid-content .row > .col-sm-10.col-md-2 .news-card__text:before {
  position: absolute;
  top: -8px;
  content: "";
  max-width: 247px;
  width: 100%;
  background-color: #fff;
  height: 1px;
  left: 0;
}
