

/* Start:/bitrix/templates/aspro_max/components/bitrix/news.detail/collection/style.css?17844839926772*/
/* ===== Шапка бренда на странице коллекции ===== */

.collection-detail__brand-heading {
  text-align: center;
  margin-bottom: 40px;
}

.collection-detail__brand-logo {
  max-height: 90px;
  width: auto;
}

.collection-detail__brand-name {
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 34px;
  margin: 0;
}

/* ===== Общие ряды блоков (картинка/видео + серый бокс), 2 колонки без зазора ===== */

.collection-detail__row {
  align-items: stretch;
  margin-bottom: 2px; /* тонкая белая линия между рядами, как на макете */
}

.collection-detail__row > * {
  flex: 1 1 50%;
  min-width: 0;
}

.gray-box {
  background: #eeeeee;
  padding: 40px;
}

/* ===== Блок 1: имидж + название/описание ===== */

.collection-detail__hero {
  overflow: hidden;
}

.collection-detail__hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.collection-detail__title {
  margin: 0 0 20px;
  font-size: 26px;
  font-weight: 700;
}

.collection-detail__description {
  color: #555555;
  font-size: 15px;
  line-height: 1.7;
}

/* ===== Блок 2: особенности + видео ===== */

.collection-detail__features-title {
  margin: 0 0 20px;
  font-size: 22px;
  font-weight: 700;
}

.collection-detail__features-text {
  color: #333333;
  font-size: 14px;
  line-height: 1.7;
}

.collection-detail__features-text p:first-child {
  font-weight: 700;
  color: #000;
  margin-bottom: 4px;
}

.collection-detail__video {
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.collection-detail__video-poster {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.collection-detail__video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 72px;
  height: 72px;
  margin: -36px 0 0 -36px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
}

.collection-detail__video-play::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 54%;
  transform: translate(-50%, -50%);
  border-style: solid;
  border-width: 12px 0 12px 20px;
  border-color: transparent transparent transparent #222222;
}

/* ===== Блок 3: кнопки в каталог + CTA ===== */

.collection-detail__catalog-buttons {
  display: flex;
  padding: 40px;
  gap: 20px;
}

.collection-detail__catalog-item {
  flex: 1 1 50%;
  text-align: center;
}

.collection-detail__catalog-image {
  margin-bottom: 20px;
}

.collection-detail__catalog-image img {
  width: 100%;
  height: auto;
}

.collection-detail__catalog-btn {
  display: block;
  width: 100%;
  padding: 14px 20px;
  background: #e02020; /* акцентный цвет темы — замените на переменную/класс темы, если есть */
  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;
  justify-content: center;
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.4;
  color: #222222;
}

.collection-detail__cta:hover {
  color: #222222;
  text-decoration: none;
}

/* ===== Блок "Медиа" ===== */

.collection-detail__media {
  margin-top: 56px;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.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;
}

.media-group__item {
  display: flex;
  align-items: center;
  padding: 14px 0;
  border-top: 1px solid #efefef;
}

.media-group__item:first-child {
  border-top: none;
}

.media-group__thumb {
  flex: 0 0 56px;
  height: 56px;
  margin-right: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f5f5;
  overflow: hidden;
}

.media-group__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.media-group__fileicon {
  font-size: 9px;
  font-weight: 700;
  color: #a78bda;
  border: 1px solid #a78bda;
  padding: 2px 6px;
  border-radius: 2px;
}

.media-group__info {
  flex: 1 1 auto;
  min-width: 0;
}

.media-group__name {
  font-size: 14px;
  color: #222222;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.media-group__size {
  font-size: 12px;
  color: #999999;
  margin-top: 2px;
}

.media-group__download {
  flex: 0 0 32px;
  height: 32px;
  border: 1px solid #dddddd;
  border-radius: 50%;
  position: relative;
}

.media-group__download::before {
  content: '';
  position: absolute;
  top: 45%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-left: 1px solid #999999;
  border-bottom: 1px solid #999999;
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* ===== Видео-оверлей ===== */

.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;
}

/* ===== Адаптив ===== */

@media (max-width: 991px) {
  .collection-detail__row {
    flex-direction: column;
  }

  .collection-detail__catalog-buttons {
    flex-direction: column;
    padding: 24px;
  }

  .gray-box {
    padding: 24px;
  }

  .collection-detail__cta {
    font-size: 20px;
    padding: 32px 24px;
  }
}
/* 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?17844839926772 */
/* /bitrix/templates/aspro_max/css/animation/animation_ext.css?17479508174934 */
