

/* Start:/local/templates/pastuh/css/news.css?17279378915088*/
.news__breadcrumbsa {
  display: flex;
  gap: 5px;
}

.news__breadcrumbs a {

  font-weight: 400;
  font-size: 12px;
  line-height: 30px;
  color: #949799;
  transition: all 0.2s ease-in-out;
  position: relative;
  padding-bottom: 2px;
}

.news__breadcrumbs a::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 1px;
  background: #949799;
  transform: scale(0);
  transition: all 0.2s ease-in-out;
}

.news__breadcrumbs span {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 30px;
  color: #949799;
}

.news__breadcrumbs a:hover::after {
  transform: scale(1);
}

.news__title {
  font-size: 42px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.03em;
  margin-bottom: 22px;
  font-family: Arial, Helvetica, sans-serif;
}

.news__inner {
  margin-bottom: 60px;
  gap: 20px 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.news__item {
  max-width: 380px;
  display: flex;
  flex-direction: column;
  color: #35415b;
  box-shadow: 0 0.03rem 0.06rem rgba(0, 0, 0, 0.1), 0 0.1rem 0.3rem rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease-in-out;
  position: relative;
}

.news__item:hover {
  box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.1), 0 0.33rem 1rem rgba(0, 0, 0, 0.15);
}

.news__item:hover .news__content-title::after {
  transform: scale(1);
}

.news__content {
  padding: 20px;
  height: 100%;
}

.news__content-top {
  display: flex;
  height: 116px;
  flex-direction: column;
  justify-content: space-between;
}

.news img {
  object-fit: cover;
}

.news p {
  color: #25282b;
  font-weight: 500;
  margin: 0 0 1.5rem;
  font-size: 16px;
  line-height: 30px;
  font-family: "Open Sans", sans-serif;
}

.news ul {
  margin: 0 0 1.5rem;
  list-style-type: disc;
}

.news__text {
  color: #25282b;
}

.news ul li {
  margin: 0 0 0.5rem;
  color: #25282b;
  font-weight: 500;
}

.news a {
  color: #ff5722;
}

.news__content-title {
  color: #0f131f;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 11px;
  letter-spacing: 0.3px;
  position: relative;

}

.news__content-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 0.5px;
  background-color: #0f131f;
  transition: all 0.2s ease-in-out;
  transform: scale(0);
}

.news__info {
  display: flex;
  gap: 12px;
  align-items: center;
  color: #727f9f;
  font-size: 14px;
  margin-bottom: 11px;
  line-height: 30px;
}

.news__data {
  display: flex;
  align-items: baseline;
  gap: 6px;
}

.news__text {
  line-height: 30px;
  font-size: 16px;
}

.news__btn {
  background-color: #ff5722;
  padding: 6px 11px;
  color: white;
  position: absolute;
  border-radius: 20px;
  border: none;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  top: 20px;
  left: 20px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  letter-spacing: -1px;
}

.news__btn:hover {
  background-color: #35415b;
}

.news {
  font-family: 'Open Sans', sans-serif;
}

.news__detal {
  color: #35415b;
  font-size: 18px !important;
  padding-top: 20px;
  padding-bottom: 60px;
  padding-left: 20px;
}

.news__detal p,
.news__detal span,
.news__detal div,
.news__detal u {
  color: #35415b;
  font-size: 18px !important;
  font-weight: 400;
}

.news__detal b {
  color: #35415b;
  font-size: 18px !important;
  font-weight: 600;
}

.news__detal a {
  color: #35415b;
  font-size: 18px;
  font-weight: 400;

  text-decoration: underline;
}

.news__detal img {
  float: left;
  float: left;
  max-height: 204px;
  margin: 0 20px 0 0;
}

.news-sliders {
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
}

.news-slider {
  margin: 0 !important;
}

.vertical-slider {
  width: 95px;
  height: 375px;
}

.vertical-slider__slide {
  width: 94px;
  height: 100px;
  cursor: pointer;
}

.vertical-slider__img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.horizontal-slider {
  max-width: 1148px;
  width: 100%;
  height: 375px;
}

.horizontal-slider__slide {
  max-width: 1148px;
  width: 100%;
  height: 675px;
}

.horizontal-slider__img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

@media(max-width:1000px) {
  .news__inner {
    margin-bottom: 60px;
    gap: 20px 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
  }

  .news__content {
    padding: 20px 30px 30px 30px;
  }
}

@media(max-width:600px) {
  .news__inner {
    margin-bottom: 20px;
    grid-template-columns: 1fr;
  }

  .news__item {
    max-width: inherit;
  }

  .news__detal img {
    float: none;
    margin-bottom: 20px;
  }

  .vertical-slider {
    width: 12.8125vw;
    height: 43.75vw;
  }

  .vertical-slider__slide {
    height: 13.75vw;
  }

  .vertical-slider__img {
    width: 12.8125vw;
    height: 13.75vw;
  }

  .horizontal-slider {
    width: 75.9375vw;
    height: 43.75vw;
  }

  .horizontal-slider__img {}
}
/* End */


/* Start:/local/templates/pastuh/components/bitrix/news.list/news_blog/style.css?1698131460150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */
/* /local/templates/pastuh/css/news.css?17279378915088 */
/* /local/templates/pastuh/components/bitrix/news.list/news_blog/style.css?1698131460150 */
