@font-face {
  font-family: Stem; /* Гарнитура шрифта */
  src: url(/local/static/assets/fonts/stem/Stem-Regular.otf); /* Путь к файлу со шрифтом */
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Stem; /* Гарнитура шрифта */
  src: url(/local/static/assets/fonts/stem/Stem-Medium.otf); /* Путь к файлу со шрифтом */
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Stem; /* Гарнитура шрифта */
  src: url(/local/static/assets/fonts/stem/Stem-Bold.otf); /* Путь к файлу со шрифтом */
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: Stem; /* Гарнитура шрифта */
  src: url(/local/static/assets/fonts/stem/Stem-Light.otf); /* Путь к файлу со шрифтом */
  font-weight: 300;
  font-style: normal;
}
.f-e-f-title__title {
  font: 500 24px/117% "Stem", sans-serif;
  text-align: center;
  margin-bottom: 20px;
}
.f-e-f-title.aero--bg {
  background: #F6F9FB;
  padding: 75px 0 80px;
  margin: 50px 0 0;
}
.f-e-f-title__date span {
  background-color: #bb22fe;
  padding: 8px 20px 4px;
}
.f-e-f-button-block .button--red::before {
  background: #bb22fe;
}
.f-e-f-button-block .button--red::after {
  background: #ba4fec;
}
.f-e-f-button-block {
  text-align: center;
  margin-top: 40px;
}
.f-e-f-button-block .button--red {
  display: inline-block;
  width: auto;
}
.f-e-f-button-block .button--red span {
  font: 500 24px/167% "Stem", sans-serif;
  display: flex;
  height: 60px;
  align-items: center;
}
.f-e-f-button-block .button--red {
  padding: 0 56px;
}
.f-e-f-title__date {
  font: 500 24px/130% "Stem", sans-serif;
  text-align: center;
  color: #ffffff;
}
.f-e-f-reg .f-e-f-button-block {
  margin-top: 30px;
}
.f-e-f-title {
  padding: 60px 0 40px;
}

.f-e-f-title__subtitle {
  font: 500 30px/130% "Stem", sans-serif;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.f-e-f-title__text {
  font: 300 20px/160% "Stem", sans-serif;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .f-e-f-title__subtitle {
    font: 500 22px/130% "Stem", sans-serif;
    margin-bottom: 20px;
  }
  .f-e-f-title {
    padding: 40px 0 20px !important;
  }
  .f-e-f-title__subtitle {
    font: 500 20px/130% "Stem", sans-serif;
    margin-bottom: 20px;
  }
  .f-e-f-title__text {
    font: 400 16px/140% "Stem", sans-serif;
  }

}

.aero-participans__title {
  font: 500 40px/70% "Stem", sans-serif;
  text-align: center;
  margin-bottom: 40px;
}

.aero-participans-items-table {
  border-top: 1px solid #dee5e9;
  border-bottom: 1px solid #dee5e9;
  max-width: 1080px;
  margin: 0 auto;
  margin-bottom: 40px;
  font-size: 75%;
}
.aero-participans-items-table__row {
  display: flex;
  flex-flow: wrap row;
  padding: 15px 30px 15px 13px;
  align-items: center;
  justify-content: space-between;
}
.aero-participans-items-table__row:not(:last-child) {
  border-bottom: 1px solid #dee5e9;
}
.aero-participans-items-table__left,
.aero-participans-header-table__left {
  display: flex;
  flex-flow: wrap row;
  flex: 1;
  align-items: center;
}
.aero-participans-header-table__left {
  font-size: 110%;
  font-weight: bold;
}
.aero-participans-items-table__num,
.aero-participans-header-table__num {
  flex: 0 0 65px;
  max-width: 65px;
  width: 100%;
}
.aero-participans-items-table__title,
.aero-participans-header-table__title {
  flex: 1;
  margin-left: 30px;
  margin-right: 15px;
  text-align: left;
}
.aero-participans-items-table__type,
.aero-participans-header-table__type{
  width: 12%;
}
.aero-participans-items-table__team,
.aero-participans-header-table__team{
  width: 12%;
}
.aero-participans-items-table__city,
.aero-participans-header-table__city{
  width: 30%;
  margin-right: 15px;
}
.aero-participans-items-table__region,
.aero-participans-header-table__region{
  width: 18%;
}
.aero-participans-items-table__status,
.aero-participans-header-table__status {
  width: 25%;
}

.aero-participans-items-table__text {
  text-align: left;
}
.aero-participans-items-table__text p {
  font: 300 16px/150% "Stem", sans-serif;
  margin-bottom: 0;
}
.aero-participans-items-table__text p.aero-participans-items-table__bold {
  font: 500 20px/150% "Stem", sans-serif;
  margin-bottom: 0;
}

.about-tenders-barier {
  background-color: #f7f6f1;
  padding: 15px;
  font: 500 24px/142% "Stem", sans-serif;
  text-align: center;
  color: #222528;
  max-width: 860px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.aero-participans {
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .about-tenders-link-result .button--red {
    padding: 0px 15px;
  }
  .about-tenders-link-result .button--red span {
    font: 500 20px/167% "Stem", sans-serif;
  }
  .about-tenders-barier {
    font: 500 18px/142% "Stem", sans-serif;
  }
  .aero-participans__title {
    font: 500 22px/130% "Stem", sans-serif;
    text-align: center;
    margin-bottom: 20px;
  }
  .aero-participans-items-table {
      font-size:85%;
      overflow-x:auto;
  }
  .aero-participans-items-table__row {
    padding: 8px 8px 8px 6px;
  }
  .aero-participans-items-table__text {
    text-align: left;
    margin-top: 7px;
  }
  .aero-participans-items-table__right {
    flex: 0 0 100%;
    text-align: center;
  }
  .aero-participans-items-table__left {
    flex: 0 0 100%;
  }
  .aero-participans-items-table__title,
  .aero-participans-header-table__title {
    margin-left: 0;
  }
}