.employees {
    padding-top: 108px;
    padding-bottom: 120px;
  }
  .employees__head {
    display: flex;
    grid-column-gap: 22px;
    column-gap: 22px;
  }
  .employees__title {
    font-family: Manrope, sans-serif;
    font-weight: 400;
    font-style: normal;
    max-width: 788px;
    padding-bottom: 13px;
    font-size: 50px;
    line-height: 60px;
    color: #444444;
  }

  .employees__title span {
    font-size: 50px;
    line-height: 60px;
    font-family: Manrope, sans-serif;
    font-weight: 800;
    color: #444444;
  }

  .employees__head-content {
    margin-top: 12px;
  }
  .employees__head-items {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    grid-row-gap: 13px;
    row-gap: 13px;
    margin-left: -10px;
    margin-right: -10px;
  }
  .employees__head-item {
    position: relative;
    width: calc(50% - 20px);
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 10px;
    border: 2px solid #187f86;
    height: 70px;
  }
  .employees__head-item-flag {
    position: absolute;
    right: 15px;
    top: 21px;
    border-radius: 4px;
    overflow: hidden;
    line-height: 0;
  }

  .employees__head-item-flag img {
    max-width: 100%;
    height: auto;
  }

  .employees__head-item-icon {
    z-index: -1;
    position: relative;
    padding-left: 4px;
  }

  .employees__head-item-icon img {
    max-width: 100%;
    height: auto;
  }

  .employees__head-info {
    position: relative;
    border-radius: 10px 0;
    border: 2px solid #187f86;
    background-color: #e6fafb;
    margin-top: 13px;
    padding: 20px 10px 16px 19px;
    line-height: 24px;
    font-family: Manrope;
    font-weight: 800;
    font-size: 20px;
    line-height: 24px;
    color: #187F86;
  }
  .employees__head-info-icon {
    position: absolute;
    right: 25px;
    top: -9px;
  }
  .employees__items {
    margin-top: 44px;
  }
  .employees__item {
    /* display: none; */
    border-radius: 20px;
    overflow: hidden;
    display: flex;
  }
  .employees__item.visible {
    display: flex;
  }
  .employees__item + .employees__item {
    margin-top: 31px;
  }
  .employees__item-image-wrapper {
    background-image: url(/img/employees-item-bg.svg);
    background-color: #F5F8FF;
    max-width: 570px;
    width: 100%;
    position: relative;
  }
  .employees__cert {
    position: absolute;
    display: flex;
    flex-direction: column;
    grid-row-gap: 7px;
    row-gap: 7px;
    top: 35px;
    right: 30px;
    width: 117px;
  }

  .employees__cert a {
    cursor: default;
  }

  .employees__cert-link.hidden {
    /* display: none; */
  }
  .employees__item-image {
    height: 100%;
    display: flex;
    align-items: flex-end;
  }

  .employees__item-image img {
    max-height: 320px;
  }
  
  .employees__content {
    background-color: #27325A;
    width: 100%;
    padding-top: 42px;
    padding-left: 42px;
    padding-bottom: 20px;
    min-height: 332px;
  }
  .employees__item-exp {
    border-radius: 10px;
    font-size: 26px;
    line-height: 26px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 4px 21px 3px 19px;
    margin-bottom: 21px;
  }
  .employees__item-exp-prefix {
    font-size: 20px;
    margin-right: 4px;
    position: relative;
    top: -2px;
    z-index: 1;
    font-weight: 800;
    font-size: 20px;
    line-height: 26px;
    color: #FFFFFF;
    font-family: Manrope;
  }
  .employees__item-prof {
    border-bottom: 1px solid #11a2ac;
    font-size: 19px;
    margin-bottom: 39px;
    padding-bottom: 28px;
    margin-left: -42px;
    padding-left: 42px;
    font-weight: 800;
    font-family: Manrope;
    font-size: 19px;
    line-height: 28px;
    color: #FFFFFF;
  }
  .employees__item-name {
    border-radius: 10px;
    font-size: 18px;
    line-height: 24px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 2px 8px 3px;
    margin-bottom: 22px;
  }
  .employees__item-note {
    position: relative;
    font-size: 18px;
    line-height: 24px;
    padding-left: 29px;
    max-width: 500px;
    font-weight: 500;
    font-family: Manrope;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
  }
  .employees__item-note:before {
    position: absolute;
    content: "";
    background-image: url(/img/offer__item-text-img.svg);
    background-size: cover;
    width: 20px;
    height: 20px;
    left: -1px;
    top: 4px;
  }
  .employees__show-more {
    height: 59px;
    max-width: 330px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 46px;
    padding-left: 58px;
    padding-right: 55px;
    background-color: #13A210;
    font-family: Manrope, sans-serif;
    font-weight: 500;
    font-style: normal;
    position: relative;
    padding: 20px 16px 18px 73px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    border-radius: 70px;
    line-height: 22px;
    transition: background-color .2s ease-in-out;
    border: none;
    color: #fff;
    cursor: pointer;
  }

  .employees__show-more::before {
    position: absolute;
    content: "";
    background-image: url(/img/employees__show-more.svg);
    background-size: cover;
    left: 3px;
    top: 3px;
    bottom: 3px;
    width: 54px;
  }

  .employees__show {
    color: #fff;
    line-height: 22px;
    font-family: Manrope, sans-serif;
    font-weight: 500;
    font-size: 17px;

  }

  .employees__border-gradient {
    position: relative;
    z-index: 1;
    font-weight: 800;
    font-size: 26px;
    line-height: 26px;
    color: #FFFFFF;
    font-family: Manrope;
  }

  .employees__border-gradient_alt {
    position: relative;
    z-index: 1;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
    font-family: Manrope;
  }

  .employees__border-gradient_alt:before {
    position: absolute;
    content: "";
    top: -2px;
    bottom: -2px;
    left: -2px;
    right: -2px;
    background-image: linear-gradient(90deg, #187f86, #11a4ae);
    border-radius: inherit;
    z-index: -1;
  }

  .employees__border-gradient_alt:after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: linear-gradient(267deg, #187f86 3.57%, #11a4ae 72.05%);
    border-radius: inherit;
    z-index: -1;
  }

  .employees__border-gradient:before {
    position: absolute;
    content: "";
    top: -2px;
    bottom: -2px;
    left: -2px;
    right: -2px;
    background: linear-gradient(90deg, #0E6F0C 0%, #13A210 100%);

    border-radius: inherit;
    z-index: -1;
}

.employees__border-gradient:after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(257.96deg, #52CA4F 14.25%, #13A210 86.96%);
    border-radius: inherit;
    z-index: -1;
}

.employees__item-hidden {
  display: none;
}

.employees__item-visible {
  display: flex;
}

  @media screen and (max-width: 1320px) {
    .employees {
      padding-top: 119px;
      padding-bottom: 109px;
    }
    .employees__title {
      max-width: 548px;
      font-size: 38px;
      line-height: 40px;
    }

    .employees__title span {
        max-width: 548px;
        font-size: 38px;
        line-height: 40px;
    }

    .employees__head-content {
      margin-top: -9px;
    }
    .employees__head-items {
      margin-left: -3px;
      margin-right: -4px;
    }
    .employees__head-item {
      width: calc(50% - 7px);
      margin-left: 3px;
      margin-right: 4px;
    }
    .employees__head-info {
      margin-top: 13px;
      padding: 18px 25px 19px 27px;
      font-size: 18px;
    }
    .employees__head-item-flag {
      right: 23px;
      top: 21px;
    }
    .employees__head-item-icon {
      top: -2px;
      padding-left: 5px;
    }
    .employees__head-info-icon {
      right: 9px;
      top: -10px;
    }
    .employees__items {
      margin-top: 49px;
      margin-right: -2px;
    }
    .employees__item-image-wrapper {
      max-width: 480px;
      flex-shrink: 0;
    }
    .employees__item + .employees__item {
      margin-top: 20px;
    }
    .employees__item-image {
      margin-left: -5px;
      margin-bottom: -2px;
      width: 333px;
    }
    .employees__cert {
      top: 21px;
      right: 58px;
      width: 115px;
    }
    .employees__content {
      padding-top: 38px;
      padding-left: 37px;
      min-height: 302px;
    }
    .employees__item-exp {
      font-size: 23px;
      padding: 3px 22px 5px;
      margin-bottom: 20px;
    }
    .employees__item-exp-prefix {
      font-size: 18px;
      top: 0;
      margin-right: 5px;
    }
    .employees__item-prof {
      margin-bottom: 27px;
      padding-bottom: 22px;
      margin-left: -2px;
      padding-left: 0;
      margin-right: 67px;
    }
    .employees__item-name {
      padding-top: 0;
      padding-left: 7px;
      margin-bottom: 21px;
    }
    .employees__item-note {
      font-size: 16px;
      line-height: 24px;
      padding-left: 28px;
      margin-right: 20px;
    }
    .employees__item-note:before {
      left: -2px;
      top: 5px;
    }
    .employees__show-more {
      font-size: 16px;
      margin-top: 38px;
    }
  }
  @media screen and (max-width: 1023px) {
    .employees {
      padding-top: 80px;
      padding-bottom: 89px;
    }
    .employees__head {
      display: block;
    }
    .employees__title {
      max-width: unset;
      font-size: 30px;
      padding-bottom: 27px;
    }

    .employees__title span {
        max-width: unset;
        font-size: 30px;
        padding-bottom: 27px;
    }

    .employees__head-content {
      display: flex;
      align-items: center;
      grid-column-gap: 8px;
      column-gap: 8px;
      margin-right: -6px;
      margin-top: 0;
    }
    .employees__head-info {
      margin-top: 0;
      width: calc(50% - 2px);
      padding: 14px 61px 14px 25px;
      font-size: 16px;
      line-height: 20px;
    }
    .employees__head-items {
      width: calc(50% + 12px);
    }
    .employees__head-item {
      width: calc(50% - 11px);
      margin-left: 5px;
      margin-right: 6px;
    }
    .employees__head-item-icon {
      padding-left: 11px;
      top: -2px;
    }
    .employees__head-item-flag {
      right: 15px;
    }
    .employees__items {
      margin-top: 41px;
      margin-right: 0;
    }
    .employees__item-image-wrapper {
      max-width: 51.5%;
    }
    .employees__item-image {
      margin-top: 0;
      margin-left: 0;
      margin-bottom: 0;
      width: 268px;
    }
    .employees__cert {
      top: 24px;
      right: 31px;
      width: 93px;
    }
    .employees__content {
      padding-top: 21px;
      padding-left: 26px;
      padding-bottom: 30px;
      min-height: 261px;
    }
    .employees__item + .employees__item {
      margin-top: 19px;
    }
    .employees__item-exp {
      font-size: 24px;
      line-height: 28px;
      padding: 0 14px 0 15px;
      margin-bottom: 15px;
    }
    .employees__item-exp-prefix {
      line-height: 26px;
      margin-right: 9px;
    }
    .employees__item-prof {
      line-height: 24px;
      margin-bottom: 21px;
      padding-bottom: 16px;
      margin-right: 34px;
      min-height: 65px;
    }
    .employees__item-name {
      padding-left: 9px;
      margin-bottom: 11px;
      padding-bottom: 1px;
      font-size: 16px;
    }
    .employees__item-note {
      line-height: 22px;
      padding-left: 30px;
      margin-right: 15px;
    }
    .employees__item-note:before {
      left: 0;
      top: -1px;
    }
    .employees__show-more {
      margin-top: 30px;
      height: 56px;
      padding-left: 66px;
    }
    .employees__show-more:before {
      width: 50px;
    }
  }
  @media screen and (max-width: 767px) {
    .employees {
      padding-top: 67px;
      padding-bottom: 71px;
    }
    .employees__title {
      font-size: 26px;
      padding-bottom: 20px;
      line-height: 34px;
    }

    .employees__title span {
        font-size: 26px;
        padding-bottom: 20px;
        line-height: 34px;
    }

    .employees__head-content {
      display: block;
    }
    .employees__head-content > * {
      width: auto;
    }
    .employees__head-info {
      margin-right: 6px;
      margin-top: 9px;
      padding: 15px 67px 11px 13px;
      line-height: 23px;
    }
    .employees__head-items {
      margin-left: -5px;
      margin-right: 31px;
      display: grid;
      grid-template-columns: 46% 1fr;
      grid-column-gap: 10px;
      column-gap: 10px;
    }
    .employees__head-item {
      width: 100%;
      margin-left: 5px;
      margin-right: 5px;
      height: 64px;
    }
    .employees__head-item-icon {
      padding-left: 0;
      width: 104px;
    }
    .employees__head-item-flag {
      right: 8px;
      top: 18px;
    }
    .employees__head-info-icon {
      right: 7px;
      top: 10px;
    }
    .employees__items {
      margin-top: 30px;
      max-width: 500px;
      margin-left: auto;
      margin-right: auto;
    }
    .employees__item {
      flex-direction: column;
    }
    .employees__item-image-wrapper {
      max-width: unset;
    }
    .employees__item-image {
      margin-top: 20px;
      margin-left: auto;
      width: 268px;
      margin-right: -1px;
      transform: scalex(-1);
    }
    .employees__cert {
      top: 22px;
      right: unset;
      left: 1px;
    }
    .employees__content {
      padding: 31px 10px 34px 21px;
    }
    .employees__item + .employees__item {
      margin-top: 40px;
    }
    .employees__item-exp {
      line-height: 22px;
      padding: 0 6px 0 9px;
      margin-bottom: 10px;
    }
    .employees__item-exp-prefix {
      line-height: 26px;
      margin-right: 5px;
      font-size: 19px;
    }
    .employees__item-prof {
      padding-bottom: 19px;
      margin-bottom: 26px;
      margin-right: -10px;
      margin-left: -22px;
      padding-left: 21px;
      padding-right: 20px;
      min-height: unset;
    }
    .employees__item-name {
      font-size: 16px;
      padding-left: 8px;
      margin-bottom: 11px;
      padding-bottom: 3px;
    }
    .employees__item-note {
      padding-left: 29px;
    }
    .employees__item-note:before {
      left: -1px;
      top: 5px;
    }
    .employees__show-more {
      padding-left: 52px;
      margin-top: 22px;
      height: 50px;
    }
    .employees__show-more:before {
      width: 44px;
    }
  }