@charset "UTF-8";

body {
  overflow-x: hidden;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

a,
body,
div,
h1,
h2,
h3,
h4,
html,
i,
img,
label,
li,
p,
span,
strong,
ul {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: 0 0;
  font-weight: 400;
}

ul {
  list-style: none;
}

:focus {
  outline: 0;
}

a {
  text-decoration: none;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

a img {
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  color: #000;
  min-width: 320px;
}

.page-wrapper {
  background-color: #f3f3f3;
  overflow-x: hidden;
  padding-top: 56px;
}

@media screen and (max-width: 767px) {
  .page-wrapper {
    padding-top: 112px;
  }
}

img:not([src]):not([srcset]) {
  visibility: hidden;
}

.container,
.container-fluid,
.container-sm {
  width: 100%;
  padding-right: 7.5px;
  padding-left: 7.5px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {

  .container,
  .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {

  .container,
  .container-sm {
    max-width: 720px;
  }
}

@media (min-width: 1024px) {

  .container,
  .container-sm {
    max-width: 1006px;
  }
}

@media (min-width: 1400px) {

  .container,
  .container-sm {
    max-width: 1060px;
  }
}

@media (min-width: 1600px) {

  .container,
  .container-sm {
    max-width: 1245px;
  }
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -7.5px;
  margin-left: -7.5px;
}

.col-lg-16,
.col-lg-8,
.col-md-17,
.col-md-7,
.col-xl-17,
.col-xl-7 {
  position: relative;
  width: 100%;
  padding-right: 7.5px;
  padding-left: 7.5px;
}

@media (min-width: 768px) {
  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 29.16667%;
    -ms-flex: 0 0 29.16667%;
    flex: 0 0 29.16667%;
    max-width: 29.16667%;
  }

  .col-md-17 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 70.83333%;
    -ms-flex: 0 0 70.83333%;
    flex: 0 0 70.83333%;
    max-width: 70.83333%;
  }
}

@media (min-width: 1024px) {
  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-lg-16 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
}

@media (min-width: 1400px) {
  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 29.16667%;
    -ms-flex: 0 0 29.16667%;
    flex: 0 0 29.16667%;
    max-width: 29.16667%;
  }

  .col-xl-17 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 70.83333%;
    -ms-flex: 0 0 70.83333%;
    flex: 0 0 70.83333%;
    max-width: 70.83333%;
  }
}

.header {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ec0000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 56px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  left: 0;
  min-width: 320px;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.header__logo {
  height: 56px;
  left: 70px;
  position: absolute;
  top: 0;
  width: 101px;
}

@media screen and (max-width: 360px) {
  .header__logo {
    left: 50px;
  }
}

.header__logo--img {
  height: auto;
  margin-top: 15px;
  width: 130px;
}

.header__logo:hover img {
  opacity: 1 !important;
}

.header__menu {
  text-align: center;
}

@media screen and (max-width: 1023px) {
  .header__menu {
    display: none;
  }
}

.header__menu--link {
  text-decoration: none;
  font-weight: 900;
  color: #fff;
  font-family: 'Helvetica Bold', Arial;
  font-size: 14px;
  margin: 0 8px;
  display: inline-block;
}

.header__menu--link:hover {
  opacity: 0.8;
  text-decoration: none;
}

@media screen and (max-width: 1599px) {
  .header__menu--link {
    font-size: 12px;
    margin: 0 4px;
  }
}

.header__external {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: right;
  height: 56px;
  position: absolute;
  right: 20px;
  top: 0;
}

.header__external--search {
  height: 34px;
  width: 22px;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 410px) {
  .header__external--search {
    justify-content: flex-end;
  }
}

.header__external--search--icon {
  margin-top: 8px;
  width: 22px;
  height: 22px;
  display: inline-block;
}

.header__external--account {
  background: rgba(48, 48, 48, 0.5) no-repeat 10px center;
  text-decoration: none;
  font-weight: 900;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-family: 'Helvetica Bold', Arial;
  font-size: 13px;
  height: 34px;
  line-height: 34px;
  margin-left: 14px;
  padding-left: 30px;
  padding-right: 10px;
  text-align: left;
  width: auto;
}

@media screen and (max-width: 360px) {
  .header__external--account {
    margin-left: 0;
  }
}

.header__external--account:hover {
  opacity: 1;
}

.homeback {
  background: no-repeat center center #fff;
  -webkit-background-size: 57px 57px;
  background-size: 57px;
  display: none;
  height: 56px;
  left: 0;
  position: absolute;
  top: 0;
  width: 55px;
  z-index: 1;
}

.sidebar__icon {
  cursor: pointer;
  margin-left: 17px;
  position: absolute;
  text-align: center;
  top: 15px;
  z-index: 111;
}

@media screen and (max-width: 360px) {
  .sidebar__icon {
    margin-left: 6px;
  }
}

.sidebar__icon--line {
  background-color: #fff;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  height: 3px;
  margin: 5px 0;
  width: 23px;
}

.sidebar__icon--line:nth-child(2) {
  width: 15px;
}

.sidebar {
  background-color: #fff;
  -webkit-box-shadow: 0 5px 50px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 50px rgba(0, 0, 0, 0.2);
  height: 100%;
  left: -435px;
  padding: 65px 44px 20px 35px;
  opacity: 0;
  overflow: auto;
  position: fixed;
  top: 0;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  z-index: 99999;
  max-width: 435px;
  width: -webkit-calc(100% - 50px);
  width: calc(100% - 50px);
}

@media screen and (max-width: 767px) {
  .sidebar {
    padding: 50px 30px;
  }
}

@media screen and (max-width: 374px) {
  .sidebar {
    padding: 50px 15px;
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
  }
}

.sidebar::-webkit-scrollbar {
  display: none;
}

.sidebar__header {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 50px;
}

.sidebar__close {
  color: #000;
  cursor: pointer;
  font-size: 35px;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

.sidebar__close:hover {
  color: #ea0e0f;
}

.sidebar__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sidebar__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 48px;
}

.sidebar__list:first-child {
  margin-top: -20px;
}

.sidebar__list .toggle {
  cursor: pointer;
  position: relative;
}

.sidebar__list .toggle::before {
  color: #ea0e0f;
  content: '\002B';
  font-size: 25px;
  left: -30px;
  position: absolute;
  top: -2px;
  width: 25px;
}

.sidebar--link {
  font-family: 'Metropolis Medium', Arial;
  color: #000;
  display: inline-block;
  font-size: 22px;
  letter-spacing: -0.88px;
  margin-left: 30px;
  position: relative;
  width: 100%;
}

.sidebar--link:hover {
  text-decoration: none;
}

.sidebar__logo {
  display: inline-block;
  height: 33px;
  width: 120px;
}

.sidebar__logo--img {
  height: auto;
  width: 120px;
}

.sidebar__dailynews,
.sidebar__emails {
  color: #000;
  display: inline-block;
  font-family: 'Metropolis Bold', Arial;
  font-size: 13px;
  margin-bottom: 45px;
  padding: 10px 0 10px 50px;
}

@media screen and (max-width: 767px) {

  .sidebar__dailynews,
  .sidebar__emails {
    padding-left: 40px;
  }
}

.sidebar__emails {
  background: no-repeat left center/22px auto;
}

.sidebar__dailynews {
  background: no-repeat left center/22px auto;
}

.sidebar__social {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 50px 0;
}

.sidebar__social--link {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-border-radius: 42px;
  border-radius: 42px;
  border: 1px solid #a5bbbe;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 0;
  height: 42px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 42px;
}

.sidebar__contract,
.sidebar__copyright {
  color: #262626;
  font-family: Helvetica, Arial;
  font-size: 13px;
  line-height: 24px;
  margin-bottom: 17px;
}

.sidebar__contract--link {
  color: #262626;
  text-decoration: underline;
}

.sidebar__download {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 28px 0 50px;
}

.sidebar__download a:first-child {
  margin-right: 10px;
}

@media screen and (max-width: 575px) {
  .sidebar__download img {
    width: 130px;
    height: auto;
  }
}

.extra__modal input:not(:focus):valid~.floating-label {
  background: #fff;
  color: #5f6368;
  font-size: 10px;
  font-style: italic;
  left: 13px;
  opacity: 1;
  padding: 0 5px;
  top: -5px;
}

@font-face {
  font-family: swiper-icons;
  src: url('data:application/font-woff;charset=utf-8;base64, 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') format('woff');
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.breadcrumb__link {
  text-decoration: none;
  font-weight: 900;
  color: #000;
  font-family: 'Metropolis Bold', Arial;
  font-size: 12px;
  letter-spacing: -0.48px;
  line-height: 19px;
  text-transform: uppercase;
}

.breadcrumb__link+.breadcrumb__link::before {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  border: solid #000;
  border-width: 0 1px 1px 0;
  content: '';
  display: inline-block;
  margin: 0 8px 2px 2px;
  padding: 2px;
  transform: rotate(-45deg);
}

.social-share {
  margin: 22px 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  .social-share--desktop {
    display: none;
  }
}

.social-share--mobile {
  display: none;
}

@media screen and (max-width: 767px) {
  .social-share--mobile {
    display: block;
    margin: 0;
  }
}

.social-share__main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.social-share__main span {
  -webkit-border-radius: 31px;
  border-radius: 31px;
  cursor: pointer;
  display: block;
  height: 31px;
  margin-left: 6px;
  -webkit-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
  width: 31px;
}

.social-share__main span.facebook {
  background: url(../index/fb.webp) center center #2f619d no-repeat;
  -webkit-background-size: 15px 15px;
  background-size: 34px;
}

.social-share__main span.facebook:hover {
  background-color: #214b7d;
}

.social-share__main span.mail {
  background: url(../index/mail.webp) center center no-repeat;
  -webkit-background-size: 13px 13px;
  background-size: 13px;
  border: 1px solid #8d9495;
}

.social-share__main span.mail:hover {
  background-color: #ececec;
}

.social-share__main span.other-btn {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #8d9495;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none !important;
}

.social-share__main span.other-btn:hover {
  background-color: #ececec;
}

.social-share__main span.other-btn:before {
  color: #8d9495;
  content: '...';
  display: inline-block;
  font-family: 'Helvetica Bold', Arial;
  font-size: 17px;
  height: 9px;
  line-height: 0;
}

.social-share__other {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: otherSocial;
  animation-name: otherSocial;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 25px rgba(0, 0, 0, 0.18);
  box-shadow: 0 3px 25px rgba(0, 0, 0, 0.18);
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 32px 35px;
  position: absolute;
  right: 0;
  top: 47px;
  width: 210px;
  z-index: 9;
}

.social-share__other span {
  background-position: left center;
  background-repeat: no-repeat;
  border-bottom: 1px solid transparent;
  color: #000;
  cursor: pointer;
  font-family: Helvetica, Arial;
  font-size: 18px;
  padding-left: 30px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.social-share__other span+span {
  margin-top: 20px;
}

.social-share__other span.twitter {
  -webkit-background-size: 17px 17px;
  background-size: 17px;
}

.social-share__other span.linkedin {
  -webkit-background-size: 15px 15px;
  background-size: 15px;
}

.social-share__other span.flipboard {
  -webkit-background-size: 15px 15px;
  background-size: 15px;
}

.social-share__other span.copy-link {
  -webkit-background-size: 17px 17px;
  background-size: 17px;
}

.social-share__other span.mail {
  -webkit-background-size: 19px 19px;
  background-size: 19px;
}

.social-share__other span.enlarge-font {
  -webkit-background-size: 20px 20px;
  background-size: 20px;
}

.social-share__other span:hover {
  opacity: 0.7;
}

html {
  scroll-behavior: smooth;
}

.news-detail-page {
  background-color: #fff;
}

.news-detail-page .breadcrumb {
  padding-top: 53px;
}

@media screen and (max-width: 767px) {
  .news-detail-page .breadcrumb {
    padding-top: 30px;
  }
}

.news-detail-page .news-detail-text {
  font-family: 'Metropolis Light', Arial;
  font-size: 13px;
  font-weight: 700;
  line-height: 17px;
  letter-spacing: -0.40799999237060547px;
  text-align: left;
  margin-top: 15px;
}

.news-right-wrapper {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media screen and (max-width: 1023px) {
  .news-right-wrapper {
    display: none;
  }
}

.news-right-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  max-width: 300px;
  width: 100%;
}

@media screen and (max-width: 1599px) {
  .news-right-content {
    max-width: 100%;
  }
}

.promo {
  margin: 50px 0;
}

.promo__title {
  background: url(../index/flash.webp) no-repeat 0;
  background-size: contain;
  font-family: 'Metropolis Extra Bold', Arial;
  font-size: 18px;
  height: 25px;
  margin-bottom: 22px;
  padding-left: 35px;
  font-weight: 700;
}

.promo__cover--img {
  display: block;
  height: auto;
  width: 100%;
}

.promo__item {
  border: 1px solid #e1e7f0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}

.promo__item+.promo__item {
  margin-top: 20px;
}

.promo__content--link {
  display: block;
  padding: 16px 16px 0 16px;
}

@media screen and (max-width: 1599px) and (min-width: 1024px) {
  .promo__content--link {
    text-decoration: none;
    padding: 14px 14px 0 14px;
  }
}

.promo__content--title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #000;
  display: -webkit-box;
  font-family: 'Metropolis Bold', Arial;
  font-size: 18px;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-weight: 700;
}

@media screen and (max-width: 1599px) and (min-width: 1024px) {
  .promo__content--title {
    font-size: 16px;
    line-height: 20px;
    height: 40px;
  }
}

@media screen and (max-width: 360px) {
  .promo__content--title {
    font-size: 14px;
    line-height: 18px;
    height: 38px;
  }
}

.promo__tag {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  color: #ea0e0f;
  display: -webkit-box;
  font-family: 'Metropolis Bold', Arial;
  font-size: 10px;
  height: 10px;
  letter-spacing: -0.3px;
  line-height: 16px;
  margin-top: 16px;
  margin-bottom: 12px;
  overflow: hidden;
  padding: 4px 10px 16px 16px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  text-transform: uppercase;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .promo__tag {
    display: inline-block;
  }
}

@media screen and (max-width: 1599px) and (min-width: 1024px) {
  .promo__tag {
    text-decoration: none;
    margin-top: 8px;
    padding: 4px 10px 14px 14px;
  }
}

.news-left-content p:has(iframe[src*='/xbu4h']) {
  text-align: center;
}

.news-detail-content {
  background-color: #fff;
}



.news-detail-content strong {
  font-family: 'Helvetica Bold', Arial;
}

@media screen and (max-width: 1023px) {
  .news-detail-content>.container {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.news-detail-title {
  font-weight: 900;
  color: #000;
  font-family: 'Metropolis Bold', Arial;
  font-size: 44px;
  letter-spacing: -1.76px;
  line-height: 55px;
  margin-top: 17px;
}

@media screen and (max-width: 1399px) {
  .news-detail-title {
    font-size: 40px;
    line-height: 50px;
  }
}

@media screen and (max-width: 1023px) {
  .news-detail-title {
    font-size: 39px;
    letter-spacing: -1.56px;
    line-height: 46px;
  }
}

@media screen and (max-width: 767px) {
  .news-detail-title {
    font-size: 30px;
    letter-spacing: -1.2px;
    line-height: 36px;
  }
}

.news-tags {
  margin: 20px 0 10px;
}

@media screen and (max-width: 767px) {
  .news-tags {
    white-space: nowrap;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow: auto;
  }

  .news-tags::-webkit-scrollbar {
    display: none;
  }
}

.news-tags__link {
  text-decoration: none;
  background-color: #eef2f5;
  -webkit-border-radius: 18px;
  border-radius: 18px;
  color: #000;
  display: inline-block;
  font-family: 'Metropolis Medium', Arial;
  font-size: 14px;
  letter-spacing: -0.56px;
  line-height: 16px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 10px 20px 10px 15px;
}

.news-tags__link:hover {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .news-tags__link {
    margin-right: 0;
  }

  .news-tags__link+.news-tags__link {
    margin-left: 10px;
  }
}

@media screen and (max-width: 1399px) {
  .news-tags__link {
    font-size: 13px;
  }
}

.news-media>img {
  height: auto;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .news-media {
    margin: 0 -15px;
  }
}

.news-content {
  color: #262626;
  font-family: Helvetica, Arial;
  font-size: 20px;
  line-height: 30px;
  padding: 0 30px;
  margin: 40px 0 40px 0;
}

@media screen and (max-width: 767px) {
  .news-content {
    padding: 0;
  }
}

.news-content__inf {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: -15px;
  padding: 15px 30px 0;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .news-content__inf {
    padding: 15px 0;
  }
}

.news-content h2,
.news-content h3 {
  color: #111;
  font-family: 'Helvetica Bold', Arial;
  margin-top: 30px;
}

.news-content h2 {
  font-size: 28px;
  line-height: 38px;
}

.news-content h3 {
  font-size: 22px;
  line-height: 30px;
}

.news-profile {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  float: left;
}

@media screen and (max-width: 767px) {
  .news-profile {
    margin-bottom: 12px;
  }
}

.news-profile__account {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 5px;
}

.news-profile__account--editorname {
  font-weight: 900;
  color: #000;
  font-family: 'Metropolis Bold', Arial;
  font-size: 13px;
  margin-left: -5px;
  letter-spacing: -0.52px;
  line-height: 19px;
  font-style: normal;
}

@media screen and (max-width: 767px) {
  .news-inf {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }
}

.news-date {
  color: #6e7780;
  font-family: 'Metropolis Medium', Arial;
  font-size: 13px;
  letter-spacing: -0.52px;
  line-height: 25px;
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .news-date {
    line-height: 16px;
  }
}

.news-date::after {
  background: #6e7780;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  content: '\A';
  display: inline-block;
  height: 3px;
  margin-bottom: 3px;
  margin-left: 10px;
  width: 3px;
}

@media screen and (max-width: 767px) {
  .news-date::after {
    display: none;
  }
}

.news-rate {
  background-color: #f3f3f3;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #000;
  font-family: 'Metropolis Medium', Arial;
  font-size: 13px;
  letter-spacing: -0.52px;
  padding: 7px 15px;
}

@media screen and (max-width: 767px) {
  .news-rate {
    display: none;
  }
}