.breadcrumbs {
  align-items: center;
  border-bottom: 1px solid #e5eaec;
  display: flex;
  justify-content: center;
  padding: 20px;
}
.breadcrumbs__link {
  color: #000;
  display: block;
  margin-right: 55px;
  position: relative;
  text-align: center;
  transition: .2s ease-in-out;
}
.breadcrumbs__link:hover {
  color: #b12535;
  text-decoration: none;
}
.breadcrumbs__link::before {
  background-color: #b12535;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  content: "";
  height: 1px;
  position: absolute;
  right: -35px;
  top: 50%;
  transform: translateY(-50%) translateZ(0);
  width: 16px;
}
.breadcrumbs__item:last-child .breadcrumbs__link {
  color: #b12535;
  font-weight: 600;
  margin: 0;
  padding: 0;
  pointer-events: none;
}
.breadcrumbs__item:last-child .breadcrumbs__link::before {
  display: none;
}
@media (max-width: 576px) {
  .breadcrumbs {
    flex-wrap: wrap;
  }
}
.articles-title.heading {
  font-size: 32px;
  margin: 30px 0;
  text-align: center;
}
.articles-filter {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.articles-filter__link {
  border-radius: 5px;
  color: #000;
  display: block;
  margin-right: 20px;
  padding: 5px 15px;
  transition: .2s ease-in-out;
}
.articles-filter__link--active {
  background-color: #b12535;
  color: #fff;
}
.articles-filter__link:last-child {
  margin-right: 0;
}
.articles-filter__link:hover {
  background-color: #b12535;
  color: #fff;
  text-decoration: none;
}
.articles-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.articles-list__img {
  display: block;
  height: 100%;
  left: 0;
  max-width: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  transition: .3s ease-in-out;
  width: 100%;
  z-index: 1;
  z-index: 1;
}
.articles-list__item:hover .articles-list__img {
  transform: scale(1.03);
}
.articles-list__item {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-wrap: wrap;
  height: 300px;
  justify-content: center;
  margin-bottom: 40px;
  max-width: calc((100% / 2) - 20px);
  overflow: hidden;
  padding: 30px;
  position: relative;
  width: 100%;
}
.articles-list__item::before {
  background-color: rgba(0, 0, 0, .45);
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 2;
}
.articles-list__item--simple::before {
  display: none;
}
.articles-list__item--simple .articles-list__img {
  display: none;
}
.articles-list__item--simple {
  border: 1px solid #e5eaec;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, .12);
}
.articles-list__item--simple .articles-list__content, .articles-list__item--simple .articles-list__header {
  color: #000;
  transition: .2s ease-in-out;
}
.articles-list__item--simple:hover .articles-list__content, .articles-list__item--simple:hover .articles-list__header {
  color: #b12535;
}
.articles-list__header {
  align-self: flex-start;
  color: #fff;
  display: block;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 3;
}
.articles-list__content {
  align-self: flex-start;
  color: #fff;
  position: relative;
  text-align: center;
  z-index: 3;
}
.articles-list__title {
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 20px;
}
.articles-list__text {
  font-size: 12px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.articles-list .more-button {
  border: 1px solid #e5eaec;
  margin-bottom: 40px;
  position: initial;
}
.articles-list .more-button:hover {
  box-shadow: 0 0 10px 0 #f5f5f5;
}
@media (max-width: 1399px) {
  .articles-list__item {
    margin-bottom: 20px;
    max-width: calc((100% / 2) - 10px);
  }
}
@media (max-width: 1199px) {
  .articles-list {
    justify-content: center;
  }
  .articles-list__item {
    margin-bottom: 20px;
    max-width: 740px;
  }
}
@media (max-width: 970px) {
  .articles-list {
    justify-content: space-between;
  }
  .articles-list__item {
    margin-bottom: 20px;
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  .articles-list {
    justify-content: space-between;
  }
  .articles-title {
    font-size: 24px;
  }
  .articles-list__item {
    margin-bottom: 20px;
    max-width: 100%;
  }
  .articles-filter {
    flex-wrap: wrap;
  }
  .articles-list__title {
    font-size: 28px;
  }
}
.experts-list__item {
  margin: 0 auto 40px;
  max-width: 1300px;
  display: flex;
  justify-content: flex-start;
  border: 0;
  border-radius: 15px;
  box-shadow: 0 10px 80px -60px rgb(0 0 0 / 50%);
}
.experts-list__picture {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  flex-shrink: 0;
  max-width: 320px;
  order: 0;
  width: 100%;
}
.experts-list__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: inherit;
}
.experts-list__description {
  order: 1;
  padding: 40px 100px;
}
.experts-list__description .main-button {
  max-width: 300px;
}
.experts-list__title {
  color: #000;
  display: block;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 30px;
  transition: .2s ease-in-out;
}
.experts-list__title:hover {
  color: #b12535;
  text-decoration: none;
}
.experts-list__text {
  margin-bottom: 30px;
}
.experts-list__item--reverse .experts-list__picture {
  order: 1;
}
.experts-list__item--reverse .experts-list__description {
  order: 0;
}
@media (min-width: 971px) {
  .experts-list__item .experts-list__picture {
    border-radius: 15px 0 0 15px;
  }
  .experts-list__item.experts-list__item--reverse .experts-list__picture {
    border-radius: 0 15px 15px 0;
  }
}
@media (min-width: 576px) and (max-width: 970px) {
  .experts-list {
    padding: 0 20px;
  }
  .experts-list__item {
    flex-wrap: wrap;
    padding-top: 40px;
  }
  .experts-list__picture {
    height: 400px;
    margin: 0 auto;
    max-width: 500px;
  }
  .experts-list__description {
    padding: 30px 20px;
  }
  .experts-list__item--reverse .experts-list__picture {
    order: 0;
  }
  .experts-list__item--reverse .experts-list__description {
    order: 1;
  }
}
@media (max-width: 576px) {
  .experts-list__item {
    flex-wrap: wrap;
  }
  .experts-list__picture {
    height: 320px;
    max-width: 100%;
  }
  .experts-list__description {
    padding: 30px 20px;
  }
  .experts-list__item--reverse .experts-list__picture {
    order: 0;
  }
  .experts-list__item--reverse .experts-list__description {
    order: 1;
  }
}
.video-list__item {
  border: 1px solid #e5eaec;
  border-radius: 5px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, .12);
  margin: 0 auto;
  margin-bottom: 40px;
  max-width: 960px;
  padding: 50px 30px;
  width: 100%;
}
.video-list__title {
  color: #000;
  display: block;
  font-size: 48px;
  line-height: 54px;
  margin-bottom: 40px;
  text-align: center;
  transition: .2s ease-in-out;
}
.video-list__title:hover {
  color: #b12535;
  text-decoration: none;
}
.video-list__frame {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.video-list__text {
  display: block;
  margin: 0 auto;
  max-width: 560px;
}
@media (max-width: 970px) {
  .video-list__item {
    max-width: 620px;
  }
  .video-list__title {
    font-size: 36px;
    line-height: 42px;
  }
}
@media (max-width: 576px) {
  .video-list__item {
    max-width: 360px;
    padding: 30px;
  }
  .video-list__title {
    font-size: 28px;
    line-height: 32px;
  }
}
.experts-navigation {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 970px) {
  .experts-navigation {
    padding: 0 20px;
  }
}