

/* 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.section/gallery.1/style.css?17615502665716*/
.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);
  }
}

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

/* End */


/* Start:/bitrix/templates/kosmos_s2/components/intec.kosmos/yashare/standard/style.css?17615502656510*/
.intec-yashare-standard .copied {
  display: none;
  z-index: 9999;
  position: absolute;
  padding: 12px 20px;
  transform: translateX(-50%);
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15), 0 0 2px rgba(0, 0, 0, 0.05);
  color: var(--color-additional-2-dark);
  font-size: 1.07rem;
  line-height: 1.3;
  white-space: nowrap;
  user-select: none;
}
.intec-yashare-standard ya-share2__list_direction_vertical {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
.intec-yashare-standard [data-popup-direction=left] .ya-share2__popup {
  top: -20px !important;
  right: 44px !important;
}
.intec-yashare-standard [data-popup-direction=right] .ya-share2__popup {
  top: -20px !important;
  left: 44px !important;
}
.intec-yashare-standard [data-popup-direction=right] .ya-share2__popup_list-direction_horizontal {
  left: 53px !important;
  right: auto;
}
.intec-yashare-standard [data-icon-direction=vertical] .copied {
  top: 104%;
  left: 50%;
}
.intec-yashare-standard [data-icon-direction=vertical] .ya-share2__popup_list-direction_horizontal {
  right: auto;
  left: auto;
  margin-left: -15px;
}
.intec-yashare-standard [data-icon-direction=vertical] .ya-share2__list {
  flex-direction: column;
}
.intec-yashare-standard [data-icon-direction=horizontal] .copied {
  bottom: 100%;
  left: 50%;
}
.intec-yashare-standard [data-icon-direction=horizontal] .ya-share2__item_copy {
  padding-left: 10px !important;
}
.intec-yashare-standard [data-click=N] .ya-share2__popup {
  visibility: hidden;
  display: block;
  opacity: 0;
}
.intec-yashare-standard [data-click=N] .ya-share2__item_more:hover .ya-share2__popup {
  visibility: visible;
  display: block;
  transition: all var(--duration-base);
  opacity: 1;
}
.intec-yashare-standard .ya-share2__popup_direction_top {
  bottom: 41px !important;
}
.intec-yashare-standard .ya-share2__popup_direction_bottom {
  top: 41px !important;
}
.intec-yashare-standard .ya-share2__list {
  display: flex;
  gap: 10px;
}
.intec-yashare-standard [data-shape=normal] .ya-share2__badge {
  border-radius: 2px;
}
.intec-yashare-standard .ya-share2__badge_copy {
  background: none !important;
}
.intec-yashare-standard .ya-share2__item {
  padding: 0px !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.intec-yashare-standard .ya-share2__item .ya-share2__popup {
  transition: all var(--duration-base);
  border-radius: 2px !important;
  padding: 12px 18px;
}
.intec-yashare-standard .ya-share2__title {
  display: none;
}
.intec-yashare-standard .ya-share2__badge {
  transition: 0.2s;
}
.intec-yashare-standard .ya-share2__badge:hover {
  box-shadow: var(--button-shadow);
}
.intec-yashare-standard .ya-share2__badge .ya-share2__icon {
  height: 32px !important;
  width: 32px !important;
  background-size: 26px 26px !important;
}
.intec-yashare-standard .ya-share2__icon_more {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.55286 10.1142C9.59439 11.1557 9.59439 12.8443 8.55286 13.8859C7.51133 14.9274 5.82268 14.9274 4.78115 13.8859C3.73962 12.8443 3.73962 11.1557 4.78115 10.1142C5.82268 9.07263 7.51133 9.07263 8.55286 10.1142' stroke='%23808080' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.2189 4.78115C20.2605 5.82268 20.2605 7.51133 19.2189 8.55286C18.1774 9.59439 16.4888 9.59439 15.4472 8.55286C14.4057 7.51133 14.4057 5.82268 15.4472 4.78115C16.4888 3.73962 18.1774 3.73962 19.2189 4.78115' stroke='%23808080' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.2189 15.4472C20.2605 16.4887 20.2605 18.1773 19.2189 19.2189C18.1774 20.2604 16.4888 20.2604 15.4472 19.2189C14.4057 18.1773 14.4057 16.4887 15.4472 15.4472C16.4888 14.4056 18.1774 14.4056 19.2189 15.4472' stroke='%23808080' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.03998 10.8101L14.96 7.8501' stroke='%23808080' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.03998 13.1899L14.96 16.1499' stroke='%23808080' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") !important;
  background-size: 24px 24px !important;
  transition: var(--duration-base);
}
.intec-yashare-standard .ya-share2__link_more-button-type_short {
  background-color: transparent !important;
  padding: 0px !important;
}
.intec-yashare-standard .ya-share2__icon_copy-icon {
  background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.44507 11.9999H15.5563" stroke="%23808080" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/><path d="M9.87655 15.5557H7.77785C5.69159 15.5557 4 13.8641 4 11.7778V11.7778C4 9.69159 5.69159 8 7.77785 8H9.87655" stroke="%23808080" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/><path d="M14.1233 15.5557H16.222C18.3083 15.5557 19.9998 13.8641 19.9998 11.7778V11.7778C19.9998 9.69159 18.3083 8 16.222 8H14.1233" stroke="%23808080" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/></svg>') !important;
  background-size: 24px 24px !important;
  height: 24px !important;
  width: 24px !important;
}
.intec-yashare-standard .ya-share2__icon_copy {
  background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.44507 11.9999H15.5563" stroke="%23808080" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/><path d="M9.87655 15.5557H7.77785C5.69159 15.5557 4 13.8641 4 11.7778V11.7778C4 9.69159 5.69159 8 7.77785 8H9.87655" stroke="%23808080" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/><path d="M14.1233 15.5557H16.222C18.3083 15.5557 19.9998 13.8641 19.9998 11.7778V11.7778C19.9998 9.69159 18.3083 8 16.222 8H14.1233" stroke="%23808080" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/></svg>') !important;
}
.intec-yashare-standard .ya-share2__item:hover {
  background: none !important;
}
.intec-yashare-standard .ya-share2__item .ya-share2__popup_mobile {
  top: 0px !important;
  right: 0px !important;
  left: 0px !important;
  visibility: visible;
  display: none;
  opacity: 1;
  padding: 0px !important;
}
.intec-yashare-standard .ya-share2__popup_visible {
  display: flex !important;
}

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

/* End */
/* /bitrix/templates/kosmos_s2/components/bitrix/photo/gallery.1/style.css?17615502654375 */
/* /bitrix/templates/kosmos_s2/components/bitrix/photo.section/gallery.1/style.css?17615502665716 */
/* /bitrix/templates/kosmos_s2/components/intec.kosmos/yashare/standard/style.css?17615502656510 */
