:root {
  --f-color-primary: #3a5cdc;
  --f-color-primary--hover: #3553c1;
  --f-color-primary--contrast: #ffffff;
  --f-color-service: #73808d;
  --f-color-light: #a6b1bc;
  --f-color-text: #2e2f31;
  --f-color-danger: #f96261;
  --f-color-success: #37a74a;
  --f-color-yellow: #ffcc00;
  --f-color-blue: #2d99ff;
  --f-color-blue-2: #3f65f1;
  --f-color-violet: #8400ff;
  --f-color-teal: #16ceb9;
  --f-color-gold: #caad46;
  --f-color-mint: #24bbb6;
  --f-color-red: #f96261;
  --f-color-bg--body: #f5f6fa;
}
/* Цвета иконок */
/* Цвета кнопок */
.fc-gallery {
  display: block;
}
.fc-gallery__header {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  font-size: 15px;
  font-style: italic;
  position: sticky;
  top: -1px;
  z-index: 10;
  min-height: 40px;
  pointer-events: none;
}
.fc-gallery__description {
  color: #808289;
  pointer-events: all;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 1.4;
}
.fc-gallery__header.isSticky .case-gallery__description {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fc-gallery__indicator {
  display: -ms-flexbox;
  display: flex;
}
.fc-gallery__controls {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 20px;
}
.fc-gallery__prev,
.fc-gallery__next {
  pointer-events: all;
  cursor: pointer;
}
.fc-gallery__slide {
  height: auto;
}
.fc-gallery__slide img {
  width: 100%;
}
@media screen and (max-width: 1220px) {
  .fc-gallery {
    margin-top: -40px;
  }
  .fc-gallery__header {
    z-index: 9;
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .fc-gallery__header:before {
    content: '';
    position: absolute;
    top: 0px;
    height: 100%;
    left: 0;
    right: 0;
    background: white;
    z-index: -1;
  }
  .fc-gallery__header.isSticky {
    box-shadow: 0px 0px 10px rgba(46, 47, 49, 0.2);
    padding-top: 40px;
    min-height: 80px;
  }
}
@media screen and (max-width: 767px) {
  .fc-gallery {
    margin: 24px 0;
  }
  .fc-gallery__header {
    z-index: 11;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .fc-gallery__header.isSticky {
    box-shadow: 0px 0px 10px rgba(46, 47, 49, 0.2);
    padding-top: 0px;
    min-height: 40px;
  }
  .fc-gallery .swiper-container,
  .fc-gallery .case-image {
    margin-left: -20px;
    margin-right: -20px;
  }
}

.img-gallery .img-gallery-image img {
  width: 100%;
  height: auto;
}
.img-gallery__indicator {
  display: -ms-flexbox;
  display: flex;
}
.img-gallery__header {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  font-size: 15px;
  font-style: italic;
  position: sticky;
  top: -1px;
  z-index: 10;
  min-height: 40px;
  pointer-events: none;
}
.img-gallery__header:before {
  content: '';
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  height: 40px;
  background: white;
  box-shadow: 0px 0px 10px rgba(46, 47, 49, 0.2);
  opacity: 0;
  pointer-events: none;
  transition: opacity 200ms ease-in-out;
}
.img-gallery__description {
  color: #808289;
  pointer-events: all;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 1.4;
  position: relative;
}
.img-gallery__header.isSticky:before {
  opacity: 1;
}
.img-gallery__header.isSticky .img-gallery__description {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.img-gallery__controls {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 20px;
  position: relative;
}
.img-gallery__prev,
.img-gallery__next {
  pointer-events: all;
  cursor: pointer;
}
.img-gallery__slide img {
  width: 100%;
}
@media screen and (max-width: 1199.8px) {
  .img-gallery__header {
    z-index: 9;
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .img-gallery__header:before {
    content: '';
    position: absolute;
    top: 0px;
    height: 100%;
    left: 0;
    right: 0;
    background: white;
    z-index: -1;
  }
  .img-gallery__header.isSticky {
    box-shadow: 0px 0px 10px rgba(46, 47, 49, 0.2);
  }
}
@media screen and (max-width: 767.8px) {
  .img-gallery__header {
    z-index: 11;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .img-gallery .swiper-container,
  .img-gallery .img-gallery-image {
    margin-left: -20px;
    margin-right: -20px;
  }
}

.author-profile {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: start;
      align-items: flex-start;
}
.author-profile__image {
  margin-right: 40px;
}
.author-profile__image img {
  border-radius: 50%;
  width: 164px;
  height: 164px;
  object-fit: cover;
}
.author-profile__image--name,
.author-profile__image--title {
  display: none;
}
.author-profile__info {
  -ms-flex: 1;
      flex: 1;
  margin-top: 10px;
}
.author-profile__name {
  font-size: 40px;
  font-weight: 900;
  line-height: 44px;
  margin-bottom: 10px;
}
.author-profile__title {
  font-size: 17px;
  font-weight: 400;
  line-height: 27.2px;
  margin-bottom: 25px;
}
.author-profile__about {
  font-size: 13px;
  font-weight: 400;
  line-height: 14.3px;
  color: #73808d;
  margin-bottom: 10px;
}
.author-profile__bio {
  margin-bottom: 40px;
}
.author-profile__bio p {
  font-size: 17px;
  font-weight: 400;
  line-height: 26.2px;
  margin-bottom: 7px;
}
.author-profile .author-profile__publications.show {
  max-height: 3000px;
}
.author-profile__publications {
  transition: max-height 5s ease;
  max-height: none;
  overflow: hidden;
}
.author-profile__publications p {
  font-size: 13px;
  font-weight: 400;
  line-height: 14.3px;
  color: #73808d;
  margin-bottom: 10px;
}
.author-profile__publications ul {
  list-style-type: none;
  padding: 0;
}
.author-profile__publications ul li {
  margin-bottom: 20px;
}
.author-profile__publications ul li a {
  font-size: 17px;
  font-weight: 400;
  line-height: 23.8px;
  color: #3f65f1;
  display: inline-block;
  margin-bottom: 10px;
}
.author-profile__publications ul li a:hover {
  text-decoration: underline;
}
.author-profile__publications ul li p {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  line-height: 1;
}
.author-profile__publications ul li p span {
  color: #73808d;
  font-size: 13px;
  display: inline-block;
  margin-left: 10px;
}
.author-profile__publications ul li p svg {
  width: 17px;
}
.author-profile__publications button {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .author-profile {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .author-profile__name,
  .author-profile__title {
    display: none;
  }
  .author-profile__info {
    margin-top: 0;
  }
  .author-profile__image {
    margin-right: 0;
    margin-bottom: 25px;
    display: -ms-flexbox;
    display: flex;
  }
  .author-profile__image img {
    width: 93px;
    height: 93px;
    margin-right: 30px;
  }
  .author-profile__image div {
    margin-top: 10px;
  }
  .author-profile__image--name,
  .author-profile__image--title {
    display: block;
  }
  .author-profile__image--title {
    margin-bottom: 0;
  }
}
@media (max-width: 576px) {
  .author-profile__image {
    width: 100%;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
  }
  .author-profile__image div {
    margin-top: 0;
  }
  .author-profile__image img {
    width: 74px;
    height: 74px;
    margin-bottom: 15px;
    margin-right: 0;
  }
  .author-profile__image--name {
    font-size: 25px;
    line-height: 27.5px;
    text-align: center;
  }
  .author-profile__image--title {
    font-size: 13px;
    line-height: 20.8px;
    text-align: center;
  }
  .author-profile__bio {
    margin-bottom: 30px;
  }
  .author-profile__bio p {
    font-size: 13px;
    line-height: 20.8px;
  }
  .author-profile ul li a {
    font-size: 13px;
    line-height: 18.2px;
  }
}


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