.report-text {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #293042;
  margin-top: 16px;
  width: 100%;
}

@media screen and (min-width: 576px) {
  .report-text {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-top: 32px;
  }
}

@media screen and (min-width: 992px) {
  .report-text {
    width: 90%;
  }
}

.report-video {
  margin-top: 16px;
}

@media screen and (min-width: 576px) {
  .report-video {
    margin-top: 40px;
    margin-bottom: 80px;
  }
}

.similar-reports__title {
  color: #161616;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.5rem;
  margin-bottom: 24px;
}

@media screen and (min-width: 576px) {
  .similar-reports__title {
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 40px;
  }
}

.similar-reports {
  margin-bottom: 108px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
}

@media screen and (min-width: 576px) {
  .similar-reports {
    flex-direction: row;
    justify-content: space-between;
  }
}

.similar-report {
  width: 100%;
  margin-top: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 576px) {
  .similar-report {
    width: 50%;
    flex-wrap: wrap;
    margin-bottom: 24px;
  }
}

@media screen and (min-width: 768px) {
  .similar-report {
    width: 28%;
  }
}

@media screen and (min-width: 1200px) {
  .similar-report {
    width: 20%;
    margin-bottom: 0;
  }
}

.similar-report__image {
  margin-bottom: 16px;
}

.similar-report__title {
  color: #1e4dba;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-top: 7px;
}

.block-press__title {
  width: 100%;
}

.title-with-ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-right: 16px;
}

@media screen and (min-width: 768px) {
  .title-with-ico {
    margin-bottom: 8px;
  }
}

.title-with-ico_margin-right-md {
  margin-right: 10px;
}

@media screen and (min-width: 768px) {
  .title-with-ico_margin-right-md {
    margin-right: 24px;
  }
}

.title-with-ico_margin-bottom-none {
  margin-bottom: 0;
}

.title-with-ico_margin-default {
  margin: 0;
}

.title-with-ico_margin-top-large {
  margin-top: 40px;
}

.title-with-ico_left-location {
  margin-right: 0;
  margin-left: 8px;
  margin-bottom: 0;
}

.title-with-ico__ico {
  margin-right: 8px;
}

.title-with-ico__ico_margin-right-default {
  margin-right: 0;
}

.title-with-ico__ico_margin-left-sm {
  margin-left: 8px;
}

.title-with-ico__ico_margin-right-sm-extra {
  margin-right: 12px;
}

.title-with-ico__ico_margin-right-tiny {
  margin-right: 4px;
}

.title-with-ico__title {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media screen and (min-width: 992px) {
  .title-with-ico__title {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.title-with-ico__title_weight-normal {
  font-weight: 500;
}

.title-with-ico__title_supportive {
  color: #a8a8a8;
}

.title-with-ico__title_supportive-grey {
  color: #6f6f6f;
}

.title-with-ico__title_link {
  color: #1e4dba;
}

.mvs-team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: -12px;
}

.mvs-team__card {
  width: 50%;
  flex: initial;
  padding: 12px;
  margin-bottom: 16px;
}

.mvs-team__card:focus {
  background: initial;
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
  border-radius: 20px;
  background: #f4f4f4;
  border: 2px dashed #255fe5;
  padding: 9px;
}

.mvs-team__card:focus img {
  filter: none;
}

@media screen and (min-width: 576px) {
  .mvs-team__card {
    width: 33.33333%;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 992px) {
  .mvs-team__card {
    width: 25%;
  }
}

.mvs-team__card .card__img-box {
  padding-bottom: 100%;
}

.mvs-team__card-content {
  margin-top: 8px;
}

@media screen and (min-width: 768px) {
  .mvs-team__card-content {
    margin-top: 16px;
  }
}

.article .container {
  width: 100% !important;
  padding: 0 !important;
}

.article .container .card {
  flex: initial;
}

.article .box-main-photo .img-fluid {
  width: 100%;
}

.article p {
  margin-top: 16px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #293042;
}

@media screen and (min-width: 992px) {
  .article p {
    margin-top: 32px;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.article p a {
  word-break: break-word;
}

.article .title-with-ico-list {
  margin-top: 16px;
}

.article img {
  float: none !important;
}

.article-subtitle {
  color: #161616;
  font-weight: 600;
  margin-top: 8px;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media screen and (min-width: 992px) {
  .article-subtitle {
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-weight: 600;
  }
}

.tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 16px;
  width: 100%;
}

.tag {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #161616;
  padding: 0 16px;
  background: #e0e0e0;
  border-radius: 24px;
  margin-right: 8px;
  margin-bottom: 8px;
  transition: 0.3s;
}

.tag:last-child {
  margin-right: 0;
}

.tag:hover {
  opacity: 0.6;
  cursor: pointer;
}

@media screen and (min-width: 992px) {
  .tag {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.card {
  flex: 1;
}

.card__img-box {
  position: relative;
  padding-bottom: 56.25%;
  display: block;
}

@media screen and (min-width: 768px) {
  .card__img-box.middle {
    padding-bottom: 86%;
  }
}

@media screen and (min-width: 992px) {
  .card__img-box.middle {
    padding-bottom: 68%;
  }
}

@media screen and (min-width: 1200px) {
  .card__img-box.middle {
    padding-bottom: 36%;
  }
}

.card__img-box.large {
  padding-bottom: 56.25%;
}

@media screen and (min-width: 768px) {
  .card__img-box.large {
    padding-bottom: 60%;
  }
}

@media screen and (min-width: 992px) {
  .card__img-box.large {
    padding-bottom: 82%;
  }
}

.card__img-box.with-icon-type:after {
  content: "";
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.card__img-box.video:after {
  background: url(/images/video-type.svg?26a32745f700b3925261eaac41a132cc) no-repeat center;
  background-size: 100%;
}

.card__img-box.photo:after {
  background: url(/images/photo-type.svg?0de719b207467325f1912fe9e4bfa066) no-repeat center;
  background-size: 100%;
}

.card__img-box:focus,
.card__img-box:active {
  transform: scale(1.05);
  box-shadow: none;
  background: none;
}

.card__img-box:focus .card__img,
.card__img-box:active .card__img {
  filter: none;
}

.card__img-box:focus .card__img:hover,
.card__img-box:active .card__img:hover {
  transform: none;
}

.card_with-focus {
  padding: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  border: 2px solid transparent;
}

.card_with-focus:active,
.card_with-focus:focus {
  outline: none;
  box-shadow: none;
  border-radius: 8px;
  background: #f4f4f4;
  border: 2px dashed #255fe5;
}

.card_with-focus:active .card__img,
.card_with-focus:focus .card__img {
  filter: none;
}

.card__img-box_centered {
  -ms-grid-row-align: center;
  align-self: center;
}

.card__img {
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  border-radius: 8px;
  transition: 0.3s;
}

.card__img:hover {
  transform: scale(1.03);
}

.card__img_transform-none:hover {
  transform: none;
}

.card__img_obj-cover-init {
  -o-object-fit: initial;
  object-fit: initial;
}

.card__img_obj-fit-contain {
  -o-object-fit: contain;
  object-fit: contain;
}

.card__content {
  margin-top: 16px;
}

.card__content_margin-top-none {
  margin-top: 0;
}

.card__title {
  display: inline-block;
  margin-top: 8px;
  font-size: 1rem;
  line-height: 1.25rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (min-width: 992px) {
  .card__title {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}

@media screen and (min-width: 992px) {
  .card__title_md {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.card__title_sm {
  font-size: 1rem;
  line-height: 1.25rem;
}

.card__title_font-weight-bold {
  font-weight: 600;
}

.card__title_margin-top-sm {
  margin-top: 16px;
}

.card__layer {
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, rgba(0, 0, 0, 0)), to(#000000));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 70%, #000000 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 70%, #000000 100%);
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 14px;
  border-radius: 8px;
}

@media screen and (min-width: 992px) {
  .card__layer {
    padding-bottom: 8px;
  }
}

@media screen and (min-width: 1200px) {
  .card__layer {
    padding-bottom: 14px;
  }
}

.card__layer_align-start {
  align-items: flex-start;
}

.card__layer_bg-dark-lighter {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, rgba(0, 0, 0, 0)), color-stop(110%, #000000));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 70%, #000000 110%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 70%, #000000 110%);
}

.card__layer_padding-lg {
  padding: 8px 16px;
}

@media screen and (min-width: 576px) {
  .card__layer_padding-lg {
    padding: 40px;
  }
}

.card__layer_padding-sm {
  padding: 8px 16px;
}

.card__layer-img {
  margin-bottom: 16px;
}

@media screen and (min-width: 992px) {
  .card__layer-img {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1200px) {
  .card__layer-img {
    margin-bottom: 16px;
  }
}

.sources {
  border-bottom: 2px solid #fff;
  padding-bottom: 40px;
  margin-bottom: 32px;
  margin-top: 32px;
}

@media screen and (min-width: 992px) {
  .sources {
    padding-bottom: 80px;
    margin-top: 40px;
  }
}

.sources__title-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  align-items: center;
}

.sources__title {
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #6f6f6f;
  margin-left: 8px;
}

@media screen and (min-width: 992px) {
  .sources__title {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.sources-icon {
  margin-left: 8px;
}

.title-with-ico-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-left: 3px;
}

.supportive-text {
  color: #6f6f6f;
  font-weight: 500;
}

.supportive-text-light {
  color: #fff;
  font-weight: 500;
}

.article-card__img-box {
  padding-bottom: 56.25%;
}

.news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -12px;
  flex-direction: column;
}

@media screen and (min-width: 992px) {
  .news-list {
    flex-direction: row;
  }
}

.news-list .news-list__card .card__title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  margin-top: 0;
}

.news-list .news-list__card:focus {
  background: initial;
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
  border-radius: 20px;
  background: #f4f4f4;
  border: 2px dashed #255fe5;
  padding: 10px;
}

.news-list .news-list__card:focus img {
  filter: none;
}

.news-list-static {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news-list-static .title-with-ico:last-child {
  display: none;
}

@media screen and (min-width: 1200px) {
  .news-list-static .title-with-ico:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.news-list_flex-wrap {
  flex-wrap: wrap;
  flex-direction: row;
}

.news-list-high-medium {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  flex: 1;
  max-width: 100%;
}

@media screen and (min-width: 992px) {
  .news-list-high-medium {
    max-width: 60%;
  }
}

.news-list__high {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (min-width: 576px) {
  .news-list__high .news-list__card {
    width: 50%;
  }
}

.news-list-static .news-list__high {
  display: block;
}

@media screen and (min-width: 576px) {
  .news-list-static .news-list__high {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.news-list__medium {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  padding: 24px 4px 0 4px;
}

@media screen and (min-width: 576px) {
  .news-list__medium {
    padding: 24px 0 0 0;
  }
}

.news-list__medium .card__content {
  margin-top: 0;
}

@media screen and (min-width: 576px) {
  .news-list__medium .news-list__card {
    width: 50%;
  }
}

.news-list-static .news-list__medium {
  display: none;
}

@media screen and (min-width: 576px) {
  .news-list-static .news-list__medium {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 8px 0 0 0;
  }
}

.news-list__flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 576px) {
  .news-list__flex-row {
    flex-direction: row;
  }
}

.news-list-low {
  background: #f9f9f9;
  border-radius: 8px;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  margin: 24px 12px 0 12px;
}

@media screen and (min-width: 992px) {
  .news-list-low {
    max-width: calc(40% - 24px);
    margin: 12px 0 0 24px;
    padding: 12px;
  }
}

.news-list-low .card__content {
  margin-top: 0;
}

.news-list-low .news-list__card {
  width: 100%;
}

.news-list-low .card__title {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media screen and (min-width: 992px) {
  .news-list-low .card__title {
    font-size: 1rem;
  }
}

.news-list-static .news-list-low {
  display: none;
}

@media screen and (min-width: 576px) {
  .news-list-static .news-list-low {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.news-list__card {
  padding: 12px;
  width: 100%;
  flex: none;
}

@media screen and (min-width: 576px) {
  .news-list__card {
    width: 50%;
  }
}

@media screen and (min-width: 992px) {
  .news-list__card {
    width: 33.3333%;
  }
}

.news-list__subtitle {
  display: none;
}

@media screen and (min-width: 768px) {
  .news-list__subtitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.sharethis-inline-share-buttons {
  margin: 30px 0;
}


/*# sourceMappingURL=news-show.css.map*/