

/* Start:/local/templates/a-100art/components/bitrix/news/collections/bitrix/news.detail/.default/style.css?1742819074155*/
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;
}

/* End */


/* Start:/local/templates/a-100art/css/collections.css?174305851522671*/
.collections .collection {
  width: 100%;
  height: var(--h, 100vh);
  position: relative;
  padding: 80px var(--p);
}
@media screen and (max-width: 768px) {
  .collections .collection {
    padding: 155px var(--p) 80px;
  }
}
@media screen and (max-width: 600px) {
  .collections .collection {
    padding: 135px var(--p) 60px;
  }
}
.collections .collection__bg {
  position: absolute;
  z-index: 1;
  left: 0;
  width: 100%;
  top: 115px;
  height: calc(100% - 115px);
}
@media screen and (max-width: 1024px) {
  .collections .collection__bg {
    top: 75px;
    height: calc(100% - 75px);
  }
}
.collections .collection__bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%);
}
.collections .collection__bg img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}
.collections .collection__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: row-reverse;
  height: 100%;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .collections .collection__content {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 600px) {
  .collections .collection__content {
    justify-content: flex-start;
    gap: 24px;
  }
}
.collections .collection__content_text {
  max-width: 628px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: flex-start;
  color: var(--color-black-text-icon-primary, #F6F5F8);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 36px */
  letter-spacing: 0.24px;
  text-transform: uppercase;
}
@media screen and (max-width: 600px) {
  .collections .collection__content_text {
    color: var(--color-black-text-icon-primary, #F6F5F8);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    gap: 32px;
  }
}
.collections .collection__content_title {
  color: var(--color-black-text-icon-primary, #F6F5F8);
  font-size: min(60px, 8.4vw);
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  transform: rotate(-90deg);
  transform-origin: left;
  width: 84px;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .collections .collection__content_title {
    width: 37px;
  }
}
@media screen and (max-width: 768px) {
  .collections .collection__content_title {
    transform: unset;
    width: auto;
    white-space: normal;
  }
}
@media screen and (max-width: 600px) {
  .collections .collection__content_title {
    color: var(--color-black-text-icon-primary, #F6F5F8);
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: 0.525px;
    text-transform: uppercase;
  }
}

.collection-p {
  position: relative;
  height: var(--h, 100vh);
  overflow: hidden;
  padding-top: 115rem;
}
@media screen and (max-width: 1024px) {
  .collection-p {
    padding-top: 75px;
  }
}
@media screen and (max-width: 768px) {
  .collection-p {
    display: flex;
    flex-direction: column-reverse;
    height: auto;
  }
}
.collection-p .collection-p__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .collection-p .collection-p__bg {
    position: sticky;
    display: grid;
    grid-gap: 6px;
    grid-template-columns: repeat(3, 1fr);
    max-width: min(600px, 100%);
    margin: 24px auto 0;
  }
}
.collection-p .intro__vector {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .collection-p .intro__vector {
    display: none;
  }
}
.collection-p .collection__content {
  position: relative;
  z-index: 2;
  padding: 0 var(--p);
}
.collection-p .collection__content_title {
  margin-top: 21vh;
  color: var(--color-black-text-icon-primary, #F6F5F8);
  text-align: center;
  font-size: min(100px, 5.3vw);
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: min(20px, 1.25vw);
}
@media screen and (max-width: 1600px) {
  .collection-p .collection__content_title {
    margin-top: 19vh;
  }
}
@media screen and (max-width: 1280px) {
  .collection-p .collection__content_title {
    margin-top: 15vh;
  }
}
@media screen and (max-width: 768px) {
  .collection-p .collection__content_title {
    margin-top: 40px;
    margin-bottom: 16px;
    font-size: 48px;
    letter-spacing: 0.96px;
  }
}
.collection-p .collection__content_text {
  color: var(--color-black-text-icon-secondary, #B4B3B6);
  text-align: center;
  font-size: min(24px, 1.5vw);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.24px;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .collection-p .collection__content_text {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .collection-p .collection__content_text {
    font-size: 18px;
    letter-spacing: 0.18px;
  }
}
.collection-p .collection-p__bg_img {
  position: absolute;
}
@media screen and (max-width: 768px) {
  .collection-p .collection-p__bg_img {
    position: static;
    width: 100% !important;
    aspect-ratio: 1/1.3;
    height: unset !important;
    display: block;
    object-fit: cover;
    object-position: center;
  }
}
@media screen and (max-width: 600px) {
  .collection-p .collection-p__bg_img {
    aspect-ratio: 1/1.6;
  }
}
.collection-p .collection-p__bg_img.img1 {
  width: 17.8vw;
  height: 28.1vw;
  left: 6.4%;
  top: 27.3%;
  object-fit: cover;
  object-position: center;
  display: block;
}
@media screen and (max-width: 1280px) {
  .collection-p .collection-p__bg_img.img1 {
    top: 30.3%;
  }
}
.collection-p .collection-p__bg_img.img2 {
  width: 3.1vw;
  height: 4.6vw;
  left: 39.6%;
  top: 20.3%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.collection-p .collection-p__bg_img.img3 {
  width: 9.3vw;
  height: 12.5vw;
  left: 29.6%;
  bottom: 3.8%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.collection-p .collection-p__bg_img.img4 {
  width: 16.6vw;
  height: 10.5vw;
  right: 31.6%;
  top: 15.2%;
  object-fit: cover;
  object-position: center;
  display: block;
  z-index: 2;
}
.collection-p .collection-p__bg_img.img5 {
  width: 2vw;
  height: 3vw;
  right: 43.8%;
  bottom: 11.4%;
  object-fit: cover;
  object-position: center;
  display: block;
}
@media screen and (max-width: 1600px) {
  .collection-p .collection-p__bg_img.img5 {
    bottom: 12.4%;
  }
}
.collection-p .collection-p__bg_img.img6 {
  width: 26.4vw;
  height: 30.2vw;
  right: 8.4%;
  bottom: 4.4%;
  object-fit: cover;
  object-position: center;
  display: block;
}
@media screen and (max-width: 1600px) {
  .collection-p .collection-p__bg_img.img6 {
    right: 4%;
  }
}

.collection-p__slider-outer {
  padding-top: min(146px, 9.2vw);
  padding-bottom: 80px;
  min-height: var(--h, 100vh);
  position: relative;
}
@media screen and (max-width: 1280px) {
  .collection-p__slider-outer {
    padding-top: 7vw;
  }
}
@media screen and (max-width: 1024px) {
  .collection-p__slider-outer {
    min-height: unset;
    padding: 80px 0;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .collection-p__slider-outer {
    padding: 80px var(--p);
  }
}
.collection-p__slider-outer.init {
  height: calc(var(--h, 100vh) * 0.5 * (var(--slH) + 1.1));
}
@media screen and (max-width: 1024px) {
  .collection-p__slider-outer.init {
    height: unset;
  }
}

.collection-p__slider {
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: center;
  position: sticky;
  top: min(146px, 9.1vw);
  padding: 2px 0;
}
@media screen and (max-width: 1600px) {
  .collection-p__slider {
    top: 7vw;
  }
}
@media screen and (max-width: 768px) {
  .collection-p__slider {
    flex-direction: column;
  }
}
.collection-p__slider::before {
  content: "";
  position: absolute;
  width: calc(min(568px, 35.5vw) + var(--p));
  left: 0;
  top: -1px;
  height: min(160px, 10vw);
  background: linear-gradient(180deg, #232425 4.69%, rgba(35, 36, 37, 0.67) 84.14%, rgba(35, 36, 37, 0) 100%);
  z-index: 3;
  pointer-events: none;
  opacity: 0;
}
@media screen and (max-width: 1024px) {
  .collection-p__slider::before {
    width: calc(min(707px, 44.2vw) + var(--p));
  }
}
@media screen and (max-width: 768px) {
  .collection-p__slider::before {
    content: none;
  }
}
.collection-p__slider::after {
  content: "";
  position: absolute;
  width: calc(min(568px, 35.5vw) + var(--p));
  left: 0;
  bottom: -1px;
  height: min(200px, 13vw);
  background: linear-gradient(0deg, #232425 8.66%, rgba(35, 36, 37, 0.76) 61.97%, rgba(35, 36, 37, 0.63) 91.28%, rgba(35, 36, 37, 0) 98.87%);
  z-index: 3;
  pointer-events: none;
}
@media screen and (max-width: 1024px) {
  .collection-p__slider::after {
    width: calc(min(707px, 44.2vw) + var(--p));
  }
}
@media screen and (max-width: 768px) {
  .collection-p__slider::after {
    content: none;
  }
}

.show-gradient .collection-p__slider::before {
  opacity: 1;
}

.collection-p__slider_text {
  padding-left: var(--p);
  width: calc(min(568px, 35.5vw) + var(--p));
  min-width: calc(min(568px, 35.5vw) + var(--p));
  height: min(754px, 47.2vw);
  padding-top: min(79px, 4.9vw);
  position: relative;
  z-index: 2;
  overflow: hidden;
  background: var(--dark);
}
@media screen and (max-width: 1024px) {
  .collection-p__slider_text {
    width: calc(min(707px, 44.2vw) + var(--p));
    min-width: calc(min(707px, 44.2vw) + var(--p));
    padding-right: 20px;
    background: linear-gradient(90deg, var(--dark) 92%, transparent);
  }
}
@media screen and (max-width: 768px) {
  .collection-p__slider_text {
    width: 100%;
    min-width: unset;
    padding: 0;
    height: unset;
  }
}
.collection-p__slider_text .swiper-slide {
  height: auto;
  padding: 4px 0;
}
.collection-p__slider_text .fake {
  height: 300px;
}
@media screen and (max-width: 1280px) {
  .collection-p__slider_text .fake {
    height: 220px;
  }
}
@media screen and (max-width: 1024px) {
  .collection-p__slider_text .fake {
    height: 100px;
  }
}
@media screen and (max-width: 768px) {
  .collection-p__slider_text .fake {
    display: none;
  }
}
.collection-p__slider_text .collection-p__slider_text-text {
  color: var(--color-black-text-icon-primary, #F6F5F8);
  font-size: min(20px, 1.3vw);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media screen and (max-width: 1024px) {
  .collection-p__slider_text .collection-p__slider_text-text {
    font-size: min(14px, 1.38vw);
  }
}
@media screen and (max-width: 768px) {
  .collection-p__slider_text .collection-p__slider_text-text {
    font-size: 18px;
  }
}
.collection-p__slider_text .collection-p__slider_text-text p {
  margin-bottom: min(31px, 2vw);
}
@media screen and (max-width: 1024px) {
  .collection-p__slider_text .collection-p__slider_text-text p {
    margin-bottom: min(20px, 1.96vw);
  }
}
@media screen and (max-width: 768px) {
  .collection-p__slider_text .collection-p__slider_text-text p {
    margin-bottom: 0;
    margin-top: 12px;
  }
}
.collection-p__slider_text .collection-p__slider_text-title {
  margin-bottom: min(32px, 2vw);
  color: var(--color-black-text-icon-primary, #F6F5F8);
  font-size: min(60px, 3.8vw);
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.9px;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .collection-p__slider_text .collection-p__slider_text-title {
    font-size: 28px;
    letter-spacing: 0.42px;
    margin-bottom: 12px;
  }
}
.collection-p__slider_text .collection-p__slider_text-type {
  margin-bottom: min(17px, 1.1vw);
  color: var(--color-black-text-icon-secondary, #B4B3B6);
  font-size: min(22px, 1.4vw);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.22px;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .collection-p__slider_text .collection-p__slider_text-type {
    font-size: 18px;
    letter-spacing: 0.18px;
    margin-bottom: 12px;
  }
}

.collection-p__slider_photos {
  width: calc(100% - min(568px, 35.5vw) - var(--p));
  padding-left: min(139px, 8.7vw);
  height: min(647px, 40.4vw);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .collection-p__slider_photos {
    height: unset;
    margin-top: 6px;
    padding-left: 0;
    width: calc(100% - min(707px, 44.2vw) - var(--p));
  }
}
@media screen and (max-width: 768px) {
  .collection-p__slider_photos {
    width: 100%;
    padding: 0;
    margin-top: 32px;
  }
}
.collection-p__slider_photos::before {
  content: "";
  width: min(139px, 8.7vw);
  height: 100%;
  background: linear-gradient(273deg, rgba(35, 36, 37, 0.05) 2.13%, rgba(35, 36, 37, 0.9) 35.4%, #232425 65.5%);
  position: absolute;
  left: -1px;
  top: 0;
  z-index: 16;
}
@media screen and (max-width: 1024px) {
  .collection-p__slider_photos::before {
    content: none;
  }
}
@media screen and (max-width: 1024px) {
  .collection-p__slider_photos .fake {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .collection-p__slider_photos .swiper-pagination {
    display: flex;
  }
}
@media screen and (max-width: 1024px) {
  .collection-p__slider_photos .swiper-navigation {
    display: flex;
  }
}
.collection-p__slider_photos .swiper-wrapper {
  width: max-content;
}
.collection-p__slider_photos .swiper-slide {
  display: flex;
  height: auto;
  width: min(824px, 51.5vw);
  height: min(647px, 40.4vw);
}
@media screen and (max-width: 768px) {
  .collection-p__slider_photos .swiper-slide {
    width: calc(100vw - var(--p) - var(--p));
    height: 72vw;
  }
}
@media screen and (max-width: 450px) {
  .collection-p__slider_photos .swiper-slide {
    height: 68vw;
  }
}
.collection-p__slider_photos .collection-p__slider_photo {
  width: 50%;
  height: min(647px, 40.4vw);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: min(80px, 5vw) min(37px, 2.35vw);
}
@media screen and (max-width: 768px) {
  .collection-p__slider_photos .collection-p__slider_photo {
    width: calc(100vw - var(--p) - var(--p));
    height: 72vw;
    padding: 9vw 4.2vw;
  }
}
@media screen and (max-width: 450px) {
  .collection-p__slider_photos .collection-p__slider_photo {
    height: 68vw;
  }
}
.collection-p__slider_photos .collection-p__slider_photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  border-radius: 13px;
}
@media screen and (max-width: 450px) {
  .collection-p__slider_photos .collection-p__slider_photo img {
    border-radius: 5px;
  }
}

.collection-p__about {
  position: relative;
  padding: min(100px, 7vw) var(--p);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media screen and (max-width: 450px) {
  .collection-p__about {
    padding: 0;
  }
}
@media screen and (max-width: 450px) {
  .collection-p__about .collection-p__about_bottom {
    margin-top: 80px;
    position: relative;
    padding: 40px var(--p);
    min-height: 560px;
  }
}
.collection-p__about .collection-p__about_bottom-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 450px) {
  .collection-p__about .collection-p__about_bottom-img {
    z-index: 1;
  }
}
.collection-p__about .collection-p__about_bottom-img::before {
  content: "";
  background: linear-gradient(131deg, rgba(0, 0, 0, 0) 9.11%, rgba(0, 0, 0, 0.8) 99.51%), linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media screen and (max-width: 450px) {
  .collection-p__about .collection-p__about_bottom-img::before {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%);
  }
}
.collection-p__about .collection-p__about_bottom-img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}
.collection-p__about .collection-p__about_top {
  position: relative;
  width: 100%;
  z-index: 2;
}
@media screen and (max-width: 450px) {
  .collection-p__about .collection-p__about_top {
    padding: 0 var(--p);
  }
}
.collection-p__about .collection-p__about_title {
  margin-bottom: 40px;
  color: var(--color-black-text-icon-primary, #F6F5F8);
  font-size: min(85px, 4.5vw);
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 1.7px;
  text-transform: uppercase;
}
@media screen and (max-width: 1280px) {
  .collection-p__about .collection-p__about_title {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 768px) {
  .collection-p__about .collection-p__about_title {
    font-size: 35px;
    line-height: 130%;
    letter-spacing: 0.525px;
  }
}
.collection-p__about .collection-p__about_top-content {
  max-width: 786px;
  color: var(--color-black-text-icon-primary, #F6F5F8);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media screen and (max-width: 1280px) {
  .collection-p__about .collection-p__about_top-content {
    font-size: 18px;
  }
}
.collection-p__about .collection-p__about_bottom-content {
  position: relative;
  z-index: 2;
  margin-top: min(675px, 35.2vw);
  max-width: 640px;
  color: var(--color-black-text-icon-primary, #F6F5F8);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media screen and (max-width: 1280px) {
  .collection-p__about .collection-p__about_bottom-content {
    font-size: 18px;
  }
}
@media screen and (max-width: 1280px) {
  .collection-p__about .collection-p__about_bottom-content {
    margin-top: 30vw;
  }
}
@media screen and (max-width: 450px) {
  .collection-p__about .collection-p__about_bottom-content {
    margin: 0;
  }
}
.collection-p__about .btn {
  margin-top: 40px;
}
@media screen and (max-width: 1280px) {
  .collection-p__about .btn {
    margin-top: 32px;
  }
}
@media screen and (max-width: 450px) {
  .collection-p__about .btn {
    border-color: var(--orange);
    color: var(--orange);
  }
}

@media screen and (max-width: 450px) {
  .collection-gallery__outer {
    padding: 0 var(--p);
  }
}
.collection-gallery__outer .collection-gallery__title {
  display: none;
}
@media screen and (max-width: 450px) {
  .collection-gallery__outer .collection-gallery__title {
    display: block;
    margin-bottom: 32px;
    color: var(--color-black-text-icon-primary, #F6F5F8);
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 0.42px;
    text-transform: uppercase;
  }
}

.collection-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  padding: 0 var(--p);
}
@media screen and (max-width: 1280px) {
  .collection-gallery {
    gap: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .collection-gallery {
    gap: 32px;
  }
}
@media screen and (max-width: 600px) {
  .collection-gallery {
    gap: 24px;
  }
}
@media screen and (max-width: 450px) {
  .collection-gallery {
    padding: 0;
    gap: 64px;
  }
}
.collection-gallery .collection-gallery__el {
  width: calc(50% - 30px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
@media screen and (max-width: 1280px) {
  .collection-gallery .collection-gallery__el {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 1024px) {
  .collection-gallery .collection-gallery__el {
    width: calc(50% - 16px);
  }
}
@media screen and (max-width: 600px) {
  .collection-gallery .collection-gallery__el {
    width: calc(50% - 12px);
  }
}
@media screen and (max-width: 450px) {
  .collection-gallery .collection-gallery__el {
    width: 100%;
  }
}
@media screen and (hover: hover) {
  .collection-gallery .collection-gallery__el:hover img {
    transform: scale(1.08);
  }
}
.collection-gallery .collection-gallery__el .collection-gallery__img {
  height: min(700px, 43.8vw);
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .collection-gallery .collection-gallery__el .collection-gallery__img {
    height: 41vw;
  }
}
@media screen and (max-width: 768px) {
  .collection-gallery .collection-gallery__el .collection-gallery__img {
    height: 37vw;
  }
}
@media screen and (max-width: 600px) {
  .collection-gallery .collection-gallery__el .collection-gallery__img {
    width: calc(50% - 12px);
    height: 51vw;
  }
}
@media screen and (max-width: 450px) {
  .collection-gallery .collection-gallery__el .collection-gallery__img {
    width: 100%;
    height: 84.5vw;
  }
}
.collection-gallery .collection-gallery__el .collection-gallery__img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  transition: transform 0.5s;
}
.collection-gallery .collection-gallery__el .collection-gallery__annotation {
  color: var(--color-black-text-icon-secondary, #B4B3B6);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
@media screen and (max-width: 1024px) {
  .collection-gallery .collection-gallery__el .collection-gallery__annotation {
    font-size: 14px;
  }
}
.collection-gallery .collection-gallery__el:nth-child(5n+3), .collection-gallery .collection-gallery__el:nth-child(5n+4), .collection-gallery .collection-gallery__el:nth-child(5n+5) {
  width: calc((100% - 120px) / 3);
}
@media screen and (max-width: 1280px) {
  .collection-gallery .collection-gallery__el:nth-child(5n+3), .collection-gallery .collection-gallery__el:nth-child(5n+4), .collection-gallery .collection-gallery__el:nth-child(5n+5) {
    width: calc((100% - 80px) / 3);
  }
}
@media screen and (max-width: 1024px) {
  .collection-gallery .collection-gallery__el:nth-child(5n+3), .collection-gallery .collection-gallery__el:nth-child(5n+4), .collection-gallery .collection-gallery__el:nth-child(5n+5) {
    width: calc((100% - 64px) / 3);
  }
}
@media screen and (max-width: 600px) {
  .collection-gallery .collection-gallery__el:nth-child(5n+3), .collection-gallery .collection-gallery__el:nth-child(5n+4), .collection-gallery .collection-gallery__el:nth-child(5n+5) {
    width: calc(50% - 12px);
  }
}
@media screen and (max-width: 450px) {
  .collection-gallery .collection-gallery__el:nth-child(5n+3), .collection-gallery .collection-gallery__el:nth-child(5n+4), .collection-gallery .collection-gallery__el:nth-child(5n+5) {
    width: 100%;
  }
}
/* End */
/* /local/templates/a-100art/components/bitrix/news/collections/bitrix/news.detail/.default/style.css?1742819074155 */
/* /local/templates/a-100art/css/collections.css?174305851522671 */
