

/* Start:/local/templates/compas/components/bitrix/news.detail/maingallery/style.css?17416213311669*/
.gallery__slider {
  margin-top: 60px;
}

.gallery__slide_wrap {
  display: grid;
    grid-template: "one two three" 300px;
  grid-gap: 1em;
}
.gallery-page .gallery__slide_wrap {
  display: grid;
    grid-template: "one one two" 400px "three four five" 400px ;
  grid-gap: 1em;
}

.gallery__item-1 {
  grid-area: one;
}

.gallery__item-2 {
  grid-area: two;
}

.gallery__item-3 {
  grid-area: three;
}

.gallery__item-4 {
  grid-area: four;
}

.gallery__item-5 {
  grid-area: five;
}

.gallery__item a {
  height: 100%;
  width: 100%;
}

.innercontent .gallery__item img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .gallery-main {
    padding-top: 30px;
    padding-bottom: 55px;
  }

  .gallery__slide_wrap {
    display: grid;
    grid-template:
      "one two three" 200px
    grid-gap: 10px;
  }
	 .gallery-page .gallery__slide_wrap {
    display: grid;
    grid-template:
      "one one two" 200px
      "three four five" auto;
    grid-gap: 10px;
  }

  .gallery-main .gallery-arrows {
    position: absolute;
    right: 15px;
    top: 7px;
  }

  .gallery__slider {
    margin-top: 40px;
  }
}

@media screen and (max-width: 550px) {
  .gallery__slide_wrap {
    display: grid;
    grid-template:
      "one" 200px
      "two" 200px
      "three" 200px
    grid-gap: 10px;
  }
	.gallery-page .gallery__slide_wrap {
    display: grid;
    grid-template:
      "one" 200px
      "two" 200px
      "three" 200px
      "four" 200px
      "five" 200px;
    grid-gap: 10px;
  }
}

/* End */
/* /local/templates/compas/components/bitrix/news.detail/maingallery/style.css?17416213311669 */
