

/* Start:/bitrix/templates/kosmos_s2/components/bitrix/photo/lookbook/style.css?17615502654227*/
.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;
  display: none;
  min-width: 80px;
}
.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 {
  text-decoration: none;
  font-size: 0.93rem;
}
.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/lookbook.1/style.css?17615502667061*/
.ns-bitrix.c-photo-section.c-photo-section-lookbook .gap-10 {
  gap: 10px;
}
.ns-bitrix.c-photo-section.c-photo-section-lookbook .ui-svg-18 {
  height: 18px;
  width: 18px;
  min-width: 18px;
}
.ns-bitrix.c-photo-section.c-photo-section-lookbook .ui-svg-18 > svg {
  width: 18px;
  height: 18px;
}
.ns-bitrix.c-photo-section.c-photo-section-lookbook .news-list-item-tags-items {
  gap: 8px;
}
.ns-bitrix.c-photo-section.c-photo-section-lookbook .news-list-item-tags-item-wrapper {
  display: block;
  margin: 0;
}
.ns-bitrix.c-photo-section.c-photo-section-lookbook .news-list-item-tags-item-wrapper input {
  display: none;
}
.ns-bitrix.c-photo-section.c-photo-section-lookbook .news-list-item-tags-item-wrapper span {
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  white-space: nowrap;
  border-radius: 2px;
  user-select: none;
  transition-property: color, background-color;
  transition-duration: 0.35s;
}
.ns-bitrix.c-photo-section.c-photo-section-lookbook .news-list-item-tags-item-wrapper input:enabled + span {
  cursor: pointer;
}
.ns-bitrix.c-photo-section.c-photo-section-lookbook .news-list-item-tags-item-wrapper input:disabled + span {
  cursor: default;
}
.ns-bitrix.c-photo-section.c-photo-section-lookbook .news-list-item-tags-item-wrapper input:checked + span,
.ns-bitrix.c-photo-section.c-photo-section-lookbook .news-list-item-tags-item-wrapper input:enabled + span:hover {
  color: var(--color-primary-base);
}
.ns-bitrix.c-photo-section.c-photo-section-lookbook .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-lookbook .photo-section-action-button svg {
  transition: stroke var(--duration-base);
}
.ns-bitrix.c-photo-section.c-photo-section-lookbook .photo-section-action-button:hover {
  box-shadow: var(--button-shadow);
}
.ns-bitrix.c-photo-section.c-photo-section-lookbook .photo-section-action-button-subscribe {
  width: 50px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.ns-bitrix.c-photo-section.c-photo-section-lookbook .photo-section-content-image {
  max-height: 420px;
  overflow: hidden;
}
.ns-bitrix.c-photo-section.c-photo-section-lookbook .photo-section-content-image img {
  width: 100%;
}
.ns-bitrix.c-photo-section.c-photo-section-lookbook .photo-section-additional-item {
  margin-bottom: 75px;
}
.ns-bitrix.c-photo-section.c-photo-section-lookbook .photo-section-additional-item:last-child {
  margin-bottom: 0;
}
.ns-bitrix.c-photo-section.c-photo-section-lookbook .photo-section-back-wrap {
  border-top: 1px solid var(--color-neutral-semi-bright);
}
.ns-bitrix.c-photo-section.c-photo-section-lookbook .photo-section-back-wrap a {
  text-decoration: none;
}
.ns-bitrix.c-photo-section.c-photo-section-lookbook .photo-section-back-wrap svg {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.ns-bitrix.c-photo-section.c-photo-section-lookbook .photo-section-delimit-line {
  width: 100%;
  border-bottom: 1px solid var(--color-neutral-semi-bright);
}
.ns-bitrix.c-photo-section.c-photo-section-lookbook .photo-section-back {
  text-decoration: none;
}
.ns-bitrix.c-photo-section.c-photo-section-lookbook .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-lookbook .photo-section-back-arrow {
  position: relative;
  width: 50px;
}
.ns-bitrix.c-photo-section.c-photo-section-lookbook .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-duration: var(--duration-base);
  transition-property: all;
}
.ns-bitrix.c-photo-section.c-photo-section-lookbook .photo-section-back-arrow svg {
  transition-duration: var(--duration-base);
  transition-property: all;
}
.ns-bitrix.c-photo-section.c-photo-section-lookbook .photo-63x86 {
  aspect-ratio: 63/86;
}
.ns-bitrix.c-photo-section.c-photo-section-lookbook .photo-section-view-1 .photo-section-content {
  overflow: hidden;
  border-radius: 5px;
}
.ns-bitrix.c-photo-section.c-photo-section-lookbook .photo-section-view-1 .photo-section-item {
  cursor: zoom-in;
}
.ns-bitrix.c-photo-section.c-photo-section-lookbook .photo-section-view-2 .photo-section-item-description {
  font-weight: 500;
}
.ns-bitrix.c-photo-section.c-photo-section-lookbook .photo-section-view-2 .photo-section-item {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.ns-bitrix.c-photo-section.c-photo-section-lookbook .photo-section-view-2 .photo-section-item-wrapper + div {
  margin-top: 80px;
}
.ns-bitrix.c-photo-section.c-photo-section-lookbook .photo-section-view-2 .photo-section-item-wrapper img {
  width: 100%;
}
.ns-bitrix.c-photo-section.c-photo-section-lookbook .photo-section-view-3 .photo-section-item {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.ns-bitrix.c-photo-section.c-photo-section-lookbook .photo-section-view-3 .photo-section-item-description {
  font-weight: 500;
}
.ns-bitrix.c-photo-section.c-photo-section-lookbook .photo-section-view-3 .photo-section-item-wrapper + div {
  margin-top: 80px;
}
.ns-bitrix.c-photo-section.c-photo-section-lookbook .photo-section-view-3 .photo-section-item-wrapper img {
  width: 100%;
}
.ns-bitrix.c-photo-section.c-photo-section-lookbook .photo-section-additional {
  gap: 20px;
  white-space: nowrap;
}
.ns-bitrix.c-photo-section.c-photo-section-lookbook .photo-section-additional a {
  text-decoration: none;
  transition-duration: var(--duration-base);
  transition-property: color;
}
.ns-bitrix.c-photo-section.c-photo-section-lookbook .photo-section-additional-center {
  font-weight: 600;
}
.ns-bitrix.c-photo-section.c-photo-section-lookbook .photo-section-contact-svg {
  width: 32px;
  height: 32px;
  border-width: 1px;
  border-style: solid;
  cursor: pointer;
}
.ns-bitrix.c-photo-section.c-photo-section-lookbook .photo-section-contact-svg + .photo-section-contact-svg {
  margin-left: 7px;
}
.ns-bitrix.c-photo-section.c-photo-section-lookbook .photo-section-contact-svg svg {
  transition-duration: var(--duration-base);
  transition-property: stroke;
}
@media (max-width: 768px) {
  .ns-bitrix.c-photo-section.c-photo-section-lookbook .photo-section-view-2 .photo-section-item-wrapper + div {
    margin-top: 40px;
  }
  .ns-bitrix.c-photo-section.c-photo-section-lookbook .photo-section-view-3 .photo-section-item-wrapper + div {
    margin-top: 80px;
  }
  .ns-bitrix.c-photo-section.c-photo-section-lookbook .photo-section-additional {
    text-align: center;
  }
}

/*# 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/lookbook/style.css?17615502654227 */
/* /bitrix/templates/kosmos_s2/components/bitrix/photo.section/lookbook.1/style.css?17615502667061 */
/* /bitrix/templates/kosmos_s2/components/intec.kosmos/yashare/standard/style.css?17615502656510 */
