.team .main-wrapper-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 17px;
  margin-bottom: 20px; }
  @media (max-width: 1010px) {
    .team .main-wrapper-row {
      grid-template-columns: 1fr 1fr 1fr; } }
  @media (max-width: 730px) {
    .team .main-wrapper-row {
      grid-template-columns: 1fr 1fr; } }
  @media (max-width: 480px) and (orientation: portrait), (max-height: 415px) and (orientation: landscape) {
    .team .main-wrapper-row {
      grid-template-columns: 1fr; } }
.team img {
  border-radius: 500px;
  max-height: 160px;
  max-width: 160px;
  width: 100%;
  height: auto;
  margin-bottom: 15px; }
.team .views-row {
  background: #FFFFFF;
  border: 0.5px solid #C5CBE1;
  border-radius: 10px;
  text-align: center;
  padding: 20px; }
.team .name {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #275EA7;
  margin-bottom: 10px; }
.team .status {
  margin-bottom: 10px; }
.team .email,
.team .languages,
.team .status,
.team .phones {
  font-size: 12px;
  line-height: 140%;
  color: #939cb2; }
.team .team--messangers {
  display: flex;
  justify-content: center; }
  .team .team--messangers a {
    width: 20px;
    height: 20px;
    margin: 8px 4px !important;
    display: inline-flex;
    background-size: 100%; }
    .team .team--messangers a:first-child {
      margin-left: 0; }
    .team .team--messangers a:last-child {
      margin-right: 0; }
.team .title-group-team {
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  text-transform: uppercase;
  color: white;
  background: linear-gradient(90deg, #275ea7 0%, #275ea7 11%, #20295a 100%);
  border-radius: 5px;
  text-align: left;
  padding: 11px 20px;
  margin-bottom: 20px; }

/* block want to join*/
.want-join {
  background: url(../../images/resumes_block.jpg) no-repeat right top;
  padding: 46px 30px;
  background-size: cover;
  text-align: center;
  margin-top: 40px; }

.want-join__title {
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 27px;
  font-weight: bold; }

@media (max-width: 768px) {
  .want-join__title {
    font-size: 21px; } }
.want-join__btn {
  background-color: #282828;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
  padding: 12px 40px;
  text-transform: uppercase;
  color: orange;
  text-decoration: none !important; }

@media (max-width: 768px) {
  .want-join__btn {
    padding: 12px 20px; } }
.want-join__btn:hover {
  background-color: black; }

.team-about {
  display: grid;
  grid-template-columns: auto 1fr; }
  @media (max-width: 1170px) {
    .team-about {
      grid-template-columns: 40% 60%; } }
  @media (max-width: 1010px) {
    .team-about {
      grid-template-columns: 1fr;
      text-align: center; } }
  .team-about h2 {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 24px;
    line-height: 33px;
    color: #275EA7; }
    @media (max-width: 1010px) {
      .team-about h2 {
        margin-bottom: 15px;
        font-size: 20px;
        line-height: 28px; } }
  .team-about img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    max-width: 561px;
    margin: 0 auto; }
  .team-about--text {
    padding: 30px; }
    @media (max-width: 1170px) {
      .team-about--text {
        padding: 0 30px; } }
    @media (max-width: 1010px) {
      .team-about--text {
        padding: 19px 0; } }

/*# sourceMappingURL=team.css.map */
