.article {
  padding: 40px 0
}
.article__form {
  width: 100%;
  margin: 20px 0 40px
}
.article__form-label {
  width: 100%;
  display: block;
  position: relative
}
.article__form-label.active .article__form-btn {
  display: block
}
.article__form-label.active .article__form-icon {
  display: none
}
.article__form-search {
  width: 100%;
  height: 50px;
  padding: 14px;
  border: 1px solid #5b9118;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  background-color: #f7f7f7;
  color: #222
}
.article__form-search::-moz-placeholder {
  color: #999
}
.article__form-search::placeholder {
  color: #999
}
.article__form-search::-webkit-search-cancel-button {
  display: none
}
.article__form-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 14px;
  transition: display .3s linear
}
.article__form-btn {
  padding: 8px 23px;
  font-weight: 500;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 8px;
  display: none;
  border-radius: 0;
  transition: display .3s linear
}
.article__title {
  color: #5b9118;
  font-family: "Roboto Slab",sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 25px;
  padding-bottom: 30px;
  border-bottom: 1px solid #dedede
}
.article__categories {
  font-family: "Roboto Slab",sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 15px
}
.article__tabs {
  margin-bottom: 40px
}
.article__advice:not(.article__advice_active) {
  display: none
}
.article__info {
  margin: -10px -10px 50px;
  display: flex;
  flex-wrap: wrap;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px
}
.article__info-date,
.article__info-time,
.article__info-views {
  display: flex;
  align-items: center;
  margin: 10px 10px 0
}
.article__info-date svg,
.article__info-time svg,
.article__info-views svg {
  margin-right: 5px
}
.article__content {
  padding: 14px;
  width: 100%;
  background-attachment: #fff;
  box-shadow: 0 10px 40px 0 #0000000D
}
.article__content-head {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #5b9118
}
.article__content-head_active .article__content-btn .hidden {
  display: block
}
.article__content-head_active .article__content-btn .show {
  display: none
}
.article__content-head_active .article__content-btn svg {
  transform: rotate(180deg)
}
.article__content-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #5b9118
}
.article__content-btn {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #5b9118;
  transition: display .3s linear
}
.article__content-btn .hidden {
  display: none
}
.article__content-btn svg {
  margin-left: 5px;
  transition: transform .3s linear
}
.article__list {
  display: none
}
.article__list-item:not(:last-child) {
  margin-bottom: 10px
}
.article__list-link {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #222;
  display: flex;
  align-items: center
}
.article__author {
  margin: 20px 0;
  display: flex;
  align-items: center
}
.article__author-img {
  margin-right: 15px;
  width: 80px;
  min-width: 80px;
  height: 80px
}
.article__author-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.article__author-name {
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 5px;
  color: #000
}
.article__author-position {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #000
}
.article__media {
  padding: 30px 0
}
@media (max-width:768px) {
  .article {
    padding: 30px 0
  }
  .article__form {
    margin: 20px 0 30px
  }
  .article__title {
    font-size: 25px;
    padding-bottom: 20px
  }
  .article__tabs {
    margin-bottom: 30px
  }
  .article__info {
    margin: -10px -10px 30px
  }
  .article__author-img {
    width: 75px;
    min-width: 75px;
    height: 75px;
    margin-right: 10px
  }
  .article__author-name {
    font-size: 14px;
    line-height: 18px
  }
  .article__author-position {
    font-size: 12px;
    line-height: 15px
  }
  .article__media {
    padding: 20px 0
  }
}