

/* Start:/local/templates/ksrk2025/components/bitrix/photogallery.section/ksrk2025_album/style.css?17610365262907*/
#album-detail {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    margin: 20px;
    border: none;
    padding: 0px;
    width: auto;
    height: auto;
    background-color: #ffffff;
}
#album-detail > .cover {
    position: relative;
    min-width: 300px;
    width: 300px;
    max-width: 300px;
    min-height: 300px;
    height: 300px;
    max-height: 300px;
    overflow: hidden;
}
#album-detail > .cover > .image {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    margin: 0px;
    border: none;
    padding: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#album-detail > .content {
    display: block;
    margin: 0px;
    border: none;
    padding: 20px;
    width: 100%;
    height: auto;
}
#album-detail > .content > .name {
    display: block;
    margin: 10px;
    border: none;
    padding: 0px;
    width: 100%;
    height: auto;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}
#album-detail > .content > .details {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    margin: 10px;
    border: none;
    padding: 0px;
    width: auto;
    height: auto;
}
#album-detail > .content > .details > .create-date {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: center;
    gap: 10px;
    margin: 0px;
    border: none;
    padding: 0px;
    width: auto;
    height: auto;
}
#album-detail > .content > .details > .create-date > .icon {
    display: inline-block;
    vertical-align: top;
    margin: 0px;
    border: none;
    padding: 0px;
    width: 24px;
    height: 24px;
    fill: #b8860b;
}
#album-detail > .content > .details > .create-date > .value {
    display: block;
    margin: 0px;
    border: none;
    padding: 0px;
    width: auto;
    height: auto;
    font-weight: bold;
    color: #b8860b;
}
#album-detail > .content > .details > .photo-count {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: center;
    gap: 0px;
    margin: 0px;
    border: none;
    padding: 0px;
    width: auto;
    height: auto;
}
#album-detail > .content > .details > .photo-count > .icon {
    display: block;
    margin: 0px;
    border: none;
    padding: 0px;
    width: 24px;
    height: 24px;
    fill: #5a4f4f;
}
#album-detail > .content > .details > .photo-count > .value {
    display: block;
    margin: 0px;
    border: none;
    padding: 0px;
    width: auto;
    height: auto;
    font-weight: bold;
    color:#5a4f4f;
}
#album-detail > .content > .description {
    display: block;
    margin: 0px;
    border: none;
    padding: 0px;
    width: auto;
    height: auto;
}
/* End */


/* Start:/local/templates/ksrk2025/components/bitrix/photogallery.detail.list.ex/ksrk2025_photo_list/style.css?17611260155425*/
#photogallery-photo-list {
  display: block;
  margin-top: 20px;
  margin-left: 10px;
  margin-bottom: 20px;
  margin-right: 10px;
  border: none;
  padding: 0px;
  width: auto;
  height: auto;
}
#photogallery-photo-list > .photo-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin: 0px;
  border: none;
  padding: 0px;
  width: 100%;
  height: auto;
}
#photogallery-photo-list > .photo-list > .view-photo-button {
  display: block;
  position: relative;
  margin: 0px;
  border: none;
  padding: 0px;
  min-width: 100px;
  width: 100px;
  max-width: 100px;
  min-height: 100px;
  height: 100px;
  max-height: 100px;
  background-color: transparent;
}
#photogallery-photo-list > .photo-list > .view-photo-button > .photo {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  margin: 0px;
  border: none;
  padding: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#photogallery-photo-list > .photo-viewer {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0px;
  left: 0px;
  margin: 0px;
  border: none;
  padding: 0px;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background-color: rgba(0,0,0,0.8);
}
#photogallery-photo-list > .photo-viewer.active {
  display: block;
}
#photogallery-photo-list > .photo-viewer > #close-viewer-button {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  margin: 0px;
  border: none;
  padding: 0px;
  min-width: 16px;
  width: 16px;
  max-width:16px;
  min-height: 16px;
  height: 16px;
  max-height: 16px;
  background-color: transparent;
}
#photogallery-photo-list > .photo-viewer > #close-viewer-button > #icon-close {
  display: block;
  margin: 0px;
  border: none;
  padding: 0px;
  width: 16px;
  height: 16px;
  fill: #ffffff;
}
#photogallery-photo-list > .photo-viewer > #close-viewer-button:focus > #icon-close,
#photogallery-photo-list > .photo-viewer > #close-viewer-button:hover > #icon-close {
  fill: #b8860b;
}
#photogallery-photo-list > .photo-viewer > .viewing-area {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 0px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0px;
  border: none;
  padding: 0px;
  width: 100%;
  height: auto;
}
#photogallery-photo-list > .photo-viewer > .viewing-area > #prev-photo-button,
#photogallery-photo-list > .photo-viewer > .viewing-area > #next-photo-button {
  display: none;
  margin: 0px;
  border: none;
  padding: 0px;
  min-width: 32px;
  width: 32px;
  max-width: 32px;
  min-height: 32px;
  height: 32px;
  max-height: 32px;
  background-color: transparent;
}
#photogallery-photo-list > .photo-viewer > .viewing-area > #prev-photo-button > #icon-prev,
#photogallery-photo-list > .photo-viewer > .viewing-area > #next-photo-button > #icon-next {
  display: block;
  margin: 0px;
  border: none;
  padding: 0px;
  width: 32px;
  height: 32px;
  fill: #ffffff;
}
#photogallery-photo-list > .photo-viewer > .viewing-area > #prev-photo-button:focus > #icon-prev,
#photogallery-photo-list > .photo-viewer > .viewing-area > #prev-photo-button:hover > #icon-prev,
#photogallery-photo-list > .photo-viewer > .viewing-area > #next-photo-button:focus > #icon-next,
#photogallery-photo-list > .photo-viewer > .viewing-area > #next-photo-button:hover > #icon-next {
  fill: #b8860b;
}
#photogallery-photo-list > .photo-viewer > .viewing-area > .photo-viewing-area {
  display: block;
  margin: 0px;
  border: none;
  padding: 0px;
  width: auto;
  height: auto;
}
#photogallery-photo-list > .photo-viewer > .viewing-area > .photo-viewing-area > #viwed-photo {
  display: block;
  margin: 0px;
  border: none;
  padding: 0px;
  width: 80cqw;
  height: 80cqh;
  object-fit: contain;
}
@media screen and (min-width: 576px) {
  #photogallery-photo-list > .photo-list > .view-photo-button {
    min-width: 120px;
    width: 120px;
    max-width: 120px;
    min-height: 120px;
    height: 120px;
    min-height: 120px;
  }
}
@media screen and (min-width: 768px) {
  #photogallery-photo-list > .photo-list > .view-photo-button {
    min-width: 140px;
    width: 140px;
    max-width: 140px;
    min-height: 140px;
    height: 140px;
    min-height: 140px;
  }
  #photogallery-photo-list > .photo-viewer > .viewing-area {
    justify-content: space-between;
  }
  #photogallery-photo-list > .photo-viewer > .viewing-area > #prev-photo-button,
  #photogallery-photo-list > .photo-viewer > .viewing-area > #next-photo-button {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  #photogallery-photo-list > .photo-viewer {
    width: 99vw;
    height: 99vh;
  }
  #photogallery-photo-list > .photo-list > .view-photo-button {
    min-width: 160px;
    width: 160px;
    max-width: 160px;
    min-height: 160px;
    height: 160px;
    min-height: 160px;
  }
}
@media screen and (min-width: 1200px) {
  #photogallery-photo-list > .photo-list > .view-photo-button {
    min-width: 180px;
    width: 180px;
    max-width: 180px;
    min-height: 180px;
    height: 180px;
    min-height: 180px;
  }
}
@media screen and (min-width: 1400px) {
  #photogallery-photo-list > .photo-list > .view-photo-button {
    min-width: 200px;
    width: 200px;
    max-width: 200px;
    min-height: 200px;
    height: 200px;
    min-height: 200px;
  }
}
/* End */
/* /local/templates/ksrk2025/components/bitrix/photogallery.section/ksrk2025_album/style.css?17610365262907 */
/* /local/templates/ksrk2025/components/bitrix/photogallery.detail.list.ex/ksrk2025_photo_list/style.css?17611260155425 */
