

/* Start:/bitrix/templates/kosmos_s1/components/bitrix/photo/gallery.1/style.css?17824505544375*/
.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_s1/components/bitrix/system.pagenavigation/systemModern/style.css?1782450554962*/
.modern-page-navigation {
  padding: 0.5em 0;
  font-weight: 500;
  display: flex;
  justify-content: center;
  gap: 12px;
}

.modern-page-navigation a, .modern-page-current, .modern-page-dots {
  color: var(--color-neutral-dark);
  padding: 6px 10px 0 10px;
  border-radius: 2px;
  text-decoration: none;
  border-color: var(--color-neutral-semi-bright);
  border: 1px solid transparent;
}

.modern-page-navigation a {
  transition-property: all;
  transition-duration: var(--duration-base);
}
.modern-page-navigation a:hover {
  border: 1px solid var(--color-neutral-semi-bright);
}

.modern-page-current {
  font-weight: bold;
  color: var(--color-neutral-bright);
  background-color: var(--color-primary-base);
  padding-bottom: 6px;
}

span.modern-page-first {
  padding-left: 10px !important;
}

@media (max-width: 550px) {
  .modern-page-navigation {
    gap: 8px;
  }
  .modern-page-dots {
    display: none;
  }
}

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

/* End */


/* Start:/bitrix/templates/kosmos_s1/components/bitrix/photo.section/gallery.1/style.css?17828903028096*/
.ns-bitrix.c-photo-section.c-photo-section-gallery-1 .photo-section-items {
  overflow: hidden;
}
.ns-bitrix.c-photo-section.c-photo-section-gallery-1 .gap-10 {
  gap: 10px;
}
.ns-bitrix.c-photo-section.c-photo-section-gallery-1 .photo-section-item {
  position: relative;
  display: block;
  cursor: pointer;
  height: 100%;
}
.ns-bitrix.c-photo-section.c-photo-section-gallery-1 .photo-section-item picture {
  position: relative;
  z-index: 1;
  display: block;
  height: 100%;
  aspect-ratio: 3/2;
}
.ns-bitrix.c-photo-section.c-photo-section-gallery-1 .photo-section-item picture img {
  display: block;
  width: 100%;
  height: 100%;
}
.ns-bitrix.c-photo-section.c-photo-section-gallery-1 .photo-section-item:hover .photo-section-item-overlay {
  opacity: 1;
}
@media (max-width: 768px) {
  .ns-bitrix.c-photo-section.c-photo-section-gallery-1 .photo-section-item {
    height: auto;
  }
}
.ns-bitrix.c-photo-section.c-photo-section-gallery-1 .photo-section-item-content {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 2px;
  height: 100%;
}
.ns-bitrix.c-photo-section.c-photo-section-gallery-1 .photo-section-item-information-title {
  font-weight: 500;
}
.ns-bitrix.c-photo-section.c-photo-section-gallery-1 .photo-section-item-overlay {
  position: absolute;
  inset: 0;
  text-align: center;
  background: linear-gradient(180deg, rgba(27, 30, 37, 0.4) 0%, rgba(27, 30, 37, 0.6) 100%);
  opacity: 0;
  z-index: 2;
  pointer-events: none;
  transition-property: opacity;
  transition-duration: var(--duration-base);
}
.ns-bitrix.c-photo-section.c-photo-section-gallery-1 .photo-section-item-overlay-icon {
  font-size: 0;
}
.ns-bitrix.c-photo-section.c-photo-section-gallery-1 .photo-section-back-container {
  width: fit-content;
  text-decoration: none;
}
.ns-bitrix.c-photo-section.c-photo-section-gallery-1 .photo-section-back-container:hover .photo-section-back-line {
  right: 0;
  background-color: var(--color-primary-base);
}
.ns-bitrix.c-photo-section.c-photo-section-gallery-1 .photo-section-back-container:hover .photo-section-back-angle-svg svg {
  stroke: var(--color-primary-base);
}
.ns-bitrix.c-photo-section.c-photo-section-gallery-1 .photo-section-back-container:hover .photo-section-back-text {
  color: var(--color-primary-base);
}
.ns-bitrix.c-photo-section.c-photo-section-gallery-1 .photo-section-back-wrap {
  border-top: 1px solid var(--color-neutral-semi-bright);
}
.ns-bitrix.c-photo-section.c-photo-section-gallery-1 .photo-section-back-wrap a {
  text-decoration: none;
}
.ns-bitrix.c-photo-section.c-photo-section-gallery-1 .photo-section-back-wrap svg {
  transform: rotate(180deg);
}
.ns-bitrix.c-photo-section.c-photo-section-gallery-1 .photo-section-delimit-line {
  width: 100%;
  border-bottom: 1px solid var(--color-neutral-semi-bright);
}
.ns-bitrix.c-photo-section.c-photo-section-gallery-1 .photo-section-back {
  text-decoration: none;
}
.ns-bitrix.c-photo-section.c-photo-section-gallery-1 .photo-section-back:hover .photo-section-back-dash {
  position: absolute;
  right: calc(100% - 40px);
  background-color: var(--color-primary-bright);
}
.ns-bitrix.c-photo-section.c-photo-section-gallery-1 .photo-section-back-arrow {
  position: relative;
  width: 50px;
}
.ns-bitrix.c-photo-section.c-photo-section-gallery-1 .photo-section-back-arrow .photo-section-back-dash {
  position: absolute;
  top: 11px;
  left: 11px;
  right: calc(100% - 30px);
  height: 2px;
  background-color: var(--color-neutral-semi-dark);
  transition-property: all;
  transition-duration: var(--duration-base);
}
.ns-bitrix.c-photo-section.c-photo-section-gallery-1 .photo-section-back-arrow svg {
  transition-property: all;
  transition-duration: var(--duration-base);
}
.ns-bitrix.c-photo-section.c-photo-section-gallery-1 .photo-section-action-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  cursor: pointer;
  border-radius: 2px;
  transition: 0.2s;
}
.ns-bitrix.c-photo-section.c-photo-section-gallery-1 .photo-section-action-button svg {
  transition: stroke var(--duration-base);
}
.ns-bitrix.c-photo-section.c-photo-section-gallery-1 .photo-section-action-button:hover {
  box-shadow: var(--button-shadow);
}
.ns-bitrix.c-photo-section.c-photo-section-gallery-1 .photo-section-back-svg-container {
  position: relative;
  overflow: hidden;
  width: 40px;
}
.ns-bitrix.c-photo-section.c-photo-section-gallery-1 .photo-section-back-line {
  position: absolute;
  top: calc(50% - 1px);
  left: 10px;
  right: 10px;
  height: 2px;
  background-color: var(--color-neutral-semi-dark);
  transition-property: background-color, right;
  transition-duration: var(--duration-base);
}
.ns-bitrix.c-photo-section.c-photo-section-gallery-1 .photo-section-back-angle-svg svg {
  transition-property: stroke;
  transition-duration: var(--duration-base);
}
.ns-bitrix.c-photo-section.c-photo-section-gallery-1 .photo-section-back-text {
  transition-property: color;
  transition-duration: var(--duration-base);
}
@media all and (min-width: 769px) {
  .ns-bitrix.c-photo-section.c-photo-section-gallery-1 .photo-section-item-information {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
  }
  .ns-bitrix.c-photo-section.c-photo-section-gallery-1 .photo-section-item-information-title {
    color: var(--color-neutral-bright);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    max-height: 4.8em;
  }
}
@media (max-width: 768px) {
  .ns-bitrix.c-photo-section.c-photo-section-gallery-1 .photo-section-item-information-title {
    color: var(--color-neutral-dark);
  }
}

/* Вложенные альбомы (папки) внутри раздела */
.ns-bitrix.c-photo-section.c-photo-section-gallery-1 .photo-section-subalbum {
  position: relative;
  display: block;
  overflow: hidden;
  text-decoration: none;
}
.ns-bitrix.c-photo-section.c-photo-section-gallery-1 .photo-section-subalbum-cover {
  position: relative;
  display: block;
  aspect-ratio: 4 / 3;
  background-color: var(--color-neutral-semi-bright);
}
.ns-bitrix.c-photo-section.c-photo-section-gallery-1 .photo-section-subalbum-cover img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ns-bitrix.c-photo-section.c-photo-section-gallery-1 .photo-section-subalbum-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(27, 30, 37, 0) 0%, rgba(27, 30, 37, 0.55) 100%);
  transition-property: opacity;
  transition-duration: var(--duration-base);
}
.ns-bitrix.c-photo-section.c-photo-section-gallery-1 .photo-section-subalbum-info {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  padding: 24px;
  pointer-events: none;
}
.ns-bitrix.c-photo-section.c-photo-section-gallery-1 .photo-section-subalbum-count {
  font-size: 0.9rem;
  margin-bottom: 4px;
  color: var(--color-neutral-quaternary, rgba(255, 255, 255, 0.75));
}
.ns-bitrix.c-photo-section.c-photo-section-gallery-1 .photo-section-subalbum-name {
  font-weight: 500;
  color: var(--color-neutral-bright, #ffffff);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  max-height: 4.2em;
}
@media all and (min-width: 769px) {
  .ns-bitrix.c-photo-section.c-photo-section-gallery-1 .photo-section-subalbum:hover .photo-section-subalbum-overlay {
    opacity: 0.85;
  }
}
@media all and (max-width: 500px) {
  .ns-bitrix.c-photo-section.c-photo-section-gallery-1 .photo-section-subalbum-info {
    position: relative;
    padding: 12px 0 0;
  }
  .ns-bitrix.c-photo-section.c-photo-section-gallery-1 .photo-section-subalbum-overlay {
    display: none;
  }
  .ns-bitrix.c-photo-section.c-photo-section-gallery-1 .photo-section-subalbum-count {
    color: var(--color-neutral-semi-dark);
  }
  .ns-bitrix.c-photo-section.c-photo-section-gallery-1 .photo-section-subalbum-name {
    color: var(--color-neutral-dark);
  }
}

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

/* End */
/* /bitrix/templates/kosmos_s1/components/bitrix/photo/gallery.1/style.css?17824505544375 */
/* /bitrix/templates/kosmos_s1/components/bitrix/system.pagenavigation/systemModern/style.css?1782450554962 */
/* /bitrix/templates/kosmos_s1/components/bitrix/photo.section/gallery.1/style.css?17828903028096 */
