

/* Start:/local/templates/falinda_new/components/bitrix/news/blog/bitrix/news.detail/.default/style.css?17803096401498*/
img.detail_picture {
    width: 100%;
    height: auto;
}
video.detail-video {
    max-height: 550px;
    background-color: grey;
}
.container{
	max-width: 1440px !important;
}
main .container {
  margin-bottom: 40px;
}
.news-detail {
  max-width: 800px;
  margin: auto;
}
.news-detail h1 {
  font-size: 28px;
  font-weight: 600;
}
.iblock-items-list {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin: 20px 0;
}
.iblock-items-list__item {
  flex: 0 0 calc(48% - 8px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.iblock-items-list__media {
  display: block;
  width: 100%;
}
.iblock-items-list__picture {
  width: 100%;
  display: block;
}
.iblock-items-list__name {
  text-align: center;
  text-decoration: none;
  color: inherit;
}
.iblock-items-list__prices {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  gap: 6px 10px;
}
.btn.btn-primary.btn-buy.btn-sm.iblock-items-list__buy {
  background: black;
  border: black;
  border-radius: 0px;
  padding: 8px;
}
.iblock-items-list__buy {
  width: 100%;
  text-align: center;
  text-decoration: none;
}
.iblock-items-list__price {
  font-weight: 600;
  font-size: 1.05rem;
}
.news-detail-pictures {
  display: flex;
  margin-bottom: 14px;
}
.news-detail-pictures img {
  flex: 0 0 50%;
  width: 50%;
  object-fit: cover;
}

@media (max-width: 767px) {
.breadcrumbs__text selected{
display: none !important;
}
}

.news-detail a {
    color: #f1112e;
}


/* End */
/* /local/templates/falinda_new/components/bitrix/news/blog/bitrix/news.detail/.default/style.css?17803096401498 */
