.tcl-team-card {
  background: #ffffff;
  border: 1px solid var(--main-design-color);
  border-radius: 20px;
  padding-top: 36px;
  padding-bottom: 43px;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
  -webkit-filter: drop-shadow(0px 5px 10px rgba(1, 23, 47, 0.1)) drop-shadow(0px 0px 10px rgba(1, 23, 47, 0.05));
          filter: drop-shadow(0px 5px 10px rgba(1, 23, 47, 0.1)) drop-shadow(0px 0px 10px rgba(1, 23, 47, 0.05));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1199px) {
  .tcl-team-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0;
    border-color: #ced4da;
    -webkit-filter: none;
            filter: none;
    overflow: hidden;
    -webkit-transition: border-color 0.4s ease;
    -o-transition: border-color 0.4s ease;
    transition: border-color 0.4s ease;
  }
  .tcl-team-card[data-open=true] {
    border-color: var(--main-design-color);
  }
  .tcl-team-card[data-open=true] .tcl-team-card__arrow {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
.tcl-team-card__arrow {
  display: none;
  position: absolute;
  right: 15px;
  top: 10px;
  width: 16px;
  height: 16px;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.tcl-team-card__arrow svg {
  width: 100%;
  height: 100%;
  vertical-align: inherit;
}
@media (max-width: 1199px) {
  .tcl-team-card__arrow {
    display: block;
  }
}
.tcl-team-card__bottom {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 1199px) {
  .tcl-team-card__bottom {
    display: none;
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
  }
  .tcl-team-card__bottom-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (max-width: 1199px) {
  .tcl-team-card__text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 20px;
  }
  .tcl-team-card__text > * {
    text-align: left !important;
  }
}
.tcl-team-card__photo {
  min-width: 135px;
  max-width: 135px;
  min-height: 135px;
  margin: 0 auto;
  margin-bottom: 0px;
  background-color: #efefef;
  border-radius: 50%;
}
@media (max-width: 1199px) {
  .tcl-team-card__photo {
    width: 100px;
    min-height: inherit;
    min-width: inherit;
    margin: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #efefef;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 0;
  }
  .tcl-team-card__photo .tcl-picture {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
.tcl-team-card__photo img {
  width: 100%;
  border-radius: 50%;
}
@media (max-width: 1199px) {
  .tcl-team-card__photo img {
    width: 75px;
    height: 75px;
  }
}
.tcl-team-card__photo-credits {
  font-family: "Karla";
  font-style: normal;
  word-break: break-word;
  font-weight: 400;
  line-height: 150%;
  color: #000000;
  font-size: 18px;
  letter-spacing: 0.02em;
  font-size: 14px;
  color: #9f9f9f;
  text-align: center;
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .tcl-team-card__photo-credits {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .tcl-team-card__photo-credits {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .tcl-team-card__photo-credits {
    display: none;
  }
}
@media (max-width: 1199px) {
  .tcl-team-card__photo-credits--mobile {
    display: block !important;
    margin-top: 0px;
    margin-bottom: 15px;
  }
}
.tcl-team-card__text {
  margin-bottom: 40px;
  margin-top: 20px;
}
@media (max-width: 1199px) {
  .tcl-team-card__text {
    height: auto !important;
    margin-bottom: 0;
    padding-top: 0px;
  }
}
.tcl-team-card__name {
  font-family: "Karla";
  font-style: normal;
  word-break: break-word;
  font-weight: 400;
  line-height: 150%;
  color: #000000;
  font-size: 18px;
  letter-spacing: 0.02em;
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
  color: #01172f;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .tcl-team-card__name {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .tcl-team-card__name {
    margin-bottom: 15px;
  }
}
.tcl-team-card__position {
  font-family: "Karla";
  font-style: normal;
  word-break: break-word;
  font-weight: 400;
  line-height: 150%;
  color: #000000;
  font-size: 18px;
  letter-spacing: 0.02em;
  font-size: 16px;
  line-height: 120%;
  color: #01172f;
  text-align: center;
}
@media (max-width: 1199px) {
  .tcl-team-card__position {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .tcl-team-card__position {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .tcl-team-card__position {
    margin-bottom: 0;
  }
}
.tcl-team-card__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
  padding: 0 25px;
  padding-bottom: 32px;
  width: 100%;
  height: 100%;
}
@media (max-width: 1199px) {
  .tcl-team-card__contacts {
    margin: 0;
    width: calc(100% - 100px);
  }
}
.tcl-team-card__contacts a {
  font-family: "Karla";
  font-style: normal;
  word-break: break-word;
  font-weight: 400;
  line-height: 150%;
  color: #000000;
  font-size: 18px;
  letter-spacing: 0.02em;
  font-size: 16px;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000000;
}
@media (max-width: 1199px) {
  .tcl-team-card__contacts a {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .tcl-team-card__contacts a {
    font-size: 14px;
  }
}
.tcl-team-card__contacts a:first-child {
  margin-bottom: 20px;
}
.tcl-team-card__contacts a:last-child {
  margin-top: auto;
}
.tcl-team-card__contacts a span {
  text-decoration: underline;
  margin-left: 22px;
  width: calc(100% - 22px - 16px);
}
.tcl-team-card__contacts a svg {
  width: 16px;
  height: auto;
}
.tcl-team-card__contacts a svg path {
  fill: var(--main-design-color);
}
.tcl-team-card__email {
  margin-bottom: 20px;
}
.tcl-team-card__socials-desktop {
  margin-top: auto;
  margin-bottom: 0;
  border-top: solid 1px var(--main-design-color);
  min-height: 50px;
}
.tcl-team-card__socials-desktop > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1199px) {
  .tcl-team-card__socials-desktop {
    display: none;
  }
}
.tcl-team-card__social {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 30px;
  gap: 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 80%;
  margin: 0 auto;
  display: none;
}
@media (max-width: 1199px) {
  .tcl-team-card__social {
    max-width: 100%;
    border-top: 0;
    background-color: #efefef;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100px;
    padding-top: 0;
    padding-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.tcl-team-card__social a {
  text-decoration: none;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16%;
          flex: 0 0 16%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1199px) {
  .tcl-team-card__social a {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
            flex: 0 0 33%;
  }
}