.g-article-list {
  text-align: left;
}
body .g-article--simple-view .g-article__name {
  text-decoration: none;
}
@media (min-width: 961px) {
  body .g-article--simple-view .g-article__name {
    font-size: 24px;
  }
}
@media (min-width: 961px) {
  .g-article__text {
    font-size: 16px;
  }
}
.g-article__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.g-article_more {
  font-size: 16px;
  color: #fff;
  font-family: "Play", sans-serif;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  padding: 10px 27px;
  background: rgba(var(--color-i41yd3k87), 1);
}
body .lpc-contact-3-phones__item-wrap {
  display: flex;
  align-items: center;
}
body .lpc-contact-3-phones__item-wrap .messengers {
  margin-left: 10px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 8px;
}
body .lpc-contact-3-phones__item-wrap .messengers a {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  overflow: hidden;
  margin: 3px;
}
body .lpc-contact-3-phones__item-wrap .messengers a img {
  width: 100%;
  height: 100%;
}
body .lpc-contact-3__column {
  position: relative;
}
body .lpc-contact-3__column > a {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
}
@media (max-width: 479px) {
  body .lpc-contact-3__icon-image {
    width: 30px !important;
    height: 30px !important;
  }
}
