/*!*********************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./pages/author/author.scss ***!
  \*********************************************************************************************************************/
.start {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.start__img-box {
  background: linear-gradient(-10deg, #003140 50%, #ffffff 50%);
}
.start__img {
  margin: 0 auto;
}
.start__block {
  flex-grow: 1;
  width: 100%;
  background-color: #003140;
}

.icon {
  fill: var(--icon-primery-color);
}
.icon--black {
  fill: var(--color-black);
}

.achievement__content {
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 1023px) {
  .achievement__content {
    flex-direction: column;
    align-items: center;
  }
}
.achievement__img-box {
  flex-shrink: 0;
  width: 145px;
  height: 145px;
}
.achievement__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.achievement__info {
  flex-grow: 1;
}
.achievement__certificate {
  flex-shrink: 0;
  width: 210px;
  height: 150px;
}
.achievement__title {
  margin-bottom: 23px;
  font-size: 24px;
  font-weight: 500;
}
.achievement__text {
  margin-bottom: 20px;
}

.author__flex {
  display: flex;
  gap: 100px;
  margin-bottom: 100px;
}
@media screen and (max-width: 1023px) {
  .author__flex {
    gap: 24px;
  }
}
@media screen and (max-width: 768px) {
  .author__flex {
    flex-direction: column;
  }
}
@media screen and (max-width: 479px) {
  .author__flex {
    align-items: center;
  }
}
.author__el-img {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .author__el-img {
    width: 50%;
    align-self: center;
  }
}
.author__info {
  flex-grow: 1;
}
.author__img-box {
  position: relative;
  padding-bottom: 100%;
  border-radius: 24px;
  overflow: hidden;
}
.author__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.author__name {
  margin-bottom: 56px;
  font-size: 40px;
  font-weight: 500;
}
.author__contact-list {
  margin-bottom: 56px;
}
.author__contact-item {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}
.author__contact-text {
  font-size: 16px;
  color: var(--color-black);
  text-decoration: none;
}
.author__buttons {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 479px) {
  .author__buttons {
    flex-direction: column;
  }
}
.author__description {
  display: none;
}

/*# sourceMappingURL=author.css.map*/