

/* Start:/local/templates/new_5_0/assets/css/author.css?17470567232487*/
.page-header__banner {
  display: none;
}

.page-header {
  margin-bottom: 24px;
}

.section-title {
  margin-bottom: 33px;
  font-size: 24px;
}

/*author*/

.author__top-row {
  align-items: center;
  row-gap: 20px;
  margin-bottom: 24px;
}

.author__photo {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 10px;
}

.author__main-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
  height: 100%;
}

.author__position {
  max-width: 460px;
  font-size: 24px;
  font-weight: 700;
  line-height: 122%;
  color: var(--color-blue-klein);
}

.author__tags-list {
  display: flex;
  flex-wrap: wrap;
  max-width: 460px;
  gap: 10px;
}

.author__tag {
  display: flex;
  align-items: center;
  padding: 0 34px;
  height: 40px;
  border: 1px solid var(--color-blue-klein);
  border-radius: 10px;
}

.author__description {
  font-size: 16px;
  font-weight: 300;
  line-height: 122%;
}

.author__title {
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 700;
  line-height: 122%;
}

.author__education {
  margin-bottom: 42px;
}

.author__education-descr {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-left: 20px;
  border-left: 1px solid var(--color-blue-klein);
}




@media(max-width: 1199px) {



}

@media(max-width: 1024px) {

  .author__main-info {
    gap: 20px;
  }

  .author__position {
    font-size: 20px;
  }

  .author__tag {
    padding: 0 25px;
    font-size: 14px;
  }

}

@media(max-width: 767.99px) {

  .page-header {
    margin-bottom: 0;
  }

  .page-header .page-title {
    display: none;
    visibility: hidden;
  }
  .section-title {
    font-size: 20px;
  }

  .author__top-row {
    margin-bottom: 50px;
  }

  .author__main-info {
    row-gap: 20px;
  }

  .author__tablet-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    height: 100%;
  }

  .author__position {
    font-size: 17px;
  }

  .author__tags-list {
    flex-direction: row;
    max-width: unset;
  }

  .author__title {
    font-size: 20px;
  }

  .author__education {
    margin-bottom: 60px;
  }
}

@media(max-width: 576px) {

  .section-title {
    margin-bottom: 20px;
  }

  .author__position {
    font-size: 14px;
  }

  .author__tags-list {
    gap: 6px;
  }

  .author__tag {
    padding: 0 20px;
    height: 36px;
    font-size: 12px;
  }

  .author__description {
    font-size: 14px;
  }

  .author__title {
    margin-bottom: 18px;
  }

}


/* End */
/* /local/templates/new_5_0/assets/css/author.css?17470567232487 */
