/* ---------------------------- GRADIENT BGROUND ---------------------------- */
/* --------------------------------- SHADOWN -------------------------------- */
/* -------------------------------------------------------------------------- */
h1 {
  color: #050504;
  font-size: 4.1428571429rem;
  font-family: "Nunito", sans-serif;
  line-height: 1.2;
  font-weight: 700 !important;
}

h2 {
  color: #050504;
  font-size: 2.6428571429rem;
  font-family: "Nunito", sans-serif;
  line-height: 1.2;
  font-weight: 700 !important;
}

h3 {
  color: #050504;
  font-size: 2rem;
  font-family: "Nunito", sans-serif;
  line-height: 1.2;
  font-weight: 700 !important;
}

h4 {
  color: #050504;
  font-size: 1.5714285714rem;
  font-family: "Nunito", sans-serif;
  line-height: 1.2;
  font-weight: 700 !important;
}

h5 {
  color: #050504;
  font-size: 1.2857142857rem;
  font-family: "Nunito", sans-serif;
  line-height: 1.2;
  font-weight: 700 !important;
}

@media (max-width: 767px) {
  h1 {
    color: #050504;
    font-size: 3.8rem;
    font-family: "Nunito", sans-serif;
    line-height: 1.4;
    font-weight: 700 !important;
  }

  h2 {
    color: #050504;
    font-size: 1.7857142857rem;
    font-family: "Nunito", sans-serif;
    line-height: 1.4;
    font-weight: 700 !important;
  }
}
/* ---------------------------- GRADIENT BGROUND ---------------------------- */
/* --------------------------------- SHADOWN -------------------------------- */
/* -------------------------------------------------------------------------- */
.newsflow {
  width: 100%;
  height: -webkit-fill-available;
  top: 85px !important;
}
@media (min-width: 960px) {
  .newsflow {
    top: 90px !important;
  }
}
.newsflow-container {
  max-width: 1140px;
  margin: 0 auto;
  max-width: 1170px;
  padding: 0px 15px;
  position: relative;
  width: 100%;
}
.newsflow__open-info {
  float: left;
}
.newsflow__open-photo {
  float: right;
}
.newsflow__close {
  height: fit-content;
  padding: 10px 15px !important;
}
.newsflow__close > div {
  position: relative;
  display: flex;
  align-items: center;
  background: #eb5e0b;
}
.newsflow__close > div h3 {
  width: calc(100% - 50px);
  text-align: center;
  font-size: 18px;
  line-height: 26px;
}
.newsflow__close > div > .icon-arrow_down {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  font-size: 2.5rem;
}

/*# sourceMappingURL=newsflow.css.map */
