.instructors__block {
  position: relative;
  padding: 20px;
  border: 1px solid #E3E7EC;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  gap: 30px; 
  overflow: hidden;}
  .instructors__block:first-child {
    margin: 0; }
  .instructors__block-left {
    flex-wrap: nowrap;
    gap: 30px;
    padding-left: 80px;
    position: relative;
    overflow: hidden;}
  .instructors__block-tag {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 20px;
    color: #31353B; }
    .instructors__block-tag.red {
      color: #E20A23; }
  .instructors__block-img {
    position: relative;
    min-width: 190px;
    width: 190px; }
    .instructors__block-img > img {
      display: block;
      border-radius: 50%;
      background: #F0F2F4;
      object-fit: contain;
      width: 190px;
      height: 190px;
      object-position: bottom;}
    .instructors__block-img span {
      position: absolute;
      top: 0;
      right: 0; }
      .instructors__block-img span img {
        display: block; }
  .instructors__block-name {
    color: #E20A23;
    font-size: 25px; }
  .instructors__block-info {
    display: flex;
    flex-direction: column;
    gap: 30px;
    justify-content: space-between; }
    .instructors__block-info ul {
      margin: 15px 0 0;
      padding: 0;
      list-style: none;
      line-height: 1.2;
      font-size: 15px;
      color: #31353B; }
      .instructors__block-info ul li {
        margin-top: 10px; }
        .instructors__block-info ul li:first-child {
          margin: 0; }
  .instructors__block-rating {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 15px;
    color: #31353B;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1.2;
    flex-wrap: wrap; }
    .instructors__block-rating > span {
      padding-top: 3px; }
  .instructors__block-right {
    display: flex;
    gap: 20px;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between; }
  .instructors__block-count {
    display: flex;
    gap: 10px;
    font-size: 16px;
    color: #808080;
    align-items: center;
    line-height: 1; }
    .instructors__block-count span {
      width: 1px;
      height: 22px;
      background: #D9D9D9; }
  .instructors__block-stars {
    padding-left: 32px;
    font-size: 16px;
    color: #E20A23;
    line-height: 22px;
    background: url(../images/star.svg) 0 50% no-repeat; }
  .instructors__block-car {
    margin: 0 -20px -20px 0; }
    .instructors__block-car img {
      display: block;
      object-fit: contain;
      position: absolute;
      right: -30px;
      bottom: 0;
      height: 140px;}
@media screen and (max-width: 991px) {
  .instructors__block {
    flex-direction: column; }
    .instructors__block-left {
      padding-left: 25px; }
      .instructors__block-car img{
        position: relative;  } }
@media screen and (max-width: 767px) {
  .instructors__block-left {
    padding: 30px 0 0;
    flex-direction: column; } }

/*# sourceMappingURL=new2.css.map */
