

/* Start:/bitrix/templates/aspro_max/components/bitrix/news.detail/collection/style.css?178646548610876*/
.collection-detail__brand-heading {text-align: center;margin-bottom:20px}
.detail .collection-detail__brand-logo{max-height:174px;width: auto}
.collection-detail__brand-name{font-weight: 800;text-transform: uppercase;letter-spacing: 0.12em;font-size: 34px;margin: 0}

.collection-detail__row {align-items: stretch;margin-bottom: 20px;position: relative}
.collection-detail__row > * {flex: 1 1 50%;min-width: 0}
.gray-box {padding: 40px}
/* left/right вместо width: внутренний край (у границы с текстом) стоит на месте,
   внешний край через calc(-50vw + 50%) уезжает до края страницы (см. п.8 правок) —
   работает независимо от реальной ширины сайтового контейнера */
.detail .collection-detail__hero {overflow: hidden;position: absolute;left: calc(-50vw + 50%);right: calc(50% + 10px);max-height: 640px; top:0; z-index:2}
.detail .collection-detail__row:first-child .collection-detail__hero {top:194px}
.detail .collection-detail__hero img {width: 100%;height: 100%;object-fit: cover;display: block}
.collection-detail__row--reverse .collection-detail__hero {left: calc(50% + 10px);right: calc(-50vw + 50%)}


.collection-detail__intro.gray-box{padding:40px 0 40px calc(50% + 40px);position: relative;height: 640px;display: flex;flex-wrap: wrap;align-items: flex-start;justify-content: center;flex-direction: column}
.collection-detail__intro.gray-box:before{content: '';position: absolute;right:calc(-50% - 10px);background: #eeeeee;z-index: 0;width: 100%;height: 100%;display: block;top: 0}
.collection-detail__row--reverse .collection-detail__intro.gray-box{padding:40px calc(50% + 40px) 40px 0}
.collection-detail__row--reverse .collection-detail__intro.gray-box:before{right:auto;left:calc(-50% - 10px)}

/* картинки в блоке "Имидж" нет — .hero вообще не рендерится, текст занимает всю ширину контейнера.
   Дублируем через :only-child (структурный признак — .intro остался единственным потомком .row)
   как fallback на случай конфликта специфичности с чем-то ещё в теме, + !important на решающих свойствах */
.collection-detail__row--no-media .collection-detail__intro.gray-box,
.collection-detail__row > .collection-detail__intro.gray-box:only-child {
  padding: 40px !important;
  height: auto !important;
  min-height: 300px;
}
.collection-detail__row--no-media .collection-detail__intro.gray-box:before,
.collection-detail__row > .collection-detail__intro.gray-box:only-child:before {
  left: 0 !important;
  right: 0 !important;
  width: auto !important;
}

.collection-detail__features.gray-box{background:#eee;padding: 40px 40px 40px 0;position: relative;height:420px;display: flex;flex-wrap: wrap;align-items: flex-start;justify-content: center;flex-direction: column; max-width:calc(50% - 10px)}
.collection-detail__features.gray-box:before{content: ''; position: absolute;left: -50%;background: #eeeeee;z-index: 0;width: 50%;height: 100%;display: block;top: 0}
.collection-detail__row--reverse .collection-detail__features.gray-box{padding:40px 0 40px 40px;margin-left:auto}
.collection-detail__row--reverse .collection-detail__features.gray-box:before{left:auto;right:-50%}

/* видео в блоке "Особенности" нет — .features занимает всю ширину контейнера;
   у неё свой сплошной background, поэтому декоративную подложку :before просто отключаем.
   Дублируем через :only-child как fallback + !important на решающих свойствах */
.collection-detail__row--no-media .collection-detail__features.gray-box,
.collection-detail__row > .collection-detail__features.gray-box:only-child {
  padding: 40px !important;
  max-width: none !important;
  width: 100% !important;
  height: auto !important;
  min-height: 240px;
}
.collection-detail__row--no-media .collection-detail__features.gray-box:before,
.collection-detail__row > .collection-detail__features.gray-box:only-child:before {
  display: none !important;
}


.collection-detail__title {
  margin: 0 0 20px;position:relative;
  font-size: 26px;
  font-weight: 700;
}

.collection-detail__description {
  color: #000;position:relative;
  font-size:16px;
  line-height: 1.5;
}

/* ===== Блок 2: особенности + видео ===== */

.collection-detail__features-title {
  margin: 0 0 20px;
  font-size: 22px;
  font-weight: 700;
}

.collection-detail__features-text {
  color: #000000;
  font-size: 16px;
  line-height: 1.5;
}

.collection-detail__features-text p:first-child {
  font-weight: 700;
  color: #000;
  margin-bottom: 4px;
}

.collection-detail__video {max-height: 420px;position: absolute;cursor: pointer;overflow: hidden;left: calc(50% + 10px);right: calc(-50vw + 50%)}
.collection-detail__row--reverse .collection-detail__video {left: calc(-50vw + 50%);right: calc(50% + 10px)}
.collection-detail__video:before{content:''; background:rgba(0,0,0,0.64); left:0;top:0; width:100%; height:100%; display:block; position:absolute}
.collection-detail__video-poster {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.collection-detail__video-poster--empty {width: 100%;height: 100%;min-height: 260px;background: #333333}
.collection-detail__video-play {position: absolute;top: 50%;left: 50%;width: 128px;height: 128px;margin: -64px 0 0 -64px}
.collection-detail__video-play::before {content: '';position: absolute;top: 50%;left: 54%;transform: translate(-50%, -50%);border-style: solid;border-width: 48px 0 48px 80px;border-color: transparent transparent transparent #D9D9D9;}

/* ===== Блок 3: кнопки в каталог + CTA ===== */

.collection-detail__catalog-buttons-list {display: flex;padding:0 10px 0 0;gap: 20px}
.collection-detail__catalog-buttons--full {flex: 1 1 100%;max-width: 100%}
.collection-detail__catalog-buttons--full .collection-detail__catalog-buttons-list {padding-right: 0}
.collection-detail__catalog-item {flex: 1 1 50%;text-align: center}
.detail .collection-detail__catalog-image {margin-bottom: 20px;display: flex;align-items: center;min-height: 180px}
.detail .collection-detail__catalog-image img {width:auto;height: auto;max-height:125px; margin:0 auto}
.collection-detail__catalog-btn {display: block;width: 100%;padding: 14px 20px;background:#b92732; color: #ffffff;text-align: center;text-transform: none;border-radius: 2px;font-size: 14px;transition: background 0.2s ease}
.collection-detail__catalog-btn:hover {background: #c01818;color: #ffffff;text-decoration: none}
.collection-detail__cta {display: flex;
  align-items: center; position:relative;
  justify-content: center;
  text-align: center;
  font-size: 36px;
  line-height: 1.2;
  color: #000;
  padding: 20px 0;
  max-width: calc(50% - 10px);
  background: #eee;
  min-height: 240px;}
.collection-detail__cta span{position:relative}
.collection-detail__cta:hover {color: #222222;text-decoration: none}
.collection-detail__cta:before{content: '';
  position: absolute;
  right: -50%;
  background: #eee;
  width: 100%;
  height: 100%;}
/* ===== Блок "Медиа" ===== */
.collection-detail__media {margin-top: 56px; width:100%}
.collection-detail__media-title {text-align: center;font-size: 24px;font-weight: 700;margin-bottom: 32px}
.media-group {border: 1px solid #e5e5e5;border-top: none;padding: 18px 24px}
.media-group:first-of-type {border-top: 1px solid #e5e5e5}

.media-group__summary {
  display: flex;
  align-items: center;
  cursor: pointer;
  list-style: none;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.media-group__summary::-webkit-details-marker {
  display: none;
}

.media-group__marker {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #e02020;
  margin-right: 12px;
  transition: transform 0.2s ease;
}

.media-group[open] .media-group__marker {
  transform: rotate(90deg);
}

.media-group__list {
  margin-top: 16px;
}

/* сама карточка файла (.file_type / .icon / .description) стилизуется классами темы Аспро,
   которые уже определены глобально — здесь ничего дополнительно объявлять не нужно */

/* ===== Видео-оверлей ===== */

.collection-video-overlay {
  position: fixed;
  z-index: 9999;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0, 0, 0, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
}

.collection-video-overlay__inner {
  width: 90%;
  max-width: 900px;
}

.collection-video-overlay__inner video {
  width: 100%;
  display: block;
}

.collection-video-overlay__inner iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  display: block;
  border: 0;
}

/* ===== Адаптив ===== */

@media (max-width: 991px) {
	.middle > .container > .maxwidth-theme{padding:0}
	.collection-detail__row.flexbox{flex-direction: column!important}
	.detail .collection-detail__hero{position:relative;}
	.collection-detail__intro.gray-box {padding: 24px;position: relative;height: auto}
	.collection-detail__intro.gray-box:before{right:0}
	.collection-detail__catalog-buttons {padding: 0}
	.collection-detail__video, .collection-detail__row--reverse .collection-detail__video{position:relative}
	.collection-detail__row--reverse .collection-detail__features.gray-box {padding: 24px;margin-left: auto;width: 100%;height: auto;max-width: 100%; margin-bottom:20px;}
	
	.collection-detail__features.gray-box {padding: 24px;height: auto;display: block;max-width: none}

	.gray-box {padding: 24px}
	.collection-detail__cta {font-size: 20px;padding: 0;max-width: none;min-height: 120px}
	.collection-detail__cta:before {content: '';position: absolute;right: -50%;background: #eee;width: 200%;height: 100%}
	.detail .collection-detail__hero,
	.collection-detail__row--reverse .detail .collection-detail__hero,
	.collection-detail__video,
	.collection-detail__row--reverse .collection-detail__video {left: 0 !important;right: 0 !important; margin-bottom:20px}
	.detail .collection-detail__catalog-image {margin-bottom: 20px;align-items: center;min-height: auto}
	.btn.collection-detail__catalog-btn{font-size:0.7em; padding:12px}
	.collection-detail__catalog-buttons-list {margin-left: 20px;margin-right: 20px}
}
/* End */


/* Start:/bitrix/templates/aspro_max/css/animation/animation_ext.css?17479508174934*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

.transition{
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.animated.duration03{

-webkit-animation-duration: 0.3s;
-moz-animation-duration: 0.3s;
-o-animation-duration: 0.3s;
animation-duration: 0.3s;
}
.animated.duration04{

-webkit-animation-duration: 0.4s;
-moz-animation-duration: 0.4s;
-o-animation-duration: 0.4s;
animation-duration: 0.4s;
}
.animated.duration05{

-webkit-animation-duration: 0.5s;
-moz-animation-duration: 0.5s;
-o-animation-duration: 0.5s;
animation-duration: 0.5s;
}
.animated.duration06{

-webkit-animation-duration: 0.6s;
-moz-animation-duration: 0.6s;
-o-animation-duration: 0.6s;
animation-duration: 0.6s;
}
.animated.duration07{

-webkit-animation-duration: 0.7s;
-moz-animation-duration: 0.7s;
-o-animation-duration: 0.7s;
animation-duration: 0.7s;
}
.animated.duration08{

-webkit-animation-duration: 0.8s;
-moz-animation-duration: 0.8s;
-o-animation-duration: 0.8s;
animation-duration: 0.8s;
}
.animated.duration09{

-webkit-animation-duration: 0.9s;
-moz-animation-duration: 0.9s;
-o-animation-duration: 0.9s;
animation-duration: 0.9s;
}
.animated.duration10{

-webkit-animation-duration: 1s;
-moz-animation-duration: 1s;
-o-animation-duration: 1s;
animation-duration: 1s;
}

.delay01{

-webkit-animation-delay: 0.1s;
-moz-animation-delay: 0.1s;
-o-animation-delay: 0.1s;
animation-delay: 0.1s;}

.delay03{

-webkit-animation-delay: 0.3s;
-moz-animation-delay: 0.3s;
-o-animation-delay: 0.3s;
animation-delay: 0.3s;}


.delay05{

-webkit-animation-delay: 0.5s;
-moz-animation-delay: 0.5s;
-o-animation-delay: 0.5s;
animation-delay: 0.5s;}

.delay055{

-webkit-animation-delay: 0.55s;
-moz-animation-delay: 0.55s;
-o-animation-delay: 0.55s;
animation-delay: 0.55s;}

.delay06{

-webkit-animation-delay: 0.6s;
-moz-animation-delay: 0.6s;
-o-animation-delay: 0.6s;
animation-delay: 0.6s;}
.delay065{

-webkit-animation-delay: 0.65s;
-moz-animation-delay: 0.65s;
-o-animation-delay: 0.65s;
animation-delay: 0.65s;}

.delay07{

-webkit-animation-delay: 0.7s;
-moz-animation-delay: 0.7s;
-o-animation-delay: 0.7s;
animation-delay: 0.7s;}

.delay08{

-webkit-animation-delay: 0.8s;
-moz-animation-delay: 0.8s;
-o-animation-delay: 0.8s;
animation-delay: 0.8s;}

.delay09{

-webkit-animation-delay: 0.9s;
-moz-animation-delay: 0.9s;
-o-animation-delay: 0.9s;
animation-delay: 0.9s;}

.delay11,.delay011{

-webkit-animation-delay: 1.1s;
-moz-animation-delay: 1.1s;
-o-animation-delay: 1.1s;
animation-delay: 1.1s;}

.delay12, .delay012{

-webkit-animation-delay: 1.2s;
-moz-animation-delay: 1.2s;
-o-animation-delay: 1.2s;
animation-delay: 1.2s;}

.delay13,.delay013{

-webkit-animation-delay: 1.3s;
-moz-animation-delay: 1.3s;
-o-animation-delay: 1.3s;
animation-delay: 1.3s;}

.delay15, .delay015{

-webkit-animation-delay: 1.5s;
-moz-animation-delay: 1.5s;
-o-animation-delay: 1.5s;
animation-delay: 1.5s;}

.delay17, .delay017{

-webkit-animation-delay: 1.5s;
-moz-animation-delay: 1.5s;
-o-animation-delay: 1.5s;
animation-delay: 1.5s;}

.delay19, .delay019{

-webkit-animation-delay: 1.5s;
-moz-animation-delay: 1.5s;
-o-animation-delay: 1.5s;
animation-delay: 1.5s;}

.delay21, .delay021{

-webkit-animation-delay: 1.5s;
-moz-animation-delay: 1.5s;
-o-animation-delay: 1.5s;
animation-delay: 1.5s;}

@-webkit-keyframes toggle_opacity{
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes toggle_opacity{
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}

@-webkit-keyframes flash {
  0% {
    opacity: .55;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: .55;
  }
  100% {
    opacity: 1;
  }
}

/* WebKit  Opera */
@-webkit-keyframes spinner{
  from{
    -webkit-transform:rotate(0deg);
  }
  to{
    -webkit-transform:rotate(360deg);
  }
}
/* Other */
@keyframes spinner{
  from{
    -moz-transform:rotate(0deg);
    -ms-transform:rotate(0deg);
    transform:rotate(0deg);
  }
  to{
    -moz-transform:rotate(360deg);
    -ms-transform:rotate(360deg);
    transform:rotate(360deg);
  }
}
/* End */
/* /bitrix/templates/aspro_max/components/bitrix/news.detail/collection/style.css?178646548610876 */
/* /bitrix/templates/aspro_max/css/animation/animation_ext.css?17479508174934 */
