/* block_team */
.block_team {
  width: 100%;
  padding: 0 15px;
}
.block_team .container {
  padding: 60px 0 120px 0;
}

.block_team_description {
  font-weight: 600;
  font-size: calc(14px + 6 * ((100vw - 370px) / (1920 - 370)));
  line-height: 140%;
  text-align: center;
  color: #39464a;
  margin: 10px 0 40px 0;
}
.block_team_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px 0px;
}
.block_team_item_full {
  width: 100%;
  display: flex;
  align-items: flex-end;
}
.block_team_item_text {
  font-weight: 400;
  font-size: calc(15px + 3 * ((100vw - 370px) / (1920 - 370)));
  line-height: 140%;
  color: #39464a;
  background: #f5f5f5;
  padding: 80px 35px 100px;
  position: relative;
  width: calc(100% - 380px);
}
.block_team_item_text svg {
  position: absolute;
  left: 30px;
  top: 15px;
}
.block_team_item_full_img {
  width: 380px;
  position: relative;
  height: 100%;
}
.block_team_item_full_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block_team_item_full_wrap {
  position: absolute;
  background: rgba(62, 99, 95, 0.95);
  border-right: 6px solid #967340;
  padding: 15px;
  right: 0;
  bottom: 0;
  transform: translate(50%, 20%);
  z-index: 1;
  max-width: 260px;
}
.block_team_item_name {
  font-weight: 700;
  font-size: calc(14px + 4 * ((100vw - 370px) / (1920 - 370)));
  line-height: 120%;
  color: #ffffff;
  margin-bottom: 5px;
}
.block_team_item_description {
  font-weight: 400;
  font-size: calc(12px + 2 * ((100vw - 370px) / (1920 - 370)));
  line-height: 120%;
  color: #ffffff;
}
.block_team_item_short {
  width: calc(100% / 3 - 10px);
  max-width: 380px;
  position: relative;
}
.block_team_item_short img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block_team_item_short_wrap {
  position: absolute;
  background: rgba(62, 99, 95, 0.95);
  border-right: 6px solid #967340;
  padding: 15px;
  bottom: 0;
  transform: translateY(63%);
  max-width: 260px;
}
/* block_team */
@media screen and (max-width: 1000px) {
  .block_team_item_short_wrap {
    padding: 10px 20px 10px 10px;
  }
  .block_team_item_text {
    height: 100%;
  }
  .block_team_wrapper {
    align-items: normal;
  }
  .block_team_item_text {
    padding: 60px 20px 70px 20px;
  }
  .block_team_item_text svg {
    left: 20px;
  }
  .block_team_item_full_img {
    width: 240px;
  }
  .block_team_item_text {
    width: calc(100% - 240px);
  }
  .block_team_item_full_wrap {
    padding: 10px 20px 10px 10px;
    transform: translate(40%, 30%);
  }
}
@media screen and (max-width: 650px) {
  .block_team_item_short {
    width: 100%;
    margin: 0 auto;
  }
  .block_team_item_short_wrap {
    transform: translateY(30%);
  }
}
@media screen and (max-width: 600px) {
  .block_team .container {
    padding: 30px 0;
  }
  .block_team_item_full {
    flex-direction: column;
  }
  .block_team_item_text {
    width: 100%;
  }
  .block_team_item_full_img {
    width: 70%;
    margin: 0 auto;
    min-width: 240px;
  }
  .block_team_item_full_wrap {
    left: 0;
    right: auto;
    transform: translate(0, 20%);
  }
  .block_team_item_text {
    padding: 60px 20px 40px 20px;
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
  }
  .block_team_item_text svg {
    width: 15px;
    height: 15px;
  }
  .block_team_item_text svg {
    top: 40px;
  }
  .block_team_item_short {
    max-width: 240px;
    margin-bottom: 20px;
  }

  .block_team_wrapper {
    gap: 20px 0;
  }
}
@media screen and (max-width: 500px) {
  .block_team_description br {
    display: none;
  }
  .block_team_description {
    margin-bottom: 20px;
  }
}
