

/* Start:/local/templates/capriz/components/bitrix/news/poleznaya-informatsya/bitrix/news.list/.default/style.css?17635691603648*/
.list__container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-bottom: 32px;
}

.list__content {
  display: grid;
  gap: 12px;
}
.list__image {
  height: 215px;
}

.list__image-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.list__main {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.list__group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.list__title {
  font-family: Raleway;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  line-height: 1;
  color: rgba(0, 0, 0, 1);
}
.list__data {
  font-family: Raleway;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: rgba(124, 118, 142, 1);
}
.list__text {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: rgba(0, 0, 0, 1);
  padding-left: 7px;
}
.list__link {
  font-family: Raleway;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
}
.list__card {
  /* display: flex;
  flex-direction: column; */
  display: grid;
  gap: 10px;
  border: 1px solid rgba(218, 205, 219, 1);
  border-radius: 3px;
  padding: 13px;
}
.list__wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.list__btn {
  font-family: Raleway;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  text-align: center;
  color: rgba(121, 77, 127, 1);
  border: unset;
  background: unset;
}
.detail__image {
  height: 200px;
  padding-block: 16px;
}
.detail__title {
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  color: rgba(0, 0, 0, 1);
}
.detail__prose + p {
  font-family: Raleway;
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  color: rgba(0, 0, 0, 1);
}

/* .content ul li::before {
  display: none;
} */
.detail__div-ul .content ul li {
  list-style: disc;
  padding-left: unset;
}
.detail__div-ul ul li {
  font-family: Raleway;
  font-weight: 400;
  font-size: 14px;
  line-height: 27px;
  color: rgba(0, 0, 0, 1);
}

.detail__content + h2 {
  font-family: Raleway;
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  color: rgba(0, 0, 0, 1);
  padding-top: 16px;
  padding-bottom: 12px;
}

.detail__content + h3 {
  font-family: Raleway;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  color: rgba(0, 0, 0, 1);
  padding-top: 16px;
  padding-bottom: 12px;
}
@media (min-width: 768px) {
  .list__content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}

@media (min-width: 1024px) {
  .list__data {
    font-size: 18px;
  }
  .list__text {
    padding-left: 14px;
  }

  .list__main {
    gap: 20px;
  }
  .list__card {
    gap: 20px;
    padding: 26px;
    grid-template-columns: auto 1fr;
  }
  .list__link {
    font-size: 18px;
  }
  .list__content {
    gap: 24px;
  }
  .list__wrapper {
    gap: 24px;
  }
  .list__image {
    height: 215px;
    width: 157px;
  }
  .list__btn {
    font-size: 24px;
  }
  .list__container {
    gap: 40px;
    padding-bottom: 64px;
  }
  .detail__image {
    height: 400px;
    padding-block: 32px;
  }
  .detail__title {
    font-size: 32px;
  }
  .detail__prose {
    margin-bottom: 20px;
  }
  .detail__prose + p {
    font-size: 18px;
  }
  .detail__content + h2 {
    font-size: 32px;
    padding-top: 32px;
    padding-bottom: 24px;
  }
  .detail__content + h3 {
    font-size: 24px;
    padding-top: 16px;
    padding-bottom: 24px;
  }
  .detail__li {
    font-size: 16px;
  }
}
@media (min-width: 1280px) {
  .detail__image {
    height: 540px;
  }
}

/* End */
/* /local/templates/capriz/components/bitrix/news/poleznaya-informatsya/bitrix/news.list/.default/style.css?17635691603648 */
