

.team_header{
  height: 80vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.team_header:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
}
.team_head_content{
  padding-top: 90px;
  width: 500px;
  position: relative;z-index: 1;
}
.team_head_content h3{
  font-family: Montserrat;
   font-size: 13px;
   font-weight: normal;
   font-style: normal;
   font-stretch: normal;
   line-height: normal;
   letter-spacing: 3px;
   text-align: center;
   color: #fff;
}
.team_head_content h1{
  font-family: KudryashevHeadline;
  font-size: 60px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  padding-bottom: 20px;
}
.team_head_content p{
  font-family: Montserrat;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.85;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    width: 85%;
    margin:0 auto;
}
.team_content{
  padding:20px 0 40px 0;
}
.filter_menu{
  width: 100%;
  display: flex;
  justify-content: center;
  padding:40px 0 60px 0;
}
.filter_menu ul{
  width: 800px;
  display: flex;
  align-items: center;
  justify-content: center;

}
.filter_menu ul li{
  margin:0 10px;
}
.filter_menu ul li button{
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.47;
  letter-spacing: normal;
  text-align: center;
  color:#686a75;
  padding:0 10px 5px 10px;
  border: none;
  border-bottom: 1px solid #686a75;
  transition: 0.2s linear;
  background-color: transparent;
  cursor: pointer;
}
.filter_menu ul li button:hover{
  color:#f48120;
  border-color: #f48120;
  transition: 0.2s linear;
}
.filter_menu ul li button.active{
  color:#f48120;
  border-color: #f48120;
}
.member{
  text-align: center;
  padding:30px 0;
}
.member img{
  width: 222px;
  border-radius: 100%;
}
.member h3{
  font-family: KudryashevHeadline;
font-size: 21px;
font-weight: normal;
font-style: normal;
font-stretch: normal;
line-height: normal;
letter-spacing: normal;
text-align: center;
color: #333333;
margin:35px 0 10px 0;
}
.member h4{
  font-family: Montserrat;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #909090;
  margin-bottom: 16px;
}
 .tram_info_text_main .tram_info_text{
  display: none;
}
.tram_info_text_main p{
  font-family: Montserrat;
   font-size: 12px;
   font-weight: normal;
   font-style: normal;
   font-stretch: normal;
   line-height: 1.67;
   letter-spacing: normal;
   text-align: center;
   color: #909090;
   margin-bottom: 0;

}
.tram_info_text_main span{
  font-family: Montserrat;
   font-size: 14px;
   font-weight: normal;
   font-style: normal;
   font-stretch: normal;
   line-height: 1.67;
   letter-spacing: normal;
   text-align: center;
   color: #000;
   cursor: pointer;
   transition: 0.2s linear;
}
.tram_info_text_main span:hover{
   color: #f48120;
}
.member a span::before{
font-size: 18px;
}
.colums{
  display: none;
}
.active_colum{
  display: block;
}
.member a:hover span::before{
  color: #f48120;
}
@media (max-width:576px) {
  .team_header{
    height: 50vh;
  }
  .team_header{
    font-size: 11px;
  }
  .team_head_content h1{
    font-size: 24px;
  }
  .team_head_content p{
    font-size: 12px;
  }
  .filter_menu{
    padding:40px 0;
  }
  .filter_menu ul{
    flex-wrap: wrap;
    width: 100%;

  }
  .filter_menu ul li{
  margin-bottom: 10px;
  }
}

@media (min-width:576px) and (max-width:768px) {
 .team_header{
    height: 70vh;
  }

  .filter_menu{
    padding:40px 0;
  }
  .filter_menu ul{
    flex-wrap: wrap;
    width: 100%;

  }
  .filter_menu ul li{
  margin-bottom: 10px;
  }
}
