.faq-list .faq-list__item:before {
  top: 19px; }


.faq-list__item_open .faq-list__body {
  display: block; }

.faq-list__body {
  display: none; }

.faq-list__title {
  color: #000;
  font-size: 16px;
  padding: 15px 0;
  cursor: pointer; }

.banner {
  min-height: 300px;
  position: relative;
  margin-top: -20px;
  margin-bottom: 40px;
  padding-top: 30px;
  text-align: right; }
  .banner__img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    height: 100%;
    width: 100%; }
  .banner__content {
    display: inline-block;
    position: relative;
    text-align: right;
    padding: 20px;
    background: rgba(255, 255, 255, 0.55);
    border-radius: 3px; }
  .banner__title {
    text-transform: uppercase;
    margin-bottom: 30px;
    font-weight: 700; }

.products-section {
  margin-bottom: 50px; }
  .products-section__desc {
    padding-top: 20px; }

.publication-list {
  margin-bottom: 20px; }
  .publication-list__item {
    padding-bottom: 15px;
    border-bottom: 1px solid #dedede;
    margin-bottom: 20px; }
  .publication-list__title {
    font-size: 20px;
    margin-bottom: 15px; }
  .publication-list__author {
    font-weight: 400;
    color: #000;
    margin-bottom: 5px; }

