

/* Start:/local/templates/bns/components/bitrix/news/news/bitrix/news.detail/.default/style.css?17642444297051*/
div.news-detail
{
	word-wrap: break-word;
}
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}


.section.promo .promo-card__picture{
	max-height: 450px;
}

@media (min-width: 1440px) {
	.brand-intro__picture::after {
		padding-top: 470px !important;
	}
	.left__banner img {width: 450px; height: 450px;}
}

@media (max-width: 1440px) {
	.brand-intro__picture::after {
		padding-top: 33.3333% !important;
	}
}

.news__date {
  display: flex;
  justify-content: flex-end;
  font-size: 12px;
  line-height: 19px; }
  .news__date div {
    display: flex;
    align-items: center;
    color: #8B8B8B;
    margin-right: 50px; }
    .news__date div:last-child {
      margin-right: 0; }
  .news__date img {
    display: block;
    margin-right: 10px; }

.news section {
  margin-bottom: 24px; }

.news h2,
.news h3,
.news h4 {
  font-family: Inter, Open Sans, Arial, sans-serif;
  background: #FDE2EF;
  border-radius: 8px;
  width: 100%;
  font-weight: 600;
  letter-spacing: -0.001rem; }

.news h2,
.news h3 {
  text-align: center;
  font-size: 23px;
  line-height: 36px; }
  @media (min-width: 1024px) {
    .news h2,
    .news h3 {
      font-size: 30px;
      line-height: 36px; } }

.news h2 {
  margin-bottom: 20px;
  margin-top: 10px; }

.news h3 {
  margin-bottom: 10px;
  text-transform: none; }

.news h4 {
  font-size: 20px;
  line-height: 36px;
  text-transform: none;
  margin-bottom: 0;
  text-align: left;
  padding-left: 15px;
  margin-bottom: 10px; }

.news p + p {
  margin-top: 12px; }

.news p {
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  margin: 0; }
  @media (min-width: 1024px) {
    .news p {
      font-size: 18px; } }

.news img {
  border-radius: 10px; }

.news ol {
  list-style: none;
  counter-reset: li;
  padding-left: 24px;
  margin-top: 12px; }
  .news ol li {
    display: flex;
    align-items: baseline;
    counter-increment: li;
    font-size: 14px;
    line-height: 24px; }
    .news ol li::before {
      margin-left: -24px;
      margin-right: 10px;
      font-size: 14px;
      line-height: 24px;
      font-weight: 600;
      color: #9a044c;
      content: counter(li) "."; }
      @media (min-width: 1024px) {
        .news ol li::before {
          font-size: 18px; } }
    @media (min-width: 1024px) {
      .news ol li {
        font-size: 18px; } }
  .news ol li {
    margin-bottom: 8px; }

.news ul {
  padding-left: 18px;
  list-style: none;
  margin-bottom: 24px;
  margin-top: 12px; }
  .news ul li {
    position: relative;
    font-size: 14px;
    line-height: 24px; }
    .news ul li::before {
      position: absolute;
      top: 8px;
      width: 7px;
      height: 7px;
      border-radius: 50%;
      margin-left: -18px;
      background: #9A044C;
      content: ''; }
    @media (min-width: 1024px) {
      .news ul li {
        font-size: 18px; } }
  .news ul li {
    margin-bottom: 8px; }

.news__left p,
.news__left h2,
.news__left h3 {
  text-align: left; }

.news__image-cols {
  display: flex;
  justify-content: center;
  column-gap: 16px;
  margin-top: 15px;
  margin-bottom: 15px; }

.news__image-full {
  display: flex;
  justify-content: center; }

@media (min-width: 768px) {
  .news__items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
    column-gap: 12px; }
    .news__items_reverse .news__item:last-child {
      order: -1; } }

.news__item:first-child {
  margin-bottom: 12px; }

@media (min-width: 768px) {
  .news__item:first-child {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin-bottom: 0; }
    .news__item:first-child h4 {
      align-self: start; }
    .news__item:first-child div {
      display: flex;
      flex-direction: column;
      justify-content: center;
      flex: 1; }
      .news__item:first-child div p:only-child {
        margin: 0; } }

@media (min-width: 768px) {
  .news__links {
    display: flex;
    justify-content: center; } }

.news a, .news__btn-link {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #9A044C;
  text-decoration: none; }

.news__btn-link {
  border: 1px solid;
  border-radius: 8px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 24px;
  padding-right: 24px;
  white-space: nowrap; }
  .news__btn-link + .news__btn-link {
    margin-top: 16px; }
  @media (min-width: 768px) {
    .news__btn-link + .news__btn-link {
      margin-top: 0;
      margin-left: 16px; } }
  @media (min-width: 1024px) {
    .news__btn-link {
      transition: .3s; }
      .news__btn-link:hover {
        transition: .3s;
        color: black; } }

.news__col img {
  width: 100%; }

.news__col:first-child {
  margin-bottom: 12px; }

.news__col:last-child {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 5px; }
  @media (min-width: 768px) {
    .news__col:last-child {
      flex-shrink: 0; } }

.news__cols p {
  text-align: left; }

@media (min-width: 768px) {
  .news__cols {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    align-items: center;
    column-gap: 24px; }
    .news__cols_reverse {
      grid-template-columns: 0.9fr 1.1fr; }
      .news__cols_reverse .news__col:last-child {
        order: -1; } }

@media (min-width: 768px) {
  .news__thumbs {
    display: flex;
    column-gap: 66px; } }

.news__thumb {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 10px;
  row-gap: 15px; }
  @media (min-width: 768px) {
    .news__thumb {
      width: 50%; } }
  @media (min-width: 1024px) {
    .news__thumb {
      column-gap: 20px;
      row-gap: 35px; } }
  .news__thumb picture {
    margin-left: 10px;
    margin-right: 10px; }
    @media (min-width: 1024px) {
      .news__thumb picture {
        margin-left: 30px;
        margin-right: 30px; } }
    .news__thumb picture:first-child {
      grid-row-start: 1;
      grid-row-end: 4;
      margin: 0; }
    .news__thumb picture:only-child {
      grid-column-start: 1;
      grid-column-end: 3; }
  .news__thumb img {
    height: 100%;
    width: 100%;
    object-fit: cover; }
  .news__thumb:last-child {
    margin-top: 20px; }
    @media (max-width: 767px) {
      .news__thumb:last-child picture:first-child {
        grid-column-start: 2;
        grid-column-end: 3; } }
    @media (min-width: 768px) {
      .news__thumb:last-child {
        margin-top: 0; } }

.news__gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 10px; }
  @media (min-width: 768px) {
    .news__gallery {
      flex-wrap: nowrap;
      align-items: center;
      gap: 20px; }
      .news__gallery picture {
        margin-left: 30px;
        margin-right: 60px; }
        .news__gallery picture:nth-child(2) {
          margin: 0; } }
  @media (max-width: 767px) {
    .news__gallery picture {
      width: calc(100% / 2 - 25px);
      margin-left: 10px;
      margin-right: 10px; }
      .news__gallery picture:nth-child(2) {
        width: 100%;
        margin: 0;
        order: -1; } }
  .news__gallery img {
    width: 100%; }

/* End */
/* /local/templates/bns/components/bitrix/news/news/bitrix/news.detail/.default/style.css?17642444297051 */
