

/* Start:/bitrix/templates/kosmos_s2/components/bitrix/photo/gallery.1/style.css?17615502654375*/
.photo-gallery-panel-wrapper .news-panel {
  word-break: keep-all;
  display: grid;
  grid-template-columns: 180px;
}
.photo-gallery-panel-wrapper .news-tab {
  position: relative;
  display: block;
  min-width: 35px;
  margin-bottom: -1px;
  white-space: nowrap;
  text-decoration: none;
  border-bottom: 1px solid var(--color-neutral-semi-bright);
  transition-duration: var(--duration-base);
  transition-property: color, border-color;
}
.photo-gallery-panel-wrapper .news-tab.bold-tab {
  min-width: 99px;
  font-weight: 500;
  color: var(--color-neutral-dark);
}
.photo-gallery-panel-wrapper .news-tab::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--color-primary-base);
  opacity: 0;
  transition-duration: var(--duration-base);
  transition-property: opacity;
}
.photo-gallery-panel-wrapper .news-tab[data-state=none]:hover, .photo-gallery-panel-wrapper .news-tab[data-state=active] {
  color: var(--color-primary-base);
  border-bottom-color: var(--color-primary-base);
}
.photo-gallery-panel-wrapper .news-tab[data-state=none]:hover::before, .photo-gallery-panel-wrapper .news-tab[data-state=active]::before {
  opacity: 1;
}
.photo-gallery-panel-wrapper .news-tab[data-state=none] {
  cursor: pointer;
}
.photo-gallery-panel-wrapper .news-tab[data-state=active] {
  font-weight: 500;
  color: var(--color-neutral-dark);
}
.photo-gallery-panel-wrapper .news-tab[data-state=disabled] {
  color: var(--color-neutral-semi-dark);
  cursor: not-allowed;
}
.photo-gallery-panel-wrapper .news-tab[data-state=disabled]::before {
  background-color: var(--color-neutral-semi-bright);
  opacity: 1;
}
@supports (display: -webkit-box) {
  .photo-gallery-panel-wrapper .news-panel-title {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
}
.photo-gallery-panel-wrapper .news-panel-more .news-panel-indicator {
  transition-duration: var(--duration-base);
  transition-property: transform;
}
.photo-gallery-panel-wrapper .news-panel-more .news-panel-indicator > svg {
  transform: rotate(0);
}
.photo-gallery-panel-wrapper .news-panel-more[data-state=true] .news-panel-indicator svg {
  transform: rotate(180deg);
}
.photo-gallery-panel-wrapper .news-panel-date-button {
  width: auto;
  cursor: pointer;
  transition-duration: var(--duration-base);
  transition-property: all;
}
.photo-gallery-panel-wrapper .news-panel-date-button:hover {
  color: var(--color-primary-base);
}
.photo-gallery-panel-wrapper .news-panel-date-button:hover svg {
  stroke: var(--color-primary-base);
}
@media (max-width: 768px) {
  .photo-gallery-panel-wrapper .news-panel-date-button:hover {
    color: var(--color-neutral-semi-dark);
  }
  .photo-gallery-panel-wrapper .news-panel-date-button:hover svg {
    stroke: var(--color-neutral-semi-dark);
  }
}
.photo-gallery-panel-wrapper .ui-btn-drop-content.slim {
  padding: 16px;
  min-width: 80px;
  display: none;
}
.photo-gallery-panel-wrapper .ui-btn-drop-content.slim .news-panel-wrapper {
  max-height: 170px;
  overflow-y: auto;
  display: grid;
  gap: 10px;
}
@supports (-moz-appearance: none) {
  .photo-gallery-panel-wrapper .ui-btn-drop-content.slim .news-panel-wrapper {
    scrollbar-width: thin;
    scrollbar-color: var(--color-neutral-semi-bright) transparent;
  }
}
.photo-gallery-panel-wrapper .ui-btn-drop-content.slim .news-panel-wrapper::-webkit-scrollbar {
  width: 16px;
}
.photo-gallery-panel-wrapper .ui-btn-drop-content.slim .news-panel-wrapper::-webkit-scrollbar-track {
  border-right: 2px solid var(--color-neutral-semi-bright);
}
.photo-gallery-panel-wrapper .ui-btn-drop-content.slim .news-panel-wrapper::-webkit-scrollbar-thumb {
  border-right: 2px solid var(--color-neutral-quarter-dark);
}
.photo-gallery-panel-wrapper .news-panel-date-item {
  border: 1px solid transparent;
  text-decoration: none;
  font-size: 0.93rem;
}
.photo-gallery-panel-wrapper .news-panel-date-item:hover {
  border: 1px solid var(--color-neutral-semi-bright);
}
.photo-gallery-panel-wrapper [data-hidden=desktop] {
  display: none !important;
}
@media (max-width: 768px) {
  .photo-gallery-panel-wrapper [data-hidden=mobile] {
    display: none !important;
  }
  .photo-gallery-panel-wrapper [data-hidden=desktop] {
    display: flex !important;
  }
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/bitrix/templates/kosmos_s2/components/bitrix/photo.sections.top/gallery.1/style.css?17615502666396*/
@keyframes c-photo-sections-top-gallery-1 {
  from {
    -webkit-transform: translate(-100%, -100%);
    -moz-transform: translate(-100%, -100%);
    -ms-transform: translate(-100%, -100%);
    -o-transform: translate(-100%, -100%);
    transform: translate(-100%, -100%);
  }
  to {
    -webkit-transform: translate(100%, 100%);
    -moz-transform: translate(100%, 100%);
    -ms-transform: translate(100%, 100%);
    -o-transform: translate(100%, 100%);
    transform: translate(100%, 100%);
  }
}
.ns-bitrix.c-photo-sections-top.c-photo-sections-top-gallery-1 .photo-sections-top-loader {
  z-index: 3;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  overflow: hidden;
}
.ns-bitrix.c-photo-sections-top.c-photo-sections-top-gallery-1 .photo-sections-top-loader::before {
  z-index: 1;
  position: absolute;
  bottom: -50%;
  left: -50%;
  right: -50%;
  top: -50%;
  content: "";
  background: linear-gradient(135deg, rgba(0, 0, 0, 0) 35%, rgba(255, 255, 255, 0.85) 50%, rgba(0, 0, 0, 0) 65%);
  animation-name: c-photo-sections-top-gallery-1;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
}
.ns-bitrix.c-photo-sections-top.c-photo-sections-top-gallery-1 .photo-sections-top-loader-name {
  height: 1.4rem;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.ns-bitrix.c-photo-sections-top.c-photo-sections-top-gallery-1 .photo-sections-top-loader-count {
  width: 20%;
  height: 1.2rem;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.ns-bitrix.c-photo-sections-top.c-photo-sections-top-gallery-1 .photo-sections-top-loader-navigation {
  height: 2px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
}
.ns-bitrix.c-photo-sections-top.c-photo-sections-top-gallery-1 .photo-sections-top-section {
  position: relative;
  overflow: hidden;
  display: block;
  text-decoration: none;
}
.ns-bitrix.c-photo-sections-top.c-photo-sections-top-gallery-1 .photo-sections-top-section[data-loaded=true] .photo-sections-top-loader {
  display: none;
}
.ns-bitrix.c-photo-sections-top.c-photo-sections-top-gallery-1 .photo-sections-top-section[data-loaded=false] .photo-sections-top-section-pictures {
  opacity: 0;
}
.ns-bitrix.c-photo-sections-top.c-photo-sections-top-gallery-1 .photo-sections-top-section-container {
  overflow: hidden;
}
.ns-bitrix.c-photo-sections-top.c-photo-sections-top-gallery-1 .photo-sections-top-section-picture {
  height: 100%;
  width: 100%;
}
.ns-bitrix.c-photo-sections-top.c-photo-sections-top-gallery-1 .photo-sections-top-section-picture[data-lazyload-use=true] {
  background-color: var(--color-neutral-semi-bright);
}
.ns-bitrix.c-photo-sections-top.c-photo-sections-top-gallery-1 .photo-sections-top-section-navigation {
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none;
  transition-duration: var(--duration-base);
  transition-property: opacity;
}
.ns-bitrix.c-photo-sections-top.c-photo-sections-top-gallery-1 .photo-sections-top-section-navigation span {
  padding: 0;
  height: 2px;
  border: none;
  background-color: rgba(255, 255, 255, 0.35);
  transition-duration: var(--duration-base);
  transition-property: background-color;
}
.ns-bitrix.c-photo-sections-top.c-photo-sections-top-gallery-1 .photo-sections-top-section-navigation span.active {
  background-color: var(--color-neutral-bright);
}
.ns-bitrix.c-photo-sections-top.c-photo-sections-top-gallery-1 .photo-sections-top-section-information {
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none;
  transition-duration: var(--duration-base);
  transition-property: padding-bottom;
}
.ns-bitrix.c-photo-sections-top.c-photo-sections-top-gallery-1 .photo-sections-top-section-information:before {
  z-index: -10;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  display: block;
  content: "";
  opacity: 1;
  background: linear-gradient(180deg, rgba(27, 30, 37, 0) 0%, rgba(27, 30, 37, 0.5) 100%);
  transition-duration: var(--duration-base);
  transition-property: opacity;
}
.ns-bitrix.c-photo-sections-top.c-photo-sections-top-gallery-1 .photo-sections-top-section-name {
  font-weight: 500;
}
.ns-bitrix.c-photo-sections-top.c-photo-sections-top-gallery-1 .photo-sections-top-section-count {
  font-size: 0.86rem;
  transition-duration: var(--duration-base);
  transition-property: opacity;
}
@media all and (min-width: 501px) {
  .ns-bitrix.c-photo-sections-top.c-photo-sections-top-gallery-1 .photo-sections-top-section[data-slider=true]:hover .photo-sections-top-section-information {
    padding-bottom: 36px;
  }
  .ns-bitrix.c-photo-sections-top.c-photo-sections-top-gallery-1 .photo-sections-top-section[data-slider=true]:hover .photo-sections-top-section-count {
    opacity: 0;
  }
  .ns-bitrix.c-photo-sections-top.c-photo-sections-top-gallery-1 .photo-sections-top-section[data-slider=true]:not(:hover) .photo-sections-top-section-navigation {
    opacity: 0;
  }
  .ns-bitrix.c-photo-sections-top.c-photo-sections-top-gallery-1 .photo-sections-top-section:hover .photo-sections-top-section-information:before {
    opacity: 0;
  }
  .ns-bitrix.c-photo-sections-top.c-photo-sections-top-gallery-1 .photo-sections-top-section[data-loaded=false] .photo-sections-top-section-information {
    opacity: 0;
  }
  .ns-bitrix.c-photo-sections-top.c-photo-sections-top-gallery-1 .photo-sections-top-section-name {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    max-height: 4.2em;
  }
  .ns-bitrix.c-photo-sections-top.c-photo-sections-top-gallery-1 .photo-sections-top-loader-navigation {
    display: none;
  }
}
@media all and (max-width: 500px) {
  .ns-bitrix.c-photo-sections-top.c-photo-sections-top-gallery-1 .photo-sections-top-section-information {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    top: auto;
  }
  .ns-bitrix.c-photo-sections-top.c-photo-sections-top-gallery-1 .photo-sections-top-section-information:before {
    display: none;
  }
  .ns-bitrix.c-photo-sections-top.c-photo-sections-top-gallery-1 .photo-sections-top-section-name {
    color: var(--color-neutral-dark);
  }
  .ns-bitrix.c-photo-sections-top.c-photo-sections-top-gallery-1 .photo-sections-top-section-count {
    color: var(--color-neutral-semi-dark);
    font-size: 1rem;
  }
}

/*# sourceMappingURL=style.css.map */

/* End */
/* /bitrix/templates/kosmos_s2/components/bitrix/photo/gallery.1/style.css?17615502654375 */
/* /bitrix/templates/kosmos_s2/components/bitrix/photo.sections.top/gallery.1/style.css?17615502666396 */
