.participate-block {
  position: relative;
  padding: 80px 0 50px;
  background-color: #f2fbfd; }
  @media only screen and (max-width: 767px) {
    .participate-block {
      margin: 30px 0; } }
  .participate-block a {
    font: 300 20px/150% "Stem", sans-serif;
    color: #00afdd; }
    @media only screen and (max-width: 991px) {
      .participate-block a {
        font: 300 18px/150% "Stem", sans-serif; } }
    @media only screen and (max-width: 767px) {
      .participate-block a {
        font: 300 16px/150% "Stem", sans-serif; } }
  .participate-block p {
    margin-bottom: 0; }
  .participate-block__item {
    background-color: #ffffff;
    height: 100%;
    padding: 16px 20px 24px; }
    .participate-block__icon {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 33px;
      flex: 0 0 33px;
      max-width: 33px;
      margin-right: 16px; }
  .participate-block__col {
    padding-bottom: 32px; }
  .participate-block__wrapper {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: wrap row;
    flex-flow: wrap row; }
    @media only screen and (max-width: 767px) {
      .participate-block__wrapper {
        padding: 30px 20px 30px; } }
    .participate-block__wrapper.active:before {
      left: 0;
      opacity: 1; }
    .participate-block__wrapper.active:after {
      right: 0;
      opacity: 1; }
  .participate-block__text {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: wrap row;
    flex-flow: wrap row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    position: relative;
    opacity: 0;
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
    transition: opacity 1s ease, -webkit-transform 1s ease;
    transition: opacity 1s ease, transform 1s ease;
    transition: opacity 1s ease, transform 1s ease, -webkit-transform 1s ease; }
    .participate-block__text--min {
      display: block;
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      flex: 1; }
  .participate-block__title {
    margin: 0 0 24px; }
  .participate-block--two-columns {
    background: #eaf1f3;
    padding: 75px 0 48px; }
.participate-block.readable--modif {
  background: #f6f9fb;
  padding: 60px 0 48px 0;
}
    @media only screen and (max-width: 991px) {
      .participate-block--two-columns {
        padding: 50px 0 30px; } }
    @media only screen and (max-width: 767px) {
      .participate-block--two-columns {
        padding: 30px 0 10px;
        margin: 0; } }
  .participate-block--two-columns .participate-block__wrapper {
    max-width: 770px;
    margin: 0 auto; }
    @media only screen and (max-width: 767px) {
      .participate-block--two-columns .participate-block__wrapper {
        padding: 0; } }
  .participate-block--two-columns .participate-block__item {
    padding: 26px 20px 20px; }
  .participate-block--without-bg {
    background: transparent; }
  .participate-block--without-bg .participate-block__item {
    border: solid 1px #e0e3e4; }

.participate-block__wrapper.active .participate-block__link,
.participate-block__wrapper.active .participate-block__text {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1); }













.news-calendar__grid {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end; }

.news-filter {
  position: relative;
  margin: 0 0 60px 0;
  height: 30px; }
  @media only screen and (max-width: 991px) {
    .news-filter {
      height: 30px;
      margin: 0 0 30px 0; } }
  @media only screen and (max-width: 767px) {
    .news-filter {
      background: #f2fbfd;
      padding: 20px 0;
      height: 70px; } }
  @media only screen and (max-width: 576px) {
    .news-filter {
      height: 70px; } }
  .news-filter__block-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0; }
    @media only screen and (max-width: 767px) {
      .news-filter__block-wrap {
        top: 10px; } }
    @media only screen and (max-width: 576px) {
      .news-filter__block-wrap {
        top: 20px; } }
  .news-filter__grid {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto; }
  .news-filter__item-title {
    font: bold 14px/130% "Stem", sans-serif;
    color: #6e8496;
    text-transform: uppercase;
    margin-bottom: 8px; }
  .news-filter__item {
    position: relative;
    width: 100%;
    background-color: transparent; }
    @media only screen and (max-width: 767px) {
      .news-filter__item {
        width: 50%;
        padding: 0 5px 0 0; } }
    @media only screen and (max-width: 576px) {
      .news-filter__item {
        padding: 0;
        width: 100%; } }
    .news-filter__item:nth-child(2) {
      background: #f2fbfd;
      padding: 25px 0;
      margin-top: 40px; }
      @media only screen and (max-width: 767px) {
        .news-filter__item:nth-child(2) {
          background-color: transparent;
          padding: 0 0 0 5px; } }
      @media only screen and (max-width: 576px) {
        .news-filter__item:nth-child(2) {
          padding: 0; } }
  .news-filter__item + .news-filter__item {
    margin: 25px 0 0 0; }
    @media only screen and (max-width: 767px) {
      .news-filter__item + .news-filter__item {
        margin: 0; } }
    @media only screen and (max-width: 576px) {
      .news-filter__item + .news-filter__item {
        margin: 10px 0 0 0; } }
  .news-filter .dropdown {
    height: 50px;
    width: auto;
    position: relative;
    display: block;
    width: 100%;
    background: #ffffff; }
    @media only screen and (max-width: 991px) {
      .news-filter .dropdown {
        height: 40px; } }
    .news-filter .dropdown:before {
      content: "";
      position: absolute;
      right: 10px;
      top: -webkit-calc(50% - 7px);
      top: calc(50% - 7px);
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      background: url("/local/static/build/img/svg/back-to-list.svg");
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-size: contain;
      width: 20px;
      height: 14px;
      -webkit-transform: rotate(-90deg);
      transform: rotate(-90deg); }
    .news-filter .dropdown.show:before {
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg); }
    .news-filter .dropdown__toggle {
      color: #253746;
      cursor: pointer;
      line-height: 100%;
      font-weight: 300;
      font-size: 20px;
      height: 50px;
      overflow: hidden;
      padding: 0 35px 0 10px;
      text-align: left;
      text-overflow: ellipsis;
      -webkit-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      white-space: nowrap;
      width: 100%;
      position: relative;
      z-index: 1;
      border-radius: 4px; }
      @media only screen and (max-width: 991px) {
        .news-filter .dropdown__toggle {
          height: 40px; } }
  .news-filter--ai .dropdown:before {
    background-image: url("/local/static/build/img/svg/back-to-list-ai.svg"); }
  .news-filter .dropdown-menu {
    display: none;
    left: 0;
    list-style: outside none none;
    max-height: 370px;
    overflow-y: auto;
    position: absolute;
    right: 0;
    text-align: left;
    z-index: 1000;
    padding: 0 !important;
    border-radius: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    margin: 0 !important;
    border: 1px solid #e5e4df !important;
    background: #ffffff; }
  .news-filter .dropdown-menu label {
    clear: both;
    color: #253746;
    cursor: pointer;
    display: block;
    font: 300 20px/100% "Stem", sans-serif;
    padding: 10px 8px;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    margin: 0;
    background: #ffffff;
    border-bottom: 1px solid #e5e4df !important; }
    .news-filter .dropdown-menu label:last-child {
      border-bottom: 0 none; }
    @media only screen and (max-width: 767px) {
      .news-filter .dropdown-menu label {
        font: 300 13px/100% "Stem", sans-serif;
        padding: 10px 6px; } }
  .news-filter .dropdown-menu label a {
    display: block;
    margin: -8px -6px;
    padding: 8px 6px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .news-filter .dropdown-menu label a, .news-filter .dropdown-menu label a:hover, .news-filter .dropdown-menu label a:active {
    color: #253746; }
  .news-filter .dropdown-menu label + label {
    border-top: 0 none; }
  .news-filter .dropdown-menu label:hover {
    color: #253746;
    background: #e5e4df; }
  .news-filter .dropdown-menu label.hidden, .news-filter .dropdown-menu label.unused {
    display: none; }
  .news-filter .dropdown-menu label.disabled {
    color: #253746;
    cursor: default; }
  .news-filter .dropdown-menu label.disabled:hover {
    background: white none repeat scroll 0 0; }
  .news-filter .dropdown.show .dropdown-menu {
    display: block; }

.filter-news-category {
  position: relative;
  width: 100%;
  margin: 0 auto;
  display: block; }
  .filter-news-category--desktop {
    display: block; }
    @media only screen and (max-width: 767px) {
      .filter-news-category--desktop {
        display: none; } }
  .filter-news-category--fix {
    display: none; }
    @media only screen and (max-width: 767px) {
      .filter-news-category--fix {
        display: block; } }
  .filter-news-category__wrapper {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin: 0 auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center; }
  .filter-news-category__item {
    position: relative;
    padding: 0 20px;
    cursor: pointer;}
    @media only screen and (max-width: 1200px) {
      .filter-news-category__item {
        padding: 0 20px; } }
    @media only screen and (max-width: 991px) {
      .filter-news-category__item {
        padding: 0 15px; } }
  .filter-news-category__item.active .filter-news-category__link {
    color: #c2c6c9;
    cursor: default; }
    .filter-news-category__item.active .filter-news-category__link:hover {
      color: #c2c6c9;
      opacity: 1; }
  .filter-news-category__item-wrap {
    position: relative;
    display: inline-block; }
  .filter-news-category__link {
    position: relative;
    display: inline-block;
    color: #4BBDCF;
    font: bold 18px/130% "Stem", sans-serif;
    text-transform: uppercase;
    -webkit-transition: opacity 0.3s ease, color 0.3s ease;
    transition: opacity 0.3s ease, color 0.3s ease; }
    @media only screen and (max-width: 991px) {
      .filter-news-category__link {
        font: bold 16px/130% "Stem", sans-serif; } }
    .filter-news-category__link:hover {
      color: #c2c6c9;
      opacity: 0.6; }
    .news-filter--ai .filter-news-category__link,
    .--ai .filter-news-category__link {
      color: #00afdd; }
      .news-filter--ai .filter-news-category__link:hover,
      .--ai .filter-news-category__link:hover {
        color: #c2c6c9;
        opacity: 0.6; }
  .filter-news-category__decor {
    position: absolute;
    left: 0;
    top: -7px;
    height: 11px;
    width: 11px;
    opacity: 1;
    background-image: url("/local/static/build/img/svg/decor.svg");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: opacity 0.3s ease, -webkit-transform .3s ease;
    transition: opacity 0.3s ease, -webkit-transform .3s ease;
    transition: opacity 0.3s ease, transform .3s ease;
    transition: opacity 0.3s ease, transform .3s ease, -webkit-transform .3s ease; }
    @media only screen and (max-width: 991px) {
      .filter-news-category__decor {
        display: none; } }
    .news-filter--ai .filter-news-category__decor,
    .--ai .filter-news-category__decor {
      background-image: url("/local/static/build/img/svg/decor-tab-ai.svg"); }

.switch {
  position: relative; }
  .switch input {
    position: absolute;
    top: 0;
    z-index: 2;
    opacity: 0;
    cursor: pointer; }
    .switch input:checked {
      z-index: 1; }
  .switch label {
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
    cursor: pointer;
    font: bold 12px/130% "Stem", sans-serif;
    text-transform: uppercase; }
  .switch .toggle-outside {
    height: 100%;
    border-radius: 11px;
    overflow: hidden;
    -webkit-transition: 0.25s ease all;
    transition: 0.25s ease all;
    margin: 0 10px; }
  .switch .toggle-inside {
    border-radius: 50%;
    width: 22px;
    height: 22px;
    background-color: #4bbdcf;
    position: absolute;
    -webkit-transition: 0.35s ease all;
    transition: 0.35s ease all;
    top: -1px; }
    .--ai .switch .toggle-inside {
      background-color: #00afdd; }

/* main styles */
.switch--horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  height: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: wrap row;
  flex-flow: wrap row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end; }
  @media only screen and (max-width: 767px) {
    .switch--horizontal {
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      justify-content: flex-start; } }
  .switch--horizontal input {
    width: 0;
    height: 0;
    margin: 0;
    display: none; }
  .switch--horizontal label {
    display: inline-block;
    margin: 0;
    text-align: center;
    position: relative; }
    .switch--horizontal label a {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      .--ai .switch--horizontal label a {
        color: #00afdd; }
        .--ai .switch--horizontal label a:hover, .--ai .switch--horizontal label a:active, .--ai .switch--horizontal label a:focus {
          color: #5099f6; }
  .switch--horizontal .toggle-outside {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 22px;
    border-radius: 11px;
    border: solid 1px #4bbdcf;
    background-color: #ffffff; }
    .--ai .switch--horizontal .toggle-outside {
      border-color: #00afdd; }
  .switch--horizontal input#radio-a:checked ~ .toggle-outside .toggle-inside {
    left: 0; }
  .switch--horizontal input#radio-a:checked ~ label[for="radio-a"] {
    color: #4BBDCF; }
    .--ai .switch--horizontal input#radio-a:checked ~ label[for="radio-a"] {
      color: #00afdd; }
  .switch--horizontal input#radio-b:checked ~ .toggle-outside .toggle-inside {
    left: 12px; }
  .switch--horizontal input#radio-b:checked ~ label[for="radio-b"] {
    color: #4BBDCF; }
    .--ai .switch--horizontal input#radio-b:checked ~ label[for="radio-b"] {
      color: #00afdd; }

.filter-news-tenders {
  position: relative;
  max-width: 736px;
  width: 100%;
  display: block;
  margin: 0 auto; }
  @media only screen and (max-width: 991px) {
    .filter-news-tenders {
      max-width: 500px; } }
  @media only screen and (max-width: 767px) {
    .filter-news-tenders {
      margin-top: 20px; } }
  @media only screen and (max-width: 576px) {
    .filter-news-tenders {
      max-width: 100%; } }

@-webkit-keyframes fixFilter {
  0% {
    top: -100px; }
  100% {
    top: 66px; } }

@keyframes fixFilter {
  0% {
    top: -100px; }
  100% {
    top: 66px; } }

@-webkit-keyframes fixFilterTablet {
  0% {
    top: -100px; }
  100% {
    top: 59px; } }

@keyframes fixFilterTablet {
  0% {
    top: -100px; }
  100% {
    top: 59px; } }

.news-filter--fix .news-filter__block-wrap {
  position: fixed;
  left: 0;
  right: 0;
  top: 66px;
  -webkit-animation-name: fixFilter;
  animation-name: fixFilter;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
  z-index: 100;
  background: #f2fbfd;
  height: 70px; }
  @media only screen and (max-width: 991px) {
    .news-filter--fix .news-filter__block-wrap {
      top: 59px;
      height: 60px;
      -webkit-animation-name: fixFilterTablet;
      animation-name: fixFilterTablet;
      -webkit-animation-duration: 0.5s;
      animation-duration: 0.5s;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-animation-timing-function: ease;
      animation-timing-function: ease;
      -webkit-animation-delay: 0.1s;
      animation-delay: 0.1s; } }
  @media only screen and (max-width: 767px) {
    .news-filter--fix .news-filter__block-wrap {
      position: relative;
      top: auto;
      -webkit-animation-name: none;
      animation-name: none;
      height: 60px; } }
  @media only screen and (max-width: 576px) {
    .news-filter--fix .news-filter__block-wrap {
      height: 130px; } }

.news-filter--fix .news-filter__grid {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  max-width: 800px; }

.news-filter--fix .news-filter__item {
  width: 50%;
  padding: 10px 5px 10px 0; }
  .news-filter--fix .news-filter__item:nth-child(2) {
    padding: 10px 0 10px 5px; }
  @media only screen and (max-width: 767px) {
    .news-filter--fix .news-filter__item {
      width: 100%; } }

.news-filter--fix .news-filter__item + .news-filter__item {
  margin: 0 !important; }

.news-filter--fix .filter-news-category--desktop {
  display: none; }

.news-filter--fix .filter-news-category--fix {
  display: block; }

.doc-cat-26, .doc-cat-29 {
    display: none;
}
