.hidden_element {
  display:none !important;
}
.breadcrumbs__list li:last-child .breadcrumbs__delimiter {
  display:none !important;
}
/*.cards__card:nth-child(even) .card__content {*/
/*  -webkit-box-orient: horizontal;*/
/*  -webkit-box-direction: reverse;*/
/*  -ms-flex-direction: row-reverse;*/
/*  flex-direction: row-reverse;*/
/*}*/
.articles.wrapper-m .btn.btn-primary.btn-more {
  display:none !important;
}
.page--blog .the-tabs-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.ya-share2 {
  display:none !important;
}
.faq.wrapper-m .products__catalog {
  margin-bottom:80px;
}
.faq.wrapper-m .products__catalog:last-child {
  margin-bottom: 0;
}
.tabs__item span.color-line {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background-color: #d1d7db;
  -webkit-transition: all .4s cubic-bezier(.33,0,0,1);
  -o-transition: all .4s cubic-bezier(.33,0,0,1);
  transition: all .4s cubic-bezier(.33,0,0,1);
}
.tabs__item.active span.color-line,
.tabs__item:hover span.color-line {
  background-color: currentColor;
}
/*.info-content img {*/
/*  max-width: 100%;*/
/*  height: auto;*/
/*}*/
@media only screen and (max-width:767px) {
  .cards__card:nth-child(even) .card__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .investments__slide-text, .investments__slide-title {
    color:#262626;
  }
}
