.team-page {
  background-color: #ffffff;
}
.team-main__img {
  position: relative;
  min-height: 100vh;
}
@media (max-width: 767px) {
  .team-main__img {
    min-height: 80vh;
  }
}
@media (max-width: 600px) {
  .team-main__img {
    min-height: 350px;
  }
}
.team-main__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: bottom;
}
@media (max-width: 600px) {
  .team-main__img img {
    object-position: 65%;
  }
}
.team-text {
  padding-top: 45px;
  padding-bottom: 70px;
}
@media (max-width: 767px) {
  .team-text {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}
.team-text__container {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 480px) {
  .team-text__container {
    padding: 0 10px;
  }
}
.team-text__title {
  color: #000000;
  font-family: 'Roboto', sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: calc(120/80 * 100%);
  letter-spacing: 2.4px;
  white-space: nowrap;
}
.team-text__title:not(:last-child) {
  margin-bottom: 35px;
}
@media (max-width: 1200px) {
  .team-text__title {
    white-space: unset;
  }
}
@media (max-width: 992px) {
  .team-text__title {
    font-size: 28px;
    letter-spacing: 1px;
  }
  .team-text__title:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .team-text__title {
    font-size: 22px;
  }
  .team-text__title:not(:last-child) {
    margin-bottom: 15px;
  }
}
@media (max-width: 480px) {
  .team-text__title {
    font-size: 20px;
  }
  .team-text__title:not(:last-child) {
    margin-bottom: 15px;
  }
}
.team-text__text {
  color: #000000;
  letter-spacing: 0.13em;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  line-height: 1.8;
}
.team-text__text:not(:last-child) {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .team-text__text {
    font-size: 18px;
    letter-spacing: 1px;
  }
  .team-text__text:not(:last-child) {
    margin-bottom: 35px;
  }
}
@media (max-width: 767px) {
  .team-text__text {
    font-size: 14px;
    letter-spacing: 1.4;
  }
}
.team-text__tip {
  color: #fa4515;
  font-family: 'Roboto', sans-serif !important;
  font-size: 16px !important;
  font-weight: 600;
  line-height: calc(40/36 * 100%);
  letter-spacing: 2.7px;
}
@media (max-width: 992px) {
  .team-text__tip {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .team-text__tip {
    font-size: 13px;
  }
}
.team-cards {
  padding-bottom: 60px;
}
@media (max-width: 480px) {
  .team-cards {
    padding-bottom: 40px;
  }
}
.team-cards__container {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 480px) {
  .team-cards__container {
    padding: 0 10px;
  }
}
.team-cards__body {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media (max-width: 992px) {
  .team-cards__body {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .team-cards__body {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}
@media (max-width: 480px) {
  .team-cards__body {
    grid-template-columns: 1fr;
  }
}
.item-team-cards {
  position: relative;
  padding-bottom: 100%;
  overflow: hidden;
  cursor: pointer;
}
@media (any-hover: hover) {
  .item-team-cards:hover::before {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}
.item-team-cards::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: rgba(252, 76, 3, 0.15);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s ease 0s;
}
.item-team-cards__plus {
  position: absolute;
  top: 25px;
  right: 25px;
  z-index: 3;
  width: 55px;
  height: 55px;
  cursor: pointer;
}
.item-team-cards__plus svg {
  max-width: 100%;
}
@media (max-width: 992px) {
  .item-team-cards__plus {
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
  }
}
.item-team-cards__image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.item-team-cards__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.fancybox__container {
  z-index: 9501 !important;
}
@media (max-width: 1200px) {
  .fancybox__slide {
    padding: 15px !important;
  }
}
@media (max-width: 480px) {
  .fancybox__slide {
    padding: 0 !important;
    padding-top: 40px !important;
  }
}
.carousel__button svg {
  width: 100px !important;
  height: 100px !important;
}
@media (max-width: 992px) {
  .carousel__button svg {
    width: 50px !important;
    height: 50px !important;
  }
}
@media (max-width: 480px) {
  .carousel__button svg {
    width: 35px !important;
    height: 35px !important;
  }
}
.fancybox__thumbs {
  display: none;
}
@media (any-hover: hover) {
  .carousel__button.is-close:hover {
    color: #fc4c03 !important;
  }
}
.item-team-person {
  display: flex;
  flex-direction: row !important;
  max-width: 1300px;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .item-team-person {
    flex-direction: column !important;
  }
}
.item-team-person__image {
  position: relative;
  flex: 0 0 50%;
}
@media (max-width: 767px) {
  .item-team-person__image {
    padding-bottom: 100%;
  }
}
@media (max-width: 480px) {
  .item-team-person__image {
    padding-bottom: 85%;
  }
}
.item-team-person__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.item-team-person__body {
  background-color: #ffffff;
  padding: 30px 30px 30px 25px;
}
@media (max-width: 767px) {
  .item-team-person__body {
    padding: 30px 25px 20px 25px;
  }
}
@media (max-width: 478px) {
  .item-team-person__body {
    padding: 10px;
  }
}
.item-team-person__name {
  color: #00594c;
  font-family: 'Roboto', sans-serif;
  font-size: 25px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 6px;
}
.item-team-person__name:not(:last-child) {
  margin-bottom: 0px;
}
@media (max-width: 992px) {
  .item-team-person__name {
    font-size: 22px;
  }
  .item-team-person__name:not(:last-child) {
    margin-bottom: 5px;
  }
}
.item-team-person__status {
  color: #00594c;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 4.5px;
}
.item-team-person__status:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .item-team-person__status {
    font-size: 16px;
  }
  .item-team-person__status:not(:last-child) {
    margin-bottom: 8px;
  }
}
.item-team-person__descr {
  color: #00594c;
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: calc(65/39 * 100%);
  letter-spacing: 2px;
}
.item-team-person__descr:not(:last-child) {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .item-team-person__descr {
    font-size: 14px;
  }
  .item-team-person__descr:not(:last-child) {
    margin-bottom: 20px;
  }
}
.item-team-person__notes {
  color: #00594c;
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: calc(65/39 * 100%);
  letter-spacing: 2px;
}
@media (max-width: 992px) {
  .item-team-person__notes {
    font-size: 14px;
  }
}
.item-team-person__notes span {
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .item-team-person__notes span {
    font-size: 18px;
  }
}
@media (max-width: 780px) {
  #footer-bg::before {
    display: none;
  }
}
@media (max-width: 480px) {
  #page-content {
    padding-bottom: 0;
  }
}
/*# sourceMappingURL=style.css.map */