.members {
  padding-bottom: 100px;
  background-color: #f7f7fb;
}

@media screen and (max-width: 1200px) {
  .members {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.members__heading {
  margin-bottom: 40px;
}

@media screen and (max-width: 1200px) {
  .members__heading {
    margin-bottom: 20px;
  }
}

.members__subheader {
  margin-bottom: 38px;
}

@media screen and (max-width: 1200px) {
  .members__subheader {
    margin-bottom: 30px;
  }
}

.members__tabs-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 38px;
}

.members__tabs-btn {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 200px;
}

.members__tabs-btn.is-on {
  background-color: #0a2896;
  color: #fff;
}

.members__tabs-btn:not(:last-child) {
  margin-right: 20px;
}

@media screen and (max-width: 1200px) {
  .members__tabs-btn {
    padding: 17px 13px;
  }
  .members__tabs-btn:not(:last-child) {
    margin-right: 10px;
  }
}

.member-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  height: 100%;
  min-height: 810px;
  background-color: #fff;
  border-radius: 4px;
  border-top-left-radius: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

@media screen and (max-width: 1200px) {
  .member-card {
    min-height: unset;
  }
}

.member-card__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
  position: absolute;
  top: 0;
  left: 0;
  min-width: 163px;
  height: 56px;
  text-align: center;
}

.member-card__label::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4px;
  background-color: #0a2896;
}

@media screen and (max-width: 1200px) {
  .member-card__label {
    padding: 5px 7px;
    height: 40px;
    min-width: 109px;
  }
}

.member-card__img {
  display: block;
  width: 100%;
  height: 320px;
  pointer-events: none;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-top-right-radius: 4px;
}

@media screen and (max-width: 1200px) {
  .member-card__img {
    height: 295px;
  }
}

.member-card__info-wrap {
  height: 100%;
}

.member-card__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px 30px 35px;
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media screen and (max-width: 1200px) {
  .member-card__info {
    padding: 20px 14px 23px;
  }
}

.member-card__logo {
  display: block;
  margin-bottom: 30px;
  height: 59px;
  width: 233px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left bottom;
     object-position: left bottom;
}

@media screen and (max-width: 1200px) {
  .member-card__logo {
    margin-bottom: 15px;
    height: 44px;
    width: 170px;
    -o-object-position: left center;
       object-position: left center;
  }
}

.member-card__title {
  margin-bottom: 28px;
  min-height: 76px;
}

@media screen and (max-width: 1200px) {
  .member-card__title {
    margin-bottom: 20px;
    min-height: unset;
  }
}

.member-card__text {
  padding-bottom: 10px;
  margin-bottom: auto;
}

@media screen and (max-width: 1200px) {
  .member-card__text {
    margin-bottom: 10px;
  }
}

.member-card__pseudo-link {
  display: block;
  position: relative;
  -ms-flex-item-align: start;
      align-self: flex-start;
  color: #0084ff;
}

.member-card__pseudo-link::after {
  content: '';
  position: absolute;
  bottom: -5px;
  right: 0;
  left: 0;
  height: 1px;
  background-color: #0084ff;
}

@media screen and (hover: hover) and (pointer: fine) {
  .member-card:hover {
    -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
            box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
  }
  .member-card:hover__pseudo-link::after {
    opacity: 0;
  }
}

.member-card:active {
  -webkit-filter: brightness(0.9);
          filter: brightness(0.9);
}
