.advice {
  padding: 50px 0
}
.advice__container {
  width: 100%;
  max-width: 1170px;
  padding: 0 15px;
  margin: 0 auto
}
.advice__head {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px
}
.advice__title {
  color: #222;
  font-family: "Roboto Slab",sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  margin-left: 20px
}
.advice__title.advice__title_lg {
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;
  color: #5b9118;
  margin-left: 0;
  margin-bottom: 40px
}
.advice__row {
  display: flex;
  margin: 0 -10px
}
.advice__row .slick-track {
  display: flex;
  align-items: stretch
}
.advice__row.slick-initialized .slick-slide {
  display: flex;
  flex-direction: column;
  height: initial
}
.advice__row .slick-dots {
  bottom: -40px
}
.advice__row .slick-dots button {
  display: none
}
.advice__row .slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0 5px;
  border: 1px solid #5b9118;
  border-radius: 50%;
  transition: background-color .3s linear
}
.advice__row .slick-dots li.slick-active {
  background-color: #5b9118
}
.advice__row_wrap {
  flex-wrap: wrap;
  margin: -20px -10px 0
}
.advice__row_wrap .advice__item {
  margin: 20px 10px 0;
  display: flex!important
}
.advice__row_wrap .advice__img {
  margin-bottom: 0
}
.advice__row_wrap .advice__img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.advice__item {
  position: relative;
  display: flex;
  flex-direction: column;
  width: calc(33.333% - 20px);
  margin: 0 10px
}
.advice__item:not(:nth-child(-n+3)):not(.slick-slide) {
  display: none
}
.advice__img {
  width: 100%;
  margin-bottom: 16px
}
.advice__img img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain
}
.advice__text {
  color: #222;
  font-size: 18px;
  font-weight: 500;
  line-height: 125%;
  margin-bottom: 30px
}
.advice__link {
  display: flex;
  margin-top: auto;
  padding: 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px
}
.advice__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #dedede
}
.advice__date {
  display: flex;
  align-items: center;
  font-size: 15px;
  line-height: 17px;
  color: #222
}
.advice__date svg {
  margin-right: 4px
}
.advice__ratings {
  display: flex;
  align-items: center;
  font-size: 15px;
  line-height: 17px;
  color: #222
}
.advice__ratings svg {
  margin-left: 4px
}
.advice__ratings-text {
  margin-left: 8px;
  font-size: 14px;
  line-height: 16px;
  color: silver
}
.advice__badge {
  position: absolute;
  top: 14px;
  left: 14px;
  padding: 7.5px 18px;
  background-color: #f7f7F7CC;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px
}
.advice__body {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 24px 14px 14px;
  background-color: #fff
}
.advice__label {
  color: #222;
  font-size: 15px;
  font-weight: 400;
  line-height: 17px;
  margin-bottom: 24px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical
}
.advice_second .advice__img {
  margin-bottom: 0
}
.advice_second .advice__text {
  margin-bottom: 12px
}
.advice.advice_article {
  padding: 30px 0
}
@media (max-width:1240px) {
  .advice__title,
  .advice__title.advice__title_lg {
    font-size: 30px
  }
}
@media (max-width:992px) {
  .advice__item {
    width: calc(50% - 20px)
  }
  .advice__item:not(:nth-child(-n+2)):not(.slick-slide) {
    display: none
  }
}
@media (max-width:900px) {
  .advice__img {
    margin-bottom: 10px
  }
  .advice__text {
    font-size: 16px;
    margin-bottom: 24px
  }
}
@media (max-width:768px) {
  .advice {
    padding: 40px 0
  }
  .advice__head {
    margin-bottom: 30px
  }
  .advice__title {
    font-size: 25px;
    line-height: 27px;
    margin-left: 10px
  }
  .advice__title.advice__title_lg {
    font-size: 25px;
    line-height: 27px;
    margin-bottom: 20px
  }
  .advice__icon,
  .advice__icon svg {
    width: 28px;
    height: 28px
  }
  .advice__badge {
    top: 10px;
    left: 10px;
    padding: 9px 14px;
    font-size: 13px;
    line-height: 16px
  }
}
@media (max-width:575px) {
  .advice__row_wrap {
    margin: -30px 0 0
  }
  .advice__row_wrap .advice__item {
    width: 100%;
    margin: 30px 0 0
  }
  .advice__item {
    width: 100%
  }
  .advice__item:not(:first-child):not(.slick-slide) {
    display: none
  }
}
@media (max-width:540px) {
  .advice__head {
    text-align: center;
    align-items: start
  }
}