

/* Start:/local/templates/orkestr_main/assets/css/media-card.css?17714186872779*/
@import "/local/templates/orkestr_main/assets/css/styles.css";
@import "/local/templates/orkestr_main/assets/css/breadcrumb.css";

h3 {
  margin-left: 493px;
}

h1 {
  margin-top: 0;
  margin-bottom: 6px;
}

.breadcrumb {
  margin-left: calc((100vw - 1245px) / 2);
}

.videos {
  justify-content: center;
}
.perfomance-short-description {
  font-size: 16px;
  margin-bottom: 24px;
  color: var(--text-lgt2);
  display: flex;
  gap: 16px;
}

.perfomance-date,
.perfomance-place {
  font-size: 16px;
  color: var(--text-lgt2);
}

.about-perfomance {
  display: flex;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: 48px;
  margin-bottom: 56px;
}

.about-person-text {
  padding: 56px;
  padding-bottom: 0;
  background: var(--bg-lgt2);
  max-width: 682px;
}

.about-person-photo,
.about-person-photo-wrapper {
  object-fit: cover;
  width: 451px;
  height: 413px;
}

ul {
  padding-left: 0;
  margin-bottom: 24px;
  margin-top: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
  list-style: none;
}

li {
  color: var(--text-lgt1);
  font-size: 14px;
  display: flex;
  gap: 12px;
}

li:first-child {
  align-items: center;
}

li > *:first-child {
  margin-top: -2px;
}

.person-description {
  font-size: 16px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  flex: 1;
}

.photos,
.videos {
  padding: 32px;
  max-width: 1181px;
  margin-left: auto;
  margin-right: auto;
}

.videos {
  border: 4px solid var(--bg-lgt3);
}

.photos-wrapper,
.videos-wrapper {
  display: flex;
  gap: 16px;
  margin-top: 16px;
  flex-wrap: wrap;
  justify-content: center;
}

.videos-wrapper > * {
  width: 380px;
  height: 240px;
}

.photos-wrapper {
  gap: 8px 12px;
  justify-content: center;
}

.photos-wrapper > * {
  width: 226px;
  height: 240px;
}

.photos {
  margin-bottom: 104px;
}

@media (max-width: 1260px) {
  .videos {
    margin-left: 10px;
    margin-right: 10px;
  }

  .about-perfomance {
    margin-right: 10px;
    margin-left: 10px;
  }
  .breadcrumb {
    margin-left: 18px;
  }
}

@media (max-width: 1190px) {
  .about-perfomance {
    flex-wrap: wrap;
    justify-content: center;
  }

  .about-person-photo,
  .about-person-photo-wrapper {
    width: 792px;
    height: auto;
  }
}

@media (max-width: 820px) {
  .about-person-photo,
  .about-person-photo-wrapper {
    width: 90vw;
  }

  .about-person-text {
    width: 67vw;
  }
}

@media (max-width: 400px) {
  .about-person-text {
    padding-left: 15px;
    padding-right: 15px;
    width: auto;
    margin-left: 5px;
    margin-right: 5px;
  }
  .videos-wrapper > iframe {
    width: 80vw;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
  .videos {
    padding: 10px;
  }
  .photos {
    padding: 10px;
  }
  .photos-wrapper {
    justify-content: center;
  }
}

@media (max-width: 320px) {
  h1 {
    font-size: 40px !important;
  }
}

/* End */


/* Start:/local/templates/orkestr_main/assets/css/openPhoto.css?1747028100676*/
.opened-photo-wrapper {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
}
.opened-photo-wrapper.active {
  display: flex;
  justify-content: center;
  align-items: center;
}
.opened-photo-wrapper img {
  max-width: 90vw;
  max-height: 90vh;
}
.opened-photo-wrapper button {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 2rem;
  background: none;
  border: none;
  color: #fff;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.opened-photo-wrapper button:hover {
  background: var(--elem-hvr);
}

/* End */
/* /local/templates/orkestr_main/assets/css/media-card.css?17714186872779 */
/* /local/templates/orkestr_main/assets/css/openPhoto.css?1747028100676 */
