

/* Start:/local/templates/tourism/assets/styles/managment.css?17109340565321*/
.managment-top__title {
  padding: 0px 40px;
  margin-bottom: 24px;
  color: #fff;
  font-family: "CeraPro-Bold", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
}

.managment-top__baner {
  height: 667px;
  background-size: cover;
  background-position: center;
  background-image: var(--bg-image);
}

.directors__title {
  margin-bottom: 20px;
  color: #fff;
  font-family: "CeraPro-Bold", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
}

.directors-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

.directors-card {
  position: relative;
}

.management-section__title {
  margin-bottom: 20px;
  color: #fff;
  font-family: "CeraPro-Bold", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
}

.management-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

.management-card {
  position: relative;
  height: 450px;
}

.management-card__img {
  height: inherit;
  object-fit: cover;
  object-position: top;
}

.management-card__tooltip {
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.management-card__tooltip svg,
.management-card__tooltip img {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 40px;
  height: 40px;
}

.management-card__info {
  position: absolute;
  bottom: 0px;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 120px;
  padding: 11px 20px;
  background: rgba(28, 32, 35, 0.7);
}

.management-card__info.management-card__info--small {
  min-height: 68px;
}

.management-card__name {
  margin-bottom: 4px;
  color: #fff;
  font-family: "CeraPro-Medium", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.management-card__position {
  margin-bottom: 8px;
  color: #fff;
  font-family: "CeraPro-Regular", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.management-card__function {
  color: #fff;
  font-family: "CeraPro-Medium", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.full-info {
  position: fixed;
  overflow: auto;
  z-index: 1;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  display: block;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-out;
}

.full-info.show {
  pointer-events: initial;
  opacity: 1;
}

.full-info--centered {
  display: flex;
  justify-content: center;
  align-items: center;
}

.full-info__wrapper {
  transition: inherit;
  transform: scale(0.8);
  width: 900px;
  padding-top: 1rem;
  padding-bottom: 3rem;
  margin-left: auto;
  margin-right: auto;
}
.full-info__wrapper .management-card__info{
  min-height: 80px;
}
.full-info.show .full-info__wrapper {
  transform: scale(1);
}

.full-info__top {
  position: relative;
}

.full-info__img {
  height: inherit;
  object-fit: cover;
  object-position: center;
}

.full-info__btn {
  cursor: pointer;
  position: absolute;
  top: 8px;
  right: 8px;
}

.full-info__btn-img {
  color: var(--fg-text-button-regular-on);
  width: 24px;
  height: 24px;
}

@media (any-hover: hover) {
  .full-info__btn-img:hover {
    color: var(--fg-text-button-hover-on);
  }
}
.full-info__btn-img:active {
  color: var(--fg-text-button-active-on);
}

.full-info__descr {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 25px 24px 19px 19px;
  margin-bottom: 20px;
  background-color: #fff;
  font-family: "CeraPro", sans-serif;
  line-height: 20px;
  font-size: 16px;
}

.full-info__text {
  color: #1c2023;
  font-family: "CeraPro-Regular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

@media screen and (max-width: 1440px) {
  .management-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 35px;
  }
}

@media screen and (max-width: 1280px) {
  .full-info__wrapper {
    padding-bottom: 5rem;
    /*transform: translate(-50%, 0);*/
  }
}

@media screen and (max-width: 1024px) {
  .management-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .full-info__wrapper {
    max-width: 700px;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .full-info__wrapper {
    padding-top: 0;
    padding-bottom: 3rem;
  }
  .main-content__wrapper {
    margin-top: 0px;
  }

  .management-section__title {
    font-size: 28px;
  }

  .management-list {
    gap: 40px 27px;
  }

  .management-card__info {
    min-height: 100px;
  }

  .management-card__name {
    font-size: 14px;
    line-height: 18px;
  }

  .management-card__position {
    font-size: 12px;
    line-height: 15px;
  }

  .management-card__function {
    font-size: 12px;
    line-height: 15px;
  }
}

@media screen and (max-width: 576px) {
  .managment-top__title {
    padding: 0px 16px;
    font-size: 24px;
  }

  .management-section__title {
    font-size: 24px;
    line-height: 24px;
  }

  .management-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }

  .full-info__img {
    height: 300px;
    object-fit: cover;
    object-position: center;
  }

  .full-info__descr {
    margin-bottom: 0px;
  }

  .full-info__text {
    font-size: 12px;
  }
}

/* End */
/* /local/templates/tourism/assets/styles/managment.css?17109340565321 */
