.territoryh {
  display: none;
}
.territory-actual.active {
  display: block;
}
.block {
  display: block !important;
}
.tr-title {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 27px;
  /* identical to box height, or 123% */
  letter-spacing: 0.02em;
  color: #000000;
}
.files {
  flex-wrap: wrap;
  display: flex;
  margin-top: 50px;
}
.file {
  display: flex;
  margin-right: 50px;
  margin-bottom: 40px;
  width: 100%;
}
.txtfile span {
  display: flex;
}
.txtfile {
  padding-left: 20px;
  padding-top: 10px;
}
.txtfile a {
  color: #536B96;
}
.format {
  color: #9F9F9F;
  font-size: 10px;
}
td {
  border: 1px solid #EAEAEB;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.table {
  text-align: left;
}
.cent {
  text-align: center;
  background: #F5F8FA;
}
.backgr {
  background: #F5F8FA;
}
.news_pages {
  padding-bottom: 115px;
}
@media (max-width: 1024px) {
  .faq-list {
    padding-left: 8px !important;
  }
}
.table {
  overflow-y: auto;
  /* overflow-x: hidden; */
  width: 100%;
}
.ym_baloon__title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
}
.ym_baloon__status {
  margin-bottom: 15px;
}
.ym_baloon__row {
  margin-top: 25px;
  display: flex;
}
.ym_baloon__row .col {
  flex: 1 1 30%;
  /*grow | shrink | basis */
  height: 130px;
  padding: 0 5px 0 10px;
  text-align: center;
}
.ym_baloon__row .col .description {
  font: 13px/20px Arial, sans-serif;
  padding-top: 10px;
}
.ym_baloon__row .col .ym_baloon__title {
  margin-bottom: 5px;
}
.ym_baloon__row .ym_baloon__title {
  font-size: 22px;
}
.status.opened.yellow {
  background-color: #f4ac49;
}
/*# sourceMappingURL=style.css.map */