

/* Start:/bitrix/templates/aspro_max/components/bitrix/news/.default_news1/bitrix/news.detail/.default/style.css?175437590411227*/
:root {
    --color-black: #000000;
    --color-white: #FFFFFF;
    --color-white-transparent-1:	rgba(255, 255, 255, 1);
    --color-black-transparent-06:	rgba(0, 0, 0, 0.60);
    --color-black-transparent-042:	rgba(0, 0, 0, 0.42);
    --color-white-transparent-032:	rgba(255, 255, 255, 0.32);
  }
  
  /* news detail */
  .headerback {
      display: block;
      padding: 24px 0;
  }
  .headerback>a {
      display: flex;
      align-items: center;
      font-family: Jost;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 22px;
      color: var(--color-gray-800);
      text-decoration: none;
  }
  .header_news  {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      margin-bottom: 8px;
  }
  .header_news h1 {
      font-family: Cormorant Garamond;
      font-size: 48px;
      font-style: normal;
      font-weight: 600;
      line-height: 48px;
      margin: 0;
      padding: 0;
      color: var(--color-gray-800);
  }
  .header_news .date_news {
      display: flex;
      align-items: center;
      gap: 2px;
      font-family: Jost;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 22px;
      color: var(--color-gray-800);
      white-space: nowrap;
      margin-top: 15px;
  }
  .text_news {
      color: var(--color-gray-600);
      font-family: Jost;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 22px;
      padding-bottom: 28px;
  }
  .go-to-product>a {
      display: flex;
      width: 292px;
      height: 48px;
      padding: 12px 76px;
      justify-content: center;
      align-items: center;
      gap: 4px;
      font-family: Jost;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 22px;
      background-color: var(--color-yellow-800);
      color: var(--color-gray-800);
      border: none;
      cursor: pointer;
  }
  .go-to-product>a:hover {
      opacity: .7;
  }
  .content_news {
      display: flex;
  }
  .content_news>div.left_news {
      flex-grow: 1;
  }
  .content_news>div.right_news {
      padding-left: 24px;
  }
  .gallery {
      cursor: pointer;
  }
  .gallery_first {
      max-width: 100%;
      width: 516px;
      height: 560px;
      overflow: hidden;
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
  }
  .gallery_first>img {
      height: auto;
      width: auto;
      max-width: 100%;
  }
  .gallery_first .image-main {
      height: 100%;
      width: 100%;
      max-width: 100%;
      display: none;
      background-size: cover;
  }
  .galery_mores {
      display: flex;
      margin: 0 -8px 0 0;
  }
  .galery_mores .nextimage, .nextimage {
      height: 90px;
      width: 25%;
      position: relative;
      margin: 8px;
  }
  .nextimage:first-child{
      margin-left: 0;
  }
  .nextimage:nth-child(4){
      /*margin-right: 0;*/
  }
  .nextimage span{
      /*margin: 8px;*/
  }
  .galery_mores .nextimage:nth-child(n+5), .nextimage:nth-child(n+5)  {
      display: none;
  }
  .galery_mores .nextimage>span {
      position: relative;
      display: block;
      width: 100%;
      height: 100%;
      background-position: center center;
      background-size: cover;
      background-repeat: no-repeat;
  }
  .gallery-modal-container {
      position: fixed;
      z-index: 9999;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: var(--color-black-transparent-06);
      backdrop-filter: blur(4px);
  }
  .gallery-modal-content {
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100%;
  }
  .gallery-modal-close {
      position: absolute;
      top: 44px;
      right: 30px;
      color: var(--color-white);
      cursor: pointer;
  }
  .gallery-modal-content {
      overflow: scroll;
      margin-top: 40px !important;
      margin-bottom: 40px !important;
      max-height: calc(100% - 80px);
  }
  .gallery-modal-container .gallery {
      display: flex;
      align-items: center;
      flex-direction: column;
      cursor: default;
      width: 100%;
  }
  .gallery-modal-container .gallery .galery_mores {
      width: 100%;
  }
  .gallery-modal-container .gallery .galery_mores {
      width: 100%;
      justify-content: center;
      margin-top: 28px;
  }
  .modal-container .nextimage {
      max-width: 120px;
      max-height: 120px;
  }
  .modal-container .nextimage>span {
      border: 2px solid var(--color-gray-600);
  }
  .modal-container .nextimage:nth-child(n+5) {
      display: block;
  }
  .modal-container .nextimage:hover>span {
      border: 2px solid var(--color-yellow-100);
      cursor: pointer;
  }
  .modal-container .nextimage.active>span {
      border: 2px solid var(--color-yellow-800);
  }
  .galery-control {
      width: 100%;
      position: absolute;
      display: flex;
      justify-content: space-between;
      padding: 30px;
      box-sizing: border-box;
  }
  .galery-control>div {
      width: 44px;
      height: 44px;
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: var(--color-gray-600);
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      cursor: pointer;
  }
  .galery-control>div:hover {
      opacity: .7;
  }
  .galery_mores.hideinone {
      display: none;
  }
  .play_icon{
      height: 30px;
      width: 30px;
      position: absolute;
      top: 50%;
      left: 50%;
      margin: -15px 0 0 -15px;
  }
  .video_image{
      box-sizing: border-box;
      background-color: var(--color-black);
      opacity: 0.5;
      position: absolute;
      width: 100%;/*calc(100% - 4px);*/
      height: 100%;/*calc(100% - 4px);*/
  }
  .dark-monitor .video_image{
      width: calc(100% - 4px);
      height: calc(100% - 4px);
      top: 2px;
      left: 2px;
  }
  #Icon-Set-Filled{
      fill: var(--color-white);
  }
  .dark-monitor{
      position: fixed;
      z-index: 9999;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: var(--color-black-transparent-06);
      backdrop-filter: blur(4px);
      display: none;
  }
  .modal-container{
      display: flex;
      flex-wrap: wrap;
      width: 100%;
      height: 100%;
      min-width: 700px; 
  }
  .left-navigation{
      width: 100px;
      height: calc(100% - 180px);
      margin-top: 50px;
      display: flex;
      align-items: center;
  }
  .right-navigation{
      width: 100px;
      height: calc(100% - 180px);
      margin-top: 50px;
      position: relative;
      display: flex;
      align-items: center;
  }
  .main-container{
      width: calc(100% - 200px);
      height: calc(100% - 180px);
      margin-top: 50px;
      position: relative;
      min-width: 500px; 
  }
  .image-carousel{
      background-repeat: no-repeat;
      background-position: center center;
      background-size: auto 100%;
      width: 100%;
      height: 100%;
      display: none;
      justify-content: center;
      align-items: center;
  }
  .close-navigation{
      position: absolute;
      top: -15px;
      left: 0px;
  }
  .carousel-mores{
      height: 130px;
      width: 100%;
      display: flex;
      flex-wrap: nowrap;
      justify-content: center;
      align-items: center;
  }
  .nextimage>span{
      width: 100%;
      height: 100%;
      display: block;
      background-size: cover; 
      box-sizing: border-box;
  }
  .video-wrp{
      width: 600px;
      height: 600px;
      display: flex;
      justify-content: center;
      align-content: center;
      align-items: center;
  }
  .video-wrp1{
      width: 600px;
      height: 600px;
      /*padding: 55px;*/ 
      /*display: flex;
      justify-content: center;
      align-content: center;
      align-items: center;*/
  }
  .close-navigation, .right-arrow, .left-arrow{
      cursor: pointer; 
  }
  .right-arrow, .left-arrow{
      background-color: var(--color-gray-600);
      border-radius: 23px;
      width: 46px;
      height: 46px;
      /*display: flex;
      justify-content: center;
      align-items: center;*/
  }
  .left-arrow{
      margin: 0 0 0 50px;
  }
  .rightslide, .leftslide{
      width: 46px;
      height: 46px;
      display: flex;
      justify-content: center;
      align-items: center;
  }
  @media (min-width: 1001px) {
      .galery_mores .nextimage>span[data-count]::after {
          content: attr(data-count);
          width: 100%;
          height: 100%;
          position: absolute;
          background-color: var(--color-black-transparent-042);
          color: var(--color-white);
          font-size: 32px;
          font-style: normal;
          font-weight: 400;
          line-height: 36px;
          display: flex;
          align-items: center;
          justify-content: center;
      }
  
     .gallery-modal-container .galery_mores .nextimage>span[data-count]::after {
          display: none;
      }
  }
  @media (max-width: 1000px) {
      .gallery-modal-container {
          display: none;
      }
      .content_news {
          flex-wrap: wrap;
          flex-wrap: wrap-reverse;
          gap: 20px;
      }
      .content_news>div.right_news {
          padding-left: 0;
          max-width: 100%;
      }
      .galery_mores {
          margin: 550px 0 0 0;
          padding: 0 7px;
      }
      .galery_mores .nextimage {
          padding: 0 1px;
          width: auto;
          height: 4px;
          display: block !important;
          flex-grow: 1;
          margin: 0;
      }
      .galery_mores .nextimage>span {
          background: var(--color-white-transparent-032) !important;
      }
      .galery_mores .nextimage.active>span {
          background: var(--color-white-transparent-1) !important;
      }
      .gallery,
      .gallery_first {
          height: 600px;
          overflow: visible;
          position: relative;
      }
      .header_news h1 {
          font-size: 36px;
          font-style: normal;
          font-weight: 600;
          line-height: 36px;
      }
      .header_news .date_news {
          margin-top: 0;
      }
      .go-to-product>a {
          width: 100%;
      }
      .header_news {
          flex-direction: column;
          gap: 12px;
          padding-bottom: 12px;
          align-items: start;
          justify-content: start;
      }
      .play_icon, .video_image{
          display:none;
      }
      .video-wrp1{
          /*padding: 55px; 
          margin: 45px;*/
      }
      .content_news{
          display: block;
          display: flex;
          flex-direction: column-reverse;
      }
      .galery_mores {
          position: absolute;
          top: 30px;
          left: 0px;
          width: 100%;
      }
  video {
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  
  }
  .video-wrapper {
    width: 100%;
    height: 600px;
    position: relative;
    overflow: hidden;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  }
/* End */
/* /bitrix/templates/aspro_max/components/bitrix/news/.default_news1/bitrix/news.detail/.default/style.css?175437590411227 */
