.coachList {
  width: calc(100% - 40px);
  margin: 50px auto 90px;
  padding: 37px 20px 43px;
  background-color: #FCFCFC;
  border-radius: 20px 20px 0px 20px;
  position: relative;
}
.coachList__subTitle {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 12px;
}
.coachList__title {
  font-size: 26px;
  font-weight: 700;
  padding-bottom: 19px;
  line-height: 1.3;
}
.coachList__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  margin-top: 20px;
}
.coachList__list .coachList__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.coachList__list .coachList__item .coachList__left {
  position: relative;
  width: 114px;
  border: 1px solid #E0E0E0;
  border-radius: 50%;
  background: linear-gradient(130deg, #43EFFF 0%, #0329D3 100%);
  padding: 2px;
}
.coachList__list .coachList__item .coachList__img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  background-color: white;
  padding: 7px;
}
.coachList__list .coachList__item .coachList__favorite-remove-btn,
.coachList__list .coachList__item .coachList__favoriteBtn {
  cursor: pointer;
  width: 35px;
  height: 35px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 11px rgba(0, 0, 0, 0.12);
          box-shadow: 0 3px 11px rgba(0, 0, 0, 0.12);
}
.coachList__list .coachList__item .coachList__favorite-remove-btn img,
.coachList__list .coachList__item .coachList__favoriteBtn img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.coachList__list .coachList__item .coachList__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  gap: 6px;
}
.coachList__list .coachList__item .coachList__name {
  font-size: 18px;
  font-weight: 700;
  color: #070707;
}
.coachList__list .coachList__item .coachList__field {
  font-size: 15px;
  color: #070707;
  font-weight: 600;
}
.coachList__list .coachList__item .coachList__rating-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
  margin-top: 4px;
}
.coachList__list .coachList__item .coachList__star {
  width: 18px;
  height: 18px;
}
.coachList__list .coachList__item .coachList__score {
  font-size: 14px;
  font-weight: 600;
  color: #070707;
  margin-left: 3px;
  -ms-flex-item-align: end;
      align-self: end;
  line-height: 1;
}
.coachList__list .coachList__item .coachList__review {
  font-size: 13px;
  font-weight: 500;
  color: #070707;
  margin-left: 7px;
  text-decoration: underline;
}
.coachList__bottom-btn {
  position: absolute;
  top: 100%;
  right: 0;
  width: 167px;
  height: 50px;
  text-align: center;
  padding-top: 9px;
  font-size: 14px;
  z-index: 2;
}
.coachList__bottom-btn span {
  padding: 1px 15px 0 20px;
  font-weight: 600;
}
.coachList__bottom-btn span.btn-arrow {
  background-position: right center;
  background-image: url(../../img/ico_arrow-right--black.svg);
  background-size: 11px 17px;
}
.coachList__bottom-btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../../img/botom-btn-bg.svg);
  background-position: 0 50px;
  width: 167px;
  height: 50px;
  z-index: -1;
}

.coachList__list .coachList__item .coachList__left {
  height: 114px;
}/*# sourceMappingURL=coach-btn.css.map */