.team-title {
  display: block;
  margin: 0 auto;
  width: 1380px;
  max-width: 80vw;
  background-color: #f2f2f2; }

.team-detail {
  width: 100vw;
  margin: 0;
  display: flex;
  flex-direction: column;
  background-color: #fff; }
  .team-detail .top-detail {
    width: 1380px;
    max-width: 80vw;
    margin: 30px auto 0; }
    .team-detail .top-detail .inner-block {
      border-bottom: none !important; }
      .team-detail .top-detail .inner-block .outer-cta {
        display: none; }
  .team-detail .inner-block.horizontal.team .team-content {
    width: auto;
    height: 100%;
    padding: 0; }
    .team-detail .inner-block.horizontal.team .team-content .text > p:first-child {
      display: block;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 45;
      -webkit-box-orient: vertical;
      word-wrap: break-word;
      line-height: 1.5;
      --lh: 1.5rem;
      --max-lines: 45;
      max-height: calc(var(--lh) * var(--max-lines)); }
  .team-detail .bottom-detail {
    margin: 0 auto;
    margin-left: calc(50vw - 430px);
    display: flex;
    flex-direction: column; }
    .team-detail .bottom-detail .block-cv {
      display: flex;
      flex-direction: row; }
      .team-detail .bottom-detail .block-cv .left {
        font-family: 'LatoLatinHeavy';
        font-weight: 500;
        width: 420px;
        color: #ed2939; }
      .team-detail .bottom-detail .block-cv .right {
        display: flex;
        flex-direction: column;
        margin-bottom: 40px;
        width: calc(100% - 420px);
        line-height: 1.5;
        padding-right: 30px; }
        .team-detail .bottom-detail .block-cv .right ul {
          margin: 0;
          padding: 0; }
          .team-detail .bottom-detail .block-cv .right ul li {
            margin-bottom: 15px; }
            .team-detail .bottom-detail .block-cv .right ul li::before {
              content: '\002014';
              color: #ed2939;
              margin-left: -20px;
              margin-right: 10px; }
        .team-detail .bottom-detail .block-cv .right .cv-line {
          line-height: 1.5; }
          .team-detail .bottom-detail .block-cv .right .cv-line::before {
            content: '-';
            color: #ed2939;
            margin-left: -10px; }

.inner-block.horizontal.team {
  width: 100%;
  box-shadow: none;
  border-bottom: 2px solid rgba(215, 218, 220, .6);
  padding-bottom: 32px;
  margin-top: 10px;
  /* =============================================================== RESPONSIVE =================================================================*/ }
  .inner-block.horizontal.team .team-img {
    margin: 0; }
    .inner-block.horizontal.team .team-img .img {
      min-width: 215px;
      height: 215px;
      background-size: cover; }
  .inner-block.horizontal.team .team-content {
    width: calc(100% - 60px);
    height: 100%;
    padding: 0; }
    .inner-block.horizontal.team .team-content .text {
      color: #405966;
      font-family: 'LatoLatinRegular';
      font-weight: 100; }
      .inner-block.horizontal.team .team-content .text > * {
        display: none; }
      .inner-block.horizontal.team .team-content .text > p:first-child {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        word-wrap: break-word;
        line-height: 1.5;
        --lh: 1.5rem;
        --max-lines: 5;
        max-height: calc(var(--lh) * var(--max-lines)); }
  .inner-block.horizontal.team .outer-cta {
    position: absolute;
    bottom: 40px;
    right: 0; }
  .inner-block.horizontal.team .team-coords {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin: 10px 30px 0; }
    .inner-block.horizontal.team .team-coords .items {
      display: flex;
      flex-direction: column !important;
      width: 400px; }
      .inner-block.horizontal.team .team-coords .items li:before {
        content: '';
        display: inline-block;
        background-repeat: no-repeat;
        background-size: 34px;
        position: absolute;
        top: -7px;
        left: -35px;
        width: 38px;
        height: 38px; }
      .inner-block.horizontal.team .team-coords .items .name {
        color: #ed2939;
        font-size: 16px;
        font-family: 'LatoLatinHeavy';
        font-weight: 500;
        margin: 0; }
      .inner-block.horizontal.team .team-coords .items .title {
        color: #405966;
        font-size: 16px;
        font-family: 'LatoLatinRegular';
        font-weight: 500;
        line-height: 1.2;
        margin: 10px 0 40px; }
      .inner-block.horizontal.team .team-coords .items .phone {
        color: #405966;
        position: relative;
        font-size: 16px;
        font-family: 'LatoLatinMedium';
        margin-bottom: 20px;
        padding-left: 20px;
        left: 40px; }
        .inner-block.horizontal.team .team-coords .items .phone:before {
          background-image: url(/media/image/d3588580308ac2c7936c1591e23be4cf175514ec.svg);
          left: -35px; }
      .inner-block.horizontal.team .team-coords .items .contact {
        color: #405966;
        position: relative;
        font-size: 16px;
        font-family: 'LatoLatinMedium';
        margin-bottom: 20px;
        margin-top: 10px;
        padding-left: 20px;
        left: 40px; }
        .inner-block.horizontal.team .team-coords .items .contact:before {
          background-image: url(/media/image/d39a4ad6845a24314573167092237adef641d6c2.svg); }
        .inner-block.horizontal.team .team-coords .items .contact .ctn {
          font-family: 'LatoLatinLight'; }
    .inner-block.horizontal.team .team-coords .outer-cta {
      width: 50px;
      margin-top: 60px; }

@media (max-width: 1200px) {
  .inner-block.horizontal.team .team-coords .items {
    width: 300px; }

  .team-detail .bottom-detail .block-cv .left {
    width: 320px; }
    .team-detail .bottom-detail .block-cv .right {
      width: 100%; } }

@media (max-width: 960px) {
  .team-detail {
    margin: 0;
    width: 100vw; }
    .team-detail .bottom-detail {
      margin-left: 0;
      padding: 0 20px; }
      .team-detail .bottom-detail .block-cv .left {
        width: 300px; }
        .team-detail .bottom-detail .block-cv .right {
          width: 100%; }

  .inner-block.horizontal.team {
    flex-direction: column;
    height: auto;
    width: calc(100vw - 40px);
    max-width: 80vw;
    padding-bottom: 0; }
    .inner-block.horizontal.team .team-img {
      width: calc(100vw - 40px); }
      .inner-block.horizontal.team .team-img .img {
        height: 450px; }
    .inner-block.horizontal.team .team-coords {
      width: calc(100vw - 40px);
      margin: 30px 0 0; }
      .inner-block.horizontal.team .team-coords .items {
        margin: 0; }
    .inner-block.horizontal.team .team-content .text {
      margin: 0; }
    .inner-block.horizontal.team .outer-cta {
      bottom: 8px; } }

@media (max-width: 480px) {
  .inner-block.horizontal.team .team-img {
    width: 100vw; }
    .inner-block.horizontal.team .team-img .img {
      height: 250px; }

  .team-detail .top-detail {
    width: 100%;
    margin: 20px; }
    .team-detail .bottom-detail {
      padding-left: 40px; }
    .team-detail .bottom-detail .block-cv {
      flex-direction: column; }
      .team-detail .bottom-detail .block-cv .left {
        margin-bottom: 20px; } }
