

/* Start:/local/templates/.default/components/bitrix/news/news/style.css?17163773801283*/
.site .news-section-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 30px;
}
.site .news-sort {
  display: flex;
  align-items: center;
  gap: 30px;
}
.site .news-sort_item {
  display: inline-flex;
  align-items: center;
  height: 30px;
  padding-left: 10px;
  padding-right: 50px;
  background: var(--white) url(/img/arrow_bot.svg) no-repeat;
  background-position: calc(100% - 10px) center;
  cursor: pointer;
}
.site .news-sort_item.active {
  background-image: url(/img/arrow_bot_revert.svg);
}
.site .news-sort_item.active + .news-sort_block-list {
  display: block;
}
.site .news-sort_block {
  position: relative;
}
.site .news-sort_block-list {
  width: 100%;
  display: none;
  position: absolute;
  z-index: 10;
}
.site .news-sort_block-item {
  width: 100%;
  display: flex;
  align-items: center;
  padding-left: 10px;
  background: var(--white);
  height: 30px;
  border-top: 1px solid var(--section-color);
}
.site .news-view {
  display: flex;
  align-items: center;
  gap: 15px;
}
.site .news-view_title {
  font-weight: 400;
}
.site .news-view_item svg {
  fill: var(--svg);
}
.site .news-view_item.active svg, .site .news-view_item:hover svg {
  fill: var(--svg-hover);
}
 
/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/.default/components/bitrix/news/news/bitrix/news.detail/.default/style.css?17585446624340*/
.news-detail {
  display: flex;
  flex-flow: row wrap;
  gap: 30px;
  margin-bottom: 50px;
}
.news-detail_img {
  flex: 0 0 570px;
  max-width: 50%;
  height: 350px;
}
.news-detail_video {
  width: 100%;
  height: 100%;
}
@media (max-width: 650px) {
  .news-detail_img {
    flex: 100%;
    max-width: 100%;
  }
}
.news-detail_img:after {
  content: none;
}
.news-detail_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.news-detail_text {
  flex: 1 0 0%;
}
.news-detail_back {
  margin-top: 40px;
  display: flex;
  align-items: center;
  color: var(--btn-red);
  font-weight: 600;
}
.news-detail_back span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  background: var(--button-hover-color);
}
.news-detail_back:after {
  content: none;
}

 
.news-detail {
  display: flex;
  flex-flow: row wrap;
  gap: 30px;
  margin-bottom: 50px; }
  .news-detail_img {
    display: none;
    width: 100%;
    height: 350px;
    min-height: 350px;
    max-height: 350px; }
    .news-detail_img.active {
      display: block; }
    .news-detail_img-block {
      /*display: flex;*/
      flex-flow: column wrap;
      gap: 30px;
      flex: 0 0 570px;
      max-width: 50%; }
      @media (max-width: 969px) {
        .news-detail_img-block {
          max-width: 100%;
          flex: 100%; } }
    @media (max-width: 650px) {
      .news-detail_img {
        flex: 100%;
        max-width: 100%; } }
    .news-detail_img:after {
      content: none; }
    .news-detail_img img {
      width: 100%;
      height: 100%;
      object-fit: cover ;
      object-position: center; }
    .news-detail_imgs-item {
      height: 220px !important;
      object-fit: cover;
      object-position: center;
      cursor: pointer; }
  .news-detail_text {
    flex: 1 0 0%; }
    .news-detail_text .country span {
      font-weight: 600; }
    .news-detail_text .price span {
      font-weight: 600;
      color: var(--btn-red); }
    .news-detail_text .text {
      margin-bottom: 20px; }
      .news-detail_text .text_caption {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 5px; }
    .news-detail_text .products_caption {
      font-size: 18px;
      font-weight: 600;
      margin-bottom: 15px; }
    .news-detail_text .products_product {
      margin-bottom: 10px; }
      .news-detail_text .products_product-count {
        display: inline-flex;
        background: var(--main-color);
        height: 22px;
        min-width: 22px;
        align-items: center;
        justify-content: center;
        color: var(--white);
        margin-right: 5px; }
      .news-detail_text .products_product-name {
        font-weight: 600;
        margin-bottom: 5px; }
  .news-detail_bottom {
    margin-top: 40px;
    display: flex;
    flex-flow: wrap row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px; }
  .news-detail_back {
    display: flex;
    align-items: center;
    color: var(--btn-red);
    font-weight: 600; }
    .news-detail_back span {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 50px;
      height: 50px;
      margin-right: 10px;
      background: var(--button-hover-color); }
  .news-detail_link {
    display: inline-flex;
    align-items: center;
    color: var(--btn-red);
    font-weight: 600;
    font-size: 16px; }
    .news-detail_link svg {
      margin-right: 5px; }
.catalog-nav-next {
  color: #818493 !important;
  right: -35px !important;
}
.catalog-nav-prev {
    color: #818493 !important;
    left: -35px !important;
}
  @media (max-width: 1250px) {
	.catalog-nav-next {
		color: var(--btn-red)  !important;
	  right: 5px !important;
	}
	.catalog-nav-prev {
		color: var(--btn-red)  !important;
		left: 5px !important;
	}
}
.news-detail_imgs_wrapper-slider{position:relative;}
 .slider-wrappper-news{
	clear:both;width: 100%;
}
.news-detail_img{
	margin: 0 auto;
}
body .news-detail_img-block{
		margin: 0 auto;    max-width: 100%;
}


.news-detail_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    max-height: 356px;
}

  @media (max-width:750px) {
	  
.news-detail_img img {
   
    max-height: 356px;
}

  }
/*# sourceMappingURL=style.css.map */
/* End */
/* /local/templates/.default/components/bitrix/news/news/style.css?17163773801283 */
/* /local/templates/.default/components/bitrix/news/news/bitrix/news.detail/.default/style.css?17585446624340 */
