

/* Start:/local/templates/orkestr_main/assets/css/managment.css?177141882110771*/
@import "/local/templates/orkestr_main/assets/css/styles.css";
@import "/local/templates/orkestr_main/assets/css/breadcrumb.css";

.head-wrapper {
  background-color: var(--main-black);
  background-image: url(/local/templates/orkestr_main/assets/img/about-head-background.webp);
  background-size: 1920px 716px;
  background-position: top;
  background-repeat: no-repeat;
}
.header-and-breadcrumb-wrapper {
  margin-left: calc((100vw - 1252px) / 2);
}

.about-creator-card {
  cursor: pointer;
}
.about-creator-history {
  margin-bottom: 100px;
}
.about-creator-history.more {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0px;
}
.head-description {
  color: white;
  font-size: 18px;
  margin-bottom: 56px;
}

.date-of-create-date {
  color: white;
  font-size: 64px;
  line-height: 64px;
  font-family: "Oranienbaum";
  margin-bottom: 4px;
}

.date-of-create-text {
  color: white;
  text-transform: uppercase;
  font-size: 16px;
}

.advantages {
  display: flex;
  gap: 56px;
  margin-bottom: 57px;
}

.awards {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.awards-text {
  width: 302px;
  color: white;
  font-size: 18px;
}

.what-we-do-about-wrapper {
  background-image: url(/local/templates/orkestr_main/assets/img/about-bottom-background.webp);
  background-size: 581px 754px;
  background-position: right;
  background-repeat: no-repeat;
  background-color: #0b0b0b;
}

.fieldsets {
  display: flex;
  flex-wrap: wrap;
}

legend {
  font-family: "Oranienbaum";
  font-size: 26px;
  color: var(--text-lgt1);
  position: relative;
  text-transform: uppercase;
  top: -7px;
  padding-left: 16px;
  padding-right: 16px;
}

.where-expirience > legend {
  margin-left: 40px;
}

.with-who-expirience > legend {
  margin-left: 32px;
}

.with-who-expirience {
  display: flex;
  align-items: center;
  justify-content: center;
}

.fieldsets > fieldset {
  border: 4px solid rgba(39, 41, 44, 0.56);
  padding: 0;
}

.where-expirience {
  width: 764px;
  height: 192px;
  display: flex;
  align-items: center;
  margin-right: 34px;
}

.where-expirience-list {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  gap: 12px 32px;
  margin-left: 32px;
  margin-right: 32px;
}

.where-expirience-list > li {
  display: flex;
  padding-left: 20px;
  color: white;
  font-size: 16px;
  max-width: 419px;
  align-items: center;
}

.with-who-expirience-list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 114px;
  gap: 24px;
  padding-left: 0;
  margin-left: 32px;
  margin-right: 32px;
  width: 382px;
}

.with-who-expirience-list > li {
  display: flex;
  align-items: center;
  color: white;
}

.where-expirience-list > li::before,
.with-who-expirience-list > li::before {
  content: "•";
  margin-right: 8px;
  color: var(--main-clr1);
}

.px13 {
  font-size: 13px;
  color: white;
}

.lili {
  color: white;
  font-size: 16px;
}

.about-creator {
  width: 1252px;
  margin-left: auto;
  margin-right: auto;
}

.about-creator-header {
  text-align: right;
  color: var(--bg-lgt2);
  font-size: 120px;
  font-family: "Oranienbaum";
  margin-bottom: -32px;
}

.about-creator-photo {
  width: 435px;
  height: 576px;
}

.about-creator-photo-wrapper {
  object-fit: cover;
  width: 435px;
  height: 576px;
  position: relative;
  top: -80px;
  margin-left: 16px;
}

.about-creator-main,
.about-creator-cards {
  background-color: var(--bg-lgt2);
}

.about-creator-main {
  display: flex;
  gap: 63px;
}

.about-creator-name {
  margin-top: 56px;
  margin-bottom: 0;
  text-transform: uppercase;
}

.about-creator-text {
  width: 682px;
}

.about-creator-role {
  color: var(--text-lgt2);
  margin-bottom: 24px;
}

.about-creator-list {
  padding-left: 14px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 24px;
}

.about-creator-list > li::marker {
  color: var(--main-clr1);
}

.about-creator-list > li {
  color: var(--text-lgt1);
  font-size: 14px;
}

.about-creator-more {
  margin-top: 16px;
  width: 132px;
  height: 40px;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--main-clr1);
  border: transparent;
}

.about-creator-cards {
  position: relative;
  top: -80px;
  display: flex;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 10px;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
}

.about-creator-card > img {
  width: 396px;
  height: 248px;
}

.about-creator-card > div {
  background-color: var(--main-black);
  color: white;
  margin-top: -6px;
  width: 396px;
  height: 49px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
}

.about-creator-card.active > div {
  background-color: var(--main-clr1) !important;
  margin-top: -14px !important;
}
.about-creator-card.active > img {
  border: 4px solid var(--main-clr1);
  width: 388px !important;
}

.musicians-section-header {
  font-family: "Oranienbaum";
  font-size: 48px;
  margin-bottom: 32px;
  margin-top: 50px;
  text-align: center;
}

.what-we-do {
  padding-left: 334px;
  background-image: url(/local/templates/orkestr_main/assets/css/../img/main-bottom-background.svg);
  background-repeat: no-repeat;
  background-color: #0b0b0b;
  width: 1001px;
}

.what-we-do-header {
  font-family: "Oranienbaum";
  font-size: 48px;
  color: white;
  text-transform: uppercase;
  width: 865px;
  padding-top: 80px;
  margin-bottom: 56px;
}

.for-who > div {
  display: flex;
  width: 224px;
  padding-left: 24px;
  height: 90px;
  display: flex;
  justify-content: start;
  align-items: center;
  background-color: #141414;
  gap: 16px;
}

.for-who {
  display: flex;
  width: 498px;
  min-width: 498px;
  flex-wrap: wrap;
  gap: 2px;
}

.for-who-text {
  font-family: "Oranienbaum";
  font-size: 24px;
  color: white;
}

.overflow-element {
  display: flex;
  overflow: visible;
  margin-bottom: 72px;
}

.for-who-types {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 24px;
  height: 118px;
  padding-bottom: 32px;
  padding-top: 32px;
  padding-left: 48px;
  padding-right: 48px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 2px;
  justify-content: center;
  background-color: #141414f3;
  width: 717px;
  position: absolute;
  left: 832px;
}

.for-who-types > li::marker {
  color: var(--main-clr1);
}

.for-who-types > li {
  color: white;
  font-size: 16px;
}

.what-we-do-contacts {
  display: flex;
  align-items: center;
  padding-bottom: 72px;
}

.what-we-do-button {
  font-family: "Oranienbaum";
  font-size: 28px;
  margin-right: 120px;
  height: 80px;
}

.what-we-do-phone {
  font-weight: 600;
  font-size: 20px;
  color: white;
}

.what-we-do-questions {
  color: white;
  margin-bottom: 24px;
}

.what-we-do-mail {
  font-size: 16px;
  color: #ffc6c8;
  margin-bottom: solid 1px #423636;
}

.what-we-can-maill > .txttohtmllink {
  font-size: 16px;
  color: #ffc6c8;
  border-bottom: 1px solid #423636;
}

.what-we-do-socials {
  margin-left: 40px;
}

.what-we-do-social-svg-wrapper {
  width: 32px;
  height: 32px;
  background-color: white;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.what-we-do-socials-links {
  display: flex;
  gap: 16px;
  width: 176px;
  margin-bottom: 24px;
}

.what-we-do-socials-text {
  display: flex;
  gap: 10px;
  align-items: center;
}

.what-we-do-socials-text-icon {
  display: flex;
  align-items: center;
}

.what-we-do-socials-text-text {
  width: 106px;
  font-size: 13px;
  color: white;
}

@media (max-width: 1670px) {
  .what-we-do {
    padding-left: 20px;
  }
  .for-who-types {
    left: 498px;
  }
}

@media screen and (max-width: 1320px) {
  .what-we-do {
    width: calc(100% - 20px);
  }
  .for-who-types {
    position: static;
  }
  .overflow-element {
    flex-wrap: wrap;
  }
}

@media (max-width: 896px) {
  .what-we-do-header {
    width: auto;
  }
}

@media (max-width: 800px) {
  .what-we-do-contacts {
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
  }
  .what-we-do-contacts > * {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 680px) {
  .for-who-types {
    height: auto;
    margin-left: 20px;
    margin-right: 20px;
  }
  .for-who {
    margin-left: 20px;
    margin-right: 20px;
    width: calc(100vw - 40px);
    min-width: 0;
  }
  .for-who > div {
    width: auto;
    flex: 0.6;
    min-width: 205px;
  }
  .what-we-do {
    padding-left: 0;
    width: 100vw;
  }
  .what-we-do-header {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-left: 10px;
  }
}

@media screen and (max-width: 520px) {
  .for-who > div {
    flex: 1;
  }
  .what-we-do-header {
    font-size: 32px;
  }
}

@media (max-width: 1300px) {
  h1,
  .breadcrumb {
    width: auto !important;
  }
}
@media (max-width: 1264px) {
  .with-who-expirience {
    margin-top: 40px;
  }
  .head {
    padding-left: 10px;
  }
  h1,
  .breadcrumb {
    margin-left: 0 !important;
  }
  .about-creator-main,
  .about-creator-cards {
    display: flex;
  }
  .about-creator {
    width: 95vw;
  }
}

@media (max-width: 1120px) {
  .about-creator-main {
    gap: 10px;
  }
}

@media (max-width: 1020px) {
  .about-creator-photo,
  .about-creator-photo-wrapper {
    display: none;
  }
  .about-creator-main {
    justify-content: center;
  }
  .about-creator-more {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 885px) {
  .about-creator-card > img {
    display: none;
  }
  .about-creator-card.active > div {
    margin-top: -6px !important;
  }
}
@media (max-width: 810px) {
  .head {
    width: calc(100vw - 10px);
  }
  .about-creator-header {
    font-size: 80px;
    margin-bottom: -22px;
  }
  .about-creator-cards {
    padding-left: 0;
    padding-right: 0;
  }
  .about-creator-text {
    padding-left: 16px;
    padding-right: 16px;
  }
  .about-creator-text {
    width: 90vw;
  }
}

@media (max-width: 590px) {
  .header-description,
  .head-description {
    width: auto;
  }
  .fieldsets > fieldset {
    height: auto;
    margin-right: 5px;
  }
  .with-who-expirience {
    width: auto;
  }
  .with-who-expirience-list {
    width: auto;
    flex-direction: row;
    height: auto;
  }
}

@media screen and (max-width: 580px) {
  .awards-text {
    width: auto;
  }
}

@media (max-width: 500px) {
  .header-red {
    font-size: 62px !important;
  }
  .about-creator-header {
    font-size: 55px;
    margin-bottom: -15px;
  }
}

@media (max-width: 420px) {
  .about-creator-card > img,
  .about-creator-card > div {
    width: 95vw;
  }
  .about-creator-card-selected-photo,
  .about-creator-card-selected-photo > img {
    width: calc(95vw - 8px) !important;
  }
  .about-creator-card > img,
  .about-creator-card-selected-photo > img {
    height: 59.5vw;
  }
}

@media screen and (max-width: 360px) {
  .advantages {
    gap: 10px;
  }
}

/* End */
/* /local/templates/orkestr_main/assets/css/managment.css?177141882110771 */
