@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.rescue--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;
  }

}

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

.rescue-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%;
}
.rescue-participans-items-table__row {
  display: flex;
  flex-flow: wrap row;
  padding: 15px 15px 15px 15px;
  align-items: center;
  justify-content: space-between;
  min-width: 630px
}
.rescue-participans-items-table__row:not(:last-child) {
  border-bottom: 1px solid #dee5e9;
}
.rescue-participans-items-table__left,
.rescue-participans-header-table__left {
  display: flex;
  flex-flow: wrap row;
  flex: 1;
  align-items: center;
  column-gap: 5px;
}
.rescue-participans-header-table__left {
  font-size: 110%;
  font-weight: bold;
}
.rescue-participans-items-table__num,
.rescue-participans-header-table__num {
  flex: 0 0 35px;
  max-width: 35px;
  width: 100%;
}
.rescue-participans-items-table__title,
.rescue-participans-header-table__title {
  flex: 1;
  margin-left: 30px;
  margin-right: 15px;
  text-align: left;
}
.rescue-participans-items-table__type,
.rescue-participans-header-table__type{
  width: 10%;
}
.rescue-participans-items-table__team,
.rescue-participans-header-table__team{
  width: 25%;
}
.rescue-participans-items-table__city,
.rescue-participans-header-table__city{
  width: 20%;
  margin-right: 15px;
}
.rescue-participans-items-table__region,
.rescue-participans-header-table__region{
  width: 30%;
  padding-right: 25px;
}
.rescue-participans-items-table__status,
.rescue-participans-header-table__status {
  width: 15%;
}
.rescue-participans-items-table__final,
.rescue-participans-header-table__final {
  width: 15%;
}

.rescue-participans-items-table__text {
  text-align: left;
}
.rescue-participans-items-table__text p {
  font: 300 16px/150% "Stem", sans-serif;
  margin-bottom: 0;
}
.rescue-participans-items-table__text p.rescue-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;
}
.rescue-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;
  }
  .rescue-participans__title {
    font: 500 22px/130% "Stem", sans-serif;
    text-align: center;
    margin-bottom: 20px;
  }
  .rescue-participans-items-table {
      font-size:85%;
      overflow-x:auto;
  }
  .rescue-participans-items-table__row {
    padding: 8px 8px 8px 6px;
  }
  .rescue-participans-items-table__text {
    text-align: left;
    margin-top: 7px;
  }
  .rescue-participans-items-table__right {
    flex: 0 0 100%;
    text-align: center;
  }
  .rescue-participans-items-table__left {
    flex: 0 0 100%;
  }
  .rescue-participans-items-table__title,
  .rescue-participans-header-table__title {
    margin-left: 0;
  }
}
.rescue-participans__tabs { padding: 30px 0 50px; }	
.rescue-participans__item {display:none;}
.rescue-participans__item.active {display:flex;}

.sectionsTabs
{    
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;


  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
    border-top: 1px solid #dee5e9;
}
.sectionsTabs a
{
  display: block;
  padding: 10px;
  font-weight: bold;
  text-align: center;
  background: #ececec;
  color: #000;
}
.sectionsTabs a.active
{
  background: #e3f4f8;
}
.sectionsTabs.cols-2 > div
{  
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
}
.sectionsTabs.cols-3 > div
{  
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
            flex: 0 0 33.333%;
    max-width: 33.333%;
}
.sectionsTabs.cols-4 > div
{  
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
}
.sectionTab
{
  display: none;
}
.sectionTab.active
{
  display: block;
}