h1 {
  font-size : 32px!important;
}
h2 {
  font-size : 24px!important;
}
h3 {
  font-size : 19px!important;
}
h4 {
  font-size : 16px!important;
}
h5 {
  font-size : 14px!important;
}
h6 {
  font-size : 10px!important;
}
.text_red {
  color: #F13E3E;
}
.text_blue {
  color: #3478FE;
}
.text_orange {
  color: #F13E3E;
}
.text_green {
  color: #5FA91E;
}
.text_flow {
  display: flex;
  align-items: #002C5F;
}

.label_megaphone {
  display: inline-flex;
  width: 24px;
  height: 24px;
  background: transparent url("../../images/common/label/icon_megaphone.svg") padding-box no-repeat;
  background-size: auto;
}

.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 39px;
  width: 100%;
  background-color: #9BA2A9;
  box-sizing: border-box;
  padding: 0px 16px;
}
.footer .label_megaphone {
  position: relative;
}
.footer .label_megaphone::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  width: 5px;
  height: 5px;
  background-color: #F13E3E;
  border-radius: 50%;
}
.footer_buttons {
  display: flex;
}

.news {
  display: flex;
  align-items: center;
}
.news_label {
  display: flex;
  align-items: center;
  gap: 4px;
}
.news_label__text {
  color: #fff;
}
.news_dosc {
  color: #fff;
}

footer {
  display: flex;
}
footer > p {
  padding: 16px;
}