#Employees1-5f4399b4e931a {
  background-color: #FFF;
}
  
  #Employees1-5f4399b4e931a .filters__group .btn {
    margin-top: 1.1rem;
    border-radius: 0;
    color: #fff;
    background-color: #00523c;
    border-color: #00523c;
  }
  
  #Employees1-5f4399b4e931a .filters__group .btn--checked {
    color: #fff;
    background-color: #FFE75F;
  }
  
  #Employees1-5f4399b4e931a .employee__block {
    background-color: rgb(255, 255, 255);
    box-shadow: 0 1px 1px 0 rgba(66, 66, 66, 0.08), 0 1px 3px 1px rgba(66, 66, 66, 0.16);
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-template-areas: "profile" "info";
    -ms-grid-rows: 1fr min-content;
        grid-template-rows: 1fr -webkit-min-content;
        grid-template-rows: 1fr min-content;
  }
  
  @media (min-width: 576px) {
    #Employees1-5f4399b4e931a .employee__block {
      -ms-grid-rows: 1fr 175px;
          grid-template-rows: 1fr 175px;
    }
  }
  
  #Employees1-5f4399b4e931a .employee__block.employee--round {
    box-shadow: none;
    -ms-grid-rows: 1fr min-content;
        grid-template-rows: 1fr -webkit-min-content;
        grid-template-rows: 1fr min-content;
  }
  
  @media (min-width: 576px) {
    #Employees1-5f4399b4e931a .employee__block.employee--horizontal {
      -ms-grid-columns: 1fr 1fr;
          grid-template-columns: 1fr 1fr;
      -ms-grid-rows: 1fr;
          grid-template-rows: 1fr;
          grid-template-areas: "profile info";
    }
  }
  
  #Employees1-5f4399b4e931a .employee__avatar {
    position: relative;
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: profile;
  }
  
  #Employees1-5f4399b4e931a .employee__avatar__image {
    position: relative;
    z-index: 0;
    height: 100%;
  }
  
  #Employees1-5f4399b4e931a .employee--round .employee__avatar__image {
    height: auto;
  }
  
  @media (min-width: 576px) {
    #Employees1-5f4399b4e931a .employee--round .employee__avatar__image {
      width: 80%;
    }
  }
  
  #Employees1-5f4399b4e931a .employee--round.employee--horizontal .employee__avatar__image {
    width: 100%;
  }
  
  #Employees1-5f4399b4e931a .employee__avatar__image::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    display: block;
    padding-top: 68.75%;
  }
  
  @media (min-width: 576px) {
    #Employees1-5f4399b4e931a .employee--horizontal .employee__avatar__image::before {
      padding-top: 100%;
    }
  }
  
  #Employees1-5f4399b4e931a .employee--round .employee__avatar__image::before {
    padding-top: 100%;
  }
  
  #Employees1-5f4399b4e931a .employee__avatar__image__inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  
  #Employees1-5f4399b4e931a .employee--round .employee__avatar__image__inner {
    border-radius: 50%;
    overflow: hidden;
  }
  
  #Employees1-5f4399b4e931a .employee__avatar__image__inner::before {
    content: "";
    display: inline-block;
    position: absolute;
    background-color: transparent;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  
  #Employees1-5f4399b4e931a .employee__avatar__image__inner img {
    display: block;
  }

  #Employees1-5f4399b4e931a .media {
      display: unset;
  }
  
  @supports (object-fit: cover) {
    #Employees1-5f4399b4e931a .employee__avatar__image__inner img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center center;
    }
  }
  
  #Employees1-5f4399b4e931a .employee__info {
    padding: 1rem;
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    grid-area: info;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            -webkit-flex-direction: column;
            flex-direction: column;
  }
  
  #Employees1-5f4399b4e931a .employee--round .employee__info {
    display: block;
    padding: 1rem 1rem 0 1rem;
  }
  
  #Employees1-5f4399b4e931a .employee__info__hd {
    margin-bottom: 3px;
  }
  
  #Employees1-5f4399b4e931a .employee__info__hd .headline {
    font-size: 16px;
    font-weight: 700;
    display: block;
    margin-bottom: 0;
    color: #000;
  }
  
  #Employees1-5f4399b4e931a .employee__info__hd .title {
    margin-top: 2px;
    font-size: 14px;
    line-height: 1.1;
    display: block;
    color: #505050;
  }
  
  #Employees1-5f4399b4e931a .employee__info__contacts {
    font-size: 12px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            -webkit-flex: 1;
            flex: 1;
  }
  
  #Employees1-5f4399b4e931a .employee__info__contacts .contact {
    display: block;
    width: 100%;
    color: #000
  }
  
  #Employees1-5f4399b4e931a .employee__info__socials {
    margin-top: 10px;
  }
  
  #Employees1-5f4399b4e931a .employee__info__socials .social-link {
    color: #000
  }
  
  #Employees1-5f4399b4e931a .employee__info__socials .social-link:hover {
    text-decoration: none;
    opacity: .8;
  }