

/* Start:/local/templates/webdoka/styles/pages/teacher-detailed.css?17470558201178*/
.brands-list {
  margin-bottom: 80px;
}

.brands-list__wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 95px;
}

.teacher-block {
  display: flex;
  gap: 32px;
  margin-bottom: 80px;
}

.teacher-block .subtitle {
  margin-bottom: 24px;
}

.teacher-block__img-wrap {
  flex-shrink: 0;
  width: 476px;
  height: 351px;
}

.teacher-block__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.teacher-block__position {
  margin-bottom: 24px;
  font-family: var(--font-family-secondary);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}

@media screen and (max-width: 1519px) {
  .teacher-block {
    flex-direction: column;
  }
}

@media screen and (max-width: 1199px) {
  .teacher-block {
    flex-direction: row;
  }

  .teacher-block__img-wrap {
    width: 455px;
    height: 300px;
  }
}

@media screen and (max-width: 991px) {
  .brands-list {
    margin-bottom: 40px;
  }

  .brands-list__wrap {
    gap: 40px;
  }

  .teacher-block {
    flex-direction: column;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .teacher-block__img-wrap {
    width: 100%;
    height: 240px;
  }
}
/* End */
/* /local/templates/webdoka/styles/pages/teacher-detailed.css?17470558201178 */
